/*This is not a comprehensive list of the classes and id's available, only the ones
I end up using the most.  This is only a guide and you can style as much or as
little as you'd like.*/


/*/////////////////////////////////////////////////////////////////////////////
BACKGROUND & GENERAL PROPERTIES
//////////////////////////////////////////////////////////////////////////////*/
html, body {
	
}
body {
	background-color: #FEE79B;				
	color: black;
	font-size: 90%;
}

div#header_content_footer_wrapper {
	width: 740px;
	background-color: white;
	color: black;
	position: relative;
	margin: auto;
	border: solid 10px white;
}


a {	
	color: #000;
}

a img {
	color: #000;
	border-color: #000;	
}

/*//////////////////////////////////////////////////////////////////////
HEADER & SITE PHOTO

If you want the user not to be able to change the main photo and/or
site title, place "display: none" in the style for that element.
//////////////////////////////////////////////////////////////////////////*/

div#header {	
	color: white;		
	background-color: #FA7506;	
	border-bottom: solid 10px white;
}

div#header h1 {
	text-align: center;
	padding-top: 50px;	
	position: relative;	
	height: 95px;
}

div#header h1 img {
	display: inline;	
}	

div#site_photo {
	float: left;
	display: inline;	
	position: relative;
	z-index: 20;
	background-color: black;
}
div#site_photo img {
	display: block;
	border-bottom: solid 10px white;	
	border-right: solid 10px white;
}
/*////////////////////////////////////////////////////////////////////////////
NAVBAR:  TEASERS & MAIN MENU
///////////////////////////////////////////////////////////////////////////*/
div#navbar {
	width: 200px;
	float: left;
	clear: left;
	display: inline;	
	background-color: white;
}

div#main_menu {
	text-align: center;
	background-color: #FEB00C;			
	line-height: 1.5em;	
	width: 190px;
	margin-bottom: 10px;
	
}

div#main_menu span a {
	color: black;	
	text-decoration: none;
	padding: 4px;
	border-bottom: solid 1px #E74703;
	border-top: solid 1px #FFC60E;
	display: block;	
	width: 182px;
}
div#main_menu span a:hover,
div#main_menu span.selected a {
	color: #000;
	background-color: #FB8908;
	padding: 6px 4px 2px 4px;
	border-top: solid 1px #E74703;
	border-bottom: solid 1px #FFC60E;
}

div.teaser_heading {
	color: white;
}

div.teaser {
	background-color: #FDA60B;
	color: black;	
	border: none;
	padding: 5px;
	width: 180px;
	margin-bottom: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
GENERAL CONTENT
//////////////////////////////////////////////////////////////////////////////*/
div#site_credit {	
}
div#content_wrapper {
	width: 530px;
	float: right;
	display: inline;
	margin-right: 5px;
	position: relative;	
}
div#content {	
	padding-top: 0px;
	padding: 0px;
}

div#content h2 {
	background-color: #FDA60B;	
	padding: .5em; 		
	color: white;
}

div.sublinks a {
}

div.sublinks a.active {
}
div.entry {
	border-bottom-color: #555 !important;;
}
div.title {
	color: black !important;
}
/*///////////////////////////////////////////////////////////////////////
FOOTER
//////////////////////////////////////////////////////////////////////*/
div#site_credit {	
}

div#footer {
	clear: both;
	background-color: #FA7506;
	color: white;
	position: relative;
	padding: 1em;
	border-top: solid 10px white;
	height: 100%; /*This is to make IE render the top border and normal top padding*/
}

div#footer a {
	color: #FEE79B;
}
/*/////////////////////////////////////////////////////////////////////////////
CUSTOM INSERTIONS
/////////////////////////////////////////////////////////////////////////////*/


