/*
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 {
	margin: 0;
	color: #666666;
	padding: 10px;
         font-family: century gothic, futura bk bt, sans-serif;
         font-size: 11px;
	font-weight: normal;
	font-size: x-small;
	line-height: 200%;
         background: url('http://www.cinnamongirlstudio.com/cinnamongirlstudiodesigns/images/bg1.jpg') repeat;
         background-attachment: fixed;
}

      

a
{
	text-decoration: none;
         border: none;
}

img {border:none !important;}

a:link { color: #666; }
a:visited { color: #ddd; }
a:hover { color: #ddd; }
a:active { color: #ddd; }

#top {
        width: 1000px;
        height: 0px;
        padding: 0;
        margin: 0 auto;
        background: #fff;
}

#outer-wrapper {
        width: 1000px;
        margin: 0 auto;
        background: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.container {
        width: 950px;
        margin: 0 auto;
        
}


    

#content {
	float: left;
         padding: 0px 20px 0px 20px;
	width: 613px;
	margin: 0px;
}

#sidebar {
	float: right;
         padding: 0px 20px 0px 20px;
	width: 200px;
}


/* ----- NAVIGATION */

#nav {
	width: 650px;
	height: 22px;
         background-color: transparent;
	position: absolute;
	top: 330px;
	padding-top: 5px;
	font-size: 8pt;
         letter-spacing: 1px;
         font-weight: bold;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	z-index: 99;
}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin-left: 550px;
}

#nav ul li {
	display: inline;
	margin-right: 15px;
         background: transparent;
         border: 0px solid #ccc;
         
}

#nav ul li a {
        color: #ABA6A6;
        text-transform: uppercase;
}

#nav ul li a:hover {
        text-decoration:none;
}

/* ----- HEADER */

#header {
	width: 100%;
	margin: 0;
}

#header h2 {
	color: #999;
	margin-left: 20px;
	font-size: 1.6em;
	font-weight: 100;
	display: inline;
	text-transform: lowercase;
	display: block;
}

#header #blogtitle {
	width: 525px;
	float: left;
	display: block;
}

#header #twitter {
	width: 150px;
	float: right;
	display: block;
	margin-top: 0px;
	padding-right: 22px;
	text-align: right;
}

#header .logo1 {
	background: url(images/twitter1.png) no-repeat top right;
}

#header .logo2 {
	background: url(images/twitter2.png) no-repeat top right;
}

#header #twitter #twitter_update_list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#header #twitter a {
	text-decoration: none;
	color: #666;
}

#header #twitter a:hover {
	text-decoration: underline;
}



/* ----- CONTENT */

.pagetitle {
	font-weight: 100;
	font-size: 2em;
	text-transform: lowercase;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
         color: #666;
}

.post {
	border-bottom: 1px solid #DDD;
	padding:20px 0px 0px 0px;
	margin-bottom: 20px;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post h2 {
	margin: 1px 0 5px 0;
         padding: 1px;
         color: D9EEE7;
         font-family: century gothic, futura bk bt, sans-serif;
         font-size: 15pt;
         font-weight: 100;
         text-align: left;
         margin: 1px 0 5px 0;
         border-bottom: 1px dashed #ddd;
}

.post h2 a {
	color: #666;
	text-decoration: none;
}

.post h2 a:hover {
	color: #444;
	background: none;
}

.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 {
	margin: 0;
	color: #666666;
	background: none;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: x-small;
	line-height: 200%;
}

.post a {
	color: #39F;
         border: none;
}

.post a:hover {
	text-decoration: none;
}

.post .beforemeta, .post .aftermeta {
	margin: 0 0 10px 0;
	border: 0;
         color: #9F9898;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	text-transform: uppercase;
}

.post .aftermeta {
	text-transform: lowercase;
}

.post .aftermeta a {
	color: #888;
	text-decoration: none;
}

.post .aftermeta a:hover {
	text-decoration: underline;
	color: #555;
}

.post img {
        padding: 5px;
}

.post img collage {
        margin: 0px auto;
        padding: 0px;
}

/* ----- COMMENTS */

#commentform {
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
#commentform p {
	color: #333;
	}
	
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 1.4em;
}
	
#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;
	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:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* ----- SIDEBAR */


#sidebar ul {
	list-style: none;
	padding: 0 0 15px 0px;
	margin: 0;
}

#sidebar p {
	line-height: 1.8em;
	font-size: 1.2em;
}

#sidebar a {
         color: #666;
}

#sidebar ul li {
	padding: 0;
	margin: 0 0 30px 0;
}

#sidebar ul li a:hover {
         text-decoration: underline;
         
}

#sidebar ul ul li {
	margin: 5px 0 5px 0;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: x-small;
         font-weight: bold;
	line-height: 200%;
	text-align: left;
	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 {
	margin: 5px 0;
	border: 0;
	color: #9C6E6E;
	font-family: Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left; 
	border-bottom: 1px dashed #DDD;
         padding: 3px 0 5px 0;
}





/* ----- MISC */

.textwidget img {
         padding: 8px 0px 8px 0px;
         text-align: center;
}

.navigation {
	color: #72634C;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 5px 7px;
	background: #fff;
	clear: both;
	height: 17px;
	margin: 5px 0;
}

.navigation a {
	color: #72634C;
	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;
	-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;
	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;}

/* header */
.bg_blue {background: #bfcfd7 url(images/headergradblue.jpg) repeat-x bottom;}
.bg_green {background: #cbe0b4 url(images/headergradgreen.jpg) repeat-x bottom;}
.bg_minim {background: #dfdfdf url(images/headergradgray.jpg) repeat-x bottom;}
.bg_light {background: transparent;}
.bg_pink {background: #ffebf8 url(images/headergradpink.jpg) repeat-x bottom;}

/* search form background */
#sidebar #blurb_bg_blue {background: #9fb3bc;}
#sidebar #blurb_bg_green {background: #9abf88;}
#sidebar #blurb_bg_minim {background: #b3b3b3;}
#sidebar #blurb_bg_light {background: #ffffff;}
#sidebar #blurb_bg_pink {background: #ffdbf7;}

/* search form actual */
#searchform #s_bg_blue {border: 1px solid #FFF;background: #C9D1D4;}
#searchform #s_bg_green {border: 1px solid #FFF;background: #cbe0b4;}
#searchform #s_bg_minim {border: 1px solid #FFF;background: #dfdfdf;}
#searchform #s_bg_light {border: 1px solid #ddd;background: #fbeaea;}
#searchform #s_bg_pink {border: 1px solid #FFF;background: #ffebf8;}

/* ----- FOOTER */

#footer {
	background: transparent;
	clear: both;
	margin: 0;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: x-small;
         font-weight: bold;
	line-height: 200%;
	text-align: left;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #666;
         text-decoration: underline;
}

#footer .container {
	height: 70px;
	background: none;
}

#footer .container #left {
	margin-top: 15px;
	float: left;
}

#footer .container #right {
	float: right;
	margin-right: 80px;
	margin-top: 15px;
         margin-bottom: 10px;
}