/*
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: #FFFAE1 ;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.85em;
	text-align: left;
		
}

h2 {
	font-size: 1.6em;
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
		
}

h3 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

ul {
	list-style-image: url('images/img25.gif');
}

a {
	color: #005000;
}

a:hover {
	text-decoration: none;
	color: #AD4500;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background: #FFFAE1 url('images/img3.jpg') no-repeat right;
	
}

#logo h1 {
	float: left;
	paddig-top: 55px;
	text-transform: uppercase;
	font: bold 18px Impact, Helvetica, sans-serif;
	font-size: 1.95em;
}

#logo h1 a {
	text-decoration: none;
	
}

/* Menu */

#menu {
	width: 730px;
	height: 40px;
	margin: 0 auto;
	background: ;
	border: 0px solid ;

}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-size: 1.3em;
	color: #AD4500;
}

#menu a:hover {
	text-decoration: underline;
	color: #005000;
}


/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	
}

#page-bg {
	padding: 11px 24px;
	
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
	background: #FFEDB8;
	border: 1px solid #D3B293;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	background: url('images/img25.gif') no-repeat 20px 50%;
	border-bottom: 1px solid #F6F6F6;
	padding-left:35px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #F6F6F6;
	letter-spacing: -1px;
	font-size: 1.2em;
	
}

#sidebar a {
	 
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 730px;
	margin: 0 auto;
	padding: 10px 0;
	
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}