body {
	margin: 0;
	padding: 0 20px;
	background: #fff0c0;
	font-size: 13px;
	text-align: justify;
	color: #fff0c0;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #304f12;
        text-align: left;
}

h1 {
	letter-spacing: -1px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	margin: 0;
	height:1em;
        margin-bottom:5px;
}

h3 {
	font-size: 1em;
	margin: -8px 10px;
	padding:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h3 a {
	text-decoration: none;
}

#content h2 {
	border-bottom: 3px solid #fff0c0;
        margin-right: -25px;
}

#content h4 {
	font-weight:bold;
}

#content p, ul, ol {
	line-height: 200%;
}

#content p {
text-indent:25px;
} 

#content p.verse, img {
text-indent:0px;
} 



#content ul, ol {text-align:left;}

#content img { //by default float images to the right
	float:right;
	margin:10px;
}

#jot-form img { //... except in candle form
	float:none;
	margin:0px;
}


div.lesson {
 font-style:italic;
}

div.vision {
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #fff0c0;
}

a:hover {
	color: #fff0c0;
}

hr {
	display: none;
}

.verse {margin:0; padding: 0; line-height:130% !important; text-align: left;}

dl.stats dt { float:left; width:100px; font-weight:bold; margin-left:50px;}

dl.stats dd { float:left; width:300px;}

/************************************************************************************************/

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/shrines/templates/macha-background.jpg) repeat-y left top #6e5302;
}

div.lilbox {
   width:150px;
    margin:5;
   float:left;
}

/* Header */

#header {
	width: 750px;
	height: 45px;
	margin: 0 auto 10px;
	background: url(/shrines/templates/macha-header.jpg) no-repeat left top;
	padding: 275px 0 0;
	border: 5px solid #304f12;
}

#header h1, #header p {
	margin: 0;
	color: #304f12;
}

#header h1 {
	float: left;
	font-size: 50px;
	letter-spacing: -5px;
	padding: 0 0 0 10px;
}

#header p {
	float: left;
	padding: 18px 0 0 10px;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
        text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #304f12;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 570px;
	margin: 0;
        background-color: #6e5302;
        padding-right: 25px
}

#content h2 {
	float: left;
	width: 595px;
}

.post {
	padding: 0px 30px;
}

.title {
	border-bottom: 4px solid #fff0c0;
	padding: 0 20px 0 0px;
	height:1em;
	font-size: 24px;
        margin-right: -25px;
}

.title a {
	text-decoration: none;
	color: #304f12;
}

.subtitle {
	margin-top: -18px;
        text-align: right;
        font-style:italic;
}

.pagetitle {
}

.byline {
	margin: -24px 20px 0 31px;
	color: #d1ab2a;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	color: #6e5302;
       background-color: #d1ab2a;
}

#sidebar ul { /*categories*/
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}


#sidebar div.description {
   padding-bottom:10px;
   padding-left:30px;
    font-size: 90%;
    font-style: italic;
    line-height: 110%;
   text-align:left;
}

#sidebar h2 {
	margin: 0px;
	font-size: 140%;
	font-weight: bold;
	color: #304f12;
	padding-left:20px;
	height:1.1em;
	border-bottom: 3px solid #fff0c0;
}
#sidebar h3 {
	text-align: right;
	margin: -6px 0;
	padding:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	width:130px;
}

#sidebar a {
text-decoration: none;
color:inherit;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	width: 750px;
	//height: 30px;
	background: #d1ab2a;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 5px solid #304f12;
}

#footer p {
	padding: 0;   
	color: #304f12;
	margin: 5px;
}

#footer p a {
	color: #304f12;
        font-weight:bold;
}


#header p {text-transform: none;}