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

.custom #nav {
	width: 100%;
	background: transparent;
	margin-top: 15px;
	padding: 5px 0;
}

.custom #nav_container {
	width: 73em;
	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: #185daa !important;
			font-weight: bold;
			padding: 0.5em;
		}
		
		.custom #nav ul#tabs li a:hover {
			background: #185daa;
	    	color: #fff !important;
			text-decoration: none;
		}

.custom #header { 
	border-bottom: 2px solid #555;
	border-top: 2px solid #555;
	padding-bottom: 0; 
	padding-top: 0;
}
	.custom #header #logo a {
		background: transparent url('images/header.jpg') no-repeat;
		display: block;
		line-height: 150px;
		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;
    }
