/*
Theme Name: Neurdon
Theme URI: http://chrislaskey.com/
Description: Theme for Neurdon.com
Author: Chris Laskey
Version: 0.1
Tags: 
*/

/* Universals
====================================================================================================================*/
html{
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}

body{
	background:#ddd url('images/bg_repeat.jpg') 0px 0px repeat-x;
	color:#444;
	font:normal 12px/20px Helvetica, Arial, sans-serif;
	height:700px !important;
	min-height:700px;
	height:auto;
	margin:0px;
	padding:0px;
	width:100%;
}

a{
	color:#222;
	text-decoration:none;
}
	
	a:focus, a:active{
		border:none;
		outline:none;
	}
	
	a:hover{
		color:#2496B3;
		text-decoration:underline;
	}

h1{
	color:#2a2a2a;
	font:bold 22px/24px Helvetica, Arial, sans-serif;
	margin:0px 0px 1em 0px;
}

h2{
	color:#2a2a2a;
	font:bold 18px/20px Helvetica, Arial, sans-serif;
	margin:0px 0px 1em 0px;
}

h3{
	color:#2a2a2a;
	font:normal 15px/20px Helvetica, Arial, sans-serif;
	margin:24px 0px 10px 0px;
}

img{ border:none; }
	
	a img{
		border:none; 
	}

p{
	margin:0px 0px 10px 0px;
}
	
	p em{
		color:#666;
	}

.alignleft{
	float:left;
	margin:0px 15px 15px 0px;
}

.alignright{
	float:right;
	margin:0px 0px 15px 15px;
}

.clear{
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	width:1px;
}
	
	.clear_left{
		clear:left;
		display:block;
		font-size:1px;
		height:1px;
		line-height:1px;
		width:1px;
	}

/* Structure
====================================================================================================================*/
#wrapper{
	margin:0px auto;
	width:960px;
}
	
	#header{
		height:120px;
		margin:0px auto;
		width:960px;
	}
	
	#main_header{
		background:#fff;
		border:1px solid #ccc;
		margin:0px auto 10px auto;
		padding:10px 25px 15px 25px;
		width:908px;
	}
	
	#main{
		background:#fff;
		border:1px solid #ccc;
		margin:0px auto;
		padding:25px 25px;
		width:908px;
	}
		
		#sidebar{
			float:right;
			margin:0px;
			width:200px;
		}
		
		#content{
			padding:0px 0px 0px 0px;
			width:668px;
		}
	
	#footer{
		height:10px;
		margin:0px auto;
		padding:20px 0px 0px 0px;
		width:960px;
	}

/* Header Content
====================================================================================================================*/
#logo{
	background:url('images/logo.jpg') 0px 0px no-repeat;
	float:left;
	display:block;
	height:120px;
	text-indent:-5000px;
	width:390px;
}

#header form.searchform{
	float:right;
	padding:28px 0px 16px 8px;
}

ul.menu_categories{
	display:block;
	float:right;
	list-style:none;
	height:25px;
	overflow:none;
	margin:0px;
	padding:0px;
	width:570px;
}
	
	ul.menu_categories li{
		display:inline-block;
		float:right;
		line-height:25px;
		margin:0px;
		padding:0px 0px 0px 15px;
		position:relative;
		text-align:right;
	}
		
		ul.menu_categories li a{
			color:#383838;
			display:inline-block;
			font:normal 15px/25px Helvetica, Arial, sans-serif;
			height:25px;
			line-height:25px;
			margin:0px;
			padding:0px;
			text-align:right;
		}
			
			ul.menu_categories li.current-menu-item a{
				font-weight:bold;
			}
			
			ul.menu_categories li a:hover{
				color:#2496B3;
				text-decoration:none;
			}

/* Sidebar Content
====================================================================================================================*/
#sidebar h3{
	color:#85c4d4;
	font:normal 34px/36px Rockwell, Georgia, Times, serif;
	letter-spacing:-0.025em;
	margin:0px 0px 10px 0px;
}

#sidebar a{
	color:#4a4a4a;
}

#sidebar ul{
	font:14px/22px Helvetica, Arial, sans-serif;
	list-style:none;
	margin:10px 0px 20px 0px;
	padding:0px;
}
	
	#sidebar li.widget_tag_cloud a{
		color:#888;
	}
		
		#sidebar li.widget_tag_cloud a:hover{
			color:#444;
			text-decoration:none;
		}

