/*
Theme Name: TahoeQuarterly
Theme URI: http://TahoeQuarterly.com/mysierra
Description: Ported CMS Made Simple theme from TahoeQuarterly.com
Version: 1.0
Author: Jacob Caudill
Author URI: http://spinink.net

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	width: 835px;
	text-align: left;
  background: #FFF url(images/sidebar.png) repeat-y 500px 0;
}


/*******************
----Custom Styles---
*******************/
.pageTitle { margin-top:10px; font-size: 18px; line-height:24px;}

.alignright { float: right; }
.alignleft { float: left; }

.authBox {
  background: #F1F0ED;
  border:1px dotted #CCC;
  margin: 15px 10px;
  padding: 10px;
}

.authBox img {
  background: #FFF;
  border:1px dotted #CCC;
  padding: 3px;
}
.authBox dl {margin: 4px;}
.authBox dt,.authBox dd {  display:inline;}
.authBox dt {font-weight:bold; color:#006781;}

blockquote {
	font-style: italic;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 90%;
	color: #333;
	margin: 1.5em 30px 1.5em 30px;
	padding: 4px 4px 4px 10px;
	background: #f1f0ed;
	border-left: 2px solid #900;
}

code {
	color: #9A2EFE;
	font-family: Courier, monospace;
}

.entry p {
	margin: 0 15px 0;
 text-indent:40px;
}

.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul, .entry ol {
	margin: 0 0 15px 5px;
}

.entry ul {
	list-style-type: disc;
}

.entry ul.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ul.bg.blue {
	background: #E0ECF8;
}

.entry ol.bg {
	background: #f1f0ed;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.entry ol.bg.blue {
	background: #E0ECF8;
}

.entry li {
	margin: 0 0 5px 0;
}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 5px 0 5px 30px;
}

.entry blockquote.right {
	width: 150px;
	font-style: normal !important;
	font-size: 14px;
	color: #777;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 5px;
	background: #f1f0ed;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	border-left: none;
	border-right: none;
	text-align: center;
	float: right;
}

.entry blockquote.left {
	width: 150px;
	font-style: normal !important;
	font-size: 14px;
	color: #777;
	margin: 0.3em 15px 0.3em 0 !important;
	padding: 5px;
	background: #f1f0ed;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	border-left: none;
	border-right: none;
	text-align: center;
	float: left;
}

.entry blockquote.right p, .entry blockquote.left p {
	margin: 0;
	line-height: 1.4em !important;
}

.archive_head {
	text-align: center;
	font-style: normal;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13px;
	color: #900;
	margin: 25px auto 10px 30px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*******************
---------Post-------
*******************/
.postTitle, .postTitle a {
font-size:16px;
font-weight:bold;
color: #006781;
}

h2.postTitle a:hover {text-decoration:underline; color:#000;}

.entry{
	line-height: 19px;
}

.postinfo{
	font-size: 12px;
	color: #006781;
	padding: 2px 0 10px 0;
  margin-top:5px;
  text-align:right;
  text-transform:lowercase;
  border-top:3px dotted #A1D7E4;
}

.postinfo a{
	color: #727170;
}

.postdate{ color: #727170; }

.entry .postmetadata, p.postmetadata, .entry .postmetadata p {
	font-size: 12px;
	color: #666;
  border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
  text-indent:0;
}

 .entry .postmetadata p.alignright {border-top:0; margin-top:0;}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head{
	font-weight: bold !important;
	font-size: 14px !important;
	text-transform: normal !important;
	letter-spacing: normal !important;
	margin: 0 0 1.8em 10px !important;
	padding: 0.4em 5px !important;
	border-bottom: 1px dotted #CCC;
	background: none;
}


/********************
----Sidebar Styles---
********************/

.leftbar .syndication .rss {
	width: 160px;
	height: 33px;
	position: relative;
	padding-top: 12px;
}

.leftbar .syndication .rss span{
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.leftbar .syndication .rss .sub{
	list-style: none;
}

.leftbar ul, .rightbar ul{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 10px;
}

.leftbar ul li, .rightbar ul li {
	padding: 5px 0 5px 5px;
  padding-bottom:5px;
}

.leftbar ul li h2, .right ul li h2{
	padding: 5px 5px 1px 3px;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	margin: 0 5px 0 0;
	line-height: 18px;
	background: url(images/bullet.gif) no-repeat 0 4px;
	font-size: 11px;
	border-bottom: 1px dotted #CCC;
  padding:4px 5px 4px 16px;
}
.leftbar a:link, a:visited{
	color:#006781;
}


/*******************
----Comment Form---
*******************/

#comment-form{
	background: #f1f0ed;
	margin: 10px 0 0;
	padding: 5px 5px 15px 15px;
  border: 1px dotted #ccc;
}

#comment-form fieldset {border:none; margin:0; padding:0;}

#comment-form ul { margin: 0 0 0 10px; padding:0;}
#comment-form ul li {list-style-type:none; margin: 5px auto 10px;}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 16px;
	padding: 5px 0 5px 10px;
}

.comments-template h2, .comments-template h3 {
	font-size: 14px;
	padding: 8px 0 10px 0;
  color:#006781;
}

ol.commentlist p {
text-indent:0;
}

.commentmetadata{
	color: #727170;
	padding: 5px 0 8px;
}

.commentmetadata strong, .commentmetadata strong a {
	font-size: 13px;
  color:#006781;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #CCC;
}

.comments-template textarea{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px 15px 15px 0;
	background: #FFF;
	border: 1px solid #CCC;
}

.even {
	background: #f1f0ed;
	border: 1px dotted #ccc;
}

.alt {
	background: #FFF;
	border: 2px solid #f1f0ed;
}