/*
 * #wrapper
 * 	#header
 * 	#content
 * 		#primarycontent
 * 		#secondarycontent
 * 	#footer
 */

body,p,h1,h2,h3,h4,h5,p,ul,ol,dl,input,textarea{
	font-family: "lucida grande", calibri, "liberation sans", verdana, arial, helvetica, sans-serif;
}

body{
	background: #fff url(../img/background.png) repeat-x left top;
	margin-top: 0.6em;
}

#wrapper{
	margin: 0 auto;
	width: 900px;
}

#header{
	border-bottom: 2px solid #ccc;
	height: 62px;
}

#content{
	margin:10px;
}

#primarycontent{
	float: left;
	width:650px;
}

#secondarycontent{
	border-left: 1px dotted #ddd;
	float: right;
	font-size: 92%; 
	padding-left: 15px;
	width: 190px;
}

#footer{
	border-top: 1px solid #ccc; 
	clear: both; 
	font-size: 90%;
	height: 16px; 
	margin: 10px 0 0;
	padding: 10px 0 0;
}

#header a:link, #header a:visited{
	color:#000;
	text-decoration: none;
}

#header a:hover, #header a:active{
	background: transparent;
	color:#760909;
	text-decoration: none;
}

#header h1{
	float: left;
	font: bold 410% georgia, serif;
	letter-spacing: -1px;
	margin: 0;
}

#header h2{
	float: right;
	font: normal 12px verdana, arial, sans-serif;
	margin: 2.35em 0.2em 0 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5{
	font-family: georgia, times, serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h2{
	font-size: 200%;
}

#content h3{
	font-size: 170%;
}

#content h4{
	border-bottom: 1px dotted #bbb;
	font-size: 150%;
}

#content h5{
	background: #ffd;
	border-bottom: 1px dotted #aaa;
	font-size: 150%;
}

/* Tag and date collection views have a title style. */
#content .archive-title{
	color: #ccc;
}
#content .archive-subtitle{
	font-style: italic;
}

#content ul{
	list-style-type: square;
}

#content hr{
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #bbbbbb;
	margin-bottom: 1em;
}

#content blockquote{
	color: #555;
	border-left: 5px solid #ccc;
	padding: 0 1em;
}

#content code{
	font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
}

#content pre{
	border: 1px solid #EEEEEE;
	font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
	overflow: auto;
	padding: 1em;
}

#content .hentry{
	margin: 0 0 3em 0;
}

#content .hentry .entry-title{
	font-size: 250%;
	letter-spacing: -1.5px; 
	line-height: 99%;
}

#content .hentry .entry-title a:link, #content .hentry .entry-title a:visited{
	color: #111;
	font-weight: normal;
	text-decoration: none;
}

#content .hentry .entry-title a:hover, #content .hentry .entry-title a:active{
	background: transparent;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

#content .hentry .posted{
	color: #a9a9a9;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	margin: -1.6em 0 0.55em 0.2em;
}

#content .hentry .posted .author.vcard .fn{
	font-weight: bold;
}

#content .hentry .posted a.url, #content .hentry .posted a:hover.url{
	color: #a9a9a9;
	background: transparent;
	text-decoration: none;
}

/* Supress margin beneath sub-lists. */
#content .hentry .entry-content ul ul, #content .hentry .entry-content ul ol,
#content .hentry .entry-content ol ol, #content .hentry .entry-content ol ul{
    margin-bottom: 0;
}

.clear{
	clear: both;
}

#content br.downpad{
	margin: 0 0 33px;
}

#content ul.entry-meta{
	background: #eee;
	border: 1px solid #ddd;
	clear: both;
	font-size: 10px;
	list-style-type: none;
	margin: 1.25em 0 1.25em 0;
	padding: 5px;
}

#content .hentry .entry-meta a:link, #content .hentry .entry-meta a:visited{
	border-bottom: 1px dotted #aaa;
	color: #555;
	text-decoration: none;
}

#content .hentry .entry-meta a:hover, #content .hentry .entry-meta a:active{
	color: #fff;
}

#content ol.comments, #content ol.trackbacks{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content li.comment, #content li.trackback{
	border: 2px solid #ddd;
	margin: 0 0 1.5em;
	padding: 1em;
}

