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

.custom #header_banner {right; position:absolute; width:500px; height:110px; top:82px;
margin-left: -1em; }
.custom #footer {
  text-align:center;
}

.custom #footer ul,
 .custom #footer li {
  display:inline;
}

/* Breadcrumbs */
#crumbs {
	font-size: 11px; /*font size, change this to whatever you want*/
	padding: 10px 0px 0px 10px; /*10 padding top, 10 padding left*/
}
#crumbs a {
	color: #00F; /*change this to whatever color you want*/
}
#crumbs a:hover {
	text-decoration: none; /*remove underline the links on a mouse over*/
}

/* clears the header floats */
#header {
	overflow: hidden;
}

/* allows the search function to be positioned to the right of the logo */
#logo, #tagline {
	float: right;
	width: 300px;
}

/* places the tagline below the logo */
#tagline {
	clear: left;
}

/* positions the search widget on the right hand side of the header */
.widget_search {
	float: right;
	width: 300px;
}

/* formats the search input and button */
.search_form .text_input {
	font-size: 15px;
	padding: 4px;
}

.search_form #searchsubmit {
	font-size: 15px;
	padding: 4px;
}


body{
background:url("images/bg.png");
}
 
.custom #container {
margin-bottom: 20px;
margin-top: 45px;
border: 0px solid #9EDE95;
}


.custom #sidebar_1 {background:#E1E3CA none repeat scroll 0 0;}
.custom #sidebar_2 {background:#E1E3CA none repeat scroll 0 0;}



.custom .menu { float:right;}