/* Begin Typography & Colors */
*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	color: #444433;
	text-align: center;
	background: white;
	}

img{
border: none;
}

p{
	font-family: Georgia, Verdana, Arial, Sans-Serif !important;
	font-size: 1.4em;
	padding-bottom: 1em;
	line-height: 1.6em;
}

h2{
	font-size: 2.2em !important;
	padding-bottom: .5em;
}

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

a:hover{
	text-decoration: underline;
	color: #cb3626;
}

a:active{
	color: yellow;
}


a:visited{
	color: #7ba0f4;
}

#page {
	text-align: left;
}

#header{
	background: white url(images/bg_splash.png) 0% 0% no-repeat;
	width: 102.1em;
	height: 29em;
	margin-left: auto;
	margin-right: auto;
	padding: 6em 0 0 0;
}

#header img{
	margin-top: -1.4em;
	margin-left: 2em;
}

.description{
	display:none;
}

#banner{
	display: none;
	margin-left: auto;
	margin-right: auto;
	height: 4.6em;
	width: 90em;
	background: #e8e8e8;
	padding-left: 1.5em;
}

#banner h1{
	font-size: 3.6em;
	float: left;
	display: none;
}

#banner h1 a{
	color: #cb3626;
	text-decoration: none;
	line-height: 1.3em;
	display: none;

}

#banner ul{
display: none;
	margin-top: 1em;
	float:right;
	list-style: none;
}

#banner ul li{
	float: left;
	margin: 0 2em 0 0;
	background: white;
	height: 2.7em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}

#banner ul li:hover{
	background: #d3877f;
}

#banner ul li a{
	text-decoration: none;
	color: #444433;
	margin: 0 1em;
	line-height: 2em;
	font-size: 1.4em;
}

#banner ul li:hover a{
	color: white;
}

#banner ul li.active{
	background: #cb3626;
}

#banner ul li.active a{
	color: white;
}

#banner ul li.none{
display: none;
}

#header blockquote{
	padding: .8em 0 0 0;
	clear: both;
	font-size: 3.1em;
	width: 26em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
}

#header blockquote cite{
	float: right;
	margin-top: .5em;
	font-size: .6em;
}

#content-wrapper{
	width: 100%;
	background: white url(images/bg_body_alt.png) top left repeat-x;
	clear: both;
}

#content-box{
	padding: 2em 0;
	width: 95em;
	margin-left: auto;
	margin-right: auto;
}

#content,
#respond{
	width: 65em;
	float: left;
}

div.entry{
	width: 48em;
	display: block;
	float: right;
}

div.page-entry{
	width: 64em;
	display: block;
	float: right;
}

div.entry h3{
	display: block;
	margin: 0 0 1em 0;
}


div.entry h3 a{
	display: block;
	font-size: 1.6em;
	padding-top: -2em;
}

div.entry h3 a:visited{
	color: #cb3626;
}

#respond{
	width: 48em;
	margin-left: 16em;
}

#respond textarea{
	width: 34em;
	border: 1px solid #ccc;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	color: #444433;
	font-size: 1em;
}

div.post{
	margin: 0 0 2em 0;
	width: 64em;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}

.post small{
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 1.7em;
	margin-right: 1em;
}

.page-entry p img.alignleft{
	float: left;
	margin: 1em 1em 1em 0;

}

#sidebar{
	float: right;
	margin: 0 0 0 1em;
	padding: 0;
	width: 26em;
}

div#sidebar ul{
	font-size: 1.2em;
	list-style: none;
}

div#sidebar ul li{
	line-height: 1.4em;
}

div#sidebar ul li h2{
	font-size: 1.4em !important;
	margin: 0;
	padding: 1.2em 0 .2em 0;
}

div#sidebar ul li.colophon p,
div#sidebar ul li.hosting p{
font-size: 1.2em;
}

form#searchform{
	width: 26em;
}

div#sidebar ul li.categories ul li.cat-item ul.children li.cat-item{
	font-size: .8em;
}

div#sidebar ul li.thumbs img{
	float: left;
	width: 4.4em;
	height: 4.4em;
	border: .6em solid white;
	margin: 0 1em 1em 0;
}

div#footer-wrapper{
	width: 100%;
	background:  #cb3626;
}

