
/*
Design by GEM Design
http://wwww.gemdesignco.com
*/

body {
	margin: 0;
	padding: 0;
	background: #E6FFD8;
	
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #030;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #282800;
}

a:hover {
	text-decoration: none;
	color: #656A00;
}

img {
	border: 2px solid #390;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #390; 
}

img.right {
	float: right;
	margin: 8px 0px 0px 20px;
	border: 2px solid #390; 
}




/* Header */

#wrapper {
	background: url(images/img14.gif) no-repeat center top;
}

#header {
	width: 1000px;
	height: 280px;
	margin: 0 auto;
}


/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: #6AA2FD url(images/img04.gif);
	text-align: center;
}

#menu ul {
	margin: 0;
	padding-left: 1px;
	list-style: none;
	
}

#menu li {
	display: inline;
	text-transform: uppercase;
	
	
}

#menu a {
	display: block;
	float: left;
	
	padding: 1px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #110;
}

#menu a:hover {
	height: 29px;
	background: url(images/img16.gif) repeat-x right 30%;
	color: #FFF;
	
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #ffffff;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	
}



/* Content */

#content {
	float: left;
	width: 770px;
	text-align: justify;
}

.post {
	margin-bottom: 50px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 30px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	
}

#sidebar li {
	margin-bottom: 20px;
	background: #f4ffd5 url(images/img13.jpg)  left top;
	text-align: left;
	
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
	text-align: left;
	
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
	text-align: left;
}

#sidebar h2 {
	width: 200px;
	height: 30px;
	
	background: #e2ff93 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #000;
	text-align: center;
}


/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

