/*
File:			custom.css
Description:	Custom styles for Thesis

in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #sidebar_1 {background:#f9f9f7}
.custom #sidebar_2 {background:#f3f3ef}
.custom h2 a {color:#990000;}
.custom h3 {color:#990000; font-family:'Arial'; font-weight:bold}
.custom .about{border-top:1px dotted #a0000e;
     	margin-top:10px;
     	font-style:italic;
     	font-weight:bold;
     	}


.custom #content a{color:#990000; border-bottom:1px dotted #990000; text-decoration:none}
/*.custom a:hover{background:#f3f3ef}*/
.custom #sidebars a{color:#990000}
.custom #sidebars {background:#f3f3ef;}
.custom #sidebars a:hover{background:#fff}

.custom #sidebars li.widget li {font-variant:normal; color:#a10101;}

.custom .entry-title a{font-family: Georgia; font-weight: bold; color: #8B1A1A;}

.custom #archive_info p {letter-spacing:normal}
.custom #archive_info h1{font-family:Georgia; font-weight:bold}

.custom #sidebars ul.sidebar_list h3 {font-family:Georgia; font-weight:bold: color:#990000; letter-spacing:normal; font-variant:normal; font-size:1.3em}
.custom #sidebar_1 ul.sidebar_list li {line-height:.9em}

<!--table styles-->

.custom table {font-size:100%;
     	border-spacing:5px;
     	border-collapse:collapse;
     	}
.custom td {padding:5px;
     	vertical-align:top;
	  border:1px solid #E9E7F0;}

.custom .callout{
	float:right;
width:200px;
margin:0px 20px;
background-color:#f3f3ef;
border:none;
}

.custom .callout h3{
	margin-top:5px
}



/* style of search box in header  */
/* clears the header floats */
.custom #header {
	overflow: hidden;
}

.custom #header a{background-color:none;
border:none;
}

.custom #header a:hover{background-color:#ffffff;
text-decoration:none;
border:none;

}
/* allows the search function to be positioned to the right of the logo */
.custom #logo, #tagline {
	float: left;
	width: 300px;
}
/* positions the search widget on the right hand side of the header */
.custom .widget_search {
	float: right;
margin-top:-30px;
	width: 200px;
}
/* formats the search input and button */
.custom .search_form .text_input {
	font-size: 11px;
	padding: 5px;
}
.custom .search_form #searchsubmit {
	font-size: 11px;
	padding: 4px;
}
.custom #replacement-1 {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(SearchGoogle.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.custom #replacement-2 {
  width: 100px;
  height: 55px;
  padding: 55px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(/images/search.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.custom form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}
/*-- end of search box---*/

.custom .dropCap {
	    float: left;
color:#990000;
&nbsp;font-size: 5em;
	    line-height: 0.9em;
	    padding: 0 5px 0 0;
	    font-family: Georgia, "Times New Roman", Times, serif;
	}
