/*
Theme Name: Jonathan Waltner 
Theme URI: http://www.jonathanwaltner.com/
Description: Theme created by Jonathan Waltner.
Version: 1.0
Author: Jonathan Waltner
Author URI: http://www.jonathanwaltner.com/
Tags: 

	Jonathan Waltner v1.0
	 http://www.jonathanwaltner.com/
*/

/* RESET STYLESHEET TO MAKE THIS THING ROCK */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,small { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*TYPOGRAPHY AND COLORS*/
html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	background-color:#000;
	height: 100%;
}
h1{
	font-size:48px;
	font-weight:bold;
}
h2 {
	font-size:24px;
	color:#fff;
	font-weight:bold;
}
#content p, #content ol, #content ul {
	font-size:12px;
	line-height:20px;
	margin-bottom:18px;
	color:#aaa;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover,input,textarea,.navigation a:hover {
	color:#CEDEA2;
}
input,textarea{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
}
input:focus, textarea:focus {
	border-color:#cedea2;
}
input, textarea {
	background-color:#444;
	border:1px solid #777;
}
input[type="submit"]{
	cursor:pointer;
	color:#ccc;
	background-color:#333;
	border:1px solid #777;
}
input[type="submit"]:hover {
	color:#fff;
	background-color:#333;
	border:1px solid #cedea2;
}
p {
	color:#ccc;
}
strong {
	color:#ddd;
	font-weight:bold;
}
#sidebar h2{
	color:#666;
}
/* PAGE STRUCTURE */
#page {
	text-align:left;
	width:802px;
	margin:auto;
	padding:15px 0px 150px 0px;
}
#header{
	float:left;
}
	.pagenav {
		float:left;
		width:100%;
	}
	.pagenav li{
		float:left;
		padding:0px 10px;
		line-height:35px;
	}
	#headerimg{
		float:left;
		border:1px solid #222;
	}
#sidebar {
	float:left;
	padding:20px 25px 10px 10px;
	width:150px;
}
	#sidebar h2 {
		font-size:18px;
		font-weight:bold;
		text-transform:uppercase;
	}
	#sidebar ul ul{
		margin-bottom:1em;
		font-size:14px;
		color:#444;
	}
	#sidebar p{
		margin:10px 0;
		font-size:12px;
	}
#content {
	padding:20px 10px 10px 25px;
	float:left;
	width:570px;
	border-left:1px solid #111;
}
	.aligncenter {
		position:relative;
		left:50%;
		margin-left:-25%;
	}
	.entry{
		margin-top:15px;
	}
	.post{
		margin-bottom:15px;
		border-bottom:1px solid #333;
	}
	.post small{
		color:#666;
		font-style:italic;
		font-size:12px;
		line-height:20px;
	}
.navigation{
	width:100%;
	height:30px;
	color:#666666;
	font-size:12px;
}
	.navigation a{
		color:#666;
	}
	.navigation .alignleft,.navigation .alignright{
		width:50%;
		display:block;
		float:left;
	}
	.navigation .alignright{
		text-align:right;
	}
#footer {
	width:100%;
	font-size:12px;
	text-align:center;
	background-color:#050505;
	border-top:1px solid #222;
	padding:15px 0;
	clear:both;
}
	#footer .container {
		text-align:left;
		width:800px;
		margin:auto;
	}
	#footer p{
		float:right;
	}
.delicious-posts { color:#666; }
.delicious-post { padding: 0.25em; }
.delicious-odd { }
.delicious-banner a { font-size: 80% }
/* CFORMS */
#cforms2form{
}
#cforms2form label{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}
#cforms2form label:after{
	content:":";
}
#cforms2form li{
	margin-bottom:10px;
}
#cforms2form ol{
	margin-top:10px;
}
#cforms2form legend{
	color:#666;
}
.cf-sb{
	margin-left:110px;
}
	.cf-sb input{
		padding:2px 15px;
		cursor:pointer;
	}
.cf_hidden{
	display:none;
}
.entry code{
	display:none;
}
.failure{
	color:#f00;
}
.cf-fs1 input,.cf-fs2 textarea{
	width:300px;
	margin-right:10px;
}
/* Comment Form */
#commentform input, #commentform textarea{
	width:350px;
}
#commentform label{
	display:block;
	float:left;
	padding-right:5px;
	width:100px;
	text-align:right;
}
#commentform textarea,#commentform input[type="submit"]{
	margin-left:105px;
}
#commentform textarea{
	height:150px;
}

