/*
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/
*/

/**disqus**/
#dsq-content .dsq-dc-logo {
display: none;
float: right;
position: relative;
}

#disqus_thread {
margin: 1em;
padding: 10px;
}

.dsq-brlink {
padding-left:15px;
display: none;
}
#dsq-content .dsq-authenticate-copy p {
font-size: .4em;
}

#dsq-content #dsq-comments .dsq-comment-header{
background: #c7bca3;
}

/* Breadcrumbs */
#crumbs {
	background:none repeat scroll 0 0 #fff7cf;
	height: 21px;
	width: 100%;
}

#crumbs-txt {
width: 89em;
margin: 0 auto;
font-size: 1.1em;
padding-top: 2px;
padding-left: 10px;
color: #9a968c;
}
#crumbs a {
	color: #9a968c; 
}
#crumbs a:hover {
	text-decoration: underline;
}

/*Remove the "comments are closed" after posts*/
.custom .comments_closed{
	display: none;
}

/* sitemap and archives */
.custom .sitemap h3 {margin-top: 0;}
.custom .sitemap ul {font-size: .85em; }
.custom .sitemapl { float: left; width: 40%;}
.custom .sitemapr { float: right; width: 60%;}
/* Post */
.custom .headline_area img.alignright {
	margin: 1em 0 2em 2em;
}
.custom .features .headline_meta {
	display: none;
}

/**content**/
.custom .comments_closed p {
	display: none;
}
.custom .headline_meta {
	font-size: .8em;
}
.custom .h1 a:hover {
	font-color: #c7bca3;
}
/* footer */
.custom #footer {
	background-color: #c7bca3;
	height: 20px;
}
#footer-links {
	float: left;
	font-style: normal;
}
#footer-links ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#footer-links ul li {
	margin-left: 0;
	padding: 3px 8px;
	text-decoration: none;
	list-style: none;
	display: inline;
}
#footer-links ul li.first{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#footer-copyright {
	float: right;
}
/**sidebars**/
.custom .widget h2{
	color: #0a0907;
}
li.widget .widget_body ul{
	line-height: 1.5em;
}
.custom .sidebar_list
{
	padding: 0;
	border: none;
}
.custom #sidebars {
	margin-top: 1em;
}

.custom .sidebar ul.sidebar_list {
	padding-right: 0;
}
.widget_body {
	margin-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
.widget_header {
background-color: #c7bca3;
padding: 5px;
}

.widget-image-bullets {
margin-left: 5px;
}

.custom .sidebar .text_input{
	width: 90%;
}

.custom .sidebar input, textarea {
background: #fff7cf none repeat scroll 0 0;
}

#search_sidebar{
	margin: 0 15px;
}

#recentcomments .dsq-widget-list .dsq-widget-item p.dsq-widget-meta{
	font-size: 1em;

}

/* page specific */

.custom.about .headline_meta{
	display: none;
}

.custom.about #twitter_share_link{
	display: none;
}

.custom #twitter_share_link{
display: ;
}

.custom.about h1{
font-size: 4em;
}
.custom.about .headline_area{
margin-bottom: 1em;
}

.custom.about .format_text h3{
margin-top: 0;
}

/**layout**/
.custom #content {
	background-color: #fcf9eb;
	padding-bottom: 2em;
}
.custom #sidebars {
	background-color: #fcf9eb;
}
.custom #page {
	background-color: #fcf9eb;
}
.custom .post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 2.5em;
}
.custom .post_box {
	padding-top: 2em;
}

.fb-likebutton-afterpost {
padding: 5px 3px;
}

/**header**/
.custom #header
{
	background-color: #c7bca3;
	height: 50px;
	margin: 0;
	padding: .5em 0;
	border: 0;
}
#sg_headerlogo
{
	width: 205px;
	height: 50px;
	margin: 0;
	padding-right: 15px;
	float: right;
}

