/*
Theme Name: Synapse
Theme URI: http://synapse.neural9.com/
Description: This theme was created secifically for Synapse, the official Neural 9 Blog.
Version: 0.1
Author: Mark Branly
Author URI: http://neural9.com/
Tags: aqua, fixed width, two columns, widgets

	Synapse v0.1
	 http://synapse.neural9.com

	This theme was designed and built by Mark Branly

*/

/*
 * /---------------RESET-------------------/
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {content:'';}
abbr,acronym { border:0;}

/*
 * /---------------BEGIN STYLES-------------------/
 */
body{
	background: #222;
	text-align: center;
	font: normal 75% Helvetica, Arial, sans-serif;
	color: #333;
}
a{
	outline: none;
	color: #09F;
	text-decoration: none;
}
a:hover{
	color: #06C;
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
blockquote{
	margin: 20px 30px;
	padding: 3px 5px;
	font-family: "Georgia","Times New Roman", Times, serif;
	font-style: italic;
}
code{
	margin: 10px 10px 20px;
	font-family: "Courier New", Courier, monospace;
	overflow: scroll;
}
pre{
	margin: 10px 10px 20px;
	font-family: "Courier New", Courier, monospace;
}
/*
 * LAYOUT
 */
#container{
	margin: 0 auto;
	width: 960px;
	min-height: 1000px;
	border-left: solid 1px #777;
	border-right: solid 1px #777;
	text-align: left;
	background: #FFF;
}
#header{
	padding-top: 118px;
	position: relative;
}
#content{
	clear: both;
	float: left;
	padding: 15px 15px;
}
#content #main-content{
	float: left;
	width: 627px;
	min-height: 600px;
	margin-right: 15px;
	padding: 30px 30px;
}
#content #sidebar{
	float: right;
	width: 164px;
	margin: 30px 0 0;
	padding: 0 0 0 40px;
	border-left: solid 1px #CCC;
}
#footer{
	clear: both;
	min-height: 334px;
	border-top: solid 1px #777;
	background: #5C5C5C url(images/footer-bg.jpg) repeat-x;
}
/*
 * HEADER
 */

#header h1{
	position: absolute;
	left: 30px;
	top: 10px;
	width: 202px;
	height: 100px;
	background: url(images/synapse-logo.png) no-repeat;
	text-indent: -9999px;
}
#header h2{
	position: absolute;
	left: 300px;
	top: 40px;
	width: 320px;
	text-align: center;
	color: #4e4e4e;
	font-size: 140%;
	font-weight: bold;
}
#header #Neural9-logo{
	position: absolute;
	top: 45px;
	right: 30px;
}
#header .actions{
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 5px 30px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	background: url(images/nav-bg.png) repeat-x;
}
#header .actions .menu{
	float: left;
	margin-left: -7px;
}
#header .actions .menu li{
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}
#header .actions .menu li a{
	display: block;
	float: left;
	padding: 6px 7px 4px;
	color: #333;
	text-transform: uppercase;
	font-size: 120%;
	border: solid 1px transparent;
}
#header .actions .menu li a:hover{
	color: #CCC;
	background: #555;
	text-decoration: none;
	border-color: #333;
}
#header .actions #search{
	float: right;
}
#header .actions #search #s{
	width: 200px;
	padding: 4px 5px;
	background: #EEE;
	border: solid 1px #777;
	font-size: 125%;
	color: #555;
}
#header .actions #search #searchsubmit{
	padding: 4px 7px 3px;
	border: solid 1px transparent;
	background: none;
	color: #333;
	font-size: 120%;
	text-transform: uppercase;
}
#header .actions #search #searchsubmit:hover{
	color: #CCC;
	background: #555;
	border-color: #333;
	cursor: pointer;
}
/*
 * CONTENT
 */
#main-content h1{
	margin: 30px 0 15px;
	font-size: 230%;
}
#main-content h1 a{
	color: #333;
}
#main-content h1 a:hover{
	color: #004d80;
}
#main-content h2{
	margin: 30px 0 15px;
	font-size: 210%;
	color: #999;
}
#main-content h3{
	margin: 30px 0 15px;
	font-size: 180%;
}
#main-content h4{
	margin: 10px 0 5px;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}
