/* Begin Typography & Colors */

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: .75em;
	}

.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-size: 1em;
	font-weight: normal;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: .9em '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 */
.widecolumn {
	padding: 38px;
	width: 664px;
	}

.widecolumn .post {
	margin: 0;
	}
.sociable_tagline {
	font-size: .8em;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 25px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */


/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* 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 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;
	}

/* End Entry Lists */



/* Begin Form Elements */
#sidebar #searchform #s {
	width: 98px;
	}

#sidebar #searchsubmit {
	margin-left: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0 0 0 10px;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
	
.navigation {
	font-size: .7em;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/******************************************** Cypher Design **************************************************************/
/**************** Body and tag styles ****************/
* {margin: 0;}
body, h1, h2, h3, h4, h5, h6, p, blockquote, label, fieldset, ul, ol, dl, li, object, table, th, tr, td, hr {padding: 0;}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #797673; background: #BBBAB9 url(images/main/page-bg.gif) no-repeat center top;
}
img {
	border: none;
	vertical-align: bottom;
}
h1 {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: .8em;
	color: #1F1A16;
}
h2 {
	font: normal .95em "Arial Black", Arial, Helvetica, sans-serif;
	color: #1F1A16;
	margin-bottom: 1.2em;
}
h3 {
	font-weight: normal;
	font-size: .75em;
}
h4 {
	color: #1F1A16;
	font-size: .8em;
	margin-bottom: .8em;
}
p, ul, ol {
	font-size: .7em;
	margin-bottom: 1em;
}
ul, ol {margin-left: 2em;
}
a {text-decoration: underline;}
a:link {color: #797673;}
a:visited {color: #797673;}
a:hover {color: #F7CD36; text-decoration: none;}
a:active {color: #F7CD36; text-decoration: none;
}
/**************** Container styles ****************/
#page {
	width: 748px;
	margin: 0 auto;
	padding-top: 10px;
}
#mainwrapper {
	width: 744px;
	float: left;
	padding-left: 4px;
	background: url(images/main/content-bg.png) repeat-y left top;	
}
/**************** Header styles ****************/
#header {
	background: url(images/main/main-header.gif) no-repeat left top;
	width: 740px;
	height: 123px;
}
/**************** Navigation styles ****************/
#navbar {
	background-color: #F7CD36;
	width: 740px;
	float: left;
	padding: .3em 0;
}
#navbar ul {
	margin-left: 38px;
	list-style: none;
	float: left;
	margin-bottom: 0;
	font-size: .7em;
	display: inline;
}
#navbar li {
	float: left;
	font-weight: bold;
	margin-right: .8em;
	padding-right: .8em;
	border-right: 1px solid #fff;
	line-height: 1;
}
#navbar a {text-decoration: none;}
#navbar a:link, #navbar a:visited {color: #fff;}
#navbar a:hover, #navbar a:active {color: #1F1A16;
}
#navbar li.lastlistitem {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
/**************** Content styles ****************/
#maincontent {
	float: left;
	width: 702px;
	padding: 20px 0 0 38px;
}
#topsection {
	float: left;
	width: 680px;
	border-bottom: 1px dashed #999;
	margin-bottom: 1em;
}
#blogwrapper {
	float: left;
	width: 100%;
	background: url(images/main/rightcolumn-bg.gif) repeat-y right top;
}
.post img {
	border: 1px solid #eee;
}
.post {
	border-bottom: 1px dashed #999;
	margin-bottom: 1em;
}
.narrowcolumn {
	float: left;
	width: 450px;
}
#sidebar {
	float: left;
	width: 175px;
	margin-left: 37px;
	padding: 20px;
	display: inline;
}
#sidebar p {
	font-size: .65em;
	color: #797673;
}
#sidebar li {
	list-style: none;
	font-size: 1.15em;
}
#sidebar li li {
	background: url(images/main/list-arrow.gif) no-repeat left 2px;
	padding-left: 1em;
	margin-bottom: .3em;
	margin-left: 2px;
}
#sidebar li.searchlist li {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
#sidebar ul {
	margin: 0;
	border-bottom: 1px dashed #999;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
#sidebar ul.outerlist {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#sidebar ul a:link, #sidebar ul a:visited {color: #797673; text-decoration: none;}
#sidebar ul a:hover, #sidebar ul a:active {color: #F7CD36; text-decoration: underline;
}
#sidebar h2 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #1F1A16;
	margin: 0 0 .8em;
}
.post h2 a:link, .post h2 a:visited {
	text-decoration: none;
	color: #1F1A16;
}
.post h2 a:hover, .post h2 a:active {
	text-decoration: underline;
	color: #F7CD36;
}
.widecolumn p.postmetadata {
	font-size: .9em;
} 
.widecolumn h3 {
	margin: 1.2em 0 0 0;
	font-weight: bold;
	color: #1F1A16;
}
ol.commentlist {
	margin-left: 0;
}
#respond h3 {
	font-weight: bold;
}
#commentform small {
	font-size: .9em;
}
.narrowcolumn h2 a:link, .narrowcolumn h2 a:visited {color: #1F1A16; text-decoration: none;}
.narrowcolumn h2 a:hover, .narrowcolumn h2 a:active {color: #F7CD36; text-decoration: underline;
}
/**************** Footer styles ****************/
#footer {
	float: left;
	width: 740px;
	text-align: center;
	border-top: 1px solid #eee;
	padding: .8em 0 .4em;
}
/**************** Misc classes and styles ****************/
.imgleft {float: left; margin: 0 1.2em .5em 0;}
.imgright {float: right; margin: 0 0 .5em 1.2em;}
.boldtext {font-weight: bold;}
.italictext {font-style: italic;}
.arialblacktext {font-family: "Arial Black", Arial, Helvetica, sans-serif;}
.clear {clear: both;}
