/*
	Helios Calendar - Professional Event Management System
	Copyright � 2004-2009 Refresh Web Development [www.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 SLA
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/

/*	Replicated Default Classes
	Override Helios Default Styles
	*/


/* CUSTOM EDIT: Hide sidebars "Most Popular Events" and "Newest Events" */
#popular, #newest {
	display:none;
}
/* END CUSTOM EDIT*/

#menu ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding-left: 0px;
	text-align: left;
}

#menu ul li{
	display:block;
	float:left;
	border-left:3px solid #AEAEAE;
}

#menu ul li:hover{
	border-left:3px solid #3D3F3E;
}

a.eventMenu{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#330066;
	padding:0 10px;
}

a.eventMenu:hover{
	text-decoration:none;
	font-size:12px;
	background-color:#330066;
	color:#FFFFFF;
	padding:0 10px;
}

ul.rssLinks li{
	display:block;
	float:left;
	padding-left:5px;
}

.rssLinksAll{
	float:left;
	background-image:url(../images/rss/feedIcon.gif);
	background-repeat:no-repeat;
	padding:1px 5px 4px 20px;
}

.rssLinksNew,.rssLinksBillboard,.rssLinksPopular{
	background:none;
	float:left;
	padding:1px 5px 4px 5px;
	border-left: dotted 1px #666666;
}

.iCalLinksSubscribe{
	clear:both;
	display:none;
}

.login{
	text-align:right;
	padding:5px;
	width:72%;
	
}

/*	End Replicated Classes	*/

/*	Classes Unique to Default Template
	*/
html, body {
	margin: 0;
	padding: 0;
	background:#ffffff;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#menu {
	text-align:center;
	width:100%;
	height:25px;
}

#container {
	margin: auto auto auto auto;
 	width: 950px;
 	padding: 0;
	color: #000000;
	background:#ffffff 
}

#content {
	float: left;
 	text-align: left;
 	padding: 5px;
	width: 72%;
	background:#FFFFFF;
}

#controls {
	float: left;
	padding: 0px 0px 5px 15px;
	width: 25%;
}

#categories{
	float:left;
	width:25%;
}

#core{
	float:left;
	width:70%;
}

#language {
	text-align: center;
	padding: 10px 0 15px 0;
}

#billboard,#popular,#newest{
	text-align: left;
	padding: 10px 0 10px 0;
}

#rssLinks {
	width: 760px;
 	padding: 0;
	margin: auto auto auto auto ;
 }

#copyright {
	clear: both;
 	color: #666666;
	padding: 5px 0px 5px 0px;
	line-height: 17px;
}

a.copyright,a.copyrightR {
	text-decoration: none;
	color: #666666;
}

a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
}

a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
}

.listHeader{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #330066;
}

.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;
}

a.twitter{
	color:#330066;
}
h1 {
	font-size:18px;
	}
