/*
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: #ad9786;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #543019;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	/**list-style-image: url(images/img07.gif);**/
}

a {
	color: #b3d88b;
}


a:hover {

	text-decoration: none;
	color: #ad9786;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#bar1 {
	width: 792px;
	height: 25px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background: #543019;
}

#bar2 {
	width: 792px;
	height: 25px;
	margin: 0px auto;
	background: #543019;
}

#logo {
	width: 414px;
	height: 510px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	height: 58px;
	margin: 0 0;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	font-size: 9pt;
	float: left;
	height: 29px;
	padding: 12px 10px 5px 4px;
	text-decoration: none;
	color: #543019;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	font-weight: bolder;
}

/* Page */
#container {
	width: 792px;
	margin: 0px auto;
	background: #e5f2d8 url('imgs/graphicbg.jpg') repeat-y;
}

/* Main Graphic*/
#graphic {
	float: left;
	width: 414px;
	height: 510px;
	padding: 0;
	background: #543019 url('imgs/maingraphic.jpg');
}

/* New Section Under Main Graphic */

#news {
	float: left;
	width:414px;
	height: 100px;
	padding: 0;
	padding-top: 10px;
	color: #b3d88b;

}

#news a {
	
	text-decoration: none;	
	color: white;	
}

.newsItems
	{	
		width:300px;
		padding-left: 50px;	
	}
.newsItems li
	{
		color:white;	
		
	}
	
	#news a:hover
	{
		text-decoration:underline;	
	
	}

	
	

/* Right Container */
#right-pg-container {
	overflow: visible;
	float: right;
	width: 378px;
	margin: 0;
	padding: 0;
	background: #e5f2d8 url('imgs/topbargreen.jpg') repeat-x;
}

/* Content */
#content {
	clear: both;
padding: 0 20px 0 10px;
}

#content a { color:red; }

#thumb {
float: left;
margin-left: 5px;
}

.img {
	display: inline;
}

.post {
	margin-bottom: 10px;
}

.title {
	margin: 10px 0 0 0;
	font-size: 16pt;
	font-weight: bolder;
	color: #543019;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.entry {
	font-family: serif;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	padding-right: 4px;
}

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

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#sidebar li li {
	width: 142px;
	height: 14px;
	padding: 4px 5px;
	margin: 0px 7px 3px auto;
	border: 0;
	background: #977c69;
	text-align: center;
}

#sidebar li li a{
	color: #FFF;
}

#sidebar h2 {
	margin: 0 16px 3px auto;
	width: 126px;
	padding: 3px 5px;
	background: #543019;
	border: 0;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 792px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 1.2em;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #b3d88b;
}