/*

Theme Name: Jesse Brown
Theme URI: http://1000ff.de/wordpress-theme-blass-english-version/
Description: Elegant and simple theme adapted from Blass2 Brought to you by <a href="http://100www.pixel-air.co.uk/">Pixel Air</a>.
Version: 1.0
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: Pixel Air
Author URI: http://www.pixel-air.co.uk/

*/

/* body
--------------------------------------------------*/
body {
font:62.5%/1.6em Helvetica, Arial, sans-serif;
color:#333;
margin:0;
background: #ccc url(images/body_page_bg.gif) top center repeat-y ;
}

* {
margin:0;
padding:0;
}

code {
font:120% "Courier New", "Lucida Console", Arial;
}

/* header
--------------------------------------------------*/
#header {
padding-top:60px;
}

#header .description {
color:#000;
margin:0;
float: right;
margin-top: -32px;
font-family:"Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:1.8em;
margin-right: 433px;
}

#wrapper {
width:880px;
margin:0 auto;
padding: 0 20px;
}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
font-family:"Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size:3.6em;
font-weight:400;
color:#000;
margin:20px 0;
}

#header h1 a {
text-decoration:none;
color:#000;
}

#header h1 a:hover {
text-decoration:underline;
color:#000;
}

/* navigation
--------------------------------------------------*/
#nav {
border-bottom:2px dotted #999;
border-top:2px dotted #999;
height:20px;
margin:0;
padding:0 0 8px 5px;
}

#nav li {
float:left;
list-style:none;
padding:0 20px 0 0;
}

#nav li.page-item-last { padding-right: 0;}

#nav li a {
color:#000;
text-transform: uppercase;
font:1.4em Helvetica, Arial, sans-serif;
font-weight:500;
text-decoration:none;
display:block;
margin:3px 2px 0 0;
padding:5px;
}

#nav li a:hover {
text-decoration:underline;
}

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

#nav li.current_page_item a { color: #990000;}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
margin:0px !important;
padding:10px 0 0 0px;

}

#content2 {
margin:0px !important;
padding:10px 0 0 230px;
}

#content p,#content2 p {
line-height:1.6em;
font-size:120%;
margin:25px 0;
}

#content a,#content2 a {
text-decoration:none;
color:#000;
}

#content a:hover,#content2 a:hover {
text-decoration: underline;
}

#content h2,#content2 h2 {
font-family: Helvetica, Arial, sans-serif;
font-size:2em;
font-weight:400;
color:#333;
margin:10px 0 0 0;
padding:5px 0;
}

#content h2 a,#content2 h2 a {
text-decoration:none;
border:none;
text-transform: uppercase;
}

#content h1 {
font:3em Helvetica, Arial, sans-serif;
color:#222;
margin:10px 0 0 0;
}

#content h3 {
font:2em Helvetica, Arial, sans-serif;
color:#222;
margin:10px 0 0 0;
}

#content h4 {
font:1.8em Helvetica, Arial, sans-serif;
color:#222;
margin:10px 0 0 0;
}

#content h5 {
font:1.8em Helvetica, Arial, sans-serif;
color:#222;
margin:10px 0 0 0;
}

#content2 h3 {
font:1.8em Helvetica, Arial, sans-serif;
color:#222;
margin:10px 0 0 0;
}

#content ul,ol {
font-size:120%;
margin:10px 10px 10px 25px;
}

#content2 ul,ol {
margin:10px 10px 10px 25px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#fff;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

a:hover {
text-decoration:underline;
}

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 50px 0;
}

.post img {
border:0px solid #ccc;
}


.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:#fff;
font-size:1em;
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-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
background: #f2f2f2;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
float:left;
padding:10px 30px 0 0px;
height:100%;
width: 200px;
}

#sidebar h2 {
color:#000;
padding:0 0 3px;
font-weight: bold;
text-transform: uppercase;
font-size: 1.2em;
}

#sidebar ul {
list-style:none;
margin:0 0 20px;
}

#sidebar li {
border-bottom:1px solid #fff;
list-style:none;
padding:3px 0;
}

#sidebar li a:hover {
text-decoration: underline;}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}

#sub-menu { width: 200px; height: 500px; margin: auto; margin-right: 30px;}

#sub-menu ul { border-top: 2px dotted #999; }
#sub-menu ul li { border-bottom: 2px dotted #999;  padding: 0.5em 0;}

#sub-menu ul li.page_item ul { border-top: 0px;}
#sub-menu ul li.page_item ul li { border-bottom: 0px; font-size: 12px;}

#sub-menu ul li.current_page_item a { color: #990000;}

#sidebar ul li.page_item {font-size: 14px;}


/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
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;
font-size:120%;
}

.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;

}

#content li,#content2 li {
border-bottom:1px solid #fff;
padding:10px;
}

a,#sidebar li a,#footer a {
color:#000;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
color:#333;
margin:0;
padding:20px 0;
clear: both;
}