/*
Theme Name: Sceneric
Theme URI: http://sceneric.com/
Description: Sceneric Blog theme
Version: 1.0
Author: Jim Herbert
Author URI: http://www.sceneric.com/
Tags: green, 3 column, fixed width, widgets

*/


#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	height:112%; /* works only if parent container is assigned a height value */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	max-width: 900px;
	min-width: 900px;
	background-color: #FFFFFF;
 }

#leftcolumn {
	width: 580px;
	float: left;
 }
 
#rightcolumn {
	width: 302px;
	height: 100%;
	float: right;
	margin: 0px;
 }

#masthead {
	width: 560px;
	height: 200px;
	float: right;
	margin: 0px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
 } 
 
#archive_head {
	width: 560px;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
 } 
 
#post {
	width: 560px;
	float: right;
	margin-top: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.post {
	width: 560px;
	float: right;
	margin-top: 10px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#posted {
	width: 560px;
	float: right;
	display: inline;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
 }
 
#comment {
	width: 560px;
	float: right;
	margin-top: 10px;
	background-color: #f5f5f5;
}
 

#sidebarleft {
	width: 150px;
	height: 100%;
	float: left;
	margin: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(images/greentab.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 85px;
 } 

#sidebarright {
	width: 150px;
	height: 100%;
	float: right;
	margin: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(images/greentab.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
 } 

#sidebarright img {
	padding: 0px;
	margin: 0px;
}

#sidebar_section {
	width: 142px;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 5px;
 } 
 
#sidebar_section li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #787864;
	line-height: 16px;
	}
 
#sidebar_section2 {
	width: 142px;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 5px;
 }
 
#sidebar_section2 a {
	color: #787864;
	text-decoration: none;
}	

#sidebar_section2 a:hover {
	color: #8cc244;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8cc244;
	line-height: 16px;
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar_section3 {
	width: 142px;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 5px;
 }
 
#sidebar_section3 a {
	color: #8cc244;
	text-decoration: none;
}	

#sidebar_section3 a:hover {
	color: #8cc244;
	text-decoration: none;
}   		
 
html, body {
	text-align: center;
	height:100%; /* this is the key! */
	min-height: 100%;
	margin: 0px;
	padding: 0px;
} 

body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 



a:link {
	color: #8cc244;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8cc244;
}
a:hover {
	text-decoration: none;
	color: #787864;
}
a:active {
	text-decoration: none;
	color: #8cc244;
}


p {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

ul {
	margin: 0px;
	padding: 0px;
}

img {
	padding-top: 10px;
	padding-bottom: 5px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}

.entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}

.blogheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8cc244;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}

.blogheading a{
	color: #8cc244;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8cc244;
	line-height: 20px;
	text-align: left;
}

.posted_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #787864;
	line-height: 17px;
	text-align: left;
}

.posted_text_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8cc244;
	line-height: 17px;
	text-align: left;
}

.blogauthor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #787864;
	line-height: 17px;
	text-align: left;
	padding-bottom: 15px;
}

.sidebartext_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8cc244;
	line-height: 16px;
}

.sidebartext_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8cc244;
	line-height: 16px;
}

#sidebar_section3 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8cc244;
	line-height: 16px;
	list-style:none;
}

.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #787864;
	line-height: 18px;
}

.comment_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-top: 10px;
	padding-left: 10px;
}

.comment_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787864;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.commentlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787864;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
