/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body {
	background: #2a2a2a repeat url('../../../scripts/rotate/bg-plant_1.png');
	}

.custom p {
	margin-bottom: 1em;
	}

.custom #container {
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	}

.custom .menu {
	background: #efefef;
	box-shadow: 0 2px 8px #2e2e2e;
	-webkit-box-shadow:0 2px 8px #2e2e2e;
	-moz-box-shadow: 0 2px 8px #2e2e2e;
	}

.custom .submenu {
	background: #efefef;
	box-shadow: 0 2px 8px #2e2e2e;
	-webkit-box-shadow:0 2px 8px #2e2e2e;
	-moz-box-shadow: 0 2px 8px #2e2e2e;
	}

.custom .menu a {
	color: #C16331;
	/*color: #990000;*/
	font-family: "Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
	font-size: 1.3em;
	}

.custom .headline_area {
	margin-bottom: 1em;
	}

.custom #archive_intro {
	padding-top: 1.5em;
	}

.custom #archive_intro h1 {
	font-family: league-gothic, Georgia, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 40pt;
	padding-left: .5em;
	margin-bottom: .25em;
	}	

.custom .post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 2.4em 0 2.5em;
	}

.custom .to_comments {
	float: right;
	clear: right;
	margin-top: -27px;
	}

.custom h1 {
	font-family: league-gothic, Georgia, Helvetica, sans-serif;
	font-size: 40pt;
	line-height: 35pt;
	}

.custom h2 {
	font-family: league-gothic, Georgia, Helvetica, sans-serif;
	font-size: 40pt;
	line-height: 35pt;
	}

.custom .teasers_box h2 {
	font-size: 20pt;
	line-height: 21pt;
	letter-spacing: .7pt;
	} 

.custom .teaser .format_teaser {
	margin-top: .5em;
	margin-bottom: .8em;
	}

.custom .teaser .format_teaser p {
	margin-bottom: .8em;
	}

.custom .comments_intro span {
	font-size: 1.6em;
	}

.custom #trackback_list {
	list-style: circle outside none;
	margin-left: 1em;
	}

.custom .format_text .wp-caption {
	font-style: italic;
	}

.custom .format_text .wp-caption p {
    	font-size: 0.8em;
    	line-height: 1.1em;
    	margin-bottom: 0;
	}

.custom #sidebars {
	background: #fff;
	}

.custom .search input {
        font-size: .9em;
        }

.custom .search textarea {
        font-size: .9em;
        }

.fb-like {
	width: 200px;
	height: 20px;
	padding-bottom: 15px;
	}

#pint_badge_wrapper {
	border: 0;
	}

/*USE THIS CODE WHEN YOU UPDATE SOCIAL PLUGIN! Edit the plugin and change this setting from 100 to 90
#social .social-comment-body {
        width: 90%;
FIND THIS AND CHANGE 14px TO 12px
#social #reply-title span,
#social .social-nav li a {
	font-size: 12px;
Go in and change all fonts from 14px to 12px, and all font-family to Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif
Change button text color to the C16 color of links
*/

.custom #footer p {
	margin-right: 20px;
	font-family: pt-sans-narrow, "Gill Sans MT","Gill Sans",Calibri,"Trebuchet MS",sans-serif;
	font-size: 1.5em;
	}