/* site colors are as folows:
#E7E724 yellow
#fe9133 orange
#82F33C green
#FF9F16 my orange
#0048FF blue
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#E7E724;	
	font-family:arial,sans-serif;
	font-size:small;

}

h1 { 
	font:1.5em  arial,georgia,serif;
	margin:0.5em 0;
}

h2 {
	font:1.25em arial,georgia,serif; 
	margin:0 0 0.5em;
	font-weight:bold;
}

h1, h2{
		color:#000000;
}

a {
	color:#fe9133;
}

a:hover{
	color:#82F33c;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

.menu{
	background:#82F33c;
	width:800px;
	padding-bottom:3px;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px; 
}

.menu a{
	color:#000000;
	text-decoration:none;
}

.menu a:hover{
	color:#ffffff;
	background-color:#fe9133;
	padding-top:3px;
	padding-bottom:3px;
}

.legal{
	font-style:italic;
	font-size:11px;
	font-family:Arial, sans-serif;
}

.shout{
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	color:#fe9133;
}

.spotlight{
	border:2px;
	border-color:#fe9133;
	border-style:solid;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.style1{
	color:#8940C6;
}

.red{
	color:#CC3300;
}

.green{
	color:#006600;
}

/* Schedule style */
.main {
width:100%;
border:1px solid black;
}

.month {
background-color:#fe9133;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#E7E724;
font:bold 12px verdana;
color:#000000;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: #eeeeee;
padding: 2px;
text-align:center;
}

.days #today{
font-weight: bold;
color: red;
}
/* end calendar style */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#ffffff;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-style:solid;
	border-width:2px;
	border-color:#000000;
}

div#header {
	/* background-image:url(../images/fuzion_header_blue.jpg);*/
	background-color:#fe9133;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#content p {
	text-align:justify;
	padding:0 1em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fe9133;
	color:#ffffff;
}

div#footer p {
	padding:1em;
	margin:0;
}

.chart{
	font-size:10px;
	color:#666666;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
}

.chart th, b{ 
	font-size:12px;
	color:#000080;
}

.current{
	color:#0000ff;
	text-decoration:none;
}

.chart_cell{		
	font-size:10px;
	color:#666666;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
}

.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-left:40px;
	margin-right:5px;
	margin-bottom:10px;
}

.slideshow img{ /*CSS for each image tag*/
	border: 0;
	width: 180px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 800px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
margin-bottom: 3px;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

/** Event Calendar style **/
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

/*A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{ background-color:#FFF }*/

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#2663E2; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }

