/*
Theme Name: Wirken Photo Blog
Description: <p>A blog made by Neil Carr for Tyler and Becca, because he loves them.</p>
Author: Neil


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
___________________________________________________________________________________________________ */

/*
global settings
---------------------------------------------- */

* {
margin: 0;
padding: 0;
}
body {
background: #473b31;
font: 100%/1.3em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
color: #6d6e71;
text-align: center;
}
a:link {
color: #619d96;
text-decoration:none;
border-bottom:dotted 1px;
}
a:visited {
color: #619d96;
text-decoration:none;
border-bottom:dotted 1px;
}
a:hover {
color: #619d96;
text-decoration:none;
border-bottom:solid 1px;
}
a:active {
color: #619d96;
text-decoration:none;
border-bottom:solid 1px;
}
a img { 
border: 0; 
}

/* hn */

h1, h2 {
font-weight: normal;
}

/*
layout
---------------------------------------------- */

#container {
width: 950px;
margin: 0 auto;
font-size: .9em;
text-align: left;
}

/*
header
----------------------------------------------- */

#header {
background: #867a6b;
margin: 0 0 20px;
padding: 5px;
padding-top: 0;
}
#header-inner {
padding: 0 10px 10px;
background: #fff url(i/header.gif) no-repeat 10px 0px;
border: 1px solid #473a31;
border-top: none;
height:62px;
}
#title {
float: left;
width: 410px;
}

h1 {
padding: 30px 0 0;
font: 1.8em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
display:none;
}
h1 a:link {
color: #8c8c8c;
}
p#tagline {
margin: 5px 0 0;
font-size: 0.9em;
}

/*
navigation
---------------------------------------------- */

ul#nav {
float: right;
font-size: 0.8em;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#nav li {
float: left;
list-style-type: none;
display: block;
margin-left: 20px;
}
#nav li.blank{
padding-top:30px;}
#nav li a {
float: left;
height: 100%;
display: block;
padding: 30px 5px 0;
color: #473a31;
text-decoration:none;
border:none;
}
#nav li a:hover, 
body#home li#nav-home a, 
body#archives li#nav-archives a, 
body#contact li#nav-contact a, 
body#about li#nav-about a {
background: #f9f7f4;
border:none;
}

/* 
photo		
------------------------------------------------------ */
.individualpost{
margin-bottom:65px;}
#photo {
float:left;
background: #867a6b;
margin: 0 0 1px;
padding: 5px;
}
#photo-inner {
float:left;
width:850px;
background: #fff;
padding: 30px 44px 30px 44px;
border: 1px solid #473a31;
line-height:1.8em;
}
#photo-inner strong, #page-body strong{
font-weight:bold;
color: #d71820;}
#photo-inner img, #page-body img{
float:left;
max-width:850px;
padding:0 10px 10px 0;
}

#photo-inner p, #page-body p{
margin:0 0 1em 0;
}

#photo-inner blockquote, #page-body blockquote{
padding-left:30px;
font-style:italic;
}

#photo-inner ul, #page-body ul {
padding-left:1em;}

#photo-inner ol, #page-body ol{
padding-left:1.5em;}

.photo-title {
float:left;
background: #867a6b;
margin: 0 0 1px;
padding: 5px;
color: #6d6e71;
}
.photo-title span {
width:918px;
display: block;
background: #fff;
padding: 5px 10px;
border: 1px solid #473a31;
}
.photo-title h2 {
font-size: 1.1em;
color: #d71820;
font-weight:bold;
display:inline;
text-transform:uppercase;
border:none;
}
.photo-title a{
color: #6d6e71;}
a.posttitle{
border:none;}




/* 
photo meta		
------------------------------------------------------ */

#photo-meta {
float: left;
width: 940px;
background: #867a6b;
margin: 0 0 20px;
padding: 5px;
}
#photo-meta-inner {
float:left;
width:920px;
height: 30px;
background: #d4ece9;
padding: 0 10px;
border: 1px solid #473a31;
}
#photo-meta ul {
margin: 0;
}
#photo-meta ul li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0 5px;
border-right: 1px solid #e1e1e1;
line-height: 30px;
}

#photo-meta ul li a{
color: #473a31;
}

/* 
navigate		
------------------------------------------------------ */

#navigate {
float: right;

font-size: 0.9em;
}
#navigate-inner {
background: #867a6b;
padding:5px;
text-align: center;
}

#navigate  a,
#navigate a {
display: block;
padding: 0 5px;
line-height: 30px;
width:110px;
height: 30px;
background: #d4ece9;
border: 1px solid #473a31;
}
#navigate a:hover{
background: #bbd9d5;
}

/* 
comments		
------------------------------------------------------ */
#comments{
color: #473a31;}
#commentbox {
float: left;
width: 940px;
background: #867a6b;
margin: 0 0 20px;
padding: 5px;
}
#comments-inner {
float:left;
width:920px;
background: #d4ece9;
padding: 10px;
border: 1px solid #473a31;
}

#comments h2{
font-size: 1.1em;
color: #d71820;
font-weight:bold;
display:inline;
text-transform:uppercase;}

#commentpost{
margin-top:1em;}

#comments dl{
border-top:1px dotted;
border-color: #867a6b;}

#comments dt{
margin-top:1em;}

#comments dd{
border-bottom:1px dotted;
border-color: #867a6b;
padding-bottom:1em;} 

#comment_list a{
color: #d71820;}

#comment_list strong a{
color: #473a31;}

input.text_input{
border: 1px dotted #867a6b;
width: 250px;
color: #473a31;
padding:3px;
margin-bottom:.5em;}

textarea{
border: 1px dotted #867a6b;
width: 500px;
color: #473a31;
padding:3px;
margin-bottom:.5em;}

input.form_submit{
color: #ffffff;
padding:3px;
margin-bottom:.5em;
background: #867a6b;
border: 1px solid #473a31;
cursor:pointer;}


/* 
pages	
------------------------------------------------------ */

#main {
float: left;
width: 690px;
background: #867a6b;
margin: 0 0 20px;
padding: 5px;
}
#main-inner {
background: #fff;
padding: 10px;
border: 1px solid #473a31;
}
h2.page-title {
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: .05em;
line-height:1em;
}

/* sidebar	 */

#side {
float: right;
width: 230px;
background: #867a6b;
padding: 5px;
font-size: 0.9em;
}
#side a{color: #d71820;}
#side-inner {
background: #fff;
padding: 10px;
border: 1px solid #473a31;
}
ul.arch-list {
background: #fff;
padding: 10px 0;
}
ul.arch-list li {
list-style-type: none;
border-bottom: 1px solid #e1e1e1;
}

/* post */

div.post {
margin: 20px 0;
padding: 0 0 20px;
border-bottom: 1px solid #e1e1e1;
}
div.post-body {
float: left;
width: 200px;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #e1e1e1;
}
div.post-body a{
text-decoration:none;
color: #6d6e71;

}
div.post-body img {
padding: 1px;
border: 1px solid #e1e1e1;
}
h3.post-title {
font-size: 1.2em;
font-weight: normal;
}
h3.post-title a{
color: #d71820;}
h4.post-meta {
font-size: 0.8em;
font-weight: normal;
}


/* 
footer		
------------------------------------------------------ */

#footer {
float:left;
padding: 0 0 0 15px;
font-size: 0.8em;
text-align: left;
}
a.bluebouquet{display:none;}

/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */