/*  
Theme Name: Small Planet v2.0
Theme URI: http://www.outofdarkness.com/
Description: The Small Planet theme. Based on YUI. Please refer to http://developer.yahoo.com/yui/grids/
Version: 2.0
Author: Andrew Jones
Author URI: http://www.outofdarkness.com/
*/

html { 
	background: #FAFEE9; 
}

body { 

}

#hd { 
    display: block;
    position:relative;
    height: 113px;
    width: 960px;
    top: 0;
    left: 0;

}

#hd h1{
	display: none;
}

#bannerimg {
	display: block;
	position: absolute;
	background-image: url('images/logo.jpg');
	height: 113px;
    width: 240px;
    top: 0;
    left: -20px;

}

#navbar {
	position: absolute;
	top: -18px;
	left: 215px;
}

#navbar ul li {
	display: inline;
	float: right;
	margin-top: 80px;
	text-transform: capitalize;
}

#navbar a {
	color: #0379AF;
	font-family: "Times New Roman";
	font-size: 16px;
	text-decoration: none;
	display: block;
	width: auto;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 35px;
}

#navbar a:hover {
	background: #E5F4B7;
}

#navbar ul li.current_page_item a {
	background: #E5F4B7;	
}

.yui-gc {
	width: 960px;
}

#top {
	background: url('images/top-bg.jpg') repeat-x;
	height:249px;
}

#top-image {
	width: 520px;
}

#top-image img {
	margin-left:18px;
}

#searchbox {
	margin-top: 20px;
	margin-left: 42px;
}

input[type="text"], input[type="password"], textarea {
	width:20.25em;
}

#top-blurb {
	background: url('images/right-col-back.jpg') no-repeat;
	width: 385px;
    height: 289px;
    
}

#top-blurb h2{
	font-family: "Times New Roman";
	font-size: 28px;
	color: #0379AF;
	font-weight: normal;
	padding-left: 44px;
}

#morenews {
	width: 335px;
	margin-left: 44px;
	margin-top: -15px;
}

#morenews a {
	text-decoration: none;
	color: #0379AF;
	line-height: 20px;
}

#left {
	width: 533px;
	margin-left: 20px;
	position: relative;
	left: 0;
	top: 0px;
}

#left h2 {
	font-family: "Times New Roman";
	font-size: 21px;
	color: #0379AF;
	font-weight: normal;
}

#left a {
	text-decoration: none;
	color: #0379AF;
}

#sidebar { 
    
    background: url('images/right-back.gif');
    background-repeat: repeat-x;
    background-color: #FDFFF5;
    width: 372px;
    margin-top: -43px;
 
}

#sidebar h2{
	font-family: "Times New Roman";
	font-size: 28px;
	color: #0379AF;
	font-weight: normal;
	padding-left: 24px;
	border-bottom: 1px solid #BCBDB6;
}

#calendar {
	width: 160px;
	padding-left: 45px;
	
}

#wp-calendar {
	margin-left: -20px;
	outline: none;
	background-color: white;
}

#wp-calendar a {
	color: #0379AF;
}

#wp-calendar table thead tr {
	background-color: #79919E;
	color: white;
}

th, td {
	border: none;
	font-weight: normal;
}

caption {
	margin: 0px;
	margin-bottom: 5px;
}

.ec3_ec {
	display: none;
}

#events {
	margin-left: 210px;
	margin-top: -217px;
	width: 150px;
	height: 200px;
}

#events ul li {
	list-style-type: none;
}

#logos {
	padding-left: 20px;
}

#main .yui-b {
    outline: 1px solid red; 

}

#linkspg li {
	list-style-type: none;
	line-height: 40px;
}

#forum .author {
	display: none;
}

#ft {
	background: url('images/footer.jpg');
	background-repeat: no-repeat;
	height: 44px;
	margin-top: 25px;
}

#ft p {
	padding-top: 6px;
	padding-left: 55px;
}

