/*

http://warmspringsgallery.com

by Matthew Campagna (http://theturninggate.com)
	copyright 2005;

===============================================

*/

body {
	color: #333;
	background-color: white ;
	text-align: center;
	font-size: small;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* DIV LAYOUT 
===============================================
*/

#wrapper {
	margin: 0;
	padding: 0;
}

#container {
	position: relative;
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	background: white;
}

#horzrule {
    width: 780px;
	height: 25px;
	background-color: white ;
}	

#title {
	background-image: url(images_design/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 780px;
	height: 130px;
	margin: 0;
	padding: 0;
}

#header {
	background-image: url(images_randomheader/rotator.php);
	background-repeat: no-repeat;
	background-position: top center;
	width: 780px;
	height: 255px;
	margin: 0;
	padding: 0;
}

#header.schedule {
	background-image: url(images_design/header_opening.jpg);
}

#page {
	font-size: 90%;
	text-align: justify;
	width: 780px;
	margin: 0;
	padding: 0;
}

#splash {
	background-image: url(images_design/wsgsplash07.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 780px;
	height: 390px;
	margin: 0;
	padding: 0;
}

#page_content {
	float: left;
	width: 500px;
	margin: 0;
	padding: 2em 15px;
}

#sidebar {
	float: right;
	text-align: right;
	width: 230px;
	margin: 0;
	padding: 1em 0 5px 0;
	font-family: Futura, Verdana, Helvetica, sans-serif;
	font-size: 140%;
}


#footer {
	background-image: url(images_bamboo/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	font-size: 90%;
	line-height: 75%;
	text-align: center;
	width: 780px;
	margin: 0;
	padding: 2em 15px;
	font-variant: normal;
}


/* GLOBAL TAGS
===============================================
*/

a {
	color: #7B9722;
	text-decoration: none;
}

a:hover {
	color: #59600E;
	background-color: #C9E048;
}

a img {
	border: 1px solid #7B9722;
}

h3.headline {
	clear: left;
	color: #000;
	font-family: Futura, Verdana, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 10px 0 3px;
	padding: 0;
}

h3.headline a {
	text-decoration: none;
	display: block;
}

select {
	color: #666;
	font-size: 90%;
}

p.space {
	clear: both;
	margin: 10px 0;
	padding: 0;
}


/* ARTICLE HANDLING
===============================================
*/

.articlebody {
	margin: 0 0 50px 0;
	padding: 0;
}

.directory {
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 0 3em 1%;
	padding: 0;
}

.directory a {
	display: block;
	font: normal 120% Futura, Verdana, Helvetica, sans-serif;
	color: #333;
}

.directory a:hover {
	color: #fff;
	background-color: #333;
}


/* TITLE TAGS
===============================================
*/

#title h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#title a {
	display: block;
	height: 174px;
	text-decoration: none;
}

#title a:hover {
	background-color: transparent;
}


/* MENU TAGS
===============================================
*/

#sidebar ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar li a {
	display: block;
	color: #000;
	margin: 0.2em 15px;
	padding: 3px 5px 2px 0;
}

#sidebar li a:hover {
	color: #fff;
	background-color: #333;
}


/* SEARCH FORM
===============================================
*/

input{
	color: #59600E;
	margin: 0;
	padding: 0;	
}

label,
legend{
	display:block;
}

fieldset{
	background-color: transparent;
	border: 0;
	margin: 20px 0;
	padding: 0;
}

#q{
	border-bottom: 1px solid #7B9722;
	border-right: 1px solid #7B9722;
	width:92px;
	margin: 0;
	padding: 2px 2px 3px 2px;
	color: #7B9722;
	font-size: 90%;
}

#search_submit{
	display:none;
	font-size: 90%;
}

#q:focus + #search_submit,
#search_submit:focus{
	display:inline;
}


/* RSSTHUMBPOP Gallery ____________________ */

.rssThumbFloat {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0 0.15% 16px;
	padding: 0;
}

.rssThumbFloat a img {
	border: 0;
}

ul#rssThumbNav {
	clear: both;
	list-style-type: none;
	width: 400px;
	margin: 0;
	padding: 0;
}

ul#rssThumbNav li {
	width: 5em;
	margin: 0;
}
ul#rssThumbNav li a {
	display: block;
	color: #59600E; 
	background-color: #C9E048; 
	padding: .2em 3px; 
	text-align: center; 
	text-decoration: none; 
}

ul#rssThumbNav li a:hover {
	color: #fff;
	background-color: #999; 
}

ul#rssThumbNav .left { float: left; } ul#rssThumbNav .right { float: right; } 

