/*
Theme Name: Daniel's Blog
Theme URI: http://wordpress.org/
Description: My theme.
Version: 0.1
Author: Daniel McKenzie
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* START NOW */
body {
	background: #F9F9F9;
	color: #444;
	font: 12px verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #0000FF;
	margin-bottom: -2px;
}

a:visited {
	color: #581C90;
}

a:hover, a:focus {
	color: #0000FF;
	border-bottom: 1px solid #BBBBFF;
}

#page {
	margin: 0 auto;
	width: 800px;
	padding: 0 10px;
}

#header {
	margin: 0px 0 15px;
	border-bottom: 1px solid #999;
	padding: 0;
	position: relative;
}

#header a {
	color: #222;
}

#header span {
	display: block;
	font: 35px solid arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: -1px;
}

#header span a:hover {
	color: #0000FF;
	border-bottom-color: #999;
	margin-top: -10px;
	padding-top: 10px;
}

#header ul {
	position: absolute;
	bottom: 3px;
	right: 0;
}

#header li {
	display: inline;
	padding: 0 0 0 10px;
}

#header li a:hover {
	border-bottom: 3px solid #777;
	color: #0000FF;
}

#footer {
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #666;
	clear: both;
}

#footer ul {
	text-align: right;
	font-size: 10px;
}

#footer li {
	display: inline;
	padding-left: 5px;
}

#footer #signed {
	float: left;
	padding-left: 0;
}

#footer #heart {
	color: red;
	letter-spacing: -3px;
}

.post {
	margin: 0 0 40px 0;
	font: 13px verdana, sans-serif;
	line-height: 160%;
	clear: both;
}

.post .info {
	margin-top: -3px;
	width: 235px;
	text-align: right;
	float: left;
	text-transform: lowercase;
}

.post .content {
	margin-left: 250px;
	text-align: left;
}

.post blockquote {
	background: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	padding: 11px 10px 1px;
	margin: 0 15px 10px 5px;
	line-height: 135%;
}

h1 {
	font: normal 25px arial, sans-serif;
	letter-spacing: -1px;
	line-height: 90%;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 5px 0;
	color: #666;
	margin-left: 250px;
}

h2 {
	font: normal 23px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 25px;
	margin-top: 5px;
}

h3 {
	font: bold 18px arial, sans-serif;
}

h4 {
	font: bold 16px arial, sans-serif;
}

.post h2 a {
	text-decoration: none;
	color: #111;
}

.post h2 a:visited {
	color: #777;
}

.post h2 a:hover, .post h2 a:focus {
	border-bottom: none;
	color: #0000FF;
}

.post h3, .post h4 {
	margin-bottom: 0;
}

.post .meta {
	padding: 0 0 2px 0;
	margin: 4px 0 2px 0;
	font: 10px 'verdana', sans-serif;
}

.post p {
	margin-bottom: 1em;
}

.post ul {
	list-style: circle;
	margin: 0 0 .7em 0;
}

.post ol {
	list-style: decimal;
	margin: 0 0 .7em 0;
}

.post li {
	margin: 0 0 .4em 2em;
}

.post img.aligncenter,
.post img.alignright,
.post img.alignleft,
.post embed,
.post object {
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1px;
	backgound-color: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.post embed, .post object {
	display: block;
	margin: 4px auto;
}

.post code {
	font: 12px 'lucida console', 'courier new', monospace;
	background: #DEDEDE;
}

.post pre {
	font: 12px 'lucida console', 'courier new', monospace;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	padding: 5px;
	margin-left: 5px;
	margin-right: 15px;
	max-height: 200px;
	overflow: auto;
}

.aligncenter {
	display: block;
	margin: 4px auto;
}

.alignleft {
	float: left;
	margin: 0 4px 0 10px;
}

.alignright {
	float: right;
	margin-left: 0 10px 0 4px;
}

.comments ol {

}

.comments ol li {
	clear: both;
	padding: 0 0 20px 0;
}

.comments ol .avatar {
	float: left;
	backgound-color: #fff;
	-webkit-box-shadow: 0px 0px 5px #333;
	margin: 0 5px 5px 0;
}

.comments ol form input.text {
	font: 12px 'verdana', sans-serif;
	color: #aaa;
	border: none;
	border-bottom: 1px dotted #aaa;
	width: 170px;
	margin: 0 0 0 10px;
	background: transparent;
}

.comments ol form textarea {
	font: 12px 'verdana', sans-serif;
	width: 550px;
	height: 120px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 10px #CCC;
	margin: 5px 0 0 0;
}

.comments ol form input.text:focus, .comments ol form textarea:focus {
	-webkit-box-shadow: 0px 0px 10px #FF7E00;
	color: #333;
}

.comments ol form input.submit {
	float: right;
	margin: 5px 39px 0 0;
	padding: 5px;
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	background: #EEE;
}

.navigation {
	text-align: center;
	font: bold 14px arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 110%;
	margin-top: 5px;
}
