/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Core template is 'newwave'
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #7CD300;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	/* background: #FFFFFF url(images/img02back.jpg) repeat-x; */
	padding: 2px 0 0 2px;
	/* height: 35px; */
	}

h3 a {
	color: #ffffff;
	}

h4 {
	font-size: 1.1em;
	color: #7CD300;
	margin: 18px 0 -8px 0;
	}






p, ul, ol {
	}

p {
	line-height: 1.5em;
	}

blockquote {
	font-style: italic;
	}

ul {
	}


li {
	line-height: 150%;
	}
	
li a {
	letter-spacing: 1px;
	}
	
ol {
	}

a {
	color: #7CD300;
	}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}


.right {
	float: right;
	}
	
.left {
	float: left;
	}


img.left {
	float: left;
	margin: 8px 15px 8px 0;
}

img.right {
	float: right;
	margin: 8px 0 8px 15px;
}

img.middle {
    display: block;
    margin-left: auto;
    margin-right: auto
	}

/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 52px;
	font-size: 2.0em;
	color: #554D49;
}

#logo h1 a {
	color: #554D49;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.2em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}


/* Banner */

.banner {
	width: 728px;		/* Must match width of ad */
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 2px 0 2px 0;
	/*
	margin: 0 auto;
	*/
	}
	

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 12px;
	background: #73D000 url(images/img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 480px;
}

#recent-posts {
	float: right;
	width: 380px;
	padding: 12px 0 0 30px;
	background: url(images/img03.gif) repeat-y;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}


.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}



.post .entry .mainselections li {
	text-decoration: none;
	display: inline;
	}

.post .entry .converted {
	border: 3px solid #bc5851;
	text-align: center;
	/*
	border-top: 2px solid #d41414;
	border-left: 2px solid #d41414;
	border-right: 3px solid #bc5851;
	border-bottom: 3px solid #bc5851;
	*/
	}



/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #CDEB8B url(images/img05.gif) no-repeat;
	border-top: 20px solid #FFFFFF;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 15px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar input {
	color: #d2d2d2;
	}
	
	
/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px;
}


#legal {
	float: left;
}

#links {
	float: right;
}


