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

body {
	background: url('images/body_bg.png') bottom center repeat-x;
}

.custom #container {
	width: 100%;
	background: url('images/header_bg.png') top center repeat-x;
}

.custom #header {
	border: none;
	padding: 0;
	overflow: hidden;
}

.custom ul#tabs {
	float: left;
	width: 700px;
	height: 24px;
	margin: 0 0 0 75px;
	border: none;
}

.custom ul#tabs li {
	border-width: 1px 1px 0 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 0;
	margin: 0 5px 0 0;
}

.custom ul#tabs li.current_page_item {
	border-bottom: 1px solid #fff;
}

.custom #page {
	position: relative;
	padding-top: 250px;
	width: 800px;
	margin: auto;
	background: url('images/page_bg.png') top center no-repeat;
}

.custom #content_box {
	width: 800px;
	padding: 0;
	background: url('images/contentbox_bg.png') top center no-repeat;
}

.custom #content {
	margin: auto;
	width: 698px;
	border: 1px solid #ddd;
	padding: 0 0 200px 0;
	background: url('images/content_bg.png') bottom center no-repeat;
}

.custom #sidebars {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	border: 1px solid red;
}

.custom #footer {
	width: 700px;
	margin: auto;
	height: 39px;
	padding: 10px 0 0;
	border: none;
	color: #404040;
}