/* -------------------------------------------------------------- 
  
Nerds & Co Site CSS
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';




/*--------------------

Structure and site images */


body {background: url(images/mainbg.jpg) repeat-x center top #FFFFFF; /*text-align: center;*/ margin:0; padding: 0; top:0; }

#wrapper {width:100%; background:url(images/titleplate1.jpg) no-repeat center top; margin-left: auto; margin-right: auto; margin-top: 0; text-align: center; position:absolute; top:0;}

#content {width:920px; margin-left: auto; margin-right: auto; padding: 0; border: 0; text-align: left;}
#head { width:100%; margin: 0; padding: 0; text-align:right; clear: both; }
#head img {margin:0px;}
#tagline {display: inline; float: left; text-align: left; width: 400px; position:relative; left: 30px; top: -40px; margin:0px;}

#sidebar { width: 240px; margin: 0px 0px 30px 0px; padding: none; float:right; text-align: right; position: relative; top: 0;}
#sidebarpad {margin: 0px 20px 0px 0px; padding: none; position: relative; top: 0;}

.navigation { border-top: 1px solid #c0cdd4; margin-top: 6px; margin-bottom: 6px; padding: 6px 0px; text-align:center; width: 500px;}

.postmetadata { clear: left; }

.commentlist { margin-left: 0px; margin-right: auto;}
.commentlist p { margin-top: 0px; margin-bottom: 0px;}

/*.alt { background-color: #f6fafb;} */

.alt { border-bottom: 1px dashed #cedcdf; width: 500px;}

#submit, input, textarea { background-color: #FFFFFF; border: 1px solid #c48149; color: #1c536c;}

/* #searchsubmit { background-color: #d3e2e5; font-weight: bold; border: 2px solid #bed5dd; color:#718897;} */

#s, #searchsubmit { border: 1px solid #c48149; background-color: #FFFFFF; color: #1c536c; /* font-weight: bold; */ margin-top: 4px; vertical-align: middle; font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;; font-size: .8 em;}

#s { text-align: right; }

#codeblock { max-height: 350px; overflow: auto; border: 1px solid #c48149; color: #1c536c; padding: 6px; font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; margin-right: auto; margin-top: 20px;}



