/*  
Theme Name: Neo
Theme URI: http://webriggers.net
Description: 
Version: 0.3
Author: Brent Toderash
Author URI: http://toderash.net/

	Neo	
	http://webriggers.net/

	This theme was designed and built by Brent Toderash,
	whose blog you will find at http://toderash.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('reset.css'); /* reset everything to reduce browser inconsistencies */
@import url('lists.css'); /* list styles (sidebars) */
@import url('forms-comments.css');
/*
@import url('calendar.css');
*/

/*********************************************/
/*      Global Styles & Basic Typography     */
/*********************************************/
body 	{
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
*/
	font-family: "Trebuchet MS", Tahoma, "Nimbus Sans L", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
	font-size: 15px;
	color: #444;
	background: #000;
	}
h1, h2, h3, h4 {
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
*/
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	cursor: default;
	}
h1	{
	font-size: 3.5em;
	margin: 0; padding: 15px 0 0 25px;
	display: none;
	}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.2em; }
p	{ margin: 3px 0 6px 0; padding: 0; }
.printonly { display: none; }

a	{
	outline: none;
	}
a	{
	color: #3a9de8;
	text-decoration: none;
	padding: 0 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:visited {
	text-decoration: none;
	padding: 0 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:hover {
	color: #e8853a;
	background: #000;
	}

a.noeffect {
	display: inline;
	border: none;
	padding: 0;
	background: none;
	}
a.noeffect:hover {
	background: none;
	}

/*********************************************/
/*      Layout                               */
/*********************************************/

#wrap {
	width: 960px;
	min-height: 650px;
	margin: 0 auto 20px auto; padding: 0;
	background: #f0f0f0;
	}
   #header {
	margin: 0; padding: 0; 
	height: 200px;
	background: #000 url(images/neo-emergent.960x200.jpg);
	}
      #headerimg { 
	z-index: 4;
	height: 200px;
	}
      #header .description {
	margin: 85px 10px 0 50px; padding: 0;
	font-size: 2.5em;
	font-style: italic;
	display: none;
	}
      #title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	}
   #topnav {
   	margin: 0; padding: 10px 0 0 0;
	height: 27px;
	border-bottom: 1px solid #ddd;
	background: #e5e5e5;
	}
   #content {
	clear: both;
	width: 600px;
	float: left;
	min-height: 300px;
	margin: 0 0 0 0; padding: 0 100px 0 50px;
	}
      #content .post {
	margin: 0; padding: 15px 5px;
	}
      #content .post p {
	margin: 8px 0;
	line-height: 1.4em;
	}
      #content .post .entry {
	padding: 4px 0 0 0;
	}
      #content .post h2.post-title {
	display: block;
	font-size: 2em;
	padding: 0;
	}
      #content .post h2.post-title a {
	padding: 3px 1px;
	display: block;
	background: none;
	color: #e8853a;
	}
      #content .post h2.post-title a:hover {
        background: #f9f9f9;
	background: #000;
	color: #45e739;
	text-decoration: none;
	}
      #content .post .post-date {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: -4px 7px 0 0;
	border: 1px solid #999;
	background: #f5f5f5;
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	}
      #content .post .post-date .month {
	display: block;
	color: #999;
	padding: 2px 0 2px 0;
	}
      #content .post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	margin: 0; padding: 0;
	color: #999;
	}
      #content .post .post-date .year {
	color: #999;
	padding: 0 0 1px 0;
	}
   .sidebar {
	float: right;
	width: 200px;
	font-size: 85%;
	margin: 0; padding: 13px 0 0 0;
	}
      .sidebar #doubleside {
	width: 200px;
	margin: 0 0 0 0; padding: 0;
	}
      .sidebar #sideleft {
        width: 100px;
	float: left;
	}
      .sidebar #sideright {
        width: 100px;
	float: right;
	margin: 0 0 0 0; padding: 0;
	}
   #page {
	margin: 20px auto;
	padding: 0;
	}
   #footer {
	font-size: .85em;
	padding: 8px 0 ; margin: 10px auto 0  auto;
	clear: both;
	border-top: 1px solid #ddd;
	background: #e5e5e5;
	}
      #footer p {
	margin: 0; padding: 0;
	text-align: center;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
.centered, img.imgcenter, aligncenter {
	display: block;
	margin-left: auto; margin-right: auto; padding: 4px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.alignright, img.imgright {
	margin: 0 0 2px 7px; padding: 4px;
	display: inline;
	float: right;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.alignleft, img.imgleft {
	margin: 0 7px 2px 0; padding: 4px;
	display: inline;
	float: left;
	border: 1px solid #d0d0d0;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
/* End Images */

   .postmetadata, .byline {
	font-size: .8em;
	}
   .postmetadata {
	clear: both;
	padding: 5px 0;
	}
   .byline {
	width: 80%;
	border-top: 1px solid #d0d0d0;
	margin: 2px 0 0 0; padding-top: 2px;
	}
	
a, .sidebar ul li#tag_cloud a:hover {
	}
a, .sidebar ul li#tag_cloud a:hover, .sidebar li#recent-comments a {
	}

a:hover, .sidebar ul li#tag_cloud a:hover, .sidebar ul li#recent-comments a:hover {
	}

/*     BEGIN SIDEBAR SPECIFICS     */
#doubleside ul li#search input#s {
	width: 244px;
	}
#doubleside ul li#search input#searchsubmit {
	width: 65px;
	}
/*     END SIDEBAR SPECIFICS     */

/* Begin Various Tags & Classes */

.navigation .alignleft {
	margin: 10px 0 5px 5px;
	display: none;
	}
.navigation .alignright {
	margin: 10px 5px 5px 0;
	display: none;
	}
.more-link {
	display: inline block;
	float: right;
	margin: 0 5px 0 auto;
	padding: 3px 8px;
	background: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}					
blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
cite	{
	margin: 0 40px 0 0;
	display: block;
	text-align: right;
	}
blockquote cite {
	margin: 0 10px 0 0;
	}
/* End Various Tags & Classes */

