@import url("css/960-min/reset.css");
@import url("css/960-min/text.css");
@import url("css/960-min/960.css");

* { margin:0; padding:0;}
body {
	background-color: #202020;
	background-image: url(images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
}
ack {
	font-size:100%;
	line-height: 1em;


	font-size: 11px;
	margin: 0;
	padding: 0;
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
}

/* navigation */
nav#site-nav
{
	top: 0px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
	z-index: 99;
}

nav#site-nav ul {
	margin: 0;
	position: absolute;

}
nav#site-nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

nav#site-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

nav#site-nav li a:hover
{
	background-color: #666666;
}

/** footer **/
footer#site-footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;
	
}
/** generic page header **/
header#site-header h1.blurb
{
	margin: 0;
	padding: 5px;
	font-size: 1.5em;
	line-height: 1em;
	color: white;
	text-align: justify;
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 80px;
  	background-color: #FDC91D;
	background-image: url(images/header_bg.gif);
}

#hero
{
	margin: 0px;
	border-bottom: 1px solid white;
	height: 180px;
	background-image: url(images/hero.jpg);
	background-size: 100%;
}

#hero h1
{
  position: absolute;
	left: 82px;
	top: 50px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	margin: 0px;
}


#hero h1.shad
{
	left: 84px;
	top: 52px;
	color: black;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#hero em
{
	font-style: normal;
	text-decoration: underline;
}


/** content **/
#content-wrapper
{
	background: #FFFFFF;
	background-color: #eeeeee;
}

/** posts */
#posts article,
#contact article
{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}
#posts article header.entry-header h1,
#contact article header.entry-header h1
{
	font-size: 18px;
	margin: 0px;
	border-bottom: 1px solid black;	
}

#posts article header .entry-meta .entry-date
{
	float: right;
}
#posts article header .entry-meta .entry-author
{
	float: left;
}

#posts article div.entry-content,
#contact article div.entry-content
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}

#posts article footer.entry-meta,
#contact article footer.entry-meta
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-repeat: no-repeat;
	background-position: center left;
}
#posts article footer.entry-meta .edit-link
{
	background-repeat: no-repeat;
	background-image: url(images/comment_edit.gif);
	padding-left: 20px;
	float: left;
}
#posts article footer.entry-meta .comments
{
	float: right;
}

#posts article div.entry-content ul,
#contact article div.entry-content ul
{
	margin: 0;
	text-indent: 0;
	padding: 0;
	margin-left: -10px;
}
/** sidebar **/
.darkGray
{
	background-color: #eeeeee;
}
.bgWhite
{
	background-color: #FFFFFF;
}
#sidebar
{
	padding-right:5px;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	padding: 0;
}

#sidebar p
{
	margin-bottom: 8px;
}

a
{
	color: #666666;
}

/** contact form **/
#contact article
{
	padding:10px;
}

#commentsText
{
	width: 90%;
}
.contactFormRow
{
	margin-bottom: 5px;
}

/** from wp admin css **/
div.updated, div.error {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 2px;
    padding: 0 0.6em;
}
div.updated p, div.error p {margin:0}
div.updated {background-color:#ffffe0;border-color:#e6db55;}
div.error {background-color:#ffebe8;border-color:#c00;}
