/*
Theme name: ChocoTheme
Theme URI: http://cssmayo.com/freebies/free-wordpress-themes/chocotheme/
Description: Stylish WordPress theme with two columns, right-sidebar. 3 color schemes availible. Theme options panel for background and navigation configuration.
Author: CSSMayo
Author URI: http://cssmayo.com/
Version: 0.10
Tags: theme-options, custom-colors, two-columns, dark, brown
*/

* { padding: 0; margin: 0; outline: 0; }
body {
    font-size: 12px;
    line-height: 1.4;
    font-family: Arial, "Trebuchet MS", Sans-Serif;
    color: #444;	
	background: #3a2820;
    text-align: left;
	/* Much of this seems to be affected by the functions.php, which is changed with the editor */
	}

/* ================================================================ */
/* The following has been added after the theme was added/activated */
p { text-align: justify; }

.TimesItalic { font-family: Times, Serif; font-style: italic; font-size: 110%; }
.ModText { font-family: "Century Gothic", "Apple Gothic", Sans-Serif; font-size: 1em; }
.hidetext {display: none; }
.smallCaps { font-size: .9em; }
.smallCapsb { font-size: .9em; font-weight: bold; }
.smallCapsi { font-size: .9em; font-style: italic; }
.smallCapsu { font-size: .9em; text-decoration: underline; }
.footNote {
	font-size: 80%;
	font-weight; bold;
	vertical-align: top;
	}
p.cited {
	margin:-.5em 2em 1.2em 0 !important;
	}
.noindent, .noindent p, .rbox p, .cbox p {
	text-indent: 0 !important;
	}
.rbox {
	background-color: #e9ffff;
	border:1px solid #D1FAF6;
	font-size:.9em;
	padding:5px 10px;
	width:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
.highlight { background-color:#FFC; }
blockquote {
	background: url('images/quote.png') no-repeat top left;
	background-position: 1px 2px;
	margin: 15px 25px 15px 25px;
	/* border-left: 2px solid #612614; */
	border-right: 4px solid #612614;
    /* border-top: 1px dashed #603913;    */
    /* border-right: 1px dashed #603913;  */
    /* border-bottom: 1px dashed #603913; */
    /* border-left: 1px dashed #603913;   */
	font-size: 0.92em;
	font-style:normal;
	color: #533419;
	padding:5px;
	padding-left: 75px;
	padding-right: 15px;
	background-color:#ffd; 
	}
.PaperCream {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-cream.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #ba7;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.PaperWhite {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-white.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #e4ebef;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.PaperLavendar {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-lavendar.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #dad;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.PaperBlue {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-blue.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #bdf;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.PaperGreen {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-green.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #9b9;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.PaperPink {
	background: url('http://www.quipsnquills.com/n1spirit/images/bkg-3-hole-paper-pink.gif') no-repeat top left;
	background-position: 0 0;
	margin: 15px 25px 15px 25px;
	border: 1px solid #fcd;
	font-size: 0.92em;
	font-style:normal;
	color: #000;
	padding: 10px 25px 5px 75px;
	background-color:#fff; 
	}
.boxed {
	margin: 15px 10px 15px 10px;
	/* border: 1px dashed #e3e4e4; */
    /* border: 1px solid #3D0011; */
    border-top: 1px solid #3D0011;
    border-right: 2px solid #3D0011;
    border-bottom: 3px solid #3D0011;
    border-left: 1px solid #3D0011;
	padding: 5px 10px 5px 10px;
	}
.quotes {
	margin-left: 45px;
	margin-right: 45px;
	/* border: 1px dashed #e3e4e4; */
    /* border: 1px solid #434343; */
	font: "Times New Roman", Times, serif;
	font-style: italic;
	/* font-size: 14px; */
	}
.note {
	font-style: italic;
	font-size: .95em;
	text-align: justify;
	}
.msgarea {
	background: url('images/michael-tiny-rt.png') no-repeat bottom right;
	/*	background-position: 1px 5px; */
	}
.regards {
	background: url('images/michael-tiny-rt.png') no-repeat bottom right;
	padding-bottom: 40px;
	}
.hr60 {
	border-bottom: 1px solid #3D0011;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 15px;
	margin-top: 15px;
	}
.hr100 {
	border-bottom: 1px solid #3D0011;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-top: 15px;
	}
.mythots { 
/*	Code as follows on blog: <p class="mythots"> */
	background: transparent url('../images/hr-mythots.png') no-repeat top left; 
	height: 70px; 
	width: 500px;
	border: none;
	margin-bottom: -30px;
	}
.hr-birds { 
/*	Code as follows on blog: <p class="mythots"> */
	background: transparent url('../images/hr-birds1.gif') no-repeat top left; 
	height: 47px; 
	width: 500px;
	border: none;
	margin-bottom: -30px;
	}
p.first:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 16px;
}
p.first:first-line {
	font-weight: bold;
	font-style: normal;
	vertical-align: baseline;
	line-height: 16px;
	}
.post .entry .postSidebar {
	margin: 2px 6px;
	padding: 16px 10px 0 10px;
	border: 1px solid #9af;
	background-color: #cff;
	}
.post .entry .postRelated {
	padding: 18px 0 0 12px;
	border-left: 2px solid #533419;
	background: #fcf9e6 url(http://www.quipsnquills.com/n1spirit/images/tiling/til-semi.gif) repeat-x 5px 0;
	}
#postRelatedBLUE {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #36c url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedBLUE.png) repeat-x 0 0;
	}
