@import "reset.css";
@import "menu.css";
@import "print.css" print;
html {
	margin-bottom:1px;
	min-height:100%;
	}
body {
	font-size:76%; 
	font-family:Arial, Verdana, sans-serif;
	}

/* Headings, Text, and Links
---------------------------------------- */	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#005596; 
	margin-bottom:5px;
	}
h1 {font-size:1.6em;}
h2 {font-size:1.3em;}
h3 {font-size:1.2em; margin:0;}
h4 {font-size:1.1em;}
h5 {font-size:1.0em;}
h6 {font-size:.9em;}

.maxq {
text-align:center;
margin:0 auto;}
p {font-size:1em; margin-bottom:10px;}	
.breadcrumb {font-size:9em;}
a:link, a:visited {text-decoration:none; color:#0066CC;}	
a:hover {text-decoration:underline; color:#0066CC; }
	
strong {
	font-weight:bold;
	}
.date {
	color:#999999;
	font-style:italic;
	}		
.red {
	color:#FF0000;
	font-style:italic;
	}
.floatleft {
	float:left;
	margin:10px;
	border:1px solid #ccc;
	padding:7px;
	}	
.floatright {
	float:right;
	margin:10px;
	border:1px solid #ccc;
	padding:7px;
	}
			
/* Layout
---------------------------------------- */	
#page {
	width:100%;
	background:#FFFFFF url(../images/page_bg.gif) repeat-x top left; 
	position:relative;
	}
.wrap {
	width:780px;
	margin:0 auto;
	position:relative;
	}
.wrapbg {
/*	background:#FFFFFF url(../images/leftcol_bg.gif) repeat-y top left; 
*/
background-image:url(../images/shadow.png);
background-repeat:repeat-y;	
background-position: top -10px;
position:relative;

	}	
/* Site Index
---------------------------------------- */		
#topbox {
	background-color:#E2E9D3;
	background-image:url(../images/topbox_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
	}
#topbar {
	height:5px;
	background-color:#E2E9D3;
	position:relative;
	z-index:1;
	}
#topbar img {
	background-color:#D3BE96;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	}
dl {
	float:left;
	padding:10px 0pt 5px;
	width:19.5%;	
	} 
dt {
	font-size:105%;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding:0pt 10px;
	} 
dd {
	font-size:90%;
	margin:0pt;
	padding:3px 10px;
	} 
dl.last {
	background:transparent none repeat scroll 0%;
	width:13%;
	}			
	
/* Header
---------------------------------------- */
#header {
	height:100px;
	background-color:#F4F7E8;
	width:100%;
	position:relative;
	}
#header ul {
	position:absolute;
	bottom:10px;
	right:0;
	}
#header li {
	display:inline;
	padding:0 5px 0 5px;
	}		
#intro {
	width:780px;
	height:150px;
	position:relative;
	margin-left:10px;
	background-color:e8eefd;
	}
	
	#intro2 {
	width:780px;
	height:300px;
	position:relative;
	margin-left:10px;
	background-color:e8eefd;
	}
#intro h1 {
	font-weight:bold;
	display:block; 
	font-size:1.5em;
	line-height:2em;
	height:2em;
	padding:0 15px 0 15px;
	color:#005596;
	background-color:#FFFFFF;
	position:absolute;
	bottom:5px;
	right:0;
	z-index:10;
	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
  	/* for Mozilla */
  	-moz-opacity:0.8;
	}	

/* Left Column
---------------------------------------- */	
#leftcol {
	float:left;
	width:200px;
	position:relative;
	padding:10px 0;
	min-height: 100%;
	}
#leftcol .nav {
	width:180px;
	margin:0 auto;
	}
#leftcol ul.left {
	float:left;
	}
#leftcol ul.right {
	float:right;
	}	
#leftcol li {
	}
#leftcol h1 {
	font-size:1.3em;
	text-align:center;
	}	
#leftcol p {
	margin:0;
	padding:0 10px 5px 15px;
	}
