/*
Theme Name: Grayson
Theme URI: http://www.xenondesignstudios.com/
Description: An incredibly clean and beautiful WordPress theme.
Version: 0.4
Author: Stephen Davis
Author URI: http://www.17pencils.com/
*/

* {
   padding: 0;
   margin: 0;
}
body {
   font-size: 62.5%;
   font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   background: #E1E3CB url('images/bg_body.gif') top left repeat-x;
   color: #000;
}
#wrapper {
   width: 920px;
   margin: 0 auto;
   position: relative;
}
#top{
   background: url(images/topbg.png) repeat-x;
   height: 27px;
   width: 920px;
}
#header {
   height: 149px;
   width: 860px;
   position: relative;
   padding: 25px 30px 0;
   background: #575549 url('images/bg_header.gif') bottom left no-repeat;
   color: #FFF;
}
#title { float: left; }
#title a {
   display: block;
   color: #FFF;
   background: url('images/logo.gif');
   width: 392px;
   height: 64px;
   text-indent: -10000px;
}
#header h2 {
   font-weight: normal;
   font-size: 1.2em;
   font-style: italic;
   position: absolute;
   bottom: 4px;
   right: 256px;
   padding-right: 28px;
   background: url('images/arrow.gif') bottom right no-repeat;
}
#picture { float: right; }
#navigation {
   padding: 0 15px;
   background: #47191C;
   width: 890px;
   height: 36px;
   line-height: 36px;
}   
#navigation a {
   color: #FFF;
   text-decoration: none
}
#navigation ul { list-style: none; }
#navigation ul.menu { float: left; }
#navigation ul.menu li { float: left; }
/*#navigation ul.menu li.page_item a { border-left: 1px solid #FFF; }*/
#navigation ul.menu li a {
   float: left;
   padding: 0 48px;
   font-size: 15px;
/*   font-weight: bold;*/
}
#navigation ul.menu li a:hover {
   background: #B5B09A;
   color: #47191C;
   text-decoration: underline;
}
#navigation ul.submenu { float: right; }
#navigation ul.submenu li { float: left; }
#navigation ul.submenu li a {
   float: left;
   padding: 0 24px;
   font-size: 12px;
   text-transform: lowercase;
}
#navigation ul.submenu li a:hover { text-decoration: underline; }
#maincontent {
   overflow: hidden; /*????*/
   width: 860px;
   background: #B5B09A;
   padding: 30px;
   font-size: 1.2em;
   line-height: 1.4em;
}
#content {
   float: left;
   width: 590px;
}
#latestarticle { background: #FFF; } /*????*/
.archivearticle {
   background: #FFF;
   margin-bottom: 10px;
}
/*.archivearticle .postinfo {
float: right;
font-size: 11px;
padding-top: 1px;
font-weight: normal;
}
.archivearticle .postinfo a{
color: #464647;
text-decoration: none;
}
.archivearticle .postinfo a:hover{
text-decoration: underline;
}*/
.title{
padding: 20px 30px 0;
/*margin-top: 30px;*/
font-weight: bold;
/*font-size: 1em;*/
/*background: #FF0;*/
}
.posttitle h2 a {
   text-decoration: none;
   color: #000;
}
.posttitle h2 a:hover { text-decoration: underline; }
.archivearticle .postcontent{ padding: 0 30px 25px; }
.archivearticle .postcontent a { color: #47191C; }
.archivearticle .postcontent a:hover { text-decoration: none; }
.archivearticle .postcontent p { margin: 12px 0 0; clear: right; }
.archivearticle .postcontent p.info, .archivearticle .postcontent p.info a {
   color: #575549;
   font-style: italic;
}

img.alignleft { padding-right: 8px; }
img.alignright { padding-left: 8px; }

h3#respond, h3#comments { padding-top: 10px; }

ol.commentlist li { padding-top: 20px; }

/*#latestarticles{
float: left;
width: 289px;
margin-top: 10px;
background: #FFF;
}
#latestarticlescontent{
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
}
#latestarticlescontent h2, #latestcomments h2, .postcontent h2, .posttitle h2 {
font-size: 14px;
margin: 0;
}
#latestarticlescontent h2 a, #latestcomments h2 a, .postcontent h2 a, .posttitle h2 a{
text-decoration: none;
color: #464647;
}
#latestarticlescontent h2 a:hover, #latestcomments h2 a:hover, .postcontent h2 a:hover, .posttitle h2 a:hover {
text-decoration: underline;
}
#latestarticlescontent p{
margin-top: 2px;
}
#latestcomments{
float: left;
width: 289px;
margin-top: 10px;
margin-left: 10px;
background: #FFF;
}
#latestcommentscontent{
padding-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
}
#latestcommentscontent h2{
font-size: 14px;
margin: 0;
}
#latestcommentscontent p{
margin-top: 2px;
}
#flickr{
float: left;
width: 588px;
margin-top: 10px;
background: #FFF;
}
#flickrcontent{
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
}
#flickrcontent img{
padding-left: 4px;
border: 0;
}
#latestarticle .posttitle{
float: left;
}
#latestarticle .postinfo{
float: right;
font-size: 11px;
padding-top: 1px;
font-weight: normal;
}
#latestarticle .postinfo a{
color: #464647;
text-decoration: none;
}
#latestarticle .postinfo a:hover{
text-decoration: underline;
}
#latestarticle .postcontent{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 4px;
}*/
#sidebar {
   float: right;
   width: 240px;
/*   padding-bottom: 15px;*/
   background: #E1E3CB;
   color: #575549;
}
#sidebar .title {
   padding: 20px 20px 0;
   font-size: 1.3em;
}
#searchform label { display: none; }
#searchform input#s {
   color: #47191C;
   border: 1px solid #47191C;
   padding: 2px 4px;
   width: 140px;
}
#searchform input#searchsubmit {
   color: #FFF;
   background-color: #47191C;
   border: 2px solid #47191C;
   cursor: pointer;
   width: 45px;
}

.sidebar-item { margin-bottom: 10px; }
.sidebar-item.noisetrade { margin: 40px 0 0; }
.sidebar-item form, .sidebar-item ul { padding: 10px 20px 0; }
.sidebar-item ul { list-style: none; }
.sidebar-item ul li {
   line-height: 1.6em;
}
.sidebar-item a { color: #464647; }
.sidebar-item a:hover{ text-decoration: none; }
#footer {
   text-align: right;
   color: #575549;
   padding: 10px 0 15px;
}
#footer a { color: #575549; }
#footer a:hover { text-decoration: none; }
.alignleft { float: left; }
.alignright { float: right; }
.alignleft a, .alignright a { color: #000; }
.nocomments { text-align: center; }
img.avatar {
   float: left;
   padding-right: 5px;
}

code {
   background-color: #DDD;
   font-size: 1.1em;
}