#postRelatedBLUE h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedBLUE p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #006;
	}
#postRelatedBLUE a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#postRelatedBLUE a:hover {
	color: #fff;
	background-color: #000066;
	}
#postRelatedVIOLET {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #722149 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedVIOLET.png) repeat-x 0 0;
	}
#postRelatedVIOLET h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedVIOLET p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #722149;
	}
#postRelatedVIOLET a {
	font-weight: normal;
	color: white;
	text-decoration: none;
	}
#postRelatedVIOLET a:hover {
	color: #fff;
	background-color: #990066;
	}
#postRelatedTEAL {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #033 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedTEAL.png) repeat-x 0 0;
	}
#postRelatedTEAL h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedTEAL p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #033;
	}
#postRelatedTEAL a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#postRelatedTEAL a:hover {
	color: #fff;
	background-color: #006666;
	}
#postRelatedORANGE {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #930 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedORANGE.png) repeat-x 0 0;
	}
#postRelatedORANGE h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedORANGE p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #930;
	}
#postRelatedORANGE a {
	font-weight: normal;
	color: red;
	text-decoration: none;
	}
#postRelatedORANGE a:hover {
	color: #fff;
	background-color: #FF3300;
	}
#postRelatedBROWN {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #630 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedBROWN.png) repeat-x 0 0;
	}
#postRelatedBROWN h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedBROWN p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #630;
	}
#postRelatedBROWN a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#postRelatedBROWN a:hover {
	color: #fff;
	background-color: #663333;
	}
#postRelatedGREEN {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #030 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedGREEN.png) repeat-x 0 0;
	}
#postRelatedGREEN h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedGREEN p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #030;
	}
#postRelatedGREEN a {
	font-weight: normal;
	color: red;
	text-decoration: none;
	}
#postRelatedGREEN a:hover {
	color: #fff;
	background-color: #006600;
	}
#postRelatedPURPLE {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #306 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedPURPLE.png) repeat-x 0 0;
	}
#postRelatedPURPLE h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedPURPLE p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #306;
	}
#postRelatedPURPLE a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#postRelatedPURPLE a:hover {
	color: #fff;
	background-color: #330066;
	}
#postRelatedRED {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #600 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedRED.png) repeat-x 0 0;
	}
#postRelatedRED h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #fff;
	}
#postRelatedRED p {
	font-size: 90%;
	text-align: left;
	line-height: 130%;
	margin: 0 0 10px 0;
	color: #600;
	}
#postRelatedRED a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	}
#postRelatedRED a:hover {
	color: #fff;
	background-color: #990000;
	}
#postRelatedCDC {
	width: 140px;
	margin: 0 0 0 12px;
	float: right;
	padding: 35px 15px 15px 15px;
	background: #722149 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-RelatedCDC.png) repeat-x 0 0;
	}
#postRelatedCDC h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	color: #173417;
	}
#postRelatedCDC p {
	font-size: 90%;
	text-align: left;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #331;
	}
