/*
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/
*/

.custom .full_width .page {
	margin: 0px;
	padding-left: 10px;
}

.custom #page {
	margin-top: 0px;
	padding-top: 0px;
}

.custom #header_area {
background-color: #FFF;
}

.custom #header_area .page {
	background-color: transparent;
	width: 100%;
	padding: 0px;
}

.custom #header_area .page #header {
/*	background-color: #fff;
*/	border-bottom: 0px;
}


.custom .post_box {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin: 20px;
}


.custom #content_area {
	background-color: #eee;
}

.custom #content_area .page {
	background-color: transparent;
}
/*
.custom #content_area .page #content_box {
	background-color: #fff;
}
*/
.custom ul.menu {
	background-color: #FFCD50;
	padding: 10px 5px 10px 25px;
	border: 0px;
margin: 0px;
}

.custom ul.menu li {
	margin-bottom: 0px;
}

.custom ul.menu li.tab a {
background-color: transparent;
	border: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px 5px 0px 5px;
	font-family: Arial;
}

.custom ul.menu li.current a {
	background-color: #FFF;
}

.custom ul.menu li.tab a:hover {
	background-color: #FAE29A;	
}

.custom ul.menu li.current a:hover {
	background-color: #FFF;
}

.custom #header #tagline {
	font-weight: normal;
}

.custom h1, .custom h2, .custom h3 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.custom .teasers_box h2 {
	font-size: 13pt;
}

.custom #header #logo {
	text-transform: uppercase;
}

.custom #header h1, .custom #header #tagline {
	text-transform: uppercase;
	width: 400px;
}

.custom #commentform {
border: 0px;
}

#rss_callout {
	font-size: 11pt;
	line-height: 175%;
	font-style: italic;

        background: #FFFFCC;
        border-bottom: 1px solid #E0DC8A;


/*	border: 1px solid #ddd;
*/	padding: 10px;

}

#rss_callout .subscriber_count {
	font-size: 16pt;
	color: #D4591C;
}

.custom .entry-content ul li, .custom .entry-content ol li {
	margin: 15px 0px 15px 20px;

}

.custom .entry-content ul li {
	list-style: disc;
}

.custom .entry-content p, .custom .entry-content ul li, .custom .entry-content ol li {
	/*font-family: 'OFL Sorts Mill Goudy TT', Georgia;
	*/font-size: 12pt;
	line-height: 175%;
}

.custom .teasers_box {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width: 575px;

        background-color: #f5f5f5;

}

.custom #comments {
	margin: 0px 0px 20px 20px;
	padding: 20px;
	width: 532px;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.custom #content .post {
/*	margin-bottom: 0px;
*/
}

.custom #subscribe-to-list {
	padding: 20px;
	margin: -20px 20px 0px 20px;
	background-color: #fafafa;
	font-size: 10pt;
	font-family: Arial;	
	border: 1px solid #ddd;
	border-top: 0px;
}

.custom #subscribe-to-list p {
	margin: 20px 0px 20px 0px;
}

.custom .teaser {
	/*border: 1px solid #ddd;
	background-color: #fff;
	*/padding: 15px;
	width: 254px;
	margin: 0px 0px 5px 0px;
}

.custom .entry-content.format_teaser p {
	font-size: 10pt;
}

.custom #content_box {
	/*background: transparent;
*/
}

.custom #sidebars {
	margin-top: 20px;
}

.custom #sidebars .textwidget {
	line-height: 175%;
}

.custom .prev_next {
	border: 0px;
}

.custom .social_buttons {
	margin: 5px 0px 5px 0px;
	overflow: auto;
}

.custom .social_buttons div {
	float: left;
}

.custom .social_buttons div.social_call_to_action {
	margin-right: 10px;
	color: #888;
	font-size: 8pt;
	padding: 2px 0px 2px 0px;
	font-style: italic;
}

.custom .after_post_footer_box {
	padding: 20px;
	background: #FFFFCC;
	border: 1px solid #E0DC8A;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px 20px 0px 20px;
}

.custom .footer_box_header {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 24px;
}

.custom .footer_box_row {
	overflow: auto;
	margin-top: 20px;
}

.custom .footer_box_column_1 {
	width: 250px;
	float: left;
}

.custom .footer_box_column_2 {
	margin-left: 260px;
}

.custom #tweet-box-container #tweet-box-header .doing {
	font-size: 14px !important;
}

.custom .footer_box_column li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.custom .footer_box_column li.widget {
	font-size: 10pt;
	line-height: 1.75;
}

.custom .footer_box_column li.widget ol li {
	font-size: 10pt;
	padding: 0px;
	margin: 3px 0px 2px 5px;
}

.custom .footnotes ol li {
  font-size: 10pt;
  line-height: 1.5em;
  /*padding: 10px 0 10px 0;
  */color: #666;
  font-family: Arial, Helvetica;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes .footnotedivider:after {
  content: "Footnotes:";
  font-family: Arial, Helvetica;
  font-weight: bold;
}

.footnotes li {
  margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 90%;
  margin-left: 2px;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}

.custom #SignUp .signupframe {
	/*border-top: 2px solid #ccc;
	*/
padding-top: 10px;
	color: #333333;
width: 400px;
	background: transparent;
	margin: auto auto 30px auto;
}

.link {
	color: #333333;
	text-decoration: none;
}

.custom #SignUp .signupframe td {
	padding: 5px;
}

.custom #SignUp .signupframe input {
width: 260px;
}

.custom #SignUp .signupframe input.submit {
	width: 105px;
	margin-top: 10px;
}
