/*

Theme Name: Clean
Theme URI:
Description: Will's starting point
Version: 
Tags: 
Author: Will Partridge
Author URI: 

*/

/* body
--------------------------------------------------*/
body {
font:100% Verdana, Arial, Geneva, sans-serif;
background: #EEEEEE;
}

hr {
  color: #d0d0d0;
  background-color: #d0d0d0;
  height: 2px;
  border-style: solid
}

a{
color:#C00000;
text-decoration:none;
}

* {
margin:0;
padding:0;
}

code {
font: "Courier New", "Lucida Console", Arial;
}

li {
margin-bottom:0.5em;
}

/* header
--------------------------------------------------*/

#wrapper {
width:960px;
margin:0 auto;
background: #FFFFFF;
}


/* navigation
--------------------------------------------------*/
#nav {
border-bottom:3px solid #EFF8FB;
height:25px;
margin:0;
padding:15px 0;
}

#nav li {
float:left;
list-style:none;
padding:0 10px 0 0;
}

#nav li a {
color:#C00000;
font: Verdana, Trebuchet MS;
font-weight:400;
text-decoration:none;
display:block;
margin:1px 2px 0 0;
padding:5px;
}

#nav li a:hover {
color:#B8860B;
text-decoration:none;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

.clear {
clear:both;
}





/* content
--------------------------------------------------*/
#content {
margin:0 0px 0 0 !important;
padding:5px 5px 0;
min-height: 500px;
}

#content2 {
margin:0 !important;
padding:5px 5px 0;
min-height: 450px;
}

#content p,#content2 p{
font-family: Verdana, Arial, Helvetica;
font-size:85%;
color:#505050;
line-height:20px;
margin:10px 0;
}

#content li,#content2 li{
font-family: Verdana, Arial, Helvetica;
color:#505050;
}


#content a,#content2 a {
text-decoration:none;
color:#c00000;
}

#content h2 a,#content2 h2 a {
color:#333;
}

#content h3 a,#content2 h3 a {
color:#333;
}

#content a:hover,#content2 a:hover {
color:#B8860B;
}

#content object, #content2 object {
padding:5px;
}



h1 {
font:200% Tahoma, Geneva, Arial, Helvetica;
font-weight: bold;
color:#333;
margin:10px 0;
}

h2 {
font-family:Tahoma, Geneva, Arial, Helvetica;
font-size:150%;
font-weight: bold;
color:#333;
line-height:1.4;
margin:0 0 2px;
padding:0px 0;
text-decoration:none;
border:none;
}

h3 {
font:115% Tahoma, Geneva, Arial, Helvetica;
font-weight: bold;
color:#333;
margin:10px 0;
}

h4 {
font:100% Verdana, Arial, Geneva, sans-serif;
color:#333;
font-weight: bold;
margin:10px 0;
}

h5 {
font:80% Verdana, Arial, Geneva, sans-serif;
color:#666;
font-weight: bold;
}

#content2 h3 {
font:115% Tahoma, Geneva, Arial, Helvetica;
font-weight: bold;
color:#333;
margin:5px 0;
}

#content ul,ol {
margin:10px 10px 10px 25px;
list-style:none;
}

#content2 ul,ol {
margin:10px 10px 10px 25px;
list-style:none;
}

#content2 td {
padding: 3px;
}

.entry {
min-height:500px;
}

#fade2 {
font-family: Arial;
font-size: 80%;
font-style: italic;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
border:1px solid #ccc;
margin:10px 0;
line-height:20px;
padding:5px 15px;
}

a:hover {
color:#B8860B;
text-decoration:none;
}

a.more {
display:block;
text-align:right;
color:#C00000;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 10px 0;
}

.post a {
color:#333;
}

.post img {
border-width: 0px;
padding: 5px;
}

.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#FBF8EF;
font-size:80%;
color:#333;
padding:2px 3px 3px 8px;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
color:#333;
font-style:italic;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
line-height:1.3;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
width:220px;
float:right;
padding:28px 10px 30px;
margin:10px 0px 0px 10px;
height:100%;
border-left-color:#B0B0B0;
border-left-style:solid;
border-left-width:1px;
background: white none repeat scroll 0 0;
}

#sidebar h2 {
font-size:150%;
color:#333;
padding:0 0 3px;
line-height:1.4;
}

#sidebar ul {
list-style:none;
font-size:90%;
margin:0 0 23px;
}

#sidebar li {
padding:3px;
}

#sidebar li a {
font-size:80%;
}

#sidebar li a:hover {
color:#B8860B;
}

#sidebar input {
background:#f8f7f6;
color:#444;
border:1px solid #d6d3d3;
font:11px Verdana, Trebuchet MS;
padding:3px;
}

#sidebar input:hover {
border:1px solid #262626;
}

#sidebar .screen-reader-text {
font-size: 0%;
visibility:hidden;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px Verdana, Trebuchet MS;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:80%;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px Verdana, Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:80%;
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
text-decoration:none;
color:#B8860B;
}

#content li,#content2 li {
padding:8px;
}



/* footer
--------------------------------------------------*/
#footer {
background: #FFFFFF url(/library/corner.png) no-repeat scroll left bottom;
height: 25px;
}

#footertext {
padding-right: 5px;
}

.entry p a{
font-weight:bold;
}

/* blurb
--------------------------------------------------*/
#blurb h3 {
color: #909090;
font-family:Verdana;
font-weight:bold;
font-size: 125%;
}

#blurb p {
font-size:125%;
color: #026969;
text-align: left;
}

#blurb img {
background:#ccc;
border:5px solid #eee;
padding:1px;
}