/*
Theme Name:
Theme URI:
Description:
Version: 1.0
Author:
Author URI:

*/

body{	
	background:url(images/corner_bg.gif) repeat-x;
	background-color:#B3E900;
}
body, p, td, div, form, input, textarea, h1, h2, h3{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
a img{
	border:#daee85; solid 1px;
}

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */


ul, ol, li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#page{
	width:766px;
	margin-left:0px;
	background:url(images/page_bg.gif) repeat-y;
}
#header{
	height:245px;
	background:url(images/header_bg.jpg) no-repeat;
}
#intro{
	float:left;
	margin-left:164px;
	margin-top:29px;
	text-decoration:none;
}

#intro a{
        text-decoration:none;
	color:#336E8B;
}
#intro a:hover{
        text-decoration:underline;
}


#menu{
	float:right;
	padding:26px 0px 0px 0px;
}
#menu li{
	display:inline;
	padding:0px 0px 0px 8px;
}
#menu a{
	color:#336E8B;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover{
	color:#336E8B;
}
#sidebar{
	float:left;
	width:165px;
	padding:0px 0px 0px 24px;
}
#sidebar h2{
	padding: 20px 0px 0px 0px;
	color:#336E8B;
	font-size:14px;
	height:26px;
	text-align:center;
	text-transform:uppercase;
}
#sidebar li ul{
	padding:0px 0px 1px 0px;
}
#sidebar li ul li{
	line-height:16px;
	color:#336E8B;
	background: url(images/bullet.gif) no-repeat top left; 
	padding-left: 15px;
	font-size:13px;
}
#sidebar li ul li:hover{
        line-height:16px;
        color:#336E8B;
        background: url(images/bullethover.gif) no-repeat top left;    
}
#sidebar a{
	color:#336E8B;
	text-decoration:none;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar p a{
	color:#336E8B;
	text-decoration:underline;
}
#sidebar p a:hover{
	text-decoration:none;
}
#sidebar form{
	padding:0px 0px;
	height:30px;
}
#s{
	float:left;
	width:110px;
	height:16px;
	padding:2px 0px 0px 4px;
	margin:0px 0px 4px 0px;
	border:#B5DC10 solid 1px;
	background:none;
}
#searchsubmit{
	float:right;
	width:46px;
	height:20px;
	text-align:center;
	border:#B5DC10 solid 1px;
	background:none;
}
#content{
	float:right;
	width:506px;
	padding:0px 27px 0px 0px;
}
#content h2{
	color:#336E8B;
	font-size:16px;
	text-transform:uppercase;
	padding:2px 10px;
	margin:10px 0px 2px 0px;
        clear:both;
}
#content h2 a{
	color:#336E8B;
	text-decoration:none;
}
#content h2 a:hover{
	text-decoration:underline;
}
.entry{
	padding:0px 10px;
}
.entry p{
	margin:0px 0px 10px 0px;
}
.entry a{
	color:#336E8B;
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry strong{
	font-style:italic;
}
.not_found form{
	width:166px;
	padding:12px 0px 0px 0px;
}
.postmetadata{
	height:20px;
	padding:0px 10px;
	text-align:right;
}
.postmetadata a{
	color:#336E8B;
	font-weight:bold;
	text-decoration:none;
}
.postmetadata a:hover{
	text-decoration:underline;
}
.commentlist{
	clear:left;
	margin:8px 10px 20px 10px;
}
.commentmetadata{
	height:24px;
}
.comment_author{
	float:left;
	font-size:11px;
	text-transform:uppercase;
}
.comment_date{
	float:right;
}
#commentform{
	padding:8px 0px 0px 10px;
}
#commentform label{
	float:left;
	clear:left;
	width:60px;
	line-height:24px;
}
#author, #email, #url, #comment{
	width:410px;
	height:16px;
	padding:2px 0px 0px 4px;
	border:#FFC0C0 solid 1px;
	margin:0px 0px 4px 0px;
	background:none;
}
#comment{
	float:right;
	overflow:auto;
	width:470px;
	height:100px;
	margin:0px 0px 10px 0px;
}
#submit{
	float:right;
	clear:both;
	cursor:pointer;
	border:#FFC0C0 solid 1px;
	background:none;
	text-align:center;
}
#footer{
	background:url(images/footer.gif) no-repeat;
	height:78px;
	padding:0px 0px 0px 0px;
}
#footer p{
	color:#336E8B;
	text-align:center;
}
#footer a{
	color:#336E8B;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.clearer{
	height:0px;
	overflow:hidden;
	clear:both;
}
