/*  
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 { 
	background: #8A1A13;
}

#hd { 

}

#hd {
	position: relative;
	top: 0;
	left: 0;
}

#hd #bannerimg {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 119px;
	background: url('images/hd-banner.jpg') no-repeat;
	text-indent: -9999em;
}

#hd #bannerimg #hd-search {
	position: absolute;
	display: block;
	height: 30px;
	width: 300px;
	top: 90px;
	left: 650px;
	text-indent: 0;
	text-align: right;
}

#hd #navcontainer {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 950px;
	height: 27px;
	background: url('images/hd-nav.jpg') no-repeat;
	margin-left: 28px;
	padding-top: 6px;
}

#hd #navcontainer ul {
	margin: 0;
}

#hd #marquee {
	position: absolute;
	top: 135px;
	left: 10px;
	color: #fff;
}

#hd #news-ticker {
	width: 800px;
}

#hd #marquee a {
	color: #fff;
}

#bd {
	background: #773630;
	margin-left: 28px;
}

#yui-main {
	background: #500600 url('images/home-bg.gif') repeat-x;
	height: auto;
	width: 818px;
}


#yui-main #home-images {
	position: relative;
	left: -28px;
	top: 30px;
	margin-bottom: 30px;
}

#yui-main #home-content {
	background: #fff;
	display: block;
	position: relative;
	top: 10px;
	left: -28px;
	width: 810px;
	margin-bottom: 20px;
	font-size: 114%;
	padding-top: 10px;
}

#yui-main #home-content .post {
	margin: 10px;
	padding-bottom: 10px;
}

#yui-main .post h2 {
	color: #8A1616;
	font-size: 182%;
}

#yui-main .post h2 a {
	color: #8A1616;
	text-decoration: none;
}


.yui-b { 
}


#sidebar {
    width: 104px; 
    background: #773630 url(images/side-bg.jpg) no-repeat -11px 0px;
    height: 440px;
    position: relative;
    top: 0;
    left: 0;
}

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

#sidebar ul li#sidebar-li-gallery a {
	display: block;
	width: 80px;
	height: 91px;
	text-indent: -9999em;
	position: absolute;
	top: 20px;
	left: 10px;
}

#sidebar ul li#sidebar-li-contact a {
	display: block;
	width: 80px;
	height: 91px;
	text-indent: -9999em;
	position: absolute;
	top: 135px;
	left: 10px;
}

#sidebar ul li#sidebar-li-employment a {
	display: block;
	width: 80px;
	height: 91px;
	position: absolute;
	top: 247px;
	left: 10px;
	text-indent: -9999em;
}

#sidebar ul li#sidebar-li-about a {
	display: block;
	width: 80px;
	height: 91px;
	position: absolute;
	top: 350px;
	left: 10px;
	text-indent: -9999em;
}

#page-content {
	background: white;
	position: relative;
	top: 30px;
	left: -28px;
	margin-bottom: 40px;
	width: 809px;
}

.entry {
	width: 0
	px;
}

#subpages {
	border-right: 1px solid #8A1616;
	margin-top: 20px;
}

#subpages ul {
	margin-top: 0;
}

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

#subpages ul li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.yui-t4 #yui-main .yui-b {
	margin-right: 105px;
	background: none;
	margin-left: 28px;
}

#ft {
	background: url('images/ft-bg.jpg') no-repeat;
	display: block;
	height: 27px;
	width: 950px;
	margin-left: 28px;
	text-indent: -9999em;
}
#ft ul {
	margin: 0;
}
#ft ul li {
	list-style-type: none;
}

.yui-skin-sam .yuimenubaritemlabel {
	border: none;
}

.yui-skin-sam .yuimenubaritem-selected, .yui-skin-sam .yuimenubaritem-active {
	background: none;
	color: #8a1a13;
	font-weight: bold;
}

.yui-skin-sam .yuimenuitemlabel {
	color: black;
	text-transform: lowercase;
	padding: 0 6px;
	

}

.yui-skin-sam .yuimenubaritemlabel-selected, #navlist .current_page_item a {
	color: #8a1a13;
	font-weight: bold;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: transparent; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 30px;
top: 8px;
width: 790px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
