/*
Theme Name: Stunning Silence
Theme URI: http://brandonwang.org/wp/stsi/
Description: Clean theme that emits an air of stunning silence. Simple colors, elegant designs, and visual flourishes come together with multiple color schemes, a lengthy options page, Twitter integration in the header, customizable link colors, navigation background editing, custom footer text... all without updating a single line of code. Designed by Brandon Wang.
Author: Brandon Wang
Author URI: http://brandonwang.org/
version: 1.2.6
Tags: white, blue, pink, green, light, two-columns, fixed-width, theme-options, custom-colors
*/

/* ----- BASICS */

body {
	font-family: Arial, Helvetica, sans-serif;
	/* 1 em = 10px, 1.2 em = 12px, so on */
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}



.container {
	width: 900px;
	margin: auto;
}

#content {
	float: left;
	width: 600px;
	margin-top: 70px;
	margin-bottom: 30px;
	padding: 0 20px 0px 10px;
}

#sidebar {
	float: right;
	width: 250px;
	margin-top: 60px;
}

/* ----- NAVIGATION */

#nav {
	width: 100%;
	height: 28px;
	font-size: 1.4em;
	/*background:url(images/nav.png) center no-repeat;*/
	background-color:#666;
	position: fixed;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: none;/* lowercase;*/
	margin: 0;
	color: #666;
	z-index: 99;
	display:inline;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}


#nav #menus {
position:absolute;
padding-top: 10px;
width: 350px;
display: inline;
}


#nav #menus li {
	display:inline;
}
#nav #menus li a {
	display:compact;
	color:#000;
	height:12px;
	text-decoration:none;
	z-index:1;
	padding-right: 10px;
	padding-left: 0px;
	display: inline;
	outline: none;
	/*
	text-shadow: #AAA .5px .5px;*/
}

#nav #menus li a:hover,
#nav #menus li a:active, 
#nav #menus li a.current,
#nav #menus li.current_page_item a, 
#nav #menus li.current-cat a,
#nav #menus li.current_page_item a.home {
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	/*
	text-shadow: #999 .5px .5px;*/
}

#nav #twitter {
	background: url(images/iconTwitter.png) no-repeat;
height: 18px;
	width: 18px;
	position: absolute;
	margin-top: 6px;
	margin-left: 650px;
}
#nav #twitter a {
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	color: #666;
}

#nav #linkedin {
	background: url(images/iconLinkedIn.png) no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	margin-top: 6px;
	margin-left: 680px;
}

#nav #linkedin a {
	display: block;
	width: 100%;
	height: 100%;
}

#nav #rss {
	background: url(images/rss-icon_smaller.png) no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	margin-top: 6px;
	margin-left: 710px;
}

#nav #rss a {
	display: block;
	width: 100%;
	height: 100%;
}


#pagenav {
	width: 100%;
	height: 22px;
	font-size: 1em;
/*	background:url(images/pagenav.png) center no-repeat;*/
	background-color: #000;
	position: fixed;
	top: 28px;
	padding-left: 10px;
	padding-top: 0px;
	text-transform: none;  lowercase;
	color: #AAA;
	z-index: 99;
}


#pagenav #menus{
	display:inline;
	position:absolute;
	width: 100%;
	padding-top: 2px;
}

#pagenav #navigation_global {
	position:absolute;
	width: 600px;
	font-size: 1.1em;
	text-transform: none;  lowercase;
	clear: both;
	height: 20px;
}

#pagenav #navigation_global a {
	color: #BBB;
	text-decoration: none;
}

#pagenav #navigation_global a:hover,
#pagenav #navigation_global a:active {
	text-decoration: underline;
	outline:none;
}

#pagenav #searchform{
	position:absolute;
	height: 18px;
	width: 205px;
	margin-top: 2px;
	margin-left: 325px;
	padding-right: 10px;
	}

#pagenav #searchform .inputfield {
	width: 180px;
	height: 14px;
	padding:0;
}

#pagenav #searchform .button,
#pagenav #searchform .button:active {
	background: url(images/searchbox.png) no-repeat;
	width: 18px;
	height: 18px;
	padding: 0;
	margin: -2px 0;
	border:none;
	float: right;
}


/* ----- HEADER ----- */


/* ----- CONTENT ----- */

