@import url(reset.css);
body {
	background-color: #000;
	font: 12px/20px Arial,Helvetica,sans-serif;
	color:#2a2a2a;
	background: url(images/page-bg.png) repeat-y center top;	
}
textarea {
    font: 12px/20px Arial,Helvetica,sans-serif;
}
a:link {
	color:#ce3c09;
	text-decoration: underline;
}
a:visited {
	color:#892604;
	text-decoration: underline;
}
a:hover {
	color:#f2b206;
	text-decoration: underline;
}
a:active {
	color:#892604;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
.clear-floats {
	clear:both;
}
#main {
	width: 100%;
	background: url(images/body-bg.png) repeat-y center top;
}
#main-content {
	width: 100%;
	background: url(images/header-bg.jpg) no-repeat center top;
}

#header {
	width: 100%;
	height: 190px;
}

#header-content {
	width: 970px;
	height: 170px;
	position: relative;
	margin: 0 auto;
}


h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 370px;
	width: 200px;
	height: 170px;
}
h1 a {
	text-indent: -10000px;
	display: block;
	width: 100%;
	height: 100%;
}
em {
    font-style: oblique;
}
strong {
    font-weight: bold;
}
#nav {
	width: 960px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
}
#nav-home {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 67px;
	height: 48px;
	background: url(images/nav-home.png) no-repeat left top;
}
#nav-work {
	position: absolute;
	top: 120px;
	left: 120px;
	width: 86px;
	height: 47px;
	background: url(images/nav-work.png) no-repeat left top;	
}
#nav-contact {
	position: absolute;
	top: 120px;
	left: 250px;
	width: 93px;
	height: 46px;
	background: url(images/nav-contact.png) no-repeat left top;	
}
#nav-projects {
	position: absolute;
	top: 110px;
	left: 600px;
	width: 117px;
	height: 64px;
	background: url(images/nav-projects.png) no-repeat left top;	
}
#nav-art {
	position: absolute;
	top: 120px;
	left: 740px;
	width: 71px;
	height: 48px;
	background: url(images/nav-art.png) no-repeat left top;	
}
#nav-home a,
#nav-work a,
#nav-contact a,
#nav-projects a,
#nav-art a
 {
	text-indent: -10000px;
	display: block;
	width: 100%;
	height: 100%;
}

#body {
	width: 100%;
}
#splash {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	border-top: 1px solid #eeeee2; 
	border-bottom: 2px solid #eeeee2;
}
#splash-text {
	width: 300px;
	position:absolute;
	bottom: 20px;
	right: 20px;
	font: 14px/24px Arial,Helvetica,sans-serif;
}
#splash-text h2 {
	font: bold 18px/24px Georgia,serif;
	color: #413b2a;
}
#body-content {
	width: 970px;
	padding: 20px 0;
	margin: 0 auto;
}
#body-content h2 {
	font: bold 24px/28px Georgia,serif;
	color: #413b2a;
	margin-bottom: 5px;
	margin-top: 15px;
}
#body-content h2.threecol {
	border-bottom: 1px solid #d2d2bb;	
}
#body-content h2 a {
    text-decoration: none;
	color: #ce3c09;
}

.metadata {
	font: 11px/14px Arial,Helvtica,sans-serif;
	background: url(images/metadata-bg.png) no-repeat right center;
	border-top: 1px solid #d1d1c2;
	color: #74745a;
	padding:2px;
}
.metadata .pubDate {	
	padding-left: 5px;
	
}
.metadata .categories {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #d2d2bb;
}
.metadata .permalink {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #d2d2bb;
}
.metadata a {
    text-decoration:none !important;
}


.intro {
	font: 16px/28px Georgia,Helvetica,sans-serif;
	color: #844222;
}

h3 {
	font: bold 14px/18px Georgia,serif;
	padding-bottom: 5px;
}
h4 {
	font: bold 12px/18px Georgia,serif;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.threecol-col1 {
	float: left;
	width: 310px;
	margin-right: 20px;
}
.threecol-col2 {
	float: left;
	width: 310px;
	margin-right: 20px;
}
.threecol-col3 {
	float: left;
	width: 310px;
}

.twocol-col1 {
	float: left;
	width: 630px;
	padding-right: 20px;
	background: url(images/content-shadow.png) repeat-y right top;		
}
.twocol-col2 {
	float: left;
	width: 300px;
	padding-left: 20px;
}
.twoeqcol-col1 {
	float: left;
	width: 470px;
	padding-right: 20px;	
}
.twoeqcol-col2 {
	float: left;
	width: 470px;	
}


ul.pagination li {
float: left;
margin-right: 5px;
color: #b0b099;
line-height: 20px;
}
ul.pagination li a {
	border: 1px solid #c6c6b5;	
	display:block;	
	padding: 2px;
	min-width:20px;
	text-align: center;
	text-decoration: none;
}
ul.pagination li a:hover,
ul.pagination li a:active {
	border: 1px solid #ce3c09;
	background-color: #ce3c09;
	color: #fff;
	
}


#footer-content {
	width: 960px;
	text-align:center;
	margin: 0 auto;
}

#footer {
	width: 100%;
	min-height: 20px;
	background: url(images/footer-bg.png) no-repeat center top;	
	padding: 90px 0 20px 0;
	text-align: center;
	color: #7e745a;
}
.post {
    margin-top: 20px;
}

#widgetzone ul {
    clear: both;
}
#widgetzone li {
    float: left; 
    padding-right: 5px;
    border-right: 1px solid #c6c6b5;
    margin-right: 5px;
}
.loginbox {
    margin: 0 auto;
}
.loginbox td {
    padding: 5px;
}
#contact label {
    display: block;
    min-width: 60px;
    float: left;
    margin-bottom: 5px;
}
#contact .field {
    margin-bottom: 5px;
}

.thumb-group {
    margin-bottom: 40px;
}

.thumb {
    border: 1px solid #959281;
    margin: 0 10px 10px 0;
    float: left;
}

#postnavigation {
    margin-top: 40px;
}
#postnavigation a {
    float: left;
    display: block;        
    margin-right: 20px;
} 

#postPaging,#postnavigation {
    clear:both; 
    margin: 40px 0 0 0;
    background: url(images/metadata-bg.png) no-repeat right top;
    padding: 10px 0 0 10px;    
    height: 22px;
}

#postPaging a,#postnavigation a {
	border: 1px solid #c6c6b5;	
	display:block;	
	padding: 2px;
	min-width:20px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#postPaging a:hover,#postPaging a:active,
#postnavigation a:hover, #postnavigation a:active
 {
	border: 1px solid #ce3c09;
	background-color: #ce3c09;
	color: #fff;	
}

#archive table {
    border-bottom: 1px solid #cecebd;
}

#archive table td {
    padding: 5px;
    border-bottom: 1px solid #e5e5da;    
}
#archive table td.date {
    min-width: 90px;
}
#archive table th {
    color: #a3a389;
    border-bottom: 1px solid #cecebd;
    min-width: 90px;
    padding-left: 5px;
}
#archive h2 {    
    display:block;
    margin-top: 20px;
    font-size: 18px;
}
#archive h2 img {
    margin-right: 7px;
}

