/*
Theme Name: Bradley Kenyon
Theme URI: http://bradleykenyon.com
Description: This is the theme for my personal freelance blog/site.
Version: 1.0
Author: Bradley Kenyon
Author URI: http://bradleykenyon.com
Tags: doesn't matter
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background:transparent none repeat scroll 0 0;
border:0 none;
font-size:100%;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:0;
vertical-align:baseline;
}

html, body {
	background-color: #1b1718;
	color: #333;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover, a:active {
	text-decoration: none;
	color: #1F62FF;
}

img {
	border-width: 0px;
	border-style: none;
}

ul,li{list-style-type:none;}

.left{float:left;}
.right{float: right;}
.clear{clear: both;}
.clearL{clear: left;}

p {
	margin-bottom: 8px;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 950px;
	padding-top: 20px;
	background: url(images/header_bg.png) no-repeat;
	margin-bottom: 20px;
}

/* @group NAV */

#nav {
	width: 950px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	top: 0px;
}

#nav li, #nav a {
	height: 75px;
	display: block;
}

#nav_one {
	left: 0px;
	width: 200px;
	position: absolute;
	background: url(images/nav_sprite.png) no-repeat 0 -75px;
}

#nav_sp_one{
	left: 200px;
	width: 32px;
	position: absolute;
}

#nav_two {
	left: 232px;
	width: 148px;
	position: absolute;
	background: url(images/nav_sprite.png) no-repeat -200px -75px;
}

#nav_sp_two{
	left: 380px;
	width: 29px;
	position: absolute;
}

#nav_three {
	left: 409px;
	width: 257px;
	position: absolute;
	background: url(images/nav_sprite.png) no-repeat -348px -75px;
}

#nav_sp_three{
	left: 666px;
	width: 37px;
	position: absolute;
}

#nav_four {
	left: 703px;
	width: 247px;
	position: absolute;
	background: url(images/nav_sprite.png) no-repeat -605px -75px;
}

#nav_one:hover, #nav_one:active {
	background-position: 0 0;
}

#nav_two:hover, #nav_two:active {
	background-position: -200px 0;
}

#nav_three:hover, #nav_three:active {
	background-position: -348px 0;
}

#nav_four:hover, #nav_four:active {
	background-position: -605px 0;
}

/* @end */

.post_snippet {
	width: 600px;
	margin: 10px 0px;
	padding: 25px;
	border-top: 1px outset #1F62FF;
	border-bottom: 1px inset #1F62FF;
	border-right: 2px inset #1F62FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.single_post {
	width: 600px;
	padding: 25px;
	border-top: 1px outset #1F62FF;
	border-bottom: 1px inset #1F62FF;
	border-right: 2px inset #1F62FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px 0px;
}

.static_page {
	width: 600px;
	margin: 5px 0px;
	padding: 25px;
	border-top: 1px outset #1F62FF;
	border-bottom: 1px inset #1F62FF;
	border-right: 2px inset #1F62FF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.static_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.static_page li {
	margin: 0 0 0 320px;
}

#sidebar {
	float: right;
	width: 260px;
	margin: 5px 0px;
	padding: 20px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li {
	margin: 0 0 0 8px;
}

.widget {
	margin-bottom: 22px;
}

#footer {
	width: 900px;
	background: #ccc url(images/footer_bg.png) no-repeat;
	padding: 30px 25px 10px;
	margin-top: 20px;
	text-align: center;
}

h1 {
	color: #666;
	font-size: 24px;
}

h2 {
	color: #666;
	font-size: 22px;
	font-style: italic;
	margin-bottom: 12px;
}

h4 {
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

h5 {
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 6px;
}

/* @group Comments */

h3#comments {
	margin-bottom: 1em;
}

ul.commentlist, ul.commentmeta {
	margin: 5px 0px;
	padding: 0;
	list-style-type: none;
}

ul.commentlist .comment {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

img.avatar {
	margin: 0 .5em 0 0;
	float: left;
	display: inline;
}

#comments, #respond {
	margin: 2em 0 0 0;
	border: 0;
}

.ctitle {
	font-variant: small-caps;
}

ul.commentlist cite {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-variant: small-caps;
}

ul.commentlist .comment-meta {
	margin-top: -22px;
	float: right;
}

ul.children {
	list-style-type: none;
}

ul.commentlist .comment.bypostauthor{
	margin-top: 5px;
	border-right: 2px inset #1F62FF;
	border-bottom: 1px inset #1F62FF;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

ul.commentlist p {
	margin-left: 58px;
}

#respond form label {
	font-variant: small-caps;
	color: #333;
	font-style: italic;
}

#respond form input, textarea {
	margin-left: 8px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-top: 1px dotted #ccc;
	border-left: 3px inset #ccc;
	border-right: 1px outset #ccc;
	border-bottom: 1px dotted #ccc;
}

/* @end */

.portfolio {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.space_ri {
	margin-right: 10px;
}