/*
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 #nav_area {background:#c5b79b; width:100%; border-bottom:0px solid #ffffff; padding-top:10px;}
	.custom ul#tabs {border-bottom:0; border-color:#ffffff;}
		.custom ul#tabs li {border-color:#c5b79b; background-color:#c5b79b;}
		.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#c5b79b;}
.custom .menu {
background:none repeat scroll 0 0 #C5B79B;
}


 
.clear{clear:both;}


.custom #image_box, .custom #video_box, .custom #custom_box {
background:none repeat scroll 0 0 #ffffff;
border:3px solid #c5b79b;
float:left;
margin-bottom:10px;
margin-left:0px;
margin-top:10px;
padding:20px 10px;
width:225px;
}
custom...-103806 (line 133)
#custom_box {
font-size:1.3em;
line-height:1.538em;
}
layout...-123222 (line 143)
* {
margin:0;
padding:0;
}
style....-203915 (line 19)
Inherited fromdiv#multimedia_box.custom_box
#multimedia_box {
color:#FFFFFF;
}
layout...-123222 (line 263)
.image_box, .custom_box {
border-style:solid;
}
style....-203915 (line 163)
Inherited fromdiv#sidebars
#sidebars {
border-style:solid;
}

/* Nav Search */
.custom ul.menu li.nav_right {
  float:right;
  font-size:10px;
  height: 22px;
  letter-spacing:1px;
  overflow:hidden;
  text-transform: uppercase;
}

.custom ul.menu li.search {
  background-color: #c5b79b;
  border-bottom:none;
  height:25px;
  margin-bottom:0;
}

.custom ul.menu li.search input {
  background-color: #c5b79b;
  border:1px solid #333;
  color:#333;
  font-size:10px;
  height:18px;
  letter-spacing:1px;
  padding:4px 10px 0 22px;
  text-transform: uppercase;
  width:125px;
}

html, .custom {
 height: 100%;
}
.custom .wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.custom #footer_area, .custom .push {
 height: 100px; /* .push must be the same height as .footer */
}



 
.clear{clear:both;}



/* Highlight Author Comments */



/* Featured Post Formatting */

.custom #feature_box {  padding:0em; }

.custom #my-feature-box1 { width:80%; padding-left:1em; }
.custom #my-feature-box,#my-feature-box1  {float:left;  font-family: Helvetica,Arial,sans-serif; color: #383838; background: #e7e0d1; padding: 22px 15px 22px 15px; }
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a,#my-feature-box a  { color: #4789a9; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #4789a9; }
.custom #my-feature-box p {color:#383838;  font-size: 1.5em; line-height:1.5em; text-align: justify;}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }


/* code for Author's profile box below the post */
.postauthor {background: #F5efe3;
&nbsp;border-top: 1px solid #a8c7d8;
&nbsp;border-bottom: 1px solid #a8c7d8;
overflow: hidden; padding: 1.5em;
}
.postauthor img {border: 1px solid #e2dede;
float: left;
&nbsp;margin-right: 1.5em;}
.postauthor h3 {color: #f1ad26;
font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 11px;
margin-bottom: 12px;}.postauthor p.hlight {font-size: 9px;
text-transform: uppercase;}.postauthor p.hlight span {color: #4789a9;
font-size: 1.5em; font-style: italic;
font-weight: bold; letter-spacing: 0.8px;}
.custom .postauthor p {
fontsize:13px;}
.custom .postauthor p.hlight{
fontsize:11px;
fontweight:bold }


/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #c5b79b;
	/* widget padding */
	padding: 10px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 235px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #383838;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #4789a9;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* footer font styles */
.custom #footer a {
	font-size: .9em;
	border-bottom: none;
	color: #4789a9;
}
.custom #footer a:visited {
	text-decoration: none;
	color: #4789a9;
}
.custom #footer a:link {
	text-decoration: none;
	color: #4789a9;
}
.custom #footer a:hover {
	text-decoration: underline;
	color: #4789a9;
}


