@charset "UTF-8";
body  {
	font: 90% Arial, sans-serif;
	background: #000000;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center;
	color: #FFFFFF;
	font-weight:lighter;
	line-height:1.5;
	font-stretch:ultra-condensed;
	font-weight:100;
	letter-spacing:.035em;
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.thrColFixHdr #mainContent {
	clear:left;
	width:733px;
	position:relative;
	left:0px;
	top:30px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:40px;
}
#homepage-content {
	float:right;
	width:464px;
}
#category-description {
	float:right;
	width:464px;
}
#category-description-caption {
	float:right;
	width:464px;
	margin-top:-20px;
}
#category-title {
	width:265px;
	overflow:hidden;
	float:left;
	padding-top:10px;
}
.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-bottom:20px;
	margin-top:20px;
}
.fltrtone { /* 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-bottom:20px;
}
.fltrttwo { /* 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-bottom:20px;
	margin-left:20px;
	border-style:dashed;
	border-color:#29ABE2;
	border-width:thin;
}
.fltrtthree { /* 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-bottom:20px;
	border-style:dashed;
	border-color:#29ABE2;
	border-width:thin;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:20px;
	margin-top:20px;
}
.social-bookmark {
	padding-right:5px;
	border:none;
}
.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;
}
# thumbnails {
	margin-left:350px;
	float:right;
}
hr {
	border-style:dashed;
	border-color:#FF9933;
	border-width:thin;
	border-top:none;
	border-left:none;
	border-right:none;
	width:100%;
	height:1px;
}

/* ******************** NAVIGATION ********************** */

.thrColFixHdr #header {
	width:733px;
	padding-top:20px;
	margin-left:40px;
	text-align:left;
} 
.thrColFixHdr #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 */
}
.top-nav li a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.top-nav li a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.top-nav li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.index-nav li a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.index-nav li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:1000;
}
.index-nav li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}



/* ******************** SIDEBARS ********************** */

.thrColFixHdr #sidebar1 {
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	
}
.thrColFixHdr #sidebar2 {
	float:right;
	width:158px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:30px;
	height:100%;
	margin-right:50px;
}
#ads {
	border-left-style:dashed;
	border-left-color:#29ABE2;
	border-left-width:thin;
	padding-left:20px;
	height:100%;
}
#site-sponsor {
	padding-left:20px;
}
#calendar-sponsor a:link {
	color:#999999;
	text-decoration:none;
	}
#calendar-sponsor a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#calendar-sponsor a:visited {
	color:#999999;
	text-decoration:none;
	}
	
#mini-calendar {
	width:225px;
	background:#333333;
	border-style:dashed;
	border-color:#29ABE2;
	border-width:thin;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:20px;
	line-height:120%;
	font:85%;
	float:left;
	min-height:440px;
}
#main-calendar {
	width:713px;
	background:#333333;
	border-style:dashed;
	border-color:#29ABE2;
	border-width:thin;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:-10px;
	line-height:120%;
	font:90%;
	float:left;
}

/* ******************** FOOTER ********************** */

.thrColFixHdr #footer { 
	padding: 5px 20px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	margin-top: 40px;
} 
.thrColFixHdr #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 */
	line-height: 120%;
}




/* ******************** TEXT STYLES ********************** */


a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
h2.index {
	font-size:170%;
	line-height:110%;
}
h2 {
	font-size:350%;
	font-weight:100;
	color:#29ABE2;
	margin-top:00px;
	margin-bottom:0px;
}
.sIFR-hasFlash h2 {
	font-size:250%;
	font-weight:100;
	color:#29ABE2;
	margin-top:00px;
	margin-bottom:0px;
    visibility:hidden;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:100%;
	font-weight:700;
}
h4 {
	font-size:175%;
	font-weight:100;
	margin-bottom:0px;
	margin-top:15px;
}
h4.calendar {
	font-size:135%;
	font-weight:100;
	margin-bottom:5px;
	margin-top:5px;
}

/* ******************** OTHER ELEMENTS ********************** */


#partners-style {
	clear:left;
}
table.partners-style {
	width:733px;
	line-height:120%;
	vertical-align: top;
}
td.partners-style {
	vertical-align:top;
	border:none;
	width:216px;
	height:60px;
	padding:10px;
}
th.partners-style {
	border:none;
	padding-left:10px;
}
.partners-image {
	float:left;
	margin-right:10px;
	text-align:center;
	border: thin dashed #29ABE2;
}
#ajaxcalendar {
	background-color: black;
	width: 125px;
	height: 107px;
}
#ajaxcalendar td {
	color: #777;
	font-size: 10px;
	padding: 1px;
}
#ajaxcalendar td .dayNum {
	width:14px;
	height:14px;
	background-color: #333;
	padding: 1px;
	padding-bottom:0px;
	text-align:center;
}
.cal_events {
	border:none;
}
.calNav {
	font-size: 11px;
	background-color:#333333;
	width:105px;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:2px;
	margin-bottom:1px;
	height:14px;
	vertical-align:middle;
}
#ajaxcalendar td a {
	font-size: 10px;
	color: #FFF;
	display: block;
}
#ajaxcalendar img {
	padding-right:25px;
	padding-bottom:5px;
}
.dayEvents {
	position: relative;
	display: none;
	background-color: #333333;
	border: thin dashed #ffffff;
	padding:5px;
	padding-bottom:0px;
	z-index: 10;
}
.dayEventItem {
	background-color: #333333;	
	z-index: 20;
	text-align:left;
	line-height:1.2;
	padding-bottom:10px;
	font-size:90%;
}

input.dateicon {
	background: url(/images/calendar.png) no-repeat 80px 0px;
	background-color: white;
	display:inline-block;
	height:16px;
	width:96px;
}
/* *********************** ACCOUNTS PAGES ********************* */
table.contentTbl #profileedittable {
	padding:5px;
}
.how-to-image {
	border:thin dashed #FFFFFF;
	margin:10px;
	margin-bottom:30px;
}