#postRelatedCDC a {
	font-weight: normal;
	color: #331;
	text-decoration: none;
	}
#postRelatedCDC a:hover {
	color: blue;
	}
#postBigFANCY {
	/* width: 610px; */
	margin: 0 0 0 0;
	border: 1px solid #321;
	border-bottom: 3px solid #321;
	/* float: right; */
	padding: 75px 15px 15px 15px;
	background: #722149 url(http://www.quipsnquills.com/n1spirit/images/blogimgs/til-fancy.jpg) repeat-x 0 0;
	}
#postBigFANCY h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	color: #453715;
	}
#postBigFANCY p {
	font-size: 90%;
	text-align: justify;
	line-height: 125%;
	margin: 0 0 10px 0;
	color: #321;
	}
#postBigFANCY a {
	font-weight: bold;
	font-size: 110%;
	color: blue;
	text-decoration: none;
	}
#postBigFANCY a:hover {
	color: #ff6;
	}
#relatedMODERN {
	/* width: 610px; */
	margin: 15px 6px;
	padding: 5px 8px;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #c30;
	}
#relatedMODERN h1 {
	font-size: 2em;
	font-weight: bold;
	margin: .25em 0 .25em 0;
	}
#relatedMODERN p {
	text-align: justified;
	font-size: .9em;
	color: #666;
	margin: 0 4px .35em 0;
	}
#relatedMODERN li {
	text-align: left;
	font-size: .9em;
	color: #666;
	list-style-type: square;
	margin: 0 4px .35em 0;
	}
#relatedMODERN a:link {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
#relatedMODERN a:hover {
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	color: #c30;
	border-bottom: 0;
	}
#relatedMODERN a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
#relatedMODERN {
	/* width: 610px; */
	margin: 15px 6px;
	padding: 5px 8px;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #c30;
	}
#relatedMODERN h1 {
	font-size: 2em;
	font-weight: bold;
	margin: .25em 0 .25em 0;
	}
#relatedMODERN p {
	text-align: justified;
	font-size: .9em;
	color: #666;
	margin: 0 4px .35em 0;
	}
#relatedMODERN li {
	text-align: left;
	font-size: .9em;
	color: #666;
	list-style-type: square;
	margin: 0 4px .35em 0;
	}
#relatedMODERN a:link {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
#relatedMODERN a:hover {
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	color: #c30;
	border-bottom: 0;
	}
#relatedMODERN a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
#postCOMMENT {
	/* width: 610px; */
	margin: 15px 6px;
	padding: 5px 8px;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 6px solid #006;
	}
#postCOMMENT h1 {
	font-size: 1.35em;
	font-weight: bold;
	margin: .25em 0 .25em 0;
	}
#postCOMMENT p {
	text-align: justified;
	font-size: .98em;
	text-indent: 1.5em;
	color: #666;
	margin: 0 4px .35em 0;
	}
#postCOMMENT li {
	text-align: left;
	font-size: .98em;
	color: #666;
	list-style-type: square;
	margin: 0 4px .35em 0;
	}
#postCOMMENT a:link {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
#postCOMMENT a:hover {
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	color: #c30;
	border-bottom: 0;
	}
#postCOMMENT a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #c30;
	border-bottom: 1px dotted #c30;
	}
.post .entry .postBigbox {
	width: 620px;
	margin: 25px 2px;
	padding: 10px;
	/* background-color: #fcf9e6; */
	background-color: #fef;
	border: 1px solid #880011;
	}
.post .entry .postSidebar, .post .entry .postRelated {
	width: 270px;
	margin: 4px 0 0 10px;
	float: right;
	}
.post .entry .postSidebar a, .post .entry .postRelated a, .post .entry .postBigbox a {
	text-decoration: none;
	}
.post .entry .postSidebar a {
	color: #1100CC;
	}
.post .entry .postBigbox a {
	color: #880011;
	}
.post .entry .postSidebar h1, .post .entry .postRelated h1, .post .entry .postBigbox h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .9em;
	color: #404040;
	}
.post .entry .postSidebar h3, .post .entry .postRelated h3, .post .entry .postBigbox h3 {
	font-size: 1.25em;
	line-height: 1.15em;
	margin-bottom: 0;
	}