.pagetitle {
	font-weight: 100;
	font-size: 2em;
	text-transform: lowercase;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}

.post {
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post h2 {
	font-size: 2em;
	font-weight: 100;
	color: #666;
	padding: 0;
	margin: 0 0 0 0;
}

.post h2 a {
	color: #666;
	text-decoration: none;
/*	border-bottom: 1px dashed #DDD;
	padding: 3px; */
}

.post h2 a:hover {
	color: #FFF;
	border-bottom: 1px solid #000;
	background: #666;
	padding: 0;
	margin: 0;	
}

.post h1 {
	font-size: 3em;
}

.post h3 {
	font-size: 2em;
}

.post h4 {
	font-size: 1.6em;
}

.post h5 {
	font-size: 1.3em;
}

.post h6 {
	font-size: 1em;
}

.post p, .post ul, .post ol {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.post a {
	color: #39F;
	text-decoration:none;
}

.post a:hover,
.post a:active {
	text-decoration: underline;
	outline:none;
}

.post .beforemeta, .post .aftermeta {
	font-size: 1.2em;
	color: #AAA;
	padding: 0;
	margin: 0;
}

.post .aftermeta {
	text-transform: lowercase;
}

.post .aftermeta a {
	color: #888;
	text-decoration: none;
}

.post .aftermeta a:hover,
.post .aftermeta a:active {
	text-decoration: underline;
	color: #555;
	outline:none;
}

/* ----- COMMENTS */

#commentform {
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
#commentform p {
	color: #333;
	}
	
#commentform a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 1.4em;
}

#commentform a:hover,
#commentform a:active {
	color: #666;
	text-decoration:underline;
	border-bottom: 1px dotted #465D71;
	line-height: 1.4em;
	outline:none;
}
	
#commentform h3{
	margin:0;
	padding:0;
	}
	
#comment {
	width: 80%;
	font-size: 1.3em;
	line-height: 1.8em;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 0;
	padding: 5px 5px 5px 0;
	border: 1px solid #C9D1D4;
	}

#comment {
	width: 590px;
}
	
#submit {
	margin:5px 5px 0 0;
	float: right;
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	font-size: 1.3em;
	line-height: 1.8em;
}

ol.commentlist a {color:#666;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #666; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* ----- SIDEBAR */

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom:100px;
}

#sidebar p {
	line-height: 1.8em;
	font-size: 1.2em;
}

#sidebar ul li {
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar ul ul li {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #EEE;
}

#sidebar ul ul ul li {
	padding: 0;
	margin: 0 0 0 10px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #EEE;
	font-size: 0.8em;
	line-height: 1.4em;
}

#sidebar h2 {
	font-weight: 100;
	font-size: 1.8em;
	color: #555;
	text-transform:none;/*: lowercase;*/
	border-bottom: 1px solid #DDD;
}

#sidebar a {
	color: #555;
	text-decoration: none;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: underline;
	outline:none;
}

/* ----- MISC */

/*.navigation {
position:fixed;
	top:30px;
	color: #888;
	width: 700px;
	font-size: 1.1em;
	text-transform: lowercase;
	padding-left:auto;
	clear: both;
	height: 20px;
	margin-left:auto;
	
	color: #888;
	font-size: 1em;
	text-transform: lowercase;
	padding: 5px 7px;
	background: #DDD;
	clear: both;
	height: 17px;
	margin: 35px 0;
	
}

.navigation a {
	color: #888;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}
*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px 0;
	margin: 0;
}

.boldlink {
	font-weight: bold;
	color: #888;
}
/* ----- COLOR SCHEMES */

/* first of all */
#sidebar .blurb {width: 190px;padding: 0 5px 5px 5px;}
/*#searchform input {width: 180px;padding:4px;}/

/* search form actual */
#searchform #s_bg_blue {border: 0px;background: #FFFFFF;}

/* ----- FOOTER */

#footer {
	background: #666;
	clear: both;
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 0;
	bottom: 0;
	font-size: 1.2em;
}

#footer a {
	color: #FFF;
}

#footer a:active {
	color: #FFF;
	outline:none;
}

#footer .container {
	height: 50px;
	background-color: #666;
}

#footer .container #left {
	margin-top: 15px;
	float: left;
}

#footer .container #right {
	float: right;
	margin-right: 100px;
	margin-top: 15px;
}