@import url("reset.css");
/*
Theme Name: Social Follow Theme 2
Theme URI: http://www.socialfollow.com/blog/
Description: The customized WordPress theme by Studio98.
Author: Studio98
Author URI: http://www.studio98.com/
*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.1em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
/* background-color: #f8f8f8; */
	border-bottom:0px solid #e0e0e0;
}
.thread-even {
/* 	background-color: white; */
border-bottom:1px solid #e0e0e0;
}
.depth-1 {
/* border: 1px solid #ddd; */
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
h2.pagetitle {
	font-size: 1.6em;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background:none;
	border-bottom:1px solid #e0e0e0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 20px 38px 0px 24px;
	width: 600px;
	height:auto;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 0px;
}

#sidebar h2 {
	padding: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px 0px 0px;
	height:60px;
	}

#sidebar #searchform #s {
	width: 170px;
	padding: 2px 1px;
	background:none;	
	border:1px solid #e0e0e0;
	color:#656565;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#sidebar #searchsubmit {
	padding: 0px;
	margin: 9px 0 0px 0px;
	float: right;
	border:none;
	width:79px;
	height:26px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 3px 0;
	outline:none;
	color:#656565;
	}
#commentform .comment-fld{
background:none;
border:1px solid #e1e6c0;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#commentform {
	margin: 5px 10px 0px 0;
	}
#commentform textarea {
	width: 98%;
	padding: 2px;
	float:left;
	background:none;
border:1px solid #e1e6c0;
outline:none;
color:#656565;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
/*	background:#e1c79d; */
	background:none;	
	border:1px solid #e1e6c0; !important;
	color:#656565;
	font-size:12px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	cursor:pointer;
	}
