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







/* Header Styles */ 


#banner {
	height: 127px;
	background-image: url(http://www.armorysq.org/syracuse/events/img/flash_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	margin-bottom: 3px;
} 

#home_banner {
	height: 515px;
	background-color: #000000;
	clear: both;
	margin-bottom: 3px;
} 




/* Top horizontal navigation ----------------------------------------------------------------------- */


#navcontainer {	
	float: right;
	padding: 20px 0px 0px;
	height: 22px;
	width: 642px;
	background-color: #332b20;
}
#logo {
	float:left;
}
/* IE Mac fix */
#navigation a, #navigation strong {
  float: right;
}
 






/* Global Styles ----------------------------------------------------------------------------------- */ 
#container_head {
	width: 771px;
	margin: 0px auto;
	background-color: #332b20;
	text-align: left;
}

#left {
	float: left;
	width: 241px;
	margin: 0;
	padding: 0;
}










html, body {
	background-image: url(http://www.armorysq.org/syracuse/events/template/armory_bg.gif);
	margin: 0;
	padding: 0px 0 10px 0;
	background: #000000;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	}
#container {
	margin: auto auto auto auto ; 
	width: 760px; 
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 5px;
	width: 513px;
	}
#controls {
	float: left;
	padding: 5px 5px 20px 5px;
	width: 225px;
	}
#billboard {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#valid {
	text-align: center;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright {
font-family: Verdana, sans-serif;
	font-size: 9px;	
clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright {
font-family: Verdana, sans-serif;
	font-size: 9px;	
text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR {
	text-decoration: none;
	color: #666666;
	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;
	}