/*
	Helios Calendar - Professional Event Management System
	Copyright ??? 2007 Refresh Web Development [http://www.refreshwebdev.com]
	
	Developed By: Chris Carlevato <chris@refreshwebdev.com>
	
	For the most recent version, visit the Helios Calendar website:
	[http://www.helioscalendar.com]
	
	License Information is found in docs/license.html
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
body {
	margin: 0;
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #c9c594;
}

#header { 
	text-align: center;
}
#container {
	margin: 0 auto; 
	width: 868px; 
	text-align: left;
	background-image: url(../images/masthead/masthead-bgshadow.gif);
	background-repeat: repeat-y;
	background-position: center 0;
}	

#mainbody {
	float: left;
	display: inline;
	background-color: white;
	margin: 0 34px;
	padding: 0 16px 8px;
}
#mainbody .footer {
	clear: both;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#mainbody .footer a, #mainbody .broughttoyouby a {
	margin: 0;
	padding: 0;
	color: #771f19;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}
#mainbody .footer a:hover {
	color: #c9c594;
	text-decoration: none;
}
.broughttoyouby {
    border-top: 1px solid #ccc; 
	text-align: center;
}
.broughttoyouby p {
	color: #771f19;
	font-weight: bold;
	font-size: 10px;	
}
#mainbody .broughttoyouby a:hover {
	color: #ab9344;
	text-decoration: none;
}
#mainbody .broughttoyouby a {
	color: #771f19;
	text-decoration: underline;
}
#top_nav {
}
#content {
	float: left; 
	text-align: left; 
	width: 558px;
	display: inline;
	border-right: 1px solid #ccc;
}
#content .pad {
	padding-right: 12px;
}
#controls {
	float: right;
	width: 192px;
	display: inline;
	margin-left: 12px;
}
#billboard,
#popular {
	text-align: left;
}
#rssLinks {
	margin: auto;
}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
table, form {
	margin-top: 0;
}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	background: #FFFFFF;}
	
h1 {
	margin: 0 0 6px;
	font-size: 20px;
	line-height: 20px;
}

h2 {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

.pagehead {
	margin-bottom: 19px;
	padding-top: 7px;
    border-bottom: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
	
}
#menu {
	margin-bottom: 12px;
}
.marginbottom0 {
	margin-bottom: 0;
}
