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


#container {
	margin: auto auto auto auto; 
	width: 800px; 
	padding: 0;
}

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

#billboard, #popular {
	text-align: left;
	padding: 10px 0 10px 0; 
	display: none;
}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	display: none;
}

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





.miniCalJump, .miniCalTable {
  font-family: Courier, monospace;
}

#nav-top, #nav-bottom {
  display: block;
}

.miniCalTable {
  width: 200px;
  height: 235px;
  
}




/* listing */

.eventListWrapper {
  margin-bottom: 22px;
  clear: both;
}

.eventListThumb {
  float: left;
  width: 120px;
  margin-right: 20px;
}

.eventListThumb img {
  width: 100px;
  height: 100px;
}

eventListDetails {
  float: left;
}

.eventDateTitle {
  border: 0px;
  color: black;
  font-size: 16px;
  margin-bottom: 8px;
}

.eventListTitle, .eventListTitleHL {
  line-height: 20px;
  margin-bottom: 2px;
}

a.eventListTitle {
  text-decoration: none;
  font-weight: bold;
  color: #d32823;
}

a.eventListTitle:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ff6600;
}

.eventListTime, .eventListTimeHL {
  margin-bottom: 2px;  
  font-weight: bold;
}

.eventListDesc p, #eventDetailDesc p {
  font-size: 11x !important;
  font-family: Arial, Helvetica, sans-serif !important;
}





.eventListTime, .eventListTitle, .eventListTimeHL, .eventListTitleHL {
  width: 100%;
  background-color: transparent;
  line-height: 20px;
  float: none;
  font-size: 18px;
}

.eventListDots {
  height: 6px;
  width: 636px;
  background-image: url(images/dots-large.png); 
  background-repeat: no-repeat;
  margin-top: 16px;
}



/* DETAIL */

#eventDetailTitle{clear: both;font-size: 14px;font-weight: bold;
	color: #000000;padding: 15px 0px 0px 0px;}
	
#eventDetailDesc{clear: both;color: #000000; padding: 10px 0px 10px 0px;}	


* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; 
}

body {
  
	
  /*
  background-image: url(images/bg-container.png); 
  background-repeat: both;  
  */
  font-family: Arial, Helvetica, sans-serif !important; 
  background-color: #E0CDB1;;
}

body {
  
  background-image: url(images/bg-page.jpg); 
  background-repeat: no-repeat;
	
}

#header {
  padding-top: 10px;
  height: 157px;
}
  

#primary-nav {
  float: left;
  padding-left: 10px;
}

#primary-nav img {
  display: block;
  float: left;
}

#secondary-nav {
  position: absolute;
  left: 830px;
  top: 45px;
  width: 153px;
  
}

#secondary-nav img {
  display: block;
  float: left;
}


#home-button {
  float: left;
  margin-top: 10px;
  width: 15px;
  height: 90px;
}

#content {
  width: 1000px;
}



#calendar-widget {
  margin: 15px 0px 20px 35px;
  width: 200px;
  height: 235px;
  background-color: white;
}

#calendar-links {
  margin-top: 20px;
  margin-left: 30px;
  width: 200px;
  height: 300px;
  text-align: center;
}

#minical-content {
  float: left;
  width: 300px;
}

#events-content {
  width: 650px;
  float: left;
}


#footer {
  background-image: url(images/footer.png); 
  background-repeat: no-repeat;
  height: 45px;
  width: 513px;
}




img { border: 0px;}

#sponsors { margin-top: 30px; }