#sg_headernav
{
	margin-left: 2.5em;
	float: left;
	padding: 10px 0 0 0px;
}

#sg_headernav .menu li
{
	padding: 0 6px;
}

#tweetmeme_postbyline {
	height: 50px;
	width: 100px;
}

/* Social Icons */

	.social { border: dashed #ddd; border-width:1px 0 1px 0; margin: -15px auto 10px; display:block; padding: 3px 0 1px 0px;  overflow: hidden; width: 400px; float: left; }
	.social .social_button {float: left; display: inline; overflow: hidden; height:22px; }

	.social .social_button.tm { margin: 0 0 0 7px;  padding: 4px;}
	.social .social_button.fb { margin: 0 0 0 7px;  padding-bottom:0px;}
	.social .social_button.su { margin: 0 0 0 10px;  padding-top: 2px;}
        .social .social_button.em { margin: 0 0 0 10px;  padding-top: 0px;}
        .social .social_button.em a{background:#eee url(images/emailthis.gif) 3px 50% no-repeat; padding:2px 3px 2px 20px;  font-size:10px; border:#ddd 1px solid; text-decoration:none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
		.social .social_button.em a:hover {background:#ddd url(images/emailthis.gif) 3px 50% no-repeat}
	.social .social_button a img { border: 0; padding: 0; }
	.social strong { font-size: 11px; float: left; margin:2px 0 0 0; color:#555;}

.clear{clear:both;}

/*Stay-Connected and Share-This-Post Box*/
.box { margin: 0; padding: 0.7em; background: #fff7cf; border: 1px solid #fcf9eb;}
.box h3 { margin-top: 0; }
.box p { margin-bottom: 0; }
.box .stayintheloop {margin:0;}
.box
.advert ul li {text-align: center; list-style: none; display: inline;margin:0;padding: 0 5px;}
.advert {background-color:#c7bca3; color:#000; border: 1px solid #fcf9eb; border-top: 0; padding: 0.3em; font-size:12px;}


#similar-posts li {
        margin-left: 6px;
        float: left;
       background: #fff7cf;
       color: #0a0907;
       font-family: "Gill Sans", Verdana, Arial;
    line-height: 1.4em;
        overflow: hidden;
}
#similar-posts img { float: left; border: 2px solid #222; margin-top:4px; }

#similar-posts h1 {
clear:left;
font-size:.8em;
height:auto;
line-height:17px;
margin:0;
overflow:hidden;
text-transform:capitalize;
text-align: left;
width:126px;
}

/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.35em; font-weight: bold; margin: 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 0 0; background: #c7bca3; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #c7bca3; }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #c7bca3;}
.elipses { float: left; padding: .3em .2em; }

/* Alert Boxes */
.custom  p.alert { /* YELLOW BOX */
        border: 2px solid #FFE400;
        background-color: #FFFACC;
}
.custom p.note { /* BLUE BOX */
        border: 2px solid #2361A1;
        background-color: #CFE1F5;
}
p.warning { /* RED BOX */
        border: 2px solid #DD0000;
        background-color: #FFCEC7;
        padding: 8px 11px;
}
p.advice { /* GREEN BOX */
        border: 2px solid #00B100;
        background-color: #DEFFDE;
        padding: 8px 11px;
}
.custom .teaser {
width: 100%;
margin-top: 2em;
padding-top: 2em;
border-top: 1px dotted #bbb;
text-align: justify;
}
.custom .teasers_box {
padding-top: 0;
padding-bottom:0;
border-top: 0;
}


#follow-mrglu { text-align: right; margin-bottom: 1em; }
.custom .sidebar div.widget_column {float:left;margin:5px 3px 0 0;padding-left:10px;text-align:left;}
.custom .sidebar div.widget_column_1 {width:98%;}
.custom .sidebar div.widget_column_2 {width:47%;}
.custom .sidebar div.widget_column_3 {width:31%;}
.custom .sidebar div.widget_column_4 {width:23%;}
