/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}/* custom styles */

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

:focus { outline:none; }
a:link, a:visited { text-decoration: none; color:#fcb040; }
a:hover {text-decoration: underline; color: #c9da2a;}
a.logo_link:hover img {opacity: 0.75;}
.pagination { text-align: right; border-top:1px solid #ccc;}
h1 {font-size:2em; margin-bottom:10px; padding-bottom:5px; border-bottom:1px solid #CCC;}
p + p { margin-top:0; text-indent:0;}
.container {background-color: #FFF;}
body {
	background-image: url(/assets/images/content_bg.png);
	background-repeat: repeat-x;
	background-position: 0 115px;
}

/* header */
#header {
	height:170px;
	background-color: #FFF;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	position:absolute;
	width:250px;
	height: 155px;
	overflow: hidden;
	top:15px;
	left: -10px;
}

#header #header_cal {
	width: 300px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	left:640px;
	top:15px;
}

#header #header_cal .item {
	width:300px;
	height:60px;
	margin-bottom:10px;
	background-image: url(../images/header_cal_bg_300x60.png);
	background-repeat: no-repeat;
}

#header #header_cal .item h4 {

	color:#fcb040;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	width:235px;
	overflow:hidden;
	margin: 0 0 2px 15px;
	padding: 8px 0 0 0;
}

#header #header_cal .item p {
	width:235px;
	margin: 0 0 0 15px;
	font-size:11px;
	line-height: 12px;
	color: #666;
}

#header #header_cal .item p span {
	font-weight: bold;
}

#header #search .keywords_wrapper {
	width:310px;
	background-image: url(/assets/images/search_bg.gif);
	background-repeat: no-repeat;
}

#header #search .keywords_wrapper input {
	border:medium none;
	font-size:14px;
	margin-bottom:11px;
	margin-left:13px;
	margin-top:9px;
	width:280px;
}

#header #search .search_submit {
	float:right;
	margin-top:10px;
}

#top_image {
	background-color: #FFF;
	margin-bottom:10px;
}



/* left column */
#lcol {
	/*width:270px;
	float:left;*/
}

#lcol .wrapper {
	margin-bottom:20px;
}


#lcol #banner_125_4 {
	/*padding-top:5px;
	background-color: #f5f5f5;
	border:1px solid #CCC;*/
	margin-bottom:20px;
	margin-top:10px;
}

#lcol #banner_125_4 div.ad {
	float: left;
	/*margin: 0 0 5px 6px;*/
}

#lcol #banner_125_4 #ad125_2 {
	margin-left:20px;
}

#lcol #twitter_status {
	
}

#lcol #twitter_status .top {
	width:270px;
	height:10px;
	background-image: url(../images/lcol_twit_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#lcol #twitter_status .status {
	width:270px;
	background-image: url(../images/lcol_twit_sides.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#lcol #twitter_status .status p {
	margin:0;
	padding:0 10px 5px; 10px;
}

#lcol #twitter_status .bottom {
	width:270px;
	height:40px;
	background-image: url(../images/lcol_twit_bot.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#lcol #twitter_status .twitter_status {
	color:#666666;
	padding:0 10px;
}

/* Right Column */
#rcol {
	/*margin-left:10px;
	float: left;*/
	margin-top:2px;
}

#rcol .top_image {
	border-bottom: 10px solid #cccc33;
}




/* Main Nav */
#main_nav {
	height:31px;
	color: #FFF;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#main_nav #nav_logo {
	width:270px;
	float: left;
}

#main_nav #nav_links {
	height:31px;
	float: left;
	width:680px;
}

#main_nav a,
#main_nab a:visited {
	line-height: 29px;
	color:#FFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#main_nav a,
#main_nav a:visited {
	text-decoration: none;
	text-align: center;
	color:#FFF;
	display: block;
	float: right;
	height:31px;

}

#main_nav a:hover {
	text-decoration: none;
	color: #fdaf40;
}

#main_nav a.active {
	background-color: #c9da2a;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	color:#FFF;
}



/* Page Content */

#homepage_articles {
	margin-top:20px;
}

#homepage_articles .article {

}

#homepage_articles .article h4 {
	font-size: 21px;
	color: #ff9933;
	font-weight: bold;
	margin-bottom:0;
}

.date {
	background-image:url("../images/posted_icon.gif");
	background-repeat:no-repeat;
	color:#C9DA2B;
	font-size:14px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
	padding-left:35px;
}