#main-content h5{
	margin: 10px 0 5px;
	font-size: 140%;
	font-weight: bold;
}
#main-content h6{
	margin: 10px 0 5px;
	font-size: 130%;
	font-weight: bold;
}
#main-content h7{
	margin: 10px 0 5px;
	font-size: 120%;
	font-weight: bold;
}
#main-content p{
	margin: 1em 0 1.5em;
	line-height: 1.4em;
	color: #444;
	font-size: 120%;
}
/*
 * POST
 */
.post{
	padding: 0 30px 0 0;
	margin: 0 0 100px 0;
	clear: both;
}
.post .attribution{
	float: left;
	width: 100%;
	margin: 10px 0 30px;
	color: #999;
	line-height: 1.4em;
}
.post .attribution a{
}
.post .attribution a:hover{
	color: #900;
}
.post .attribution .date{
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
	border: solid 1px #BBB;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
}
.post .attribution .date .month{
	display: block;
	background: #B22;
	color: #FFF;
	font-size: 90%;
	text-transform: uppercase;
}
.post .attribution .date .day{
	display: block;
	color: #333;
	font: bold 130% "Arial Black", arial, helvetica, sans-serif;
}
.post .attribution .date .year{
	font-size: 90%;
	color: #555;
}
.post .attribution .author{
	font-size: 140%;
	font-style: normal;
	margin: 8px 0 5px;
}
.post .attribution .category{
	font-size: 140%;
}
.post .entry{
	clear: both;
}
.post p.wp-caption-text{
	text-align: center;
	color: #999 !important;
	font-size: 100% !important;
	font-style: italic;
}
.post .postmetadata{
	margin-top: 30px;
	padding: 8px 0;
	border-top: dotted 1px #CCC;
}
.post .postmetadata span.edit a{
	display: inline-block;
}
.post .postmetadata span.comments,
.post .postmetadata span.tags{
	margin: 0 20px 0 0;
}
.post .postmetadata span.comments img,
.post .postmetadata span.tags img{
	margin: 0 8px -4px 0;
}
/*
 * RESULTS (search, tags, topics, archives)
 */
div.results .post{
	margin-bottom: 50px;
}
div.results .post small.date{
	font-size: 100%;
	color: #999;
}
div.results .post .postmetadata{
	margin-top: 0;
	border-top: none;
}
div.results .post .postmetadata span{
	margin-right: 15px;
}
/*
 * NAVIGATION
 */
div.navigation{
	float: left;
	width: 100%;
	min-height: 10px;
	margin: 0 0 30px 0;
	padding: 8px 0;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
div.navigation div.previous{
	float: left;
	width: 49%;
}
div.navigation div.next{
	float: right;
	width: 49%;
	text-align: right;
}
/*
 * COMMENTS
 */
ol.commentlist{
	padding: 10px 0 20px 70px;
}
ol.commentlist li{
	margin: 50px 0 50px;
	padding: 10px;
	list-style-type: decimal-leading-zero;
	font-size: 400%;
	color: #CCC;
	background: #EEE;
}
ol.commentlist li.bypostauthor{
	background: #E5F6FF;
}
ol.commentlist li div{
	font-size: 25%;
	color: #555;
}
ol.commentlist li div.vcard{
	font-size: 150%;
	padding: 0 0 10px;
}
ol.commentlist li div.vcard img{
	margin-bottom: -8px;
}
ol.commentlist li div.comment-meta{
	margin: -15px 0 25px;
	font-size: 100%;
	text-align: right;
}
ol.commentlist li div.reply{
	font-size: 100%;
}
ol.commentlist li ul li{
	margin: 25px 0 20px;
	list-style-type: none;
	font-size: 100%;
}
/*
 * FORMS
 */
input[type=text],
textarea,
select{
	padding: 3px 5px;
	font-size: 110%;
	color: #555;
	border: solid 1px #CCC;
	background: #F0F0F0;
}
label{
	font-size: 110%;
	font-weight: bold;
	padding: 0 5px;
}
input[type=submit],
input[type=reset],
input[type=button]{
	padding: 3px 5px;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #09F;
	border: solid 1px #06C;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover{
	color: #FFF;
	background: #06C;
	border: solid 1px #039;
}
/*
 * SIDEBAR
 */
#sidebar #browsing-indicator{
	padding: 0 0 30px 0;
	font-size: 90%;
}
#sidebar h2{
	color: #777;
	font-size: 200%;
	font-family: "Arial Narrow",Arial,sans-serif;
	text-transform: uppercase;
	margin: 0 0 0.5em;
}
#sidebar ul{
	padding: 0 0 40px 15px;
}
#sidebar ul li{
	list-style-type: square;
	margin-bottom: 5px;
}
#sidebar ul li a{
	padding: 3px 1px 2px;
	font-size: 95%;
	text-transform: uppercase;
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
}
#sidebar ul li a:hover{
	text-decoration: none;
	border-color: #CEF;
	background: #E5F6FF;
}
#sidebar #subscription-link{
	margin: 20px 0 40px;
}
#sidebar #subscription-link img{
	position: relative;
	top: 3px;
	padding-right: 3px;
}
#sidebar #subscription-link a{
	text-transform: uppercase;
}
#sidebar #subscription-link a:hover{
	text-decoration: none;
}
#sidebar #presenter{
	font-size: 75%;
	text-transform: lowercase;
	margin: 30px 0 20px;
}
#sidebar #presenter .label{
	display: block;
	padding: 0 0 0.5em 40px;
}
/*
 * FOOTER
 */
