@charset "UTF-8";
/*
GLOBAL STYLESHEET
This should be included through the theme's stylesheet, or
at the beginning of every other template-specific stylesheet
*/

/* ... outside-in, top-to-bottom ... */

/* BODY */
body {
	margin: 0;
	background: #fbf3e8;
	color: #9d9181;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	color: #9d9181;
}

/* 
USER GENERATED MARKUP
.article hr {
	border:0 #ccc solid;border-top-width:1px;clear:both;height:0
}
.article h1 {
	font-size:2em;
}
.article h2 {
	font-size:1.75em;
}
.article h3 {
	font-size:1.5em;
}
.article h4 {
	font-size:1.25em;
}
.article h5 {
	font-size:1em;
}
.article h6 {
	font-size:1em;
}
.article ol {
	list-style:decimal
}
.article ul {
	list-style:disc
}
.article li {
	margin-left:20px
}
.article p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:1em;
}
.article .alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.article .alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.article .aligncenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.article .alignnone {
}


*/

/* COBWEBS */
body.stale {
	background-image: url(../images/cobweb-right.png);
	background-repeat: no-repeat;
	background-position: 102% top;
}

/* PAGE */
#page-margins {
	padding-bottom: 80px;
}
#page {
	position: relative;
	/*background: url('../images/grid-bg.gif') repeat-y left top;*/
}
#main {
}

/* HEADER */
#header {
	height: 150px;
	overflow: hidden;
}
#nav-top {
	display: none;
}
#blog-title {
	padding: 30px 0 0 20px;
}
#blog-title a {
	width: 631px;
	height: 73px;
	background: url('../images/title-bg.gif') no-repeat left top;
}
#blog-description {
	display: none;
}


/* NAVIGATION */
#nav {
	position: absolute;
	width: 200px;
	height: 150px;
	right: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
#nav-main {
	padding-top: 26px;
	text-align: right;
	text-transform: uppercase;
	list-style-type: none;
}
#nav-main li {
	clear: both;
	float: right;
}
#nav-main a {
	display: block;
	padding: 4px 3px 2px;
	color: #6b6256;
	text-decoration: none;
}
#nav-main a:hover {
	background: #6b6256;
	color: #fbf3e8;
}
#nav-main .current_page_item a {
	color: #9d9181;
}
#nav-main .current_page_item a:hover {
	background: #6b6256;
	color: #fbf3e8;
}


/* COLUMNS AND BOXES */
.box {
	padding: 0 10px 0 20px;
	background: none;
}


/* CONTENT */
#content {
	padding-bottom: 20px;
}
.collection-title {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #9d9181;
	color: #9d9181;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.collection-title a {
	color: #9d9181;
}
.collection-title strong {
	color: #6b6256;
}
.post {
	margin-bottom: 20px;
}
li.post {
	margin-bottom: 0px;
}
.post .entry-image {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	border: 10px solid #fff;
}
.post .entry-image .post-image {
	position: relative;
	left: -1px;
}
.entry-title {
	margin-bottom: 15px;
	color: #d23d0b;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
}
.entry-title a {
	padding: 2px 0;
	color: #d23d0b;
	text-decoration: none;
}
.entry-title a:hover {
	background: #d23d0b;
	color: #fbf3e8;
}
.entry-subtitle {
	display: block;
	color: #6b6256;
	font-size: 20px;
	line-height: 24px;
}
.entry-date {
	margin-bottom: 30px;
}
.entry-content img {
	float: none;
}
.entry-content img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.entry-content img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
button, a.button, .button a {
	border: 0;
	padding: 10px;
	text-transform: uppercase;
}


/* COMMENTS */
#comments {
	padding: 20px;
	background: #cbc2b7;
	color: #6b6256;
}
#comments h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}


/* this is to simplify the list of older headlines on the home page
   but will also be used for sidebar link collections */
.collection ul {
	margin: 0;
}
.collection ul .entry-title {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
.collection ul .entry-title a {
	padding: 4px 4px 2px;
}
.collection ul h3 img {
	position: relative;
	top: 3px;
}

/* ATTACHMENT VARIATION */
p.attachment {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	text-align: center;
}
p.attachment img {
	float: none;
}

/* SIDEBAR & WIDGETS */
.sidebar {
}
.sidebar .box {
	padding: 0 20px 0 0;
}
.sidebar h3 {
	border-bottom: 1px solid #9d9181;
	color: #6B6256;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar h3 a {
	color: #6B6256;
}
.sidebar ul {
	margin: 0;
	list-style-type: none;
}
.widget {
	margin-bottom: 30px;
}


/* THUMBNAIL GALLERY */
.bigbig_thumbgal {
}
.bigbig_thumbgal .thumbnail {
}
.bigbig_thumbgal .i1of3 {
}
.bigbig_thumbgal .caption {
}


/* FOOTER */
#footer {
	margin: 20px;
	color: #6B6256;
}
#footer a {
	color: #6B6256;
}
#footer .meta-sep {
	padding: 0 6px;
}


/* CONTACT FORM */
.cform ol.cf-ol li {
	margin-left: 0 !important;
}
.failure {
	padding: 10px;
	background: #D23D0B;
	color: #fff;
}
.cform br {
	display: none;
}
.cf_hidden {
	display: none;
}
.cform p {
	display: none;
}
.cform p.cf-sb {
	display: block;
}
.cform input.sendbutton {
	background: #CBC2B7 !important;
}
#ll {
	display: none;
}

