/*
Theme Name: Almost Daily Theme
Theme URI: http://almostdaily.sigmadog.com
Description: Blogging theme for SIGMA
Version: 1.0
Author: Steve Merryman
Author URI: http://www.sigmadog.com/
A CSS based, clean, two column blog theme
*/


body {
	background-color: #E6E8D9;
	margin-top: 0;
}

#contentWrapper {
	width: 880px;
	margin: 0 auto;
	background-image: url(images/bkgd.png);
	background-repeat: repeat;
}

#headerWrapper {
	width: 880px;
	height: 206px;
	background-image: url(images/head_bkgd.png);
	background-repeat: no-repeat;
}

#headerContent {
	width: 800px;
	margin: 0 40px;
	padding-top: 30px;
}

#blogContentWrapper {
	width: 539px;
	float: left;
	margin-left: 50px;
	display: inline;
}

.post {
}

#sidebar {
	width: 261px;
	margin: 0;
	padding: 0;
	float: right;
}

#bottomContentWrapper {
	width: 880px;
	clear: both;
}

#bottomContent {
}

#footerWrapper {
	margin: 0 auto;
	width: 880px;
	height: 150px;
	background-image: url(images/footer_bkgd.png);
	background-repeat: no-repeat;
}

#footerContent {
	padding-top: 100px;
}

#titleContent {
	width: 450px;
	height: auto;
	float: left;
}

.blogname {

}

.description {

}

#logoWrapper {
	float: right;	
}

/* Typographic Controls */

#headerContent h1.blogname {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	color: #333;
}

.post {
	margin-top: 4px;
	margin-bottom: 30px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C96;
}

.post h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 4px;
	color: #330;
}

.post h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 4px;
}

.post h2 a:link {
	text-decoration: none;
	color: #333;
}

.post h2 a:visited {
	text-decoration: none;
	color: #333;
}

.post h2 a:hover {
	text-decoration: underline;
	color: #600; 
}

.post h1 {
	font-size: 24px;
}

.post h2 {
	font-size: 22px;
}

.post h3 {
	font-size: 20px;
}

.post h4 {
	font-size: 18px;
}

.post h5 {
	font-size: 16px;
	font-weight: bold;
}

.post h6 {
	font-size: 14px;
	font-weight: bold;
}

.post p {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	color: #6A5245;
}

.post ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6A5245;
	margin-top: 8px;
}

.post p.postmetadata {
	display: block;
	font-size: 10px;
	border-top: 1px solid #C96;
	margin-top: 20px;
	padding-top: 5px;
}

.post small {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E745C;
	margin-bottom: 4px;
}

.post a:link {
	color: #600;
}

.post a:visited {
	color: #666;
}

.post a:hover,a:active {
	color: #930;
}

.post blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #8E745C;
	margin: 20px 20px 20px 30px;
	padding: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D2C595;
	background-color: #E6E8D9;
}


/* ---------- SIDEBAR TYPOGRAPHIC STYLES ---------------*/

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 30px;
}

#sidebar ul ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 30px;
}

#sidebar ul ul li {
	font-size: 12px;
	font-weight: normal;
}

#sidebar ul h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #776E61;
	margin-top: 10px;
}

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

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

#sidebar a:hover {
	text-decoration: underline;
	color: #900;
}

#sidebar h1,h2,h3,h4,h5,h6 {
	margin-left: 0;
}

#sidebar h1 {
	font-size: 17px;
	font-weight: bold;
	color: #695C50;
}

#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	color: #695C50;
}

#sidebar h3 {
	font-size: 14px;
	font-weight: bold;
	color: #695C50;
}

#sidebar h4 {
	font-size: 14px;
	font-weight: bold;
	color: #695C50;
}

#sidebar h5 {
	font-size: 14px;
	font-weight: bold;
	color: #695C50;
}

#sidebar h6 {
	font-size: 14px;
	font-weight: bold;
	color: #695C50;	
}

#sidebar p {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #64574D;
}

#bottomContent img.dogpaw {
	margin: 0 0 10px 720px;
}

#footerContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}

/*  COMMENT PAGE STYLES  */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.navigation a:link {
	color: #600;
}

.navigation a:visited {
	color: #666;
}

.navigation a:hover,a:active {
	color: #930;
}

#respond {
	font-family: Arial, Helvetica, sans-serif;
}

#respond p {
	font-size: 12px;
}

#respond a:link {
	color: #600;
}

#respond a:visited {
	color: #666;
}

#respond a:hover,a:active {
	color: #930;
}

ol.commentlist {
	font-family: Arial, Helvetica, sans-serif;
	color: #715D4B;
	font-size: 12px;
}

ol.commentlist li.comment {
	margin-top: 10px;
	border-bottom: 1px solid #715D4B;
}

ol.commentlist p {
	font-size: 13px;
}

ol.commentlist a:link {
	color: #600;
}

ol.commentlist a:visited {
	color: #666;
}

ol.commentlist a:hover,a:active {
	color: #930;
}

.comment-meta {
	font-size: 10px;
}