@charset "utf-8";
/* All Web Chats styly sheety, I see your poking in my code, enjoy my comments :) no steal!! I know were you live!!  */
html {
/* So what there is nothing here!*/
}
h3 {
	margin:0px;
}
body {
	border:0;
	margin:0; /* why don't they make this default? */
	background-color:#FCFCFC;/* well thats almost white, whats the point?? */
	font-family:Tahoma, Geneva, sans-serif;
	color:#333026;
}
.wapper { /*Does what it says on the tin*/
	width:960px;
	margin:0 auto; /* <-- Best bit of code ever!*/
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:252px;
}
form {
	margin: 0;
	padding: 0;
}
strong.search-excerpt {
	background: yellow;
}
input {
	margin: 0;
	padding: 0;
}

input, textarea{
	border: 1px solid #d9d9d9;
	padding: 3px 5px;
}
input#searchsubmit, input#subscribesubmit {
	border: 1px solid #999;
	background-color: #d9d9d9;
}

/* right nav */
#rightnav {
	width:400px;
	float:right;
	height:36px;
}
#rightnav ul {
	list-style:none;
	margin:0;
	margin-top:0px;
	float:right;
}
#rightnav li {
	list-style:none;
	float:left;
	padding-left:35px;
	font-size:26px;
}
#rightnav li a {
	color:#FFF;
	text-decoration:none;
}
#rightnav li a:hover, #rightnav li.current_page_item {
	text-decoration:underline;
color:#FFF;
}
/* logo */
#logo {
	width:600px;
	height:180px;
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#logo h1 a {
	color:#CB6A3F;
	font-weight:bold;
	font-size:39px;
	margin:0;
	padding-left:130px;
	padding-top:20px;
	text-decoration:none;
}
#logo h2 {
	font-size:20px;
	padding-left:130px;
	font-weight:400;
	display:block;
	width:400px;
}
#logo h2 strong {
	font-size:20px;
	color:#3A9422;
	font-weight:400;
}
#logo h2 em {
	font-size:20px;
	color:#CB6A3F;
	font-weight:400;
	font-style:normal;
}
/* User */
#user {
	background-image:url(images/user.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:300px;
	height:180px;
	float:right;
}
#user p.welcome {
	display:block;
	width:210px;
	overflow:hidden;
	font-size:24px;
	margin:0;
	padding-top:30px;
}
#user p.welcome strong, #user p.welcome strong a{
	color:#3A9422;
	font-weight:400;
text-decoration:none;
}
#user p.login {
	display:block;
	width:210px;
	overflow:hidden;
	font-size:18px;
	margin:0;
	padding-top:30px;
}
#user p.login a {
	font-size:18px;
	color:#CB6A3F;
	text-decoration:none;
}
/* left nav */
#leftnav {
	width:900px;
	height:36px;
	float:left;
}
#leftnav ul {
	list-style:none;
	margin:0;
	margin-top:4px;
	float:left;
}
#leftnav li {
	list-style:none;
	float:left;
	padding-right:45px;
	font-size:22px;
}
#leftnav li a {
	color:#FFF;
	text-decoration:none;
}
#leftnav li a:hover, #leftnav li.current-cat {
	text-decoration:underline;
color:#FFF;
}
/*End of Header Stuff
Now on to the real shizzel
*/
#content {
	width:660px;
	float:left;
	padding-bottom:50px;
}
#sidebar {
	width:280px;
	float:right;
	padding-bottom:50px;
}
/*Content Css*/
#ie6 {
	background-color:#D02727;
	color:#FFF;
	height:25px;
	text-align:center;
}
#ie6 p {
	padding-top:2px;
}
#ie6 p a {
	color:#FFF;
	text-decoration:underline;
}
.post {
	padding-top:10px;
}
.post .postcontent { 
font-size:14px; }
.post h3, .post h3 a {
	font-size:30px;
	color:#3A9422;
	margin-top:15px;
        text-decoration:none;
}
.post h3 a:hover {
	font-size:30px;
	color:#3A9422;
	margin-top:15px;
        text-decoration:underline;
}
.postinfo {
	padding-bottom:5px;
	border-bottom:solid 6px #3A9422;
}
.postinfo p {
	margin:0;
}
.post a {
	color:#CB6A3F;
}
.post img {
	border:solid 6px #CB6A3F;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
}
.post object {
	border:solid 6px #CB6A3F;
	margin-right:10px;
	margin-bottom: 10px;
	display:block;
}

.post img.alignleft { float:left;}
.post img.alignright { float:right;}
.post p {

	text-align:justify;
}
.post .author {
	border-top:solid 6px #3A9422;
	font-size:12px;
}
.post .author p.title {
	color:#3A9422;
	font-size:18px;
}
.post .socail {
	border-top:solid 6px #CB6A3F;
	font-size:12px;
	padding-bottom:75px;
}
.post .socail p.title {
	color:#3A9422;
	font-size:18px;
}
.post .socail img {
	border:0;
}
.post .socail ul {
	margin:0;
	padding:0;
	padding-left:2px;
}
.post .socail ul li {
	list-style:none;
	float:left;
	padding-right:34px;
}
.post .comments {
	border-top:solid 6px #3A9422;
	font-size:12px;
}
.post .comments p.title {
	color:#3A9422;
	font-size:22px;
}
ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
li.comment {
	width:660px;
	list-style:none;
	float:left;
	margin-bottom:20px;
}
.commentauthor img {
	border:solid 6px #CB6A3F;
}
.commentauthor {
	width:110px;
	float:left;
	font-size:12px;
}
.singlecomment {
	background-image:url(images/comment.png);
	background-color:#3A9422;
	background-repeat:no-repeat;
	background-position:top left;
	width:500px;
	float:right;
	padding:10px;
	padding-left:35px;
	color:#FFF;
	font-size:13px;
	min-height:95px;
}
#respond {
	width:660px;
	display:block;
	height:400px;
}
#forminput {
	width:200px;
	float:left;
}
#formtext {
	width:450px;
	float:right;
}
/*End of Content stuff

start of sidebar*/
#sidebar { margin-top:40px;}
#sidebar h4 {
	margin:0;
	margin-top:20px;
	font-size:20px;
	margin-bottom:5px;
	border-bottom:solid 5px #3A9422;
}
#advert p {
	font-size:12px;
}
#advert p strong {
	font-size:12px;
	color:#3A9422;
}
#sidebar #searchform fieldset {
	border: 0;
}
#sidebar #searchform legend {
	display: none;
	border: 0;
}
#links ul{ list-style:none; padding-left:10px;}
#links ul li a{ color:#CB6A3F; }

#footer {height:54px; background-image:url(images/footer.jpg); background-repeat:repeat-x;position: relative;
	margin-top: -54px; /* negative value of footer height */

	clear:both;}