/*
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	margin:  0;
	padding: 0;
}

body {
	margin: 0px;
	margin-right: 1px;
	padding: 0;
	height:  100%;
	margin-bottom: 0px;
	background: #FFFFFF url(../images/img1.jpg);
	font: normal small Arial, Helvetica, sans-serif;
	color: #457600;
}

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

p {
line-height:120%;
}

a {
	color: #457600;
}

a:hover {
	text-decoration: none;
	color: #FF5302;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

/* Post */

.latest-post {
	padding: 48px 40px 10px 230px;
}

.contentheading, .componentheading, h3 {
	margin-bottom: .2em;
	font-size: 1.6em;
	color: #FF5302;
}

.post {
	padding: 1em 0em 1em 1em;
	border-top: 0px solid #C9DEAB;
	overflow:hidden;
margin-right:1em;
width:650px;
}

.postcontainer {
padding:0;
margin:0;
margin-right:1.5em;
overflow:hidden;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #95B668;
}

/* Wrapper */

div#center {
	text-align: center;
}

#wrapper {
	width: 940px;
	margin: auto auto;
	background: url(../images/img2.jpg) no-repeat;
	text-align:left;
}

/* Header */

#header {
	height: 167px;
	padding: 30px 50px 0 0;
	color: #e5f5d0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background: url(../images/img3.jpg) repeat-y;
}

#colOne {
	float: right;
	width: 660px;
	padding-right: 20px;
	background: url(../images/img4.jpg) no-repeat;
	overflow:hidden;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 75px 40px 0 40px;
	background: url(../images/img5.jpg) no-repeat;
	overflow:hidden;
	
}

#colTwo .moduletable h3 {
margin-top:1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: circle;
}

#colOne ul {
	padding-left: 2em;
}
#colOne li {
	list-style:square;
}

/* Menu */

#menu {
	height: 35px;
	overflow:hidden;
}

#menu ul {
	float: right;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #E5F5D0;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Footer */

#footer {
	background: url(../images/img6.jpg) no-repeat;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}

a.readon {
font-weight:bold;
}