#content li.comment.preview{
	background: #ffc;
	border: 3px solid #fab444;
	margin: 0 0 1.5em;
	padding: 1em;
}

#content li.comment .comment-head,
#content li.trackback .comment-head{
	font-weight: bold;
	margin-bottom: 1em;
}

.comment-meta{
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 4px;
}

#content li.comment .comment-author,
#content li.trackback .comment-author{
	font-size: 16px;
	letter-spacing: -1px;
}

#content li.comment .comment-head abbr,
#content li.trackback .comment-head abbr{
	color: #999;
	padding-left:4px;
}

#content li.comment .comment-author{
	height:36px;
}

#content li.comment .comment-author img.avatar{
	background: #fff;
	clear:both;
	float: right;
	height: 48px;
	margin: 0 0 0.5em 0.5em;
	width: 48px;
}

#content li.comment p{
	margin: 1.25em 0;
	padding-left:24px;
	padding-right:48px;
}

.navigation{
	display: block;
	font-size: 10px;
	margin-bottom: 48px;
}

.navigation .current-page{
	background: #ccc;
	border: 1px dotted #bbb;
	text-decoration: none;
}

#pagenav.navigation{
	text-align: center;
}

#postnav.navigation .prev-entry-link{
	float: left;
}

#postnav.navigation .next-entry-link{
	float:right;
}

/* Secondarycontent ("sidebar") */
#secondarycontent h2, #secondarycontent h3{ 
	font: bold 14px "lucida grande", verdana, arial, helvetica, sans-serif;
	margin-bottom: 0.1em;
}

#secondarycontent h2 a:link, #secondarycontent h2 a:visited{
	color: #000;
	text-decoration: none;
}
#secondarycontent h2 a:hover, #secondarycontent h2 a:active{
	background: transparent;
	text-decoration: underline;
}

#secondarycontent #rss{
	margin-bottom: 1.2em;
}

#secondarycontent ul{
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}

#secondarycontent ul ul ul{
	margin: 0;
	padding: 0;
}

#secondarycontent ul li li li{
	list-style-type: square;
	margin:0px 0px 0px 1.5em;
}

#secondarycontent ul li li li li{
	list-style-type: disc;
	margin:0px 0px 0px 1.5em;
}

#secondarycontent #twitterbox img.avatar{
	float: left;
	height: 24px;
	margin: 0;
	padding: 2px;
	width: 24px;
}

#footer a:link, #footer a:visited{
	color: #000;
}

#footer a:hover, #footer a:active{
	color: #fff;
	background: #000;
}

#footer p{
	float: left; 
	margin: 0;
	padding: 0; 
	width: 40%;
}

#footer ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 40%;
}

#footer li{
	display: inline;
	margin: 0;
	padding: 0 0 0 1em;
}

abbr{
	border: none;
}

cite{
	font-style: normal;
}

a img{
	border: none;
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #555;
	text-decoration: underline;
}

a:hover, a:active{
	background: #000;
	color: #fff;
	text-decoration: underline;
}

.caps { 
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size:1.2em;
	line-height:1%;
}

th{
	background: #eee;
}

p img{
	max-width: 100%;
	padding: 0;
}

.aligncenter, div.aligncenter, img.centered{
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignright{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

.alignleft{
	float: left
}

.alignright{
	float: right;
}

.center{
	text-align: center;
}

.hidden{
	display: none;
}

/* Comment Form style derived from Mzingi. */
#comment_form {
	padding-top: 25px;
}

fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5
}

legend {
	font-weight: bold;
}

form p {
  position: relative;
	width: 100%;
}

label {
	float: left;
	width: 10em;
	font-size: 10px;
}

input, textarea {
	font: normal 12px "bitstream vera sans", verdana, sans-serif;
}

input {
		width: 176px;
}

input.submit {
  width: auto;
}

textarea {
	width: 600px;
	height: 200px;
}

#comments input#name, #comments input#email, #comments input#url {
	width: 320px;
}

label .required {
	position: absolute;
	margin-left: 11em;
	left: 320px;
  	right: 0;
	font-size: 10px;
	font-style: italic;
	color:#760909;
	padding-left: 25px;
}

/* END comment / form style */

