/*
File:			custom.css
Description:	Custom styles for Thesis

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/
*/


/* 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 table {
border-spacing:15px;
border-collapse:collapse;
}

.custom td, th {padding:15px;
vertical-align:top;
border:1px solid #dfdfdf;
}



.custom .box {width:80%;
	background:#FEE2CC;
	font-size:12px;
	line-height:16px;
	padding: 5px;
	margin: 5px;
}

.custom .menu a {border-bottom:none;
	letter-spacing:normal;
	font-weight:bold;
	}
.custom a {
	font-weight:bold;
text-decoration:none;
border-bottom:1px dotted #cc3300;
}

.custom a:hover{font-weight:normal;
	background-color:#52b5b5;
color:black}

.custom #sidebars {
	background-color:#FEF1E6
}
.custom #sidebars h3 {
	letter-spacing:0px;
	font-weight:bold;
	font-variant:normal;
}

.custom #quote{width:75%;
	background-color: #FEF1E6;
	margin:30px;
	padding:10px;
}

.custom .by {margin-top:5px;
	text-align:right;
	font-size:11px;
margin-bottom:3px;
}


.custom .broken_link, a.broken_link {
	text-decoration: line-through;
}
