body {
	background-color: #fff;
	color: #000;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	line-height: -1px;
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body {
	background: #d8edfa url(images/bg.gif) repeat 0 0;
	margin: 0;
	text-align: center;
}
body, p, input, select, textarea {
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
}
a {
	color: #000;
}
a:hover {
	color: #6682a0;
}
br.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
 font-style: italic;
}
#wrapper-outer {
	background: #fff;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 990px;
}
#wrapper-inner {
	margin: 0 auto;
	width: 970px;
}
h3 {
 font-family: georgia, serif;
	font-size: 130%;
	padding-top: 10px;
}

/*****************
 * HEADER
 *****************/

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 100%;
}
#nav {
	padding-left: 20px;
	text-align: left;
}
#nav a {
	background-repeat: no-repeat;
	color: #999;
	display: block;
	float: left;
	font-size: 10px;
	height: 80px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav a strong {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-top: 16px;
}
#nav br {
	display: none;
}
#nav-home {
	width: 108px;
}
#nav-about {
	width: 109px;
}
#nav-design {
	width: 144px;
}
#nav-photography {
	width: 136px;
}
#nav-projects {
	width: 115px;
}
#nav-archives {
	width: 106px;
}
#nav-contact {
	width: 86px;
}

#header-content {
	padding-top: 20px;
}
#header-content h1 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 380%;
	text-transform: lowercase;
}
#header-content h2 {
	color: #150200;
	font-size: 150%;
}


/*****************
 * CONTENT HEADER
 *****************/

#content-header {
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	text-align: right;
}
#feed-links {
	font-size: 12px;
	float: left;
}
#feed-links a {
	text-decoration: none;
}
#feed-links a.feed {
	background-image: url(images/feed.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
	padding-left: 20px;
}
#search-form {
	display: inline;
}
#search-form input.submit {
	background-image: url(images/search-button.gif);
	background-repeat: no-repeat;
	border: 0;
	height: 20px;
	width: 20px;
}
#search-form input.submit:hover {
	cursor: pointer;
}
#search-form input.text {
	border: 1px #ccc solid;
	width: 150px;
}


/*****************
 * CONTENT
 *****************/
.post a,
div.page-content a {
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
.post a:hover,
div.page-content a:hover {
	text-decoration: underline;
}
.post h2, 
.post h2 a{
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}


blockquote {
	padding: 8px;
	margin: 10px 15px;
	border-left: 3px #eee solid;
}
#content {
	padding-top: 20px;
	text-align: left;
}
#content input,
#content textarea {
	border: 1px #999 solid;
 padding: 3px;
}
#content textarea {
 width: 500px;
}
input.form_submit {
	background: #6c89a7;
	border: 0;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}
#column-main {
	float: left;
	margin: 0 10px;
	width: 555px;
}
#column-wide {
	float: left;
	margin: 0 10px;
	width: 940px;
}
#column-main div.date {
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.date a {
	text-decoration: none;
}
#column-wide h1,
#column-main h1 {
	font-family: Georgia, serif;
	font-size: 250%;
	line-height: 100%;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: lowercase;
}
#column-wide h1 a,
#column-main h1 a {
 text-decoration: none;
}
#column-wide p,
#column-main p {
	line-height: 180%;
	margin-bottom: 20px;
}
#column-links {
	float: left;
	margin: 0 15px 0 25px;
	width: 180px;
	font-size: 12px;
}
#column-links h2 {
	text-transform: uppercase;
}
#column-links ul {
	margin: 10px 0;
}
#column-links li {
	padding: 5px 5px 5px 0;
	border-top: 1px #a0a0a0 solid;
}
#column-links li a {
	text-decoration: none;
	padding-left: 15px;
}
#column-links ul li a:visited {
	background: url(images/checkmark.gif) no-repeat;
}
#column-extras {
	float: left;
	line-height: 150%;
	width: 160px;
}
#column-extras p {
	padding: 10px 0;
	font-size: 12px;
}
div.entry-foot {
	text-transform: uppercase;
	margin-bottom: 20px;
}
div.entry-foot p.tagged {
	float: left;
	width: 50%;
}
div.entry-foot p.comments {
	float: right;
	text-align: right;
	width: 50%;
}
.postnoline {
	padding: 20px 0;
	font-size: 12px%;
	text-transform: uppercase;
}
.postnoline a {
	text-decoration: none;
}
.postnoline span.previous {
	text-align: left;
}
.postnoline span.next {
	text-align: right;
}
div.entry h4 {
	font-weight: bold;
}
div.entry ul {
	padding: 10px;
	margin: 10px;
}
div.entry li {
	background: url(images/list-arrow.gif) no-repeat 0 9px;
	padding: 5px 5px 5px 20px;
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}

.metainfo a { font-weight:bold }

#comments {
	margin: 20px 0;
	padding: 20px 0;
}
#comments h3, 
h3.comments_headers {
	font-family: georgia, serif;
	font-size: 130%;
	padding-top: 10px;
	border-top: 1px #eee solid;
}
div.metainfo p {
	font-size: 95%;
}
div.post-comment div.metainfo p a {
	background: #fcf181;
 text-decoration: none;
}
div.post-comment {
	border-top: 1px #eee solid;
}
div.post-comment blockquote p {
 color: #56718f;
 font-style: italic;
}


/*****************
 * FOOTER
 *****************/

#footer-outer {
	background-color: #a1d0ec;
	padding: 15px 0 60px 0;
	width: 100%;
}
#footer-inner {
	color: #fff;
	font-size: 12px;
	line-height: 200%;
	margin:  auto;
	text-align: left;
	width: 950px;
}
#footer-inner a {
	color: #fff;
	text-decoration: none;
}
#footer-inner a:hover {
	text-decoration: underline;
}
#footer-inner #copyright {
	float: right;
	padding-bottom: 12px;
	text-align: right;
}