/*
Theme Name: Chad Baudoin
Theme URI: http://chadbaudoin.com
Description: Chad Baudoin.
Version: 1.0
Author: Chad Baudoin
Author URI: http://chadbaudoin.com/
Tags: blueish, custom header, fixed width, two columns, widgets
*/

body{
	background: url('images/body_bg.png') #333 repeat-x;
}

.bg{
	background: url('images/bg.png') center repeat-y; 
}

.container{
	
}

.header{
	height: 75px;
	background: url('images/header.png');
}

.header .navigation{
	height: 100%;
}

.header .navigation .navigation_link{
	font-size: 24px;
	position: relative;
	top: 39px;
	text-align: left;
	color: #999999;
	white-space: pre;
}

.header .navigation .navigation_link a{
	text-decoration: none;
	color: #999999;
}

.header .navigation .navigation_link a:hover{
	text-decoration: none;
	color: #999999;
}

.header .navigation .navigation_link:hover{
	cursor: pointer;
}

.header .navigation .navigation_link:hover:after{
	content: "\00a0 <";
}

.header .navigation .navigation_link_active:after{
	content: "\00a0 <";
	color: red;
}

.content{
	background: url('images/pattern.png');
}

.content .content_inner{
	background-color: #E6E6E6;
	padding: 20px;
	margin-top: 20px;
	height: 100%;
}

.footer{
	background-color: #000;
	background: url('images/bottom_box.png');
}

.footer .info_box{
	height: 100%;
}

.footer .info_box .c{
	margin: 20px 20px 10px 10px;
	color: #999;
}

.footer .info_box a{
	color: #3399cc;
}

.footer .info_box h2{
	color: #999;
	text-align: left;
}

