/*
Theme Name: Keith Ruback
Theme URI: http://wordpress.org/
/*
Theme Name: Keith Ruback
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and 
prior. 
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background-color: #ffffff;
}
.noborder{
	border: none;
}
.main_container{
	width: 980px;
	height: 700px;
	margin: 0px;
}
.keith_picture{
	float: left;	
	width: 357px;
	height: 700px;
}
.main_content{
	float: right;
	width: 623px;
	height: 700px;
}
.header{
	width: 623px;
	height: 136px;
}
.navbar{
	width: 623px;
	height: 59px;
	background-image:url('../images/home/nav.jpg');
	background-repeat: none;
}
.content_area{
	width: 623px;
	height: 505px;
	background-image: url('../images/home/content_area.jpg');
	background-repeat: none;
}
.left_col{
	float: left;
	width: 280px;
	word-wrap: break-word;
}
.right_col{
	float: right;
	width: 280px;
	margin-right: 40px;
	text-align: right;
}
.content_header{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 15px;
}
p.content{
	font-size: 11px;
	font-weight: 200;
	width: 280px;
	word-wrap: break-word;
}
input.newsletter{
	width: 280px;
	text-align: right;
	border-style: solid;
	border-width: 1px;
	border-color: #c7c9cb;
}
a.navbar:link{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:visited{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:active{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.navbar:hover{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}
.navbar_left{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
font-size: 11px; 
	padding-top: 12px; 
	padding-left: 7px; 
	float: left;
}
.navbar_right{
	font-family: 'trajan pro','Times New Roman', Times, serif; 
	font-size: 11px; 
	padding-top: 12px; 
	padding-right: 43px; 
	float: right;
}

strong {
	font-weight: bold
}