#homepage_articles .article .date {
	border-bottom:1px dashed #CCCCCC;
}

#homepage_articles .article p {
	margin-bottom:10px;
}

a.more_link {
	background-color: #c9da2b;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding:5px;
}

a.more_link:hover {
	text-decoration: none;
	background-color: #FF9933;
}

#main_content {

}

#main_content h1 {
	color: #707631;
	margin-bottom:10px;
	font-size: 2em;
	border-bottom: 1px solid #ccc;
}

#main_content h2 {
	margin:0;
	font-size:1.3em;
	font-weight: bold;
}

#main_content h3 {
	margin:0;
	font-size:1.1em;
	font-weight:bold;

}


#main_content #addthis_exp {
	margin-bottom:10px;
}

#main_content #addthis_exp a.rss_icon {
	float:left;
	margin-top:1px;
}

#static_page_body {
	padding:10px 10px 0 10px;
}

#event_map {
	height:200px;
}

#static_page_body p,
#static_page_body p+p {
	margin-bottom:10px;
}

#search_summary {
	margin:-10px 0 10px;
}


.twitter .twitter_link {
	text-align: right;
}

.twitter_timeline .item,
.twitter_mentions .item {
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	margin-bottom:5px;
}

.twitter_timeline h4,
.twitter_mentions h4 {
	color:#707631;
	padding:0 0 2px 0;
	border-bottom:1px solid #ccc;
	font-size: 1.4em;
	margin-bottom:5px;
}

.twitter_timeline .avatar,
.twitter_timeline .entry,
.twitter_mentions .avatar,
.twitter_mentions .entry {
	float:left;
	line-height: 1.3em;
}

.twitter_timeline .entry,
.twitter_mentions .entry {
	width:410px;
	margin-left:10px;
}

#main_content .twitter_mentions {

}

#main_content #content_right_col img {
	margin-left: 80px;
}

#main_content #content_left_col p {
	margin-bottom:5px;
}

#breadcrumb {
	padding-bottom:5px;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	color: #DB8628;
}


/* Footer */
#background_wrapper {
	background-image: url(/assets/images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer {
	height: 89px;
	margin-top:20px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#footer .nav {
	position:absolute;
	top:25px;
}

#footer .nav a,
#footer .nav a:visited {
	display: block;
	padding:0 10px 0 10px;
	border-right: 2px solid #FFF;
	color:#FFF;
	font-weight:bold;
	float: left;
	text-transform: uppercase;
	line-height: 11px;
}

#footer .nav a.last {
	border-right: none;
}

#footer .copyright {
	position: absolute;
	color: #FFF;
	font-weight: bold;
	top:65px;
	left:10px;
}

#footer .copyright a,
#footer .copyright a:visited {
	font-weight: bold;
	color: #FFF;
}

#footer .follow_us {
	left:770px;
	position:absolute;
	top:20px;
}

#footer .follow_us p {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:0;
}




#footer .follow_us a,
#footer .follow_us a:visited {
	width:16px;
	height:19px;
	display:block;
	float:left;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-right:15px;
}

#footer .follow_us a:hover {
	background-position: 0 -19px;
}

#footer .follow_us a.twitter {
	background-image: url(../images/twitter_footer.png);
}

#footer .follow_us a.facebook {
	background-image: url(../images/facebook_footer.png);
}

#footer .follow_us a.youtube {
	background-image: url(../images/youtube_footer.png);
	margin-right:0;
}




/* City Mobi Banner*/
#cmbanner {
	width:300px;
	height:125px;
	overflow: hidden;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	color: #666666;
}

#cmbanner a.banner_link {
	float:left;
	display: block;
	width: 125px;
	height: 125px;
	margin-right:3px;
}

#cmbanner table {
	width:170px;
}

#cmbanner .cmbanner_text {
	padding-right:5px;
}

#cmbanner a:link,
#cmbanner a:visited {
	text-decoration: none;
	color: #3b6cc7;
}

#cmbanner .cmbanner_text a:hover {
	text-decoration: none;
}

#cmbanner a.cmheading {
	color: #3b6cc7;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#cmbanner p.heading_link {
	font-size:14px;
	font-weight:bold;
	color:#3b6cc7;
	margin-bottom:10px;
	margin-top:5px;
}
/* End City Mobi Banner*/
