/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom {
/*	background: #116 url(images/body-bg.gif) center repeat-y; */
	background: #116;
}

.custom #container {
	padding: 2px;
	background: #eef;
	border: 1px solid #66f;
}

.custom #page {
	background: #fff;
	border: 1px solid #116;
	padding: 0;
}

.custom #header {
	background: #fff url(images/header-bg.gif) repeat-x;
	padding: 2em 2em 1em 2em;
}

/*change the background color of everything on the nav bar except tabs*/
/*.custom ul#tabs { background: #000000; }*/

/*change the background color of unselected tabs*/
/*.custom ul#tabs li a { background: #000000; }*/
/*change the font color of unselected tabs*/
/*.custom ul#tabs li a { color: #000000; }*/

/*change the background of color the selected tab*/
/*.custom ul#tabs li.current_page_item a { background: #000000; }*/
/*change the font color of the selected tab*/
/*.custom ul#tabs li.current_page_item a { color: #000000; }*/

/*change the background color of unselected tab when the cursor hovers over it*/
/*.custom ul#tabs li a:hover { background: #000000; }*/
/*change the font color of unselected tab when the cursor hovers over it*/
/*.custom ul#tabs li a:hover { color: #000000; }*/

.custom #content {
	padding-left: 1em;
}

#sidebars {

}

.sidebar {
/*	background: #00f; */
}

#sidebar_1 {

}

.search_form {
	float: right;
}

.text_input {
	font-size: 12pt;
}