
/* LAYOUT */

body {
	background: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #2b8f1b;
	}

#wrapper {
	padding:10px;
	}

#container {
	width:950px;
	}

#contentwrap {
	background: #fff;
	border-top: 0px solid #00ff42;
	}

a {
	color: #05597a;
	}

/* HEADER */

#header {
    width:950px;
	height:130px;
	margin:0px auto;
	text-align:left;
	background: url(images/header.png) no-repeat center top;
    }

#header h1 {
	margin-bottom: 8px !important;
	padding: 8px 0 0 15px;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	font-size: 60px;
	}

#header h1 a, #header h1 a:visited {
	color: #e8edee;
	text-decoration: none;
	}

#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

#header h2 {
	padding-left: 15px;
	color: #e2eaed;
	font-size: 18px;
	line-height: 18px; 
	font-family: Georgia, Times, "Times New Roman", serif;
	}


/* CONTENT */

#content {
	float:left;
	width:520px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt Times New Roman;
	}
	
.post h2 a{
	color: #7ca909;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #00770b;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}


.title {
	margin-bottom: 8px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #060;
	}

.title a {
	text-decoration: none;
	color: #060;
	}

.title a:hover {
	text-decoration: underline;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
}

.postdate {
	font-size: 11px;
	padding: 1px 4px;
	background: #eaf5f9;
	font-family: Candara;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	background: #eaf5f9;
	font-family: Candara;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Candara;
	font-size: 14px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebar {
	margin-right: 5px;
	}
	
.sidebar a {
	text-decoration: none;
	color: #4c4c4c;
	}

.sidebar a:hover {
	text-decoration: underline;
	}
	
#topsearch {
	padding-top:15px;
	}
	
#topsearch input {
	border: 1px solid #19971f;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 290px;
	padding: 2px;
	}
	
#search input {
	border: 1px solid #19971f;
	}
	
#search label {
	margin: 10px 0 10px 0;
	padding: 2px 6px;
	background: #18b303;
	border-bottom: 1px solid #00710d;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #19971f;
	display: block;
	}
	
#s {
	width: 110px;
	padding: 2px;
	}
	
#searchsubmit {
	border: 1px solid #19971f;
	background: #19971f;
	color: #fff;
	}

.sidebar h2 {
	margin: 10px 0 0 0;
	padding: 2px 6px;
	background: #fff;
	border-bottom: 1px solid #138800;
	font-size: 16px;
	font-family: Candara;
	font-weight: bold;
	color: #199737;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	}
	
.sidebar ul li ul li {
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}

.sidebar ul li li {
	padding: 3px 0px 3px 15px;
	margin: 0px;
	background: url(images/bullet.png) no-repeat top left;
	}
	
.sidebar ul li ul li {
	background: #FFFFFF url(images/bullet.png) no-repeat top left;
	padding: 2px 0px 2px 15px;
	margin: 2px 0;
	}



/* FOOTER */

#Footer {
	font-family: Candara;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	word-spacing: normal;
	height: 15px;
	width: auto;
}
#Footer p a {
	color: #FFF;
	
	a:link {color:#FF0000;}
    a:visited {
	color:#FFF;
}  
    a:hover {
	color:#666;
}
    a:active {
	color:#666;
}
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	