/*
Theme Name: Neurodudes 2 
Theme URI: http://neurodudes.com/
Description: The new Neurodudes theme. 
Version: 2.0
Author: Neville Sanjana & Bayle Shanks
Author URI: http://neurodudes.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

 For this first set of declarations, here are the refs:
 http://urbangiraffe.com/2005/04/22/themeguide2/3/
 http://urbangiraffe.com/2005/04/22/themeguide2/4/

BIGGEST CSS REVELATION: // is not a comment. Only slash* ... *slash are comments!!

SECOND REVELATION: Padding and margin go around the clock: top, right, bottom, left
*/

*
{
  padding: 0;
  margin: 0;
}

#wrapper /* wrapper is a ID that encloses both the content and the sidebar */
{
  margin: 1em auto;
  width: 700px;
  width: expression(document.body.clientWidth < 605 ? "600px" : "95%" );
}
 
div>#wrapper
{
  margin: 1em auto;
  min-width: 400px;
  width: 98%;
}


#content {
    /* changes here are from urbangiraffe blog guide part 2 */
    width: 75%;
    float: left;
/* margin-right: 5%; */
}

#sidebar {
   width: 20%;
   margin-left: 75%;
}

#content .blog, #container .blog {
    border-left: #888 solid 1px;
    margin-left: 163px;
}	



/* Begin Typography & Colors */

#page {
	background-color:  white;
	border: 1px solid #959596;
	text-align: left;
	}

.entry p {
     margin-top: 1.2em;
}

/* Entry is just the main text box of the post */
/* Post is the higher level class that includes the post title, byline, etc. */
#content .entry {
	line-height: 1.6em;
        font-size: 0.75em;
	}

#content .postmetadata {
	text-align: right; /* center; */
        float: right;
        width: 250px;
        /* border: solid 1px yellow; */
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#trs { border: solid 1px yellow; font-style: italic; }

#sidebarimpt { border: dashed 0.1px #88c; padding: 0 0.2em 0.5em 0.2em; margin-top } 
/* #sidebarimpt { background: LightGoldenRodYellow;} */

/* .singlebyline: is used for the byline info on the single.php page */
.singlebyline  {
        color: gray;
        font-style: italic;
        margin-left: 2px;
        font-size: 10px;
	}

.post h2 {
    margin-bottom: 5px;
}

#headerimg .description {
	font-size: 1.2em;
	/*text-align: center;*/
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 0.6em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */



.post hr {
	display: block;
	}


/*
.postmetadata {
	clear: left;
}
*/

.clear {
	clear: both;
}

#footer {
        font-size: 0.7em;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignleft {     
    display: inline;
    text-align: left;
    float: left;
}	


.alignright { 
    display: inline;
    text-align: right;
    float: right;
}	


.navigation .alignright {
        padding-right: 15px;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul {
	margin: 3px 0 0 3px;
        }

#sidebar ul ol {
        list-style-position: inside; /* This should work but doesn't in Firefox */
        margin: 3px 0 0 0;
        padding-left: 2em;
	/* margin-left: 20px; */
	}

#sidebar ul ul ul {
	margin: 0 0 0 6px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal;
	}


#sidebar ul ul li, #sidebar ul ol li {
        margin: 3px 15px 0 0; /* Need the 0 bottom margin to counteract sidebar ul li*/
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



blockquote{
border-left: 3px solid #ccc;
/* background: #FFEFD5; same red as hover on comments button*/
/* border-left: 3px solid #666; */
background: #F5F5F5; /* A very nice neutral background */
/* background: #FEC;  Reddish, orangish, yellowish */
padding: 0 0.5em 0.3em 0.2em;
margin: 0 3em;
}

blockquote p {
font-size: 1em;
line-width: 0.8em; 
/* font-style: italic; */
color: #777; /* font color */
margin: 0;
padding: 0 0 0 1em;
}

blockquote li {	
color: #777;
padding-left: 1em;
}

h3#comments {
        color: #64e;
        padding: 0;
	margin: 40px auto 20px ;
        font-family: verdana, helvetica, sans-serif;
        font-size: 18px;
}

.catleft { 
   float: left; 
   font-size: small;
   font-weight: bold;
   }

.catright { 
   text-align: right;
    font-size: small;
    font-weight: bold;
   float: right;
   }

body, table {
    font-family: verdana, helvetica, sans-serif;
}

body {
    background-color: #fff;
    margin: 0px;
}

a 		{ color: #668; text-decoration: none; } 
a:link		{ color: #668; } 
a:visited	{ color: #668; }  /* #668 is light purple */
a:active	{ color: #334; } 
a:hover		{ color: #334; }

h1, h2, h3 {
    margin: 0px;
}

#header {
   /* margin: 10px 10px 15px 10px;*/
  margin: 0px 0px 0px 1px;
}

#header-commentspop {
    border-bottom: #888 solid 1px;
    border-left: #888 solid 10px;
    color: #666;
    font-size: x-large;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
    padding: 0 0 3px 3px;
}

#header a,

#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
    color: #666;
    font-size: xx-large;
    font-weight: bold;
    text-decoration: none;
}

#header h1 {
    border-bottom: #888 solid 1px;
    border-left: #888 solid 10px;
    padding: 0 0 3px 3px;
}

#headerimg .description, #header .description {
    color: #88c;
    font-size: small;
    font-weight: bold;
    margin-left: 30px;
}	