/* General Content
====================================================================================================================*/
form.searchform{
	display:block;
	height:30px;
}
	
	form.searchform div{
		display:block;
		height:30px;
		width:252px;
	}
	
	form.searchform input.input{
		background:#fff;
		border:1px solid #ddd;
		color:#a0a0a0;
		display:block;
		float:left;
		font:13px/28px Helvetica, Arial, sans-serif;
		font-style:italic;
		height:16px;
		margin:0px;
		padding:6px 10px 6px 6px;
		width:164px;
	}
	
	form.searchform input.submit{
		background:#ccc;
		border:none;
		color:#fff;
		display:block;
		float:right;
		font:bold 14px/28px Helvetica, Arial, sans-serif;
		letter-spacing:0.05em;
		height:30px;
		width:70px;
	}
	
div.nav_below{
	display:block;
	height:25px;
	margin:20px 0px 0px 0px;
	width:100%;
}
	
	div.nav_below div.nav_previous{
		float:left;
		height:25px;
		width:50%;
	}
		
		div.nav_below div.nav_previous a{
			color:#2496B3;
			display:block;
			height:25px;
			line-height:25px;
			width:100%;
		}
	
	div.nav_below div.nav_next{
		float:left;
		height:25px;
		text-align:right;
		width:50%;
	}
		
		div.nav_below div.nav_next a{
			color:#2496B3;
			display:block;
			height:25px;
			line-height:25px;
			text-align:right;
			width:100%;
		}

/* Post Content
====================================================================================================================*/
ul.posts{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
	
	ul.posts li{
		display:block;
		margin-top:40px;
		width:100%;
	}
		
		body.author ul.posts li{
			margin-top:20px;
		}
		
		ul.posts li.first{
			margin-top:0px;
		}

h1.title{
	margin:0px 0px 0px 0px;
}
	
	h1.feed_title{
	
	}
	
	h1.post_title{
		font:bold 18px/22px Helvetica, Arial, sans-serif;
	}
	
	h1.page_title{
		margin:0px 0px 1em 0px;
	}
	
	h1.header_title{
		color:#542461;
		font:normal 62px/64px Rockwell, Georgia, Times, serif;
		margin:0px 0px 0px 0px;
	}
	
h2.title{
	font:bold 18px/20px Helvetica, Arial, sans-serif;
	margin:0px 0px 0px 0px;
}
	
	h2.title a{
		color:#2a2a2a;
	}

div.post_header{
	color:#2a2a2a;
	display:block;
	font-weight:bold;
	margin:2px 0px 20px 0px;
	width:100%;
}
	
	body.author div.post_header{
		margin-bottom:4px;
	}
	
	div.post_header span.author{
		
	}
		
		div.post_header span.author a{
			color:#2496b3;
		}
	
	div.post_header span.date{
		
	}

div.post_content a{
	color:#2496b3;
}
	
	div.post_content a.more-link{
		color:#2496b3;
	}

div#content blockquote{
	border-left:3px solid #eee;
	font:normal 13px/19px Georgia,"Times New Roman", Times, serif;
	font-style: italic;
	margin:18px 0px;
	padding:0px 20px 0px 17px;
}

div.wp-caption{
	background:#f2f2f2;
	border:1px solid #e6e6e6;
	display:block;
	float:left;
	margin:0px 20px 14px 0px;
	padding:5px;
}
	
	div.wp-caption.alignright{
		float:right;
		margin:0px 0px 14px 20px;
	}
	
	div.wp-caption span.details{
		display:none;
	}
	
	div.wp-caption a{
		display:block;
		position:relative;
	}
	
	div.wp-caption a img{
		border:1px solid #e6e6e6;
		display:block;
	}
	
	div.wp-caption p.wp-caption-text{
		color:#777;
		display:block;
		font:10px/14px Helvetica, Arial, sans-serif;
		padding:5px 0px 0px 0px;
		margin:0px;
	}

