/*
Theme Name: City of Groveland
Theme URI: http://power1.com/
Description: The theme for City of Groveland.
Version: 1.0
Author: Kathryn McCallum for PowerOne Internet
Author URI: http://power1.com/
*/

body{
	background:url(images/bg.jpg) no-repeat top left;
	background-color:#fee393;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#565349;
}
h1{
	font-size:2em;
}
h2{
	font-size:1.5em;
}
#shell{
	width:1023px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	margin-top:75px;
	background:url(images/content_bg.gif) repeat-y;
}
#contentTop{
	background:url(images/content_top.jpg) no-repeat;
	height:318px;
}
#logo{
	margin-top:-370px;
	margin-left:24px;
	width:536px;
	height:108px;
	background:url(images/logo.png) no-repeat;
}
#maincontent{
	float:left;
	width:545px;
	margin-left:20px;
}
#imageheader{
	background:url(images/image_bg.jpg) no-repeat;
	height:318px;
	padding-left:42px;	
}
#ticker{
	background-color:#fee393;
	height:33px;
	padding-top:12px;
	padding-left:5px;
	padding-right:5px;
}
#sidebar{
	width:450px;
	float:right;
}
#nav{
	width:120px;
	float:left;
	padding-left:5px;
	margin-top:-37px;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:-1px;
}
#nav ul li{
	position : relative;
	float : left;
	line-height : 1.25em;
	width: 126px;
}
#nav li ul ul{
	position : absolute;
	left: -999em;
	margin-left : 136px;
	margin-top : -2.8em;
	width:150px;
}	
#nav li ul ul ul {
	left: -999em;
	margin-left : 160px;
}
#nav li ul ul ul ul {
	left: -999em;
}
#nav li a {
	width: 126px;
	height:26px;
	display : block;
	color : #678f7a;
	font-weight : bold;
	font-size:10px;
	text-decoration : none;
	background-color : #fee393;
	padding: 5px;
	padding-top:4px;
	border-bottom:white 1px dotted;
	}
#nav li ul ul a{
	width:150px;
}
#nav li a:hover {
	color : #fee393;
	background-color: #678f7a;
}	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#sidebar{
	width:315px;
	float:right;
	padding-left:10px;
}
#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
}
#footer{
	clear:both;
	background:url(images/content_bottom.gif) no-repeat bottom;
	height:72px;
	text-align:center;
	padding-top:135px;
}
.padding-right{
	padding-right:5px;
}
.search{
	background-color:#fee393;
	border:1px solid #f6d060;
	padding:2px;
	color:#678f7a;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */