/*
	Helios Calendar - Professional Event Management System
	Copyright © 2004-2008 Refresh Web Development [www.RefreshMy.com]
	
	Developed By: Chris Carlevato <support@refreshmy.com>
	
	For the most recent version, visit the Helios Calendar website:
	[www.HeliosCalendar.com]
	
	This file is part of Helios Calendar, usage governed by 
	the Helios Calendar EUL found at www.HeliosCalendar.com/license.pdf
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
html, body {
	margin: 0;
	padding: 0px 0 10px 0;
	background-image:url(../../../images/bkgrndlines.jpg); /* Added by lauracastro.com */
/*	background: #EFEFEF; */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Modified by lauracastro.com before it was Verdana, sans-serif;  */
	font-size: 11px;
	}
#container {
	margin: 0px; /* Modified by lauracastro.com before it was auto auto auto auto  */
	/* // ### START: Added/Modified by Laura Castro ### // */
	/* ORIGINAL: width: 775px; /* Modified by lauracastro.com before it was 800px */
	width: 990px;
	/* // ### END: Added/Modified by Laura Castro ### // */
	padding: 0;
/*	border: 1px solid #CCCCCC; */
	background-color: #000000; /* Modified by lauracastro.com before it was #FFFFFF */
	color: #000000;
	}
	/*Section added by lauracastro.com */
#controls {
	margin:0 0 20px 12px; /* Modified by lauracastro.com before it was margin-left: 17px; */
	float: left;
/*	padding: 0px 5px 5px 5px; */
	width: 205px;  /* Modified by lauracastro.com before it was 25%; */
	display:inline; /* Added by lauracastro.com */
	text-align:left; /* Added by lauracastro.com */
	vertical-align:top; /* Added by lauracastro.com */
	/*text-indent: 5px;  Added by lauracastro.com */
	}
/* // ### START: Added/Modified by Laura Castro ### // */
#controlsRight {
	margin:0 8px 20px 0px; /* Modified by lauracastro.com before it was margin-left: 17px; */
	float: right;
/*	padding: 0px 5px 5px 5px; */
	width: 205px;  /* Modified by lauracastro.com before it was 25%; */
	display:inline; /* Added by lauracastro.com */
	text-align:left; /* Added by lauracastro.com */
	vertical-align:top; /* Added by lauracastro.com */
	/*text-indent: 5px;  Added by lauracastro.com */
	}
/* // ### END: Added/Modified by Laura Castro ### // */
#language {
	background: #993300; /* Added by lauracastro.com */
	width: 203px;  /* Added by lauracastro.com */
	text-align: center;
/*	padding: 10px 0 15px 0; */
	margin-bottom:5px;  /* Added by lauracastro.com */
	overflow:hidden;  /* Added by lauracastro.com */
	padding: 10px 0 10px 0;
	}

#billboard{
	background: #FFCC00; /* Added by lauracastro.com */
	width: 203px;  /* Added by lauracastro.com */
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin-bottom:5px;  /* Added by lauracastro.com */
	overflow:hidden;  /* Added by lauracastro.com */
	}
/* // ### START: Added/Modified by Laura Castro ### // */
#categories{
	background: #ffcc99; /* Added by lauracastro.com */
	width: 203px;  /* Added by lauracastro.com */
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin-bottom:5px;  /* Added by lauracastro.com */
	overflow:hidden;  /* Added by lauracastro.com */
	}
div.categoryDiv{
	background: #ffcc99; /* Added by lauracastro.com */
	/*width: 203px;  /* Added by lauracastro.com */
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin-bottom:5px;  /* Added by lauracastro.com */
	/*overflow:hidden;  /* Added by lauracastro.com */
	}
#locations{
	background: #FFCC00; /* Added by lauracastro.com */
	width: 203px;  /* Added by lauracastro.com */
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin-bottom:5px;  /* Added by lauracastro.com */
	overflow:hidden;  /* Added by lauracastro.com */
	}
/* // ### END: Added/Modified by Laura Castro ### // */
#popular {
	background: #FFCC99; /* Added by lauracastro.com */
	width: 203px;  /* Added by lauracastro.com */
	text-align: left;
	padding: 10px 0 10px 0;
	margin-bottom:5px;  /* Added by lauracastro.com */
	overflow:hidden;  /* Added by lauracastro.com */
	}
#useful_links { /* Added by lauracastro.com */
	background-color:#969A52;
	margin-bottom:5px;
	width:203px;
	}	
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#hcMainArea {
	width: 557px; /* Modified by lauracastro.com before it was 70% */
	float: left; 
	border: none; 
	text-align: left;
	margin: 0px; 
	display: inline;
	background-color: #ffcc00; 
}
#hcEventsNewsletterArea {
	background-color:#cc6600;
	background-image: none;
	width: 220px; 
	float: left; 
	border: none; 
	text-align: left;
	margin: 0px; 
	display: inline;
}
#hcEventsMusicArea {
	background-color:#cc6600;
	background-image: none;
	width: 220px; 
	float: left; 
	border: none; 
	text-align: left;
	margin: 0px; 
	display: inline;
}
#hcEventsHomeArea {
	background-color:#cc6600;
	background-image: none;
	width: 220px; 
	float: left; 
	border: none; 
	text-align: left;
	margin: 0px; 
	display: inline;
}
#hcEventsArtsArea {
	background-color:#cc6600;
	background-image: none;
	width: 220px; 
	float: left; 
	border: none; 
	text-align: left;
	margin: 0px; 
	display: inline;
}

#hcEventsArea-content {
	padding: 2px; 
	background-color:#cc6600;
	}

		/*Ends Section added by lauracastro.com */	
#hcMainArea-content {
	padding: 10px; /* Modified by lauracastro.com before it was 5px */
 /*	float: right; Modified by lauracastro.com before it was left 
	text-align: left; 
	width: 70%;  Modified by lauracastro.com before it was 72% 
	background: #ffcc00;  Added by lauracastro.com */
	}
#controls h3 {
			font-size: 16px;
			color: #000000; 		
			width: 180px;
			margin: 5px 0 10px 5px;
			font-weight: bold; 	
		}
	#controls ul {
		list-style-type: none;
		margin: 0 0 10px 5px;
		padding: 0;
	}
	#controls li {
		margin: 4px 0 0 5px;
	}	
	#controls a {
		text-decoration: none;
		color: #000000; /* Modified by Laura, before it was 333 */
	}
	#controls a:hover {
		text-decoration: underline;
		color: #990000; /* Modified by Laura, before it was 06F */
	}
#copyright {
	clear: both; 
	color: #000000; /* Modified by lauracastro.com before it was 666666 */
	background: #000000; /* Modified by lauracastro.com before it was FFFFFF */
	padding: 5px 0px 5px 15px;
	line-height: 5px;  /* Modified by lauracastro.com before it was 17px */
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #000000; /* Modified by lauracastro.com before it was 666666 */
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #990000; /* Modified by lauracastro.com before it was FF6600 */
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #990000; /* Modified by lauracastro.com before it was 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: #000;  /* Modified by lauracastro.com before it was 333 */
	vertical-align: center;
	}
#twitter_div{border: solid 1px #CCCCCC;}
.twitter-title{font-size:11px;padding-left:5px;}
#twitter_update_list{padding:0px;list-style:none;}
#twitter_update_list li{padding:5px 5px 5px 5px;}