div#footer{
	color: white;
	text-align: center;
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 4em;
	padding: 2em 0;
}

div#footer-wrapper div#footer p{
	margin: 0;
	padding: 0;
}

div#footer a{
	color: white;
	text-decoration: underline;
}

input#author,
input#email,
input#url{
	color: #444433;
	width: 15em;
	border: 1px solid #ccc;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.4em;
	height: 1.2em;
	padding: .2em;
	margin-top: .4em;
}

input#searchsubmit{
	margin-left: 1em;
}

input#searchsubmit,
input#submit{
	background: #cb3626;
	color: white;
	border: 0;
	padding: .2em .4em;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
}

.entry h2 a{
	color: #cb3626;
	text-decoration: none;
}

.entry h2 a:hover{
	text-decoration: underline;
}

.entry p{
	text-align: justify;
}

.entry img{
	margin: 0 1em 1em 0;
	width: 20em;
	float: left;
	margin: 0 1em 1em 0;
	padding:1em;
	background: white;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 5px 5px #ccc;
	-webkit-box-shadow: 0px 5px 5px #ccc;
}

div#respond h3{
	font-size: 1.4em;
}

input#s{
	width: 11em;
	border: 1px solid #ccc;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.4em;
	height: 1.2em;
	padding: .2em;
	margin-top: .4em;
}

label.hidden{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 .4em 0;
}

div.clear{
	clear: both;
}

p.postmetadata{
	clear: both;
	display: block;
}

p.postmetadata small{
	clear: both;
	width: 34em;
	font-size: 1em;
	padding: 1em 0;
	border-top: 1px dashed #ccc;
}

div#content div.navigation{
	margin: 0 0 1em 16em;
	width: 50em;
	clear: both;
	height: 2em;
}

div#content div.navigation a{
	font-size: 1.2em;
}

div#content div.navigation div.alignleft{
	float: left;
	margin: 0 2em 0 0;
}

div#content div.navigation div.alignright{
	float: right;
	margin: 0 2em 0 0;
}

ol.commentlist{
	list-style: none;
}

ol.commentlist li{
	padding: 1em 1em 2em 1em ;
	border-bottom: 1px solid #f6f6f6;
}

ol.commentlist li p{
	padding: 1em 0 0 0;
}


ol.commentlist li.even{
	background: #f6f6f6;
}

div.comment-meta a{
	font-size: 1.2em;
	line-height: 1.4em;
	display: block;
}

ol.commentlist em{
	display: block;
	padding: .4em;
	margin: 1em 0 0 0;
	background: #fff994;
	font-size: 1.6em;
}

nav{
	width: 102.1em;
	margin-left: auto;
	margin-right: auto;
	height: 6.5em;
	display: block;
	border-bottom: 1px solid #ccc;
/*	background: url(images/bg_flourish.png) bottom center no-repeat;*/
}

nav ul{
	padding: 1em 0 0 0;
	margin: 0 0 0 12em;
}

nav ul li{

	font-size: 2.4em;
	font-family: Blair;
	width: 33.3%;
	list-style: none;
/*	list-style-image: url(images/ornament-star.png);*/
	float: left;

}

nav ul li a{
	padding: 0 1em 0 0;
/*	background: url(images/ornament-star.png) 100% 50% no-repeat;*/
}

nav ul li a.active{
	text-decoration: underline;	
}

nav ul li a:visited{
	color: #cb3626;
}

nav ul li a em{
	display: block;
	font-family: arial;
	font-size: .6em;
	font-style: normal;
}

/*work styles*/
div.work-examples{
	border-bottom: .1em solid #ccc;
	margin: 0 0 3em 0;
}

div.work-examples img{
	width: 25em;
	padding: 1em;
	float: left;
	margin: 1em 2em 2em 0 !important;
	border: .1em solid #ccc;
	-moz-box-shadow: 0px 5px 5px #ccc;
	-webkit-box-shadow: 0px 5px 5px #ccc;
}

div.work-examples div.content{
	width: 20em;
	float: left;
}

div.work-examples h3{
	font-size: 1.8em;
}


div.work-examples h4,
div.work-examples p{
	font-size: 1.2em;
	margin: 0 0 0 2em;
}