div.author_description_post{
	background:#f2f6fa;
	border:1px solid #e0e4e8;
	display:block;
	margin:20px 0px 20px 0px;
	padding:15px;
}
	
	div.author_description_post h4{
		font:bold 16px/18px Helvetica, Arial, sans-serif;
		margin:0px 0px 1em 0px;
	}
		
		div.author_description_post h4 a{
			color:#444;
		}
	
	div.author_description_post div.author_image{
		float:left;
	}

div.post_information{
	border:1px solid #ccc;
	font:11px/20px Helvetica, Arial, sans-serif;
	margin:4px 0px 10px 0px;
	padding:10px 10px 8px 10px;
	width:646px;
}
	
	div.post_information div.comments_link{
		float:left;
		padding:0px 10px 0px 0px;
	}
	
	div.post_information div.categories_list{
		float:left;
		padding:0px 10px 0px 0px;
	}
	
	div.post_information div.tag_list{
		float:left;
	}
	
	div.post_information a{
		color:#333;
		font-weight:bold;
	}

/* Category Content
====================================================================================================================*/
div#main_header p{
	font:15px/22px Helvetica, Arial, sans-serif;
	margin:10px 0px 10px 0px;
}

body.category div#main_header h1{
	letter-spacing:-0.01em;
}
	
	body.category-brain-interfaces div#main_header h1,
	body.category-brain-interfaces div.post_content a,
	body.category-brain-interfaces div.post_header,
	body.category-brain-interfaces div.post_header a{
		color:#f47920;
	}
	
	body.category-business div#main_header h1,
	body.category-business div.post_content a,
	body.category-business div.post_header,
	body.category-business div.post_header a{
		color:#00a4c2;
	}
	
	body.category-computing div#main_header h1,
	body.category-computing div.post_content a,
	body.category-computing div.post_header,
	body.category-computing div.post_header a{
		color:#d22676;
	}
	
	body.category-synapse div#main_header h1,
	body.category-synapse div.post_content a,
	body.category-synapse div.post_header,
	body.category-synapse div.post_header a{
		color:#6aaa3a;
	}
	
	body.category-neurobiology div#main_header h1,
	body.category-neurobiology div.post_content a,
	body.category-neurobiology div.post_header,
	body.category-neurobiology div.post_header a{
		color:#e11b22;
	}
	
	body.category-robotics div#main_header h1,
	body.category-robotics div.post_content a,
	body.category-robotics div.post_header,
	body.category-robotics div.post_header a{
		color:#d4ca12;
	}

/* Author Pages
====================================================================================================================*/
body.author div.author_description{
	display:block;
	margin:0px 0px 30px 0px;
	width:100%;
}

body.author h1{
	margin:0px 0px 10px 0px;
}

body.author ul.posts h2{
	color:#2496B3;
	font:bold 16px/18px Helvetica, Arial, sans-serif;
}

body.author ul.posts div.post_header{
	color:#2496B3;
}

/* Comments - Untouched import of default WP Theme. Use at your own risk.
====================================================================================================================*/
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

	/* Comments Form - Untouched import of default WP Theme. Use at your own risk.
	====================================================================================================================*/
	#respond {
		overflow: hidden;
		position: relative;
	}
	#respond p {
		margin: 0;
	}
	#respond .comment-notes {
		margin-bottom: 1em;
	}
	.children #respond {
		margin: 0 48px 0 0;
	}
	h3#reply-title {
		margin: 18px 0;
	}
	#comments-list #respond {
		margin: 0 0 18px 0;
	}
	#comments-list ul #respond {
		margin: 0;
	}
	#cancel-comment-reply-link {
		font-size: 12px;
		line-height: 18px;
		font-weight: normal;
	}
	#respond .required {
		color:#FF4B33;
		font-weight:bold;
	}
	#respond label {
		color: #888;
		font-size: 12px;
	}
	#respond input {
		margin:0 0 9px 0;
		width:98%;
	}
	#respond textarea {
		width:99%;
	}
	#respond dt,
	#respond dd {
		color: #888;
		font-size: 12px;
		line-height: 18px;
	}
	#respond dd code {
		font-size: 11px;
	}
	#respond .form-submit {
		margin: 0 0 24px;
	}
	#respond .form-submit input {
		width: auto;
	}
	#respond dl {
		margin: 0 0 10px;
	}
	#respond dt {
		 display: inline;
		font-weight: normal;
	}
	#respond dd {
		display: inline;
	}