.post {
    font-weight: normal;		
    margin: 0 10px 15px 10px;
    /* font-size: small; */
    line-height: 140%;	
}


.post a,
.post a:link,
.post a:visited {color: #64e; text-decoration: none;}  /* #64e is purple */


.post a:active,
.post a:hover { color: #C58144; border-bottom: dotted 1px #C58144; text-decoration: none; }

/* title = post title */
.title {
        font-family: verdana, helvetica, sans-serif;
        color: #88c; 
        /* DEEP purple color: #64e; */
}	

/* old format for titles below. title = post title */
/*
.title	{ 
    color: #88c; 	
    font-size: normal; 
}			
*/

#menu {
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 10px;
    font-size: small;
    margin-right: 10px;
    padding: 0 5px 2px 0;
    text-align: right;  							
}		

.date	{ 
    border-bottom: #888 solid 1px;
    border-left: #888 solid 10px;
    color: #888; 
    font-size: small; 
    font-weight: bold;
    height: 20px;
    left: -163px;
    margin: 0;
    padding-left: 3px;
    position: relative;
    top: 20px;
    width: 150px;
}			

.postmetadata	{ 
    color: #666; 
    font-size: x-small; 
    font-style: italic;
    margin-top: 8px;
    text-align: right;
}


.postcategories	{ 
    clear: both;
    color: #666; 
    display: block;
    font-size: x-small; 
    margin-top: 4px;
    text-align: left;
    line-height: 1.4em;
}

.postcategories a,
.postcategories a:link,
.postcategories a:visited {color: #666; text-decoration: none;}


.postcategories a:active,
.postcategories a:hover { color: #C58144; border-bottom: dotted 1px #C58144; text-decoration: none; }

.addcommentline	{ 
    float: left;
    margin-top: 0.5em;
    font-size: 0.7em;
    font-weight: normal;
    text-align: left;
    font-style: bold;
    border: dotted 1px blue;
}

.addcommentline:hover { background: #FFEFD5; color: #C58144; }
.addcommentline a:hover { border-bottom: none;}


.calendar {
    font-size: x-small;
    font-weight: normal;
    line-height: 140%;
    padding: 2px;
    text-align: center;	
}

div.calendar {
}

div.calendar table {
    margin-left: 8px;
}

.calendarhead {	
    border-bottom: #888 solid 1px;
    border-left: 10px solid #888;
    color: #666;
    font-size: small;
    font-weight: bold;
    padding: 0 0 0 3px;					
    text-align: left;
    width: 100%;
}	


#sidebar h2 {
    border-bottom: #888 solid 1px; 
    border-left: #888 solid 5px; 
    color: #666;

    font-size: 1.4em;
    font-weight: bold;
    padding-left: 3px;
    margin-top: 15px;  
    margin-bottom: 5px;
 
}		

.syndicate {
    font-size: x-small;
    font-weight: bold;		







    padding: 2px;
    margin-top: 10px;
    text-align: center;
}	


.top_level_categories li {
  display: none;
}	

.powered {
    font-size: x-small;
    font-weight: bold;
    line-height:140%;
    margin-top: 10px;
    padding:2px;
    text-align:center;
}	


.comments-body {
    border-right: #ccc solid 10px;
    border-bottom: #ccc solid 1px;
    color: #666;
    font-size: small;
    font-weight: normal;
    line-height: 140%;
    margin: 0 10px 20px 10px;
    padding-right: 5px;
}		


.comments-post {
    color: #888; 
    display: block;
    font-size: x-small; 
    font-style: italic;
    margin-top: 3px;
    text-align: right;
}	

.trackback-url {
    border-bottom: #888 solid 1px;
    border-left: #888 solid 10px;
    color: #666;
    font-size: small;
    font-weight: normal;
    margin: 0 5px 10px 5px;
    padding: 0 0 3px 3px;
}

.trackback-body {
    border-bottom: #ccc solid 1px;
    border-right: #ccc solid 10px;
    color: #666;
    font-size: small;
    font-weight: normal;
    line-height: 140%;
    margin: 0 5px 10px 5px;
}		

.trackback-post {
    color: #666;
    font-size: small;
    font-weight: normal;
}

.comments-head	{ 
    color: #88c; 
    font-weight: bold;
    font-size: small; 
    font-weight: bold;
    margin: 0 0 5px 10px;
}		

#author, #email, #url, #text {
    border-bottom: #888 solid 1px;
    border-left: #888 solid 10px;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
    padding-left: 3px;
}


.navigation {
    font-style: italic;
    font-size: 14px;
    color: #64e;
}

.navigation a,
.navigation a:link,
.navigation a:visited {
    border-bottom: 1px dotted #334;
}
.navigation a:active,
.navigation a:hover {
    border-bottom: 1px solid #668;
}


#widget li:before {
	content: "\00BB \0020";
	}

.submitToAggregators {
   font-size: xx-small;
   display: none;
}

#recaptcha_widget {
   border: dashed 0.1px #88c;
}


#sidebar h2.widgettitle {
  margin-top: 2.5em;
}

#sidebar h3 {
  margin: 1em 0 0 0;
  font-style: italic;
}
#sidebar hr {
	display: block;
   text-align: center;
margin: 0.3em 6em 0.3em 6em;

	}

#get-recent-comments h2 {
   display:none;
}


#collapsible-archive h2 {
   display:none;
}

.widget_categories h2 {
   display:none;
}