/*  
Theme Name: TW2
Theme URI: http://timwill.com/
Description: The WordPress theme made for Tim Willoughby by <a href="http://fourminus.com">Robert Haverly</a>.
Version: 1.0
Author: Robert Haverly
Author URI: http://fourminus.com/
*/

* {margin: 0; padding: 0;}

body {
background: #EFEFEF;
color: #333;
font-size: 62.5%;
font-family: Apple Li Gothic, medium;
}

hr {display: none;}
p {margin: 5px 0;}
a img {border: 0;}

h2 {
color: #ffba36;
font-size: 2.0em;
font-weight: strong;
margin: 15px 0 10px 0;
}

h2 a {color: #3e3c36; text-decoration: none;}
h2 a:hover {color: #FF9D03}

#wrapper {
width: 1050px;
margin: 0 auto;
overflow: hidden;
padding: 10px 0;
}

.nav {
position: fixed;
top: 130px;
width: 231px;
margin-left: 850px
}

.nav h1 {
height: 240px;
background: url('images/timwill_logo.png') center no-repeat;
text-indent: -9999px;
}

.nav h1 a {
display: block;
width: 100%;
height: 52px;
}

.nav ul {
list-style: none; 
text-align: left;
padding: 10px 25px 0 0;
}

.nav li {
font-size: 1.2em;
padding: 2px 0;
}

.nav li a {
color: #828282;
text-decoration: none;
}

.nav li a:hover {
color: #FF9D03;
}

.header {
width: 800px;
float: left;
height: 360px;
}

.content {
float: left;
width: 750px;
background: url('images/content-bg.png') top center repeat-y;
margin-top: 15px;
padding: 25px;
font-size: 1.1em;
line-height: 1.5em;
}

.entry img {
padding: 2px; 
border: 1px solid #c2c2c2;
}

.comments {margin-top: 10px;}
.comment_content p {display: inline;}

.comments h3 {
text-indent: -9999px;
height: 16px;
background: url('images/comments-title.png') left center no-repeat;
margin-bottom: 5px;
}

.comments .inner {
/*height: 100px;*/
border: 1px solid #c2c2c2;
background: #F5F5F5;
/*overflow: auto;*/
padding: 5px;
color: #777;
}

.author, .author a {
color: #000;
font-weight: bold;
}

.add-a-comment {margin-top: 10px;}

.add-a-comment a {
display: block;
width: 98px;
height: 15px;
background:url('images/add-a-comment.png') left center no-repeat;
text-indent: -9999px;
}

.archives ul {
color: #444;
padding: 10px 20px;
}

.archives ul li ul {
padding: 5px 10px;
}

.archives li a, .archives li ul li a{
color: #555;
}

.archives li a:hover, .archives li ul li a:hover {
background: #FF9535;
color: #000;
}

.archives h2{
font-size: 2em;
}

.post-sep {
border-top: 1px solid #FD932F;
width: 200px;
margin: 0 auto;
margin-top: 20px;
clear: left;
}

.pagination {
margin-top: 25px;
text-align: center;
}

.content-footer {
width: 800px;
height: 6px;
float: left;
background: url('images/content-footer.png') top center no-repeat;
}

/* PAGINATION */
div.pagination {
padding: 3px;
margin: 3px;
text-align:center;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #FFD9B8;
text-decoration: none; /* no underline */
color: #FF9535;
}

div.pagination a:hover, div.pagination a:active {
border: 1px solid #FF9535;
color: #000;
}

div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #FF9535;
font-weight: bold;
background-color: #FF9535;
color: #FFF;
}

div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #DDD;
}