#footer .recent-posts,
#footer .recent-comments,
#footer .popular{
	float: left;
	width: 260px;
	padding: 30px 30px 20px;
}
#footer h2{
	margin: 0 0 0.5em;
	color: #777;
	font-size: 220%;
	font-family: "Arial Narrow",Arial, sans-serif;
	text-transform: uppercase;
}
#footer h2 img{
	margin-left: 3px;
}
#footer ul{
	padding: 10px 0 30px 15px;
}
#footer ul li{
	list-style-type: square;
	margin-bottom: 15px;
	color: #222;
	font-size: 115%;
}
#footer ul li a{
	color: #CCC;
}
#footer ul li a:hover{
	color: #09F;
}
#footer .attribution{
	clear: left;
	margin: 0 15px;
	padding: 10px 0;
	color: #FFF;
	font: normal 90% Helvetica, Arial, sans-serif;
}
#footer .attribution .copyright-notice{
	float: left;
	padding-right: 10px;
}
#footer .attribution a{
	color: #FFF;
	font-weight: bold;
}
/*
 * COMMON UI
 */
.hidden{
	display: none;
}
/*
 * TABLES
 */
table{
	margin: 20px 0 30px;
}
table caption{
	margin-top: 10px;
	padding: 20px 0 0;
	font-size: 140%;
}
table thead th{
	padding: 5px 8px;
	font-size: 120%;
	text-align: center;

}
table thead th:first-child,
table thead th.first{
	text-align: left;
}
table tbody td{
	padding: 5px 8px;
	text-align: center;
}
table tbody td:first-child,
table tbody td.first{
	text-align: left;
}
table tbody tr.odd-row{
	background-color: inherit;
}
table tbody tr.even-row{
	background-color: #F0F0F0;
}

/*
 * TABLE.COMPARISON-CHART
 */
table.comparison-chart thead tr th{
	border-bottom: solid 2px #333;
}
table.comparison-chart tbody tr td{
	padding: 15px 5px;
	border-bottom: solid 1px #999;
}
table.comparison-chart tbody td:first-child,
table.comparison-chart tbody td.first{
	font-weight: bold;
}
table.comparison-chart .benefit{
	color: #393;
}
table.comparison-chart .drawback{
	color: #C00;
}
table.comparison-chart .neutral{
}
table.comparison-chart tbody td small.caveat{
	display: block;
}
/*
 * CSS-FRAMEWORK-COMPARISON-CHART
 */
#css-framework-comparison-chart tbody{
	border: solid 1px #DDD;
}
#css-framework-comparison-chart tbody tr td{
 	width: 20%;
}
#css-framework-comparison-chart tbody tr td:first-child,
#css-framework-comparison-chart tbody tr td.first{
 	width: 40%;
}