/*
	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: #2982e7;
	color: #000000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
	}*/
html, body {
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;\
	margin:0 auto;
	padding: 0;
	}
#page {
	background:url('images/bg.jpg') repeat-x top #010308; 
	margin:0 auto;
	padding: 0;
	width:100%;
	border-left:1px solid #2d2d2e;
	border-right:1px solid #2d2d2e;
	text-align: left;
	}
#header {
	background:url('images/header.jpg') no-repeat bottom center;
	background-color: #73a0c5;
	margin: 0 0 0 0;
	padding: 0;
	height: 207px;
	width: 1000px;
	}



#content {
	font-size: 1.2em
	}
#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background:url(images/footer.jpg) repeat-x;
	height:40px;
	color:#FFFFFF;
	border-top: 1px solid #000;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
		color:#FFFFFF;
	}

#container {
	margin: auto auto auto auto ; 
	/*width: 730px; */
	width: 1000px; 
	padding: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 5px;
	width: 72%;
	}
#controls {
	float: left;
	padding: 0px 5px 5px 5px;
	width: 25%;
	}
#language {
	text-align: center;
	padding: 10px 0 15px 0;
	}
#billboard,
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #7182ff;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: 'Lucida Grande', Verdana, Arial, 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;
	}
#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;}