/* @override http://cody.allthestuffido.com/wp-content/themes/cody30/style.css */

/* 
Theme Name: Cody Haltom 3.0
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*
Here is a list of global properties
*/

body {
	font-family: Courier, Times New Roman, serif;
	color: black;
	font-size: .7em;
}

li {
	display: inline;
	list-style: none;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

h2 {
	border-bottom: 1px #000000 dotted;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

h3 {
	border-bottom: 1px #BBBBBB dotted;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}

p {
	font-size: 1em;
	line-height: 1.1em;
	padding: 0px 0px 10px 0px;
}

strong {
	font-weight: normal;
	text-transform: uppercase;
}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF;
	}
	
#header {
	width: 100%;
	height: 122px;
	margin: 0px 10px 0px 10px;
}

#header_logo {
	background-image: url('images/cody_header.png');
	background-repeat: no-repeat;
	width: 440px;
	height: 44px;
	top: 70px;
	position: relative;
}

#linkbar {
	width: 940px;
	margin: 0px 10px 0px 10px;
	padding: 8px 0px 8px 0px;
	border-top: 1px #000000 dotted;
	border-bottom: 1px #000000 dotted;
}

#prev, #next {
	float: left;
	width: 150px;
}

#home {
	width: 175px;
	float: left;
}

#content {
	margin: 0px 0px 50px 0px;
	width: 960px;
}

#work_div img {
	margin: 0px 0px 0px 0px;
}

/*
Here is a list of all of the classes in this theme
*/

.column {
	width: 220px;
	margin: 30px 10px 0px 10px;
	float: left;
}

.widecolumn {
	width: 700px;
	margin: 30px 10px 0px 10px;
	float: left;
}

.news {
	border-bottom: 1px #BBBBBB dotted;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

.clear {
	clear: both;
}


.post{}
.postmeta{}
.postnavigation{}
#sidebar{}