/* WP Template things */
/*
Theme Name: CBW
Theme URI: http://oofn.net
Description: Theme by Chad, for Chad
Author: Chad Weider
Author URI: http://oofn.net
*/



/* Formatting Styles */

a:link {
	color: #3A54A5;
}
a:visited {
	color: #BB942E;
}
a img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 10px 20px 5px;
}
img.right {
	float: right;
	margin: 0px 5px 20px 10px;
}
img.center {
	display:block;
	margin: auto auto;
}

h1 {
	font: 36px Georgia, serif;
	font-weight: normal;

	margin-top: 15px;
	margin-bottom: 5px;
}
h1:first-child {
	margin-top: 0px;
}
h1 a:visited {
	color: #3A54A5;
}

h2 {
	font: bold 16px Helvetica, sans-serif;
	
	margin-top: 15px;
	margin-bottom: 5px;
}
h2:first-child {
	margin-top: 0px;
}
h2 a:visited {
	color: #3A54A5;
}

h3 {
	font: bold 13px Georgia, serif;
	
	margin-top: 15px;
	margin-bottom: 5px;
}
h3:first-child {
	margin-top: 0px;
}
h3 a:visited {
	color: #3A54A5;
}


p {
	font: normal 12px/145% Georgia, serif;
	text-align: left;
	
	margin-top: 5px;
	margin-bottom: 15px;
}

p.footnote {
	font-size: 10px;
	color: #444;
}

code {
	font: normal 11px monospace;
}

pre {
	font: normal 12px/100% monospace;
	
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	
	margin-left: 20px;
	padding: 8px;
	
	overflow: auto;
}

pre.console {
	font-size: 10px
	margin-left: -30px;
}

blockquote, blockquote p {
	font: normal 10px/160% Georgia;
	text-align: left;
}

.floatingbox {
	background-color: #eee;
	
	border-color: #8397B7;
	border-style: solid;
	border-width: 1px 5px 1px 1px;
	
	font: 80%/120% Helvetica, sans-serif;
	text-align: left;
	
	margin: 0px 0px 10px 20px;
	padding: 2px 10px 2px 5px;
	float: right;
}

li {
	text-align: left;
}

table.table {
	background-color: #fafafa;
	border: 1px solid #eeeeee;
	
	margin: auto auto;
}
table.table thead {
	background-color: #eaeaea;
	font-weight: bold;
}
table.table td {
	padding: 0 0.5em;
}



/* Structural Styling */

body {
	background-color: white;
	font-size: 14px;
	
	width: 800px;
	
	margin: auto;
	padding: 0;
}

#header {
	border-bottom: 1px solid #DDDDDD;
	
	position: relative;
	
	height: 100px;
}


#title {
	font: small-caps 35px Georgia, serif;
	text-decoration: none;
	color: black;
	
	position: absolute;
	top: 5px;
	left: 2.65em;
	
	margin: 0;
	padding: 0;
}
#title a {
	text-decoration: none;
	color: black;
}

#caption {
	font: normal 12px Georgia, serif;
	text-decoration: none;
	color: #BFBFBF;
	text-align: right;
	
	position: absolute;
	top: 11px;
	left: 0px;
	
	width: 7.5em;
}


#navbar {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	margin: 0 0 -.4em 0;
	padding: 0;
}

#navbar li {
	font: bold 25px Georgia, serif;
	
	display: inline;
	
	padding-right: 20px;
}

#navbar * a {
	text-decoration: none;
}


#navlink-blog {
	color: #9C2029;
}
#navlink-about {
	color: #BB942E;
}
#navlink-projects {
	color: #3A54A5;
}



#main {
	margin-top: 35px;
	margin-bottom: 35px;
	position: relative;
}

#content {
	display: inline-block;
	
	width: 510px;
	min-height: 600px;
	
	margin-left: 50px;
}

#footer {
	border-top: 3px double black;
	text-align: right;
	
	height: 25px;
	
	position: relative;
}

#credit {
	font: normal 12px Georgia, serif;
	color: #ABABAB;
	
	position: absolute;
	top: 5px;
	left: 580px;
}