.post .entry .postRelated p { font-size: 85%; line-height: 1.25em; font-weight: bold; text-align: justify; padding-right: 5px; }
.post .entry .postBigbox p { font-size: 90%; line-height: 1.25em; font-weight: normal; text-align: left; }
.post .entry .postSidebar p { font-size: 85%; line-height: 1.25em; font-weight: normal; text-align: justify; }

/* The following was added from the Gray Skies theme ============== */
.postmetadata {
	margin: 0;
	font-size: 10px;
	}
#author-box {
	width: 96%;
	min-height: 115px;
	margin: 10px 2px 20px 2px;
	padding: 0 10px 10px 10px;
	background-color: #fcf9e6;
	border: #292826 1px solid;
	text-align: justify;
	}
#author-box .avatar { float: left; width: 80px; height: 80px; margin-right: 10px; }
#author-box h2 { padding: 0; margin: 5px 0 5px 0; }

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	line-height: 18px;
	overflow: hidden;
	}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
	}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
	}
.nav-previous {
	float: left;
	width: 50%;
	}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	}
#nav-above {
	margin: 0 0 18px 0;
	}
#nav-above {
	display: none;
	}
.paged #nav-above,
.single #nav-above {
	display: block;
	}
#nav-below {
	margin: 2px 0 0 0;
	}


/* Conclusion of the added CSS code after activation                */
/* ================================================================ */


a img { border: 0; }
a { color: #cd4517; text-decoration: none; cursor: pointer; }
/* a { color: #3366FF; text-decoration: none; cursor: pointer; } */
a:hover { text-decoration: underline; }
 }

h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", "Myriad Pro", Tahoma, Sans-Serif; font-weight: normal; line-height: 1.2; }

