/*
File:			custom.css
Description:	Custom styles for Thesis
*/

body.custom {
    background: url(images/header-bg.png) repeat-x;
}

.custom #page {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}

.custom #header {
    border-bottom: 0;
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
}

	.custom #header #logo a {
		background: url(images/logo.png) no-repeat;
		display: block;
		float: left;
		height: 55px;
		width: 356px;
		overflow: hidden;
		text-indent: -1000em;		
	}

	.custom #header #tagline {
		color: #fff;
		float: right;
		position: relative;
		top: 30px;
	}

.custom #content_box {
    background-color: #fff;
    border: 2px solid #222;
    clear: both;
}

.custom #footer {
    border-top: 0;
}