/*  
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: transparent;
}

body { 

}

#hd {     

}

#bannerimg h1 {
	display: none;
}

#bannerimg {
	background: url('images/header-inside.jpg');
	height: 165px;
}



.description {
	display: none;
}

#search {
	background: url('images/search.gif') -10px 0px;
	height: 45px;
}

#searchbox {
	padding-top: 8px;
	padding-left: 26px;
}

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


#custom-doc {
	width: 940px;
}

.bd ol, ul, dl {
	margin-left: 1em;
}

.yui-skin-sam .yuimenubaritemlabel {
	padding: 0 31.5px;
	font-weight: bold;
}

.yui-skin-sam .yuimenubaritem-selected, .yui-skin-sam .current_page_parent, .yui-skin-sam .current_page_item {
	background: #6D6D6D;
	color: #000;
}

.yui-skin-sam .yuimenubaritem-selected a, .yui-skin-sam .current_page_parent a, .yui-skin-sam .current_page_item a {
	color: #000;
}

ul#navlist {
	margin-left: 0;
	margin-right: 0;
}

#bottom-news h2 {
	color: #fff;
	background: #07532d;
	padding: 5px 15px;
	margin-bottom: 0;
}

#bottom-news #blog .content {
	background: #dfe9e4;
	padding: 5px;
}

#bottom-news #news h2 {
	margin-bottom: 5px;
}

#bottom-news #featured li, #bottom-news #blog li {
	list-style: none;
	margin-bottom: 0.5em;
}

#bottom-news a {
	color: #000;
}

#bottom-news #news .jcarousel-skin-tango {
	background: url('images/news.gif') no-repeat;
}

.post h4 {
	font-size: 122%;
	padding-bottom: 15px;
}

.post h4 a {
	color: black;
	text-decoration: none;
}

.yui-t2 .yui-b {
	width: 230px;
}

.yui-t2 #yui-main .yui-b {
	margin-left: 250px;
}

#sidebar {
	background: url('images/sidebar-bck.gif') repeat-y;
	min-height: 556px;
	
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 1em;
	list-style-image: url('images/green-arrow.gif');
	
}

#sidebar ul li a {
	font-size: 114%;
	text-transform: uppercase;
	font-weight: bold;
	color: #07532D;
	text-decoration: none;
}


#sidebar ul li.current_page_item a {
	color: black;
}

#list-items {
	padding-left: 30px;
	width: 218px;
}

#ft {
	border-top: 4px solid #000;
	margin-top: 10px;
}

#ft p {
	padding-top: 10px;
}

#foot-left {
	padding-left: 12px;
}

#foot-right {
	font-weight: bold;
	padding-left: 163px;
}

/* Form Stuff */
#li--12items label {
	width: 560px;
}

/* Gallery Stuff */
.ngg-galleryoverview, #ngg-galleryoverview-nav {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
}

li.ngg-gallery-thumbnail-box {
	width: 125px !important;
}

#ngg-galleryoverview-nav .prev {
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 5;
}

#ngg-galleryoverview-nav .next {
	position: absolute;
	top: 30px;
	left: 670px;
	z-index: 5;
}

.ngg-galleryoverview li img {
	margin-left: 5px;
	margin-right: 5px;
}

