/*
Theme Name: ericHurst.com custom theme
Theme URI: http://erichurst.com
Description: The custom theme for <a href="http://www.erichurst.com">ericHurst.com</a>
Version: 1
Author: Eric Hurst
Author URI: http://erichurst.com
Tags: custom, eric hurst

    ericHurst.com v1
    built by Eric Hurst & powered by Wordpress
    
    this style sheet works in conjuction with Blueprint CSS, the fantastic CSS framework
    created by Olav Bjorkoy with the help of many. get started using it yourself by
    visiting blueprintcss.org
    
    be kind to your mother and animals... even oppossums
*/

/* import in Blueprint CSS resets & columns */
@import url('blueprint/screen.css');

body{font:75% "Lucida Grande","Trebuchet MS",Verdana,"helvetica neue",helvetica,sans-serif;color:#000;margin:7px 0 0 5px;background-color:#eff2dc;}
h1,h2,h3,h4,h5,h6{font-family:"Book Antiqua","Bell MT","Bookman Old Style",Century,serif;color:#000;margin-bottom:0.3em;}
.post h2{margin-left:0;}/* move post titles to left 4px to compensate for a:hover padding */
a,a:visited{color:#a51900;text-decoration:none;padding:2px 4px;margin:0 -4px;}
a:visited{color:#c26d55;}
a:hover,input#submit:hover,input#searchsubmit:hover,#nav a:hover{color:#eff2dc;background-color:#000;}
a.embed,a img,a:visited.embed,a:visited img{padding:0;margin:0;}/*****IMPORTANT: reset properties for Vipers Video Quicktags with class "embed" & for images *****/
a:hover.embed, a:hover img{color:transparent;background-color:transparent;text-decoration:none;}/*****IMPORTANT: reset properties for Vipers Video Quicktags with class "embed" & for images *****/
small{font-size:75%;}
textarea{height:inherit;width:inherit;border:1px solid #BBB;}
input{border:1px solid #BBB;padding:0.4em;font-size:110%;}
input#searchsubmit:hover,input#submit:hover{cursor:pointer;}
form#searchform {float:right;}
form#searchform input{padding:2px;font-size:100%;}
form#searchform label{vertical-align:bottom;}
p img{float:none;}

/*#nav{background-color:#CCC;height:100%;}
#nav ul, #nav li{display:inline;list-style-position:inside;}
#nav li{height:36px;}
#nav a, #nav a:visited{color:#333;padding:0.3em 0.7em;}*/

#header{background:transparent url('images/background.png') no-repeat top left;height:667px;}
#header h1{margin:0;padding:0;}
#header h1 a,#header h1 a:visited{margin:0;padding:0;background:transparent url('images/erichurst_mast_sprite.png') no-repeat bottom left;display:block;height:90px;}
#header h1 a:hover{background:transparent url('images/erichurst_mast_sprite.png') no-repeat top left;}

#content{margin-top:-300px;}


#sidebar img, #sidebar img.title{margin-bottom:5px;}
#sidebar p img, #sidebar p#description{margin:0 13px 13px 0;float:left;}
#sidebar p#description{margin-bottom:1.5em;}

#sidebar2{font-size:80%;}
#sidebar2 h2{margin-top:0.5em;margin-bottom:0.1em;}
#sidebar2 h2.top{margin-top:0;}
#sidebar2 ul,#sidebar2 li{list-style-type:none;margin:0;}
#sidebar2 li{margin-left:-17;}

#footer{border-top:1px solid #CCCCCC;margin-bottom:1em;margin-top:3.5em;padding-top:1.5em;font-size:80%;}

/* reset the display property for Vipers Video Quicktag plugin */
span.vvqbox{display:inline;}

#clouds{background: transparent url('images/clouds.png') no-repeat scroll top left; height:351px;}

#birds{background: transparent url('images/birds.png') no-repeat top left; height:667px;}

#weathering{background: transparent url('images/weathering.png') no-repeat scroll top left; height:667px;}

#blog{background:transparent url('images/blog.png') no-repeat top left;padding-top:41px;}

.post{background:transparent url('images/post-bg.png') repeat top left;padding:5px 30px 0;}

#flickr_tags_archives{margin-top:1.5em;}

img.alignleft,a img.alignleft{float:left;margin:0 13px 13px 0;}

img.alignright,a img.alignright{float:right;margin:0 0 13px 13px;}

img.aligncenter,a img.aligncenter{display:block;margin:13px auto;}

span.code, code {font-family:'andale mono','lucida console',monospace; white-space: pre-wrap; margin:0;}