/*
	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
	*/
#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:#3D3F3E;padding-left:3px;padding-right:7px;}
a.eventMenu:hover{
	text-decoration:none;
	font-size:12px;
	background-color:C49A6B;
	color:#FFFFFF;
	padding-left:3px;
	padding-right:7px;
}
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:98%;}
/*	End Replicated Classes	*/

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

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-color: #666699;
}
#menu {text-align:center;width:100%;height:25px;}
#container {
	margin: auto auto auto auto;
	width: 850px;
	padding: 0;
	color: #000000;
}
#content {float: left; text-align: left; padding: 5px;width: 98%;background:#FFFFFF;border: solid 1px #666666;}
#controls {float: left;padding: 0px 5px 5px 5px;width: 25%;}
#categories{float:left;width:25%;}
#core{float:left;width:100%;}
#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;padding: 5px 0px 5px 0px;line-height: 17px;}
a.copyright,a.copyrightR {text-decoration: none;color: #666666;}
a.copyright:hover {
	text-decoration: underline;
	color: C49A6B;
}
a.copyrightR:hover {
	text-decoration: underline;
	color: #000066;
}
.listHeader{
	font-family:Garamond, Georgia, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000066;
}
.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:#000066;
}

.twoColFixLtHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #C49A6B;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr  #containeroutside {
	width: 875px;
	margin: 0 auto;
	text-align: center;
	background-color: #999999;
	padding-top: 10px;
	border: 3px solid #666666;
} 
.twoColFixLtHdr #header {
	margin:auto
	padding: 0 px;
	background-image: url(images/mainbackgroundimage.gif);
	text-align: center;
	min-height: 165px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(images/mainbackgroundimage.gif);
}
.twoColFixLtHdr  #topmenuheader {
	padding: 0 px;
	background-image: url(images/mainbackgroundimage.gif);
}
.twoColFixLtHdr  #slideshowheader {
	background-color: #FFFFFF;
	padding: 0;
	height: 200px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	padding: 0px;
	}
.twoColFixLtHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	margin-right: 8px;
	margin-left: 190px;
	border-left-color: #666666;
	border-left-width: thin;
	border-left-style: solid;
	margin-top: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #000000
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