input, textarea, select, button, label { font-family: Arial, "Trebuchet MS", Sans-Serif; font-size: 12px; color: #444; }
div.field { width: 280px; height: 15px; background: url(images/field.gif) no-repeat 0 0; padding: 8px 5px 7px; overflow: hidden; }
div.textarea { width: 324px; height: 125px; padding: 8px 5px 7px; background: url(images/textarea.gif) no-repeat 0 0; }
div.field input,
div.textarea textarea { border: none; background: none; width: 100%; }
div.textarea textarea { height: 125px; }

.cl, .clear { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

.alignright { float: right; }
.alignleft { float: left; }

p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 0 0 5px 15px; display: inline; }
img.alignleft { margin: 0 15px 5px 0; display: inline; }

#page { width: 980px; margin: 0 auto; }

#header { padding-top: 30px; height: 85px; position: relative; z-index: 100; }
#header .description { font-size: 13px; line-height: 1; text-transform: uppercase; color: #c1ab7d; padding-top: 5px; }
#header .description a { color: #9d6510; text-decoration: none; }

h1 { font-family: "Trebuchet MS", Arial, Sans-Serif; font-size: 36px; line-height: 1; font-weight: bold; color: #d69959; }
h1 a { text-decoration: none; color: #d69959; }
h1 a span { color: #ffd7a5; }
h1 a:hover { text-decoration: none; }

#logo { float: left; display: inline; }

#nav { float: right; display: inline; font-weight: bold; font-size: 12px; line-height: 30px; text-transform: uppercase; margin-top: 20px; }
#nav ul li { float: left; display: inline; list-style-type: none; position: relative; }
#nav ul li a { color: #fefefe; text-decoration: none; float: left; display: inline; padding-left: 18px; margin-right: 18px; margin-left: 5px; z-index: 10; position: relative; }
#nav ul li a span { float: left; display: inline; padding-right: 18px; margin-right: -18px; position: relative; background-position: right 0 !important; }
#nav ul li a span span { padding-right: 18px; margin-right: -10px; background: url(images/nav-dd-arr.gif) no-repeat right center !important; padding-bottom: 0; }
#nav ul li.hover a,
#nav ul li.hover a span { background-image: url(images/has_dropdown-hover.png) !important; color: #000; }
#nav ul li.hover a span span { background-image: url(images/nav-dd-arr.gif) !important; }
#nav ul li .dropdown { display: none; background: #fff; border: solid 1px #2d2d2d; position: absolute; top: 29px; left: 5px; z-index: 1; width: 176px; padding: 20px 3px 0; }
#nav ul li .dropdown { text-transform: none; font-weight: normal; line-height: 22px; }
#nav ul li .dropdown ul li { border-bottom: dashed 1px #d3d5d5; float: none; display: block; }
#nav ul li .dropdown ul li a { color: #9b9b9b; padding: 0; margin: 0; background: url(images/arr-2.gif) no-repeat 7px center !important; float: none; display: block; }
#nav ul li .dropdown ul li a:hover { color: #000; background: url(images/arr-2.gif) no-repeat 7px center !important; }
#nav ul li .dropdown ul li a { padding-left: 15px; }
#nav ul li .dropdown .dropdown { display: none; left: 176px; top: 0; padding-top: 0; }
#nav ul li.last { border-bottom: 0 !important; }

#footer { padding: 15px 0 30px; text-align: center; font-size: 11px; color: #7e6a4f; }
#footer a { color: #9d6510; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p.rss { display: inline; padding-left: 14px; background: url(images/ico-rss-2.png) no-repeat 0 center; }
#footer p.rss a { color: #7e6a4f; }

#main { background: repeat-y 0 0; width: 100%; position: relative; }
#main-top { background: no-repeat 0 0; }
#main-bot { background: no-repeat 0 bottom; height: 100%; padding: 50px 20px 70px 60px; min-height: 150px; }

#rss-link { display: block; width: 50px; height: 55px; font-size: 0; line-height: 0; text-indent: -4000px; }
#rss-link { position: absolute; top: -12px; right: -12px; }

#content { float: left; display: inline; width: 645px; }

.post { padding-bottom: 30px; background: url(images/post-bg.gif) no-repeat 0 bottom; margin-bottom: 10px; position: relative; height: 100%; }
/* The following two lines of code affect appearance of hyperlinks in post entries.  */
.post a:link, a:hover, a:visited { font-weight: normal; color: #3366CC; }
.post a:hover { text-decoration: none; background-color: #FFFFCC; color: #336633}
.post h2, .list-page .post h3 { font-size: 27px; margin-bottom: 22px; }
.post h2 a, .list-page .post h3 a { color: #000; text-decoration: none; }
.post h2 a:hover, .list-page .post h3 a:hover { text-decoration: none; }
.post .date { position: absolute; top: -7px; left: -123px; width: 75px; height: 80px; text-align: center; }
.post .date .bg { background: no-repeat 0 0; width: 70px; height: 62px; padding: 18px 0 0 5px; }
.post .date span { display: block; font-size: 16px; font-weight: bold; color: #f4b995; line-height: 1; text-transform: uppercase; }
.post .date span.day { font-size: 26px; }
/* The following code has been commented out to prevent the gray border around images included in the posts */
/* .post .entry img { background: #fff; padding: 2px; border: solid 10px #e2e2e2; } */
.post .entry img.wp-smiley { background: #fff; padding: 0px; border: 0; }
.post .entry p { margin-bottom: 18px; }
.post .meta { padding-top: 13px; background: url(images/meta-top.gif) no-repeat 0 0; }
.post .meta { font-size: 10px; font-family: Verdana, Tahoma, Arial, Sans-Serif; color: #444; }
.post .meta p { padding: 5px 0; line-height: 15px; }
.post .meta .bg { background: #fafafa url(images/meta-bg.gif) repeat-x 0 bottom; border-left: solid 1px #dedede; border-right: solid 1px #dedede; padding: 0 10px; height: 100%}
.post .meta .bot { height: 4px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/meta-bot.gif) no-repeat 0 0; }
.post .meta .comments-num { float: right; display: inline; font-size: 11px; color: #682815; font-weight: bold; }
.post .meta .comments-num { padding: 5px 0 5px 30px; margin-left: 10px; background: url(images/meta-comments-num.gif) no-repeat 0 3px; }

.list-page #searchform { margin-top: 20px; }

#sidebar { float: right; display: inline; width: 204px; margin-top: 80px; }
.widget_calendar { width: 204px }
#sidebar a { color: #FFE6A8; }

#sidebar h2 { line-height: 52px; width: 185px; background: no-repeat 0 0; color: #2e2019; font-size: 20px; padding-left: 15px; }
#sidebar ul li { list-style-type: none; text-align: left; }
#sidebar ul li select { margin: 10px 0 10px 10px; width: 183px; padding: 2px; }
#sidebar ul ul { padding: 0 10px 10px 3px; }
#sidebar ul ul li { background: no-repeat 0 4px; border-bottom: solid 1px #423028; margin: 4px 6px; padding-left: 15px}
#sidebar ul ul li ul { border: 0; padding-bottom: 0; }
#sidebar ul ul li li { border: 0; padding-bottom: 5px; margin-bottom: 0; }

#sidebar ul div { padding: 0 10px 10px 9px }

#calendar_wrap { width: 203px; font-size: 12px; text-align: center; color: #f7f7f7; padding: 0 0 10px !important; }
#calendar_wrap .nav { font-weight: bold; color: #c4a158; line-height: 24px; width: 130px; margin: 0 auto; position: relative; }

#wp-calendar { width: 100%; }
#wp-calendar tbody tr td a { border: dashed 1px #c4a158; color: #c4a158; text-decoration: none; width: 16px; line-height: 16px; text-align: center; margin: 0 auto; display: block; }
#wp-calendar tbody tr td { border-right: solid 1px #423028; padding: 2px 0; }
#wp-calendar tbody tr th { border: solid 1px #423028; border-left: 0; padding: 2px 0; color: #b5573a; font-weight: normal; }
#wp-calendar tbody tr .last { border-right: none !important; }
#wp-calendar tbody tr.last td { border-bottom: solid 1px #423028; }

#sidebar #searchform { margin: 5px 0 15px 5px; }
#sidebar #searchform label { font-weight: bold; color: #c4a158;	 display: none; }
#sidebar #searchform .field-place { width: 190px; height: 23px; background: no-repeat 0 0; padding: 2px; }
#sidebar #searchform .field-place .field { border: 0; color: #c4a158; padding: 4px 5px 3px; width: 155px; background: none; float: left; display: inline; }
#sidebar #searchform .field-place .button { float: right; display: inline; width: 23px; height: 23px; } 
#sidebar #searchform .field-place .button { font-size: 0; line-height: 0; text-indent: -4000px; background: none; border: 0; cursor: pointer; }

#respond { padding-bottom: 30px; background: url(images/post-bg.gif) no-repeat 0 bottom; margin-bottom: 10px; }
#respond h3 { font-size: 19px; } 
#respond div.left { float: left; display: inline; width: 290px; }
#respond div.right { float: right; display: inline; width: 334px; }
#respond label { display: block; color: #ac2e13; font-size: 12px; margin: 5px 0 3px; }
#respond .button { float: right; display: inline; margin-top: 20px; width: 119px; height: 30px; background: no-repeat 0 0; }
#respond .button { border: 0; cursor: pointer; color: #fff; font-weight: bold; }

.comment { list-style-type: none; font-size: 12px;  }
.comment .comment-body { position: relative; height: 100%; position: relative; padding-left: 80px; padding-bottom: 25px; background: url(images/post-bg.gif) no-repeat 0 bottom; margin-bottom: 15px; min-height: 90px; }
.comment .avatar { position: absolute; top: 0; left: 0; }
.comment .author { font-weight: bold; line-height: 1; }
.comment .author a { color: #dd5324; }
.comment .comment-meta { font-size: 10px; color: #b49969; margin-bottom: 3px; }
.comment .comment-content p { margin-bottom: 15px; }
.trackback .comment-body, .pingback .comment-body { padding-left: 0; }
/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }
/* Default size for headers */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

/* Reasanble margins for lists */
.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }

.widget { color: #fff }
.userloggedbtn {float: left !important; margin-left: 218px}
.commentsnavigation { margin: 6px auto; }
.reply { float: right; }
.archives hr { margin: 6px 0; }
.wp-caption { border: solid 1px #eee; text-align: center; margin: 6px}
.wp-caption p { margin-bottom: 0 !important; padding: 0 5px;}
.post .entry .wp-caption a img { border: 0 }
.metaplace { padding: 9px; }
.metaplace p {color: #fff }
.commentlist li.last .comment-body { background-image: none; }
.commentlist ul.children { margin-left: 25px; }

p.tags { padding: 10px; font-size: 10px}
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

h2.pagetitle { font-size: 20px; }


