/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #EAEAF8	; /* a9a9a3 */
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #424040;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #2d390b;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}
h3 {
	color: #b22900;
}
p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	/*order-bottom: 1px solid #E0E0E0;*/
	text-decoration: none;
	color: #b22900;
	
}

a:hover {
	border: none;
	color:#ff0000;
}

/* Header */

#header {
	height: 244px; /* adjust height of lotus picture here */
	background: url(images/lotus.jpg) no-repeat right top;
}

#header h1 {
	padding-left:10px;
	padding-top:-20px;
	/*text-align: right;*/
	/*letter-spacing: -5px;*/
	font-size: 2.3em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #B22900;
}

#header h2 {
	margin: 0;
	padding-left: 50px;

	/*text-align: right;*/
	letter-spacing: normal;
	font-size: 1em;
	
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #caadaf;  
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
}

#colOne .post {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: 10px;
	border-top-style: none;
	border-top-color: #E0E0E0;
}

#colOne .posted {
	font-size: .9em;
}

/* Column Two */

#colTwo {
	float: left;
	width: 280px;
	font-size:1.1em
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #C6CD9C;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.3em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.gif) no-repeat left center;
}

#colTwo a {
	border: none;
	padding-left: 10px;
	background: url(images/img5.gif) no-repeat left center;
}

#colTwo a:hover {
	color: #ff0000; /*B22900*/
}

#menu {
	background: #C6CD9C url(images/img3.gif) no-repeat;
}

#menu h2 {
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 195px;
	margin-left: -24px;
	padding: 3px 0 3px 10px;
	background: none;
	color: #2d390b;
}

#menu a:hover, #menu .active a {
	background: #B22900;
	color: #FFFFFF;
}
.accent { font-size:1.3em; color: #b22900;}
.italics {font-size: .8em; font-style:italic; color: #666666;} 
/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #D0D1C7;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