#leftcol .newsletter {
	margin:0 auto;
	text-align:center;
	}
.newsletter .submit {
	float:right;
	margin-right:25px;
	}			
.line {
	border-bottom:1px solid #ccc;
	width:85%;
	margin:10px auto;
	display:block;
	clear:both;
	}		
.sponsors {
	height:125px;
	width:175px;
	margin:0 auto;	
	border: solid 1px #E4E4E4;
	}		
.leftbox {
	width:170px;
	margin:0 auto;	
	}	
/* Right Column
---------------------------------------- */		
#rightcol {
	float:right;
	width:560px;
	position:relative;
	padding:10px 16px 10px 1px;	
	margin-right:2px;
	}
#rightcol p  {
	margin:8px 0 8px 0;
	}
#rightcol ul {
	list-style:disc;
	}	
#rightcol li {
	margin:2px 0 2px 45px;	
	}
*html	#rightcol {
	float:left;
	width:560px;
	position:relative;
	padding:10px 14px 10px 10px;	
	margin-left:-10px;
	}	
	
/* Footer
---------------------------------------- */	
#footer {
	clear:both;
	border-top:1px solid #ccc;
	margin:0 0 100px 0;
	position:relative;
	font-size:10px;
	color:#999999;
	}	
#footer a {
	color:#999999;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}	
#footer ul {
	margin:5px auto;
	width:85%;
	text-align:center;
	}
#footer li {
	display:inline;
	padding:0 5px 0 5px;
	}			
#footer p {
	position:absolute;
	left:0;
	top:0;
	}
#footer img {
	position:absolute;
	right:0;
	top:5px;
	}				
	
/* Misc
---------------------------------------- */		
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}	
.clear {
	clear:both;
	}	
form label {
	color:#666666;
	display:block;
	margin:5px 0 5px 0;
	font-size:120%;
	}
form input {
	margin:0 0 0 0;
	}	
form br {
	clear:left;
	display:block;
	margin-bottom:5px;
	}
	
/* Tables
---------------------------------------- */	
table.calbox {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #fafafa;
	text-align:center;
	margin-bottom:15px;
	font-size:12px; 
	font-family:Arial, Verdana, sans-serif;
	}
table.calbox td, table.calbox tr, table.calbox th {
	border: 1px dotted #ccc;
	text-align:center;
	}	
table.calbox th {
	background:#EDF0F5;
	font-weight:bold;
	}	
table.calbox .title {
	font-size:14px; 
	font-family:Arial, Verdana, sans-serif;
	background:#EDF0F5;
	font-weight:bold;
	}
				
/***
 ***  Calendar
 ***/
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
  margin:0 auto;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
#wp-calendar table {
 width:70%;
 margin:0 auto;
 border-spacing:3px;
 border-collapse:separate;
}

#wp-calendar #prev {
  text-align:left;
}

#wp-calendar #next {
  text-align:right;
}

.ec3_eventday a {
 color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
 padding:1px;
 border:none;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {

 word-spacing:-1px;
 letter-spacing:-0.2px;
 color:#800;
}

.ec3_list li {
 font-size:1em !IMPORTANT;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }

.widgettitle{margin-top:10px;}	
caption {
margin:0 auto;}
.leftbox2 { width:220px;
background-color:#8a9abe;
float:left;
padding:5px;
color:#FFF;
height:150px;
margin-left:30px;
font-size:14px;
border: dotted 2px #0c59cc;
}

.rightbox { width:220px;
background-color:#b0dbb0;
float:right;
padding:5px;
color:#FFF;
height:150px;
margin-right:30px;
font-size:14px;
border: dotted 2px #090;
}
.event {
	background-color:#e3f8e3;
	border:1px solid #b0dbb0;
	padding:30px;
	margin:8px 0;
}
.infobox {
	background-color:#fffee7;
	border:1px solid #ede9aa;
	padding:30px;
	margin:8px 0;
}
