/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#e6e6e6 url(/images/background.gif) top center repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:17px;
	padding:0;
	margin:0;
	text-align:left;
}

#bg-wrapper{
	width:100%;
	background: url(/images/background-top.gif) top center repeat-x;
}

#bg-header {
	width: 100%;
	background: url(/images/header-bg.gif) top center no-repeat;	
}

#main-wrapper {
	width:1020px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 136px;
}

#logo {
	position: absolute;	
	top: 40px;
	left: 74px;
}

#search-form {
	height: 40px;
	width: 252px;
	margin: 0;	
	padding: 46px 30px 19px 30px;
	display: inline-block;
	position: absolute;
	top: 30px;
	right: -11px;
	background: url(/images/search-area.png) no-repeat;
}

#searchbox {
	height: 20px;
	width: 192px;
	background: url(/images/searchbox.png) no-repeat;
	margin: 0;
	border: 0 none;
	color: #0d0e0e;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	line-height: 20px;
	display: inline-block;
	float:left;
}

#search-button {
	height: 40px;
	width: 40px;
	background: url(/images/search-button.png) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	float: left;
	display: inline-block;
}

#navbar {
	margin: 0 0 1px 0;
	padding: 0;
	list-style: none;
	height: 56px;
}

#navbar li {
	display: inline-block;
	float: left;	
}

#navbar li.spacer {
	width: 1px;
	height: 55px;
	background: url(/images/spacer.gif) no-repeat;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	height: 25px;
	color: #010000;
	font-size: 20px;
	line-height: 25px;
	padding: 15px 36px;
	font-family: 'Roboto Condensed', sans-serif;
}

#navbar li.active a, #navbar li a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);	
}

#content {
	width:1020px;
	background: #FFF url(/images/content-bg.gif) repeat-y;
	box-shadow: 3px 0px 3px -3px rgba(0,0,0,0.13), -3px 0px 3px -3px rgba(0,0,0,0.13);
	position: relative;
}

#content-bottom {
	height: 61px;
	width: 1030px;	
	position: absolute;
	bottom: 0;
	left: -5px;
	background: url(/images/content-bottom.png) no-repeat;
}

#main-col {
	width:730px;
	float:left;
}

#slideshow {
	width: 730px;
	height: 375px;	
	position: relative;
	z-index: 1;
}

#slideshow #overlay {
	width: 737px;
	height: 83px;
	position: absolute;
	bottom: -10px;
	left: -4px;
	background: url(/images/slideshow-overlay.png) no-repeat;
	z-index: 10;
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 12px;
	right: 20px;
}

#slide-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slide-navigation ul li {
	float: left;
	display: inline-block;	
	background: none;
	padding: 0;
	margin-right: 6px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 8px;
	height: 0;
	background: #008ad1;
	padding-top: 8px;
	border-radius: 8px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: #de0000;
}

#main-col .pad {
	padding: 30px 30px 60px;	
}

#right-col {
	width:250px;
	float:right;
	padding: 20px 20px 65px;
	background: url(/images/sidebar-bg.png) top left no-repeat;
}

#right-col h2 {
	font-size: 24px;
	line-height: 26px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	margin-bottom: 15px;	
}

h2 a {
	background: url(/images/header-arrow.png) 100% 50% no-repeat;
	display: block;
	text-decoration: none;	
}

h2 a:hover {
	text-decoration: none;	
}

#event-list {
	padding: 0;
	margin: 0 0 30px 0;
	list-style: none;
}

#event-list li {
	margin-bottom: 20px;	
}

#event-list .date {
	width: 53px;
	height: 58px;
	padding: 0 2px 2px 2px;
	float: left;
	margin: 0 10px 5px 0;
	background: url(/images/event-bg.png) no-repeat;		
}

#event-list .date span {
	height: 19px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 19px;	
}

#event-list .date strong {
	height: 23px;
	color: #1491f8;
	font-size: 21px;
	text-align: center;
	display: block;
	line-height: 39px;	
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

#event-list .title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;	
	font-family: 'Open Sans', sans-serif;
}

#sidebar-buttons {
	margin-bottom: 30px;
}

#sidebar-buttons a {
	display: block;
	width: 230px;
	height: 29px;
	background:url(/images/sidebar-button.png) no-repeat;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	font-size: 22px;
	line-height: 29px;
	padding: 10px;
	font-weight: bold;	
}

#sidebar-buttons a:hover {
	text-decoration: none;
}

#footer {
	background: #0e0e0e;
	width: 100%;
}

.smi {
	padding: 0;
	margin: 0 0 0 45px;
	list-style: none;	
	display: inline-block;
	vertical-align: middle;
}

.smi li {
	float: left;
	display: inline-block;	
	margin: 0 5px;
}

.smi li img {
	display: block;
}

#copyright {
	color: #414141;
	width: 980px;
	line-height: 18px;
	padding: 15px 20px;
	font-size: 12px;
	color: #b6b6b6;
	margin: 0 auto;
}

#copyright a {
	color: #b6b6b6;	
}

#social {
	margin-bottom: 18px;	
}

/******************** STYLES **************************/

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#008ad1;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

h1, .header1 {
	font-size:	24px;
	line-height:	26px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
}

h2, .header2 {
	font-size: 	20px;
	line-height:	22px;
}

h3, .header3 {
	font-size:	16px;
	line-height:	18px;
}

h1 {
	margin:		0 0 18px 0;
}

h2 {
	margin:		0 0 12px 0;
}

h3 {
	margin:		0 0 4px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	font-weight:bold;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

/*.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}*/

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
	
	
/* Error & Validation Styles */
	
	.error {
		text-align:left;
		padding:6px;
		background-color:#FFFFCC;
		border:solid #FFCC33 2px;
	}
	
	label.form_error{
		display:none!important;
	}
	
	#form_errors{
		color:red;
	}
	
	.form_error{
		color:red;
		border:3px solid red!important;
		width:218px!important;
	}	
	
	