/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
#header_ads ul li#number3{
	margin-top: 2px;
}


.headline_area{
	border-bottom: solid 1px #ccc;
	padding-bottom: 4px;
}

#second_nav {
	display: inline;
	position: relative;
	margin-top: -2px;
}

#second_nav_menu {
	display: inline;
	position: relative;
	float: right;
}

.custom #tagline {
	display: inline;
	position: relative;
}

.fbLikeContainer{
	margin-top: -18px;
        margin-left: -59px;
	position: relative;
	display: inline;
}

#after-post{
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	padding: 10px 0 5px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 6px;
}

#googleadspost{
	padding-top: 8px;
	padding-right: 5px;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
        margin-bottom: 13px;
	float: left;
}

#jobs li{
	margin-left: 0px;
}

#after-post li {
	display: block;
	width: 284px;
	border-bottom: 1px dotted #848484;
	border-right: 1px solid #CCCCCC
	line-height: 5px;
	padding: 7px 0;
	float: right;
}

#visit-text h4 a{
	float: right;
	margin-top: -30px;
}

#after-post li a {
	text-decoration: none;
	padding-left: 0px;
	font-weight: 500;
}

#after-post h2{
	margin-top: 5px;
	margin-left: 310px;
}

.custom li#rss-3.widget {
background:url("http://samswebguide.com/wp-content/uploads/2010/06/samsjobad.jpg") no-repeat scroll 0px 0px;
margin-bottom: -2px;
margin-top: -18px;
display: block; 
width: 322px; 
height: 273px;
}

.format_text img.frame, .format_text .wp-caption {
border-width:6px;
padding:1px;
}

.custom #second_nav li a:hover {text-shadow: 1px 1px #6A0405;}

.custom #second_nav li a span {color: #6DCDE1; text-shadow: 1px 1px #6A0405; }

.custom .teaser h2 { 
font-family: "Georgia";
font-size: 1.7em;
}

.custom .headline_area h2, .custom .headline_area h2 a { 
font-family: "Georgia"; 
font-size: 1.7em;

}

.custom .headline_area h1{
	font-family: "Georgia"; 
	font-size: 3em;
	letter-spacing: -0.8px;
	line-height: 1.2em;

}

.custom #sidebars .widget { margin-bottom: -4px; }

.adright {
	margin-left: -16px;
}
#googlead{
	margin-left: -16px;
        margin-bottom: 0px;
        margin-top: 10px;
}

.facebook {
	margin-left: -28px;
	margin-top: -16px;
}

/*---------------------------------*/
/* Sidebar buttons BOX */
/*---------------------------------*/
.sb-buttons ul li a {background:url("http://samswebguide.com/wp-content/themes/Thesis-16/custom/images/sprie.png") no-repeat transparent scroll 0 0 ; position: relative; display:block; text-indent:-9999px; width:300px;}
li.sub_blog a:link, li.sub_blog a:visited {display: block; width: 346px; height: 155px; margin-left: -77px; position: relative; background: url('http://samswebguide.com/wp-content/uploads/2010/08/subscribetoblog2.png') no-repeat scroll 0px 0px; outline: none;}

li.sub_feed a:link, li.sub_feed a:visited {display: block; width: 322px; height: 70px; margin-left: -53px; margin-top: -9px; margin-bottom: -28px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/subscribetofeed2.jpg') no-repeat scroll 0px 0px; outline: none;}

li.sub_feed a:hover {display: block; width: 322px; margin-left: -53px; margin-top: -9px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/subscribetofeed2-roll.jpg') no-repeat scroll 0px 0px; outline: none;}

li.sub_twitter a:link, li.sub_twitter a:visited {display: block; width: 322px; height: 70px; margin-left: -53px; margin-top: -17px; margin-bottom: -28px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/followmetwitter2.jpg') no-repeat scroll 0px 0px; outline: none;}
li.sub_twitter a:hover {display: block; width: 322px; height: 70px; margin-left: -53px; margin-top: -17px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/followmetwitter2-roll.jpg') no-repeat scroll 0px 0px; outline: none;}

li.sub_mail a:link, li.sub_mail a:visited {display: block; width: 322px; height: 70px; margin-left: -53px; margin-top: -17px; margin-bottom: -28px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/emailupdates2.jpg') no-repeat scroll 0px 0px; outline: none;}
li.sub_mail a:hover {display: block; width: 322px; height: 70px; margin-left: -53px; margin-top: -17px; background: url('http://samswebguide.com/wp-content/uploads/2010/08/emailupdates2-roll.jpg') no-repeat scroll 0px 0px; outline: none;}
/*------------ End of Sidebar buttons BOX ---------------------*/

/* Reply Button */
.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}

/* Author Comments */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

.custom #comment_list { background: #CCC; padding: 0.8em; }
      .custom #comment_list dd { margin-bottom: 0.8em; }
      .custom #comment_list .comment { background: #FFF; }


/* Author’s Bio Box below the post */

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.socialmedia { background: #FFFBCC; border-top: 1px solid #E6DB55; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1em; text-align: center;}
.socialmedia p { color: #515151; font-size: 1.3em;}
