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

body.custom {
    /*background: #fff url('images/body-bg.jpg') repeat;*/
	background-color: #444;
}

	.custom #nav {
		width: 100%;
		background: transparent;
		padding: 5px 0;
	}
	
	.custom #nav_container {
		width: 87em;
		margin: 0 auto;
		overflow: hidden;
	}

		.custom #nav ul#tabs {
			float: left;
			border: none;
			width: 70em;
			margin: 0;
		}
  
			.custom #nav ul#tabs .current_page_item {
			    border: none;
			}
	
			.custom #nav ul#tabs .current_page_item a {
		    	color: #fff !important;
			}
		
			.custom #nav ul#tabs li {
			    background: none;
			    border: none;
			    margin: 0 1em 0 0;
			}
		
			.custom #nav ul#tabs li a {
		    	color: #999 !important;
				padding: 0.75em;
			}
			
			.custom #nav ul#tabs li a:hover {
				background: #185daa;
		    	color: #fff !important;
				text-decoration: none;
			}

.custom #header { 
	border-bottom: 0; 
	padding-top: 0;
}
	.custom #header #logo a {
		background: transparent url('images/header.jpg') no-repeat;
		display: block;
		line-height: 225px;
		overflow: hidden;
		text-indent: -1000em;
	}

.custom #container {
    background: #fff;
    border: 8px solid #888;
}

.custom #content_box {
    background: none;
}

.custom #footer {
    border-top: none;
    margin: 10px 0;
    width: 94em;
}
    .custom #footer p {
        color: #aaa;
    }
    .custom #footer a {
        border-bottom: 0;
        color: #aaa;
    }
    .custom #footer a:hover {
        text-decoration: underline;
    }