#commentform p{padding-bottom:4px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	border:1px solid #e0e0e0;
	border-width:0px 0px 1px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 45px 50px 0px 0px;
	float:left;
	width: 190px;
	height:auto;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin:0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{font-family: Arial, Helvetica, sans-serif; color:#333333; background-color: #A5C62F; font-size:13px;}
h1, h2, h3, h4, h5, h6{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}

/* Common Styles */
h1{font-size:22px; color:#829928; line-height:26px; padding-bottom:7px;}
h2{font-size:21px; color:#829928; line-height:24px; padding-bottom:5px;}
h2 a{text-decoration:none; color:#829928; font-weight:normal}
h2 a:hover{text-decoration:none; color:#fc9216; font-weight:normal}

h3{font-size:14px; font-weight:bold; color:#829928; font-weight:bold; line-height:19px; padding-bottom:10px;}
h3 a{color:#829928; text-decoration:none;}
h3 a:hover{color:#fc9216;}
h3.reply{font-size:17px; padding-top:8px;}

h4{font-size:14px; color:#829928; padding-bottom:10px;font-weight:bold;}
h5{font-size:14px; color:#6f6f6f; font-weight:bold; padding-bottom:3px;}

p{line-height:19px; padding-bottom:15px;}
.align-right{text-align:right; margin-top:0px; clear:both;}
.orange{color:#fc9216 !important;}
.green{color:#829928;}
.red {color:#ff3333;}
.black{color:#333333;}
.align-center { text-align:center; clear:both; display:block; }


a{color:#fc9216; text-decoration:none; font-weight:normal}
a:hover{color:#829928; text-decoration:none}

a.green{color:#aab205; text-decoration:none;}
a.green:hover{color:#fc9216; text-decoration:none;}

a.orange{color:#fc9216; font-size:18px; text-decoration:none;}
a.orange:hover{color:#aab205; text-decoration:none;}

a.get-it-now{width:203px; height:65px; display:block; background:url(images/get-it-now.gif) no-repeat 0px 0px; text-indent:-9999px; margin:45px 0px 0px 17px;}
a.get-it-now:hover{background-position:0px -65px;}

.bdr{border-bottom:1px solid #e1e6c0; margin-bottom:15px; font-size:0px; line-height:0px; height:1px;}

input.button, a.button { 
	font-weight: bold; 
	font-size: 13px; 
	padding: 1px 13px 2px;
	color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	cursor: pointer; 
}

input.button { background-color: #94B224; }

a.button { font-size: 15px; padding: 1px 10px 2px; }
a.button:hover { background-color: #94B224; color:#FFFFFF;  }

input.button, a.button {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* Main Containers */
#page-wrapper{ background-color: #FFFFFF; width:100%; }
#page{ width:904px; margin:0px auto; padding-top:29px; }

#green-border {
	background: url(images/fade-sliver.gif) 1px 1px repeat-x;
	border: 1px solid #8DA924;
	padding-bottom: 10px;
	float:left;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.round-top-left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

/* Header */
#header-wrapper{width:100%; height:93px; background: #EBEFD0 url(images/header.jpg) no-repeat 50% 0; margin: 0 auto;}
#header { width: 904px; height: 93px; margin: 0 auto; position:relative; }

#header #logo{ position:absolute; left: 22px; height:12px; }
#header #login { position: absolute; top: 16px; right: 24px; }
#login #tEmail, #login #pPassword { width:100px; background: url(images/login-top-field.gif) no-repeat 0 0; height:16px; padding: 3px 6px 0; color:#AEC441; font-weight: bold; font-size: 11px; #position: relative; #bottom: 3px; }
#login form { float: right; margin-top: 5px; position:relative; bottom: 5px; }
#login input { margin-left: 7px; }
#login span, #login a { font-weight: bold; color: #FFFFFF; }
#login span { position: relative; bottom: 2px; }
#login a { text-decoration: underline; }
#login a:hover { text-decoration: none; }
#login #aForgotPassword { float: right; font-size: 11px; text-decoration: none; position:relative; bottom: 5px; }

/* Top Navigation */
#nav { position: absolute; right: 16px; bottom: 15px; }
#nav li { display: inline; }

.tabs{height:26px; padding:0px 14px; text-align:right; overflow:hidden;}
.tabs ul{list-style:none; float:right; width:auto;}
.tabs ul li{float:left; width:auto; padding-left:1px;}
.tabs ul li a{float:left; width:auto; background:url(images/nav-left.gif) no-repeat 0px -26px; padding:0 0 0 7px; text-decoration:none; font-size:14px; font-weight:bold; color:#bad145;}
.tabs ul li a span{float:left; width:auto; display:block; background:url(images/nav-right.gif) no-repeat right -26px; padding:8px 30px 4px 22px; cursor:pointer;}
.tabs ul li a:hover, .tabs ul li a.selected{background-position:0px 0px; color:#829928;}
.tabs ul li a:hover span, .tabs ul li a.selected span{background-position:right 0px;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none; width:auto;}
/* End IE5-Mac hack */


#tab-top { clear: both; padding-top: 29px; height: 25px; }

h2.tab { font-size: 16px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; padding: 7px 14px 6px; cursor: pointer; background: url(images/tab-sliver.gif) 0 0 repeat-x; display: inline; color: #FFFFFF;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}
h2.tab:hover,h2.tab.selected { background: url(images/tab-sliver-hover.gif) 0 0 repeat-x; }


/* Content Section */
.content{width:902px; height:auto;}
.content:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .content{height:1px} /* */

.left{float:left; width:415px; padding-top:45px; padding-right:33px; height:auto;}
.right{float:left; width:260px; height:auto; padding-top:45px;}

/* Social Network List */
h2.follow-me{width:148px; height:31px; background:url(images/follow-me.gif) no-repeat top left; text-indent:-9999px; padding-bottom:0px;}
.social-network-list{width:175px; height:auto; margin:32px auto 0px; padding-bottom:6px; background:url(images/social-network-btm.gif) no-repeat bottom left;}

.social-network-list ul{list-style:none; width:142px; margin-left:2px; border:1px solid #cfcfd0; border-width:0px 1px;}
.social-network-list li{height:auto; padding:0px 0px 9px 11px;}
.social-network-list li a{font-size:11px; color:#656565; text-decoration:none; line-height:16px; padding:1px 0px 3px 24px;}
.social-network-list li a:hover{color:#fc9216; text-decoration:none;}

.social-network-list li a.blogger{background:url(images/blogger.gif) no-repeat top left;}
.social-network-list li a.facebook{background:url(images/facebook.gif) no-repeat top left;}
.social-network-list li a.mashable{background:url(images/mashable.gif) no-repeat top left;}
.social-network-list li a.twitter{background:url(images/twitter.gif) no-repeat top left;}
.social-network-list li a.wordpress{background:url(images/wordpress.gif) no-repeat top left;}
.social-network-list li a.ryze{background:url(images/ryze.gif) no-repeat top left;}
.social-network-list li a.tumblr{background:url(images/tumblr.gif) no-repeat top left;}

/* Footer */
#footer{width:100%; padding:12px 0; background-color: #A5C62F; margin:0 auto; text-align:center; color:#FFFFFF; font-size:16px; clear:both;}
#footer a{ font-size:16px; color:#FFFFFF; text-decoration:none; padding: 0 5px;}
#footer a:hover{color:#F98F04; text-decoration:none;}

#copyright, #copyright a { font-size: 11px; padding: 0; margin-top: 22px; }

/* Default List in left Column */
.narrowcolumn ul{list-style:disc; padding:0px 0px 7px 16px;}
.narrowcolumn ul li{line-height:18px; padding-bottom:4px;}

/* Sidebar List */
#sidebar h2{font-size:18px; color:#829928; padding-bottom:5px; font-weight:normal;}
#sidebar ul{padding-left:5px;}
#sidebar li{padding-bottom:5px;}
#sidebar ul li ul li{padding-bottom:1px; list-style:disc; color:#fc9216; line-height:19px;}

.commenlist p{padding-bottom:0px;}
small{color:#fc9216}
cite.fn{color:#fc9216; line-height:20px; font-weight:normal;}
cite.fn a{font-weight:normal; color:#fc9216;}

.postmetadata{border:1px solid #e1e6c0; border-width:1px 0px; padding-bottom:1px; color:#fc9216;}
li.comment{border-bottom:1px solid #e1e6c0;}
.post-ratings{line-height:19px; height:35px;}
.entry{padding:0px 0px 8px;}
.comment-body p{padding-bottom:5px;}

/* reCaptcha */
.recaptcha_theme_clean input#recaptcha_response_field { border:1px solid #dfdfdf !important; }
.recaptcha-error { font-size:1em !important; color:#FF0000 !important; }
