 /*
Theme Name: CityWide Theme
Theme URI: http://citywidedev.com
Description: Default Theme for CityWide.  Developed by Chisano Marketing Group
Version: 1.0
Author: Tyson Willey
Author URI: http://www.chisano.com/
Tags: 

*/



/* Reset */
/* ======================================= */

html, body, div, p, ul, ol, form, 
h1, h2, h3, h4, h5, 
li, img, button, input, textarea, select {
	background: none;
	border: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	text-indent: 0;
}


/* Generic Styles */
/* ======================================= */

.clear-fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	width: 1px;
}

.text-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.float-left {
	display: block;
	float: left;
}


.float-right {
	display: block;
	float: right;
}

a {outline: none;}
a:link {color: #2a4e64;}
a:active {color: #2a4e64;}
a:visited {color: #677781;}
a:hover {color: #7ca841;}

body {
	background: url(images/main_bg.png) #eaf7ff repeat-y center 0;
	font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	font-size: 12px;
}

.block {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}



/* Mast Head */
/* ======================================= */

#mast-head {
	background: url(images/header_bg.png) #eaf7ff no-repeat center 0;
	height: 120px;
	overflow: auto;
}

#mast-head .block {padding: 0 25px; width: 930px}

#header-logo {
	background: url(images/header_logo.png) no-repeat 0 0;
	height: 55px;
	float: left;
	margin: 40px 0 0;
	width: 265px;
}

#mast-head .wrapper {
	position: relative;
	height: 120px;
	width: 300px;
}

#top-nav {
	position: absolute;
	right: 0;
	top: 15px;
}

#top-nav li {
	border-right: 1px solid #2a4e64;
	color: #2a4e64;
	float: left;	
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

#top-nav li.first {}

#top-nav li.last {
	border: none; 
	margin: 0;
	padding: 0;
}


#top-nav a {text-decoration: none;}
#top-nav a:hover {text-decoration: underline;}



#search-form {
	bottom: 10px;
	position: absolute;
	right: 0;
}

#search-form ul {}

#search-form li {}

#search-form input {
	background: url(images/search_box.png) no-repeat 0 0;
	color: #7ca841;
	float: left;
	font-weight: bold;
	height: 11px;
	margin-right: 5px;
	padding: 10px;
	text-transform: uppercase;
	width: 188px;
}

#search-form button {
	background: url(images/search_button.png) no-repeat 0 0;
	cursor: pointer;
	float: left;
	height: 31px;
	width: 31px;
}



/* Main Nav */
/* ======================================= */

#main-nav {}

#main-nav ul {
	/*background: url(images/mainNav_bg.png) no-repeat 0 0;*/
	background: #e8efde;
	height: 42px;
	width: 100%;
}

#main-nav li {
	background: url(images/mainNav_divider.png) no-repeat right 0;
	float: left;
	padding: 0 2px;
}

#main-nav li.last {background: none; padding: 0 0 0 2px;}

#main-nav li a {
	color: #064971;
	display: block;
	font-size: 12px;
	height: 12px;
	padding: 15px 23px 15px 23px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav li a:hover {
	border-bottom: 6px solid #628499;
	height: 13px;
	padding: 15px 23px 7px 23px;
}



/* Main Image */
/* ======================================= */

#main-image {
	background: url(images/home_main.jpg) no-repeat 0 0;
	height: 362px;
	position: relative;
}

#map-icon {
	background: url(images/map_link.png) no-repeat 0 0;
	bottom: 55px;
	height: 159px;
	left: 65px;
	position: absolute;
	width: 146px;
}

#main-image ul {
	bottom: 0;
	right: 25px;
	position: absolute;
}

#main-image li {
	float: left;
	margin: 0 25px 0 0;
}

#main-image li.first {}

#main-image li.last {margin: 0;}

#main-image li a {
	background: url(images/portalLinks_bg.png) no-repeat 0 0;
	display: block;
	height: 132px;
	width: 157px;
}

#main-image li a#financial-link {}
#main-image li a#ed-link {background-position: -191px 0;}
#main-image li a#community-link {background-position: -373px 0;}

#main-image li a#financial-link:hover {background-position: 0 bottom;}
#main-image li a#ed-link:hover {background-position: -191px bottom;}
#main-image li a#community-link:hover {background-position: -373px bottom;}


/* Content */
/* ======================================= */

#content {
	padding: 0 25px;
	margin: 45px auto;
	width: 930px;
}

#left-col {
	width: 257px;
}

#body {
	color: #0c6da8;
	margin: 0 24px;
	width: 368px;
}

#body h1 {
	color: #0c6da8;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#body h1 em {color: #79b32c; font-style: normal;}

#body h2 {
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	margin: 30px 0 15px 0;
	padding: 0 0 5px 0;
}

#body h3 {
	color: #79b32c;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 5px 0;
	text-transform: uppercase;
}

#body h3 a {
	color: #79b32c;
	text-decoration: none;
	font-weight: bold;
}

#body h3 a:hover {color: #0c6da8;}

#body p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
	text-align: justify;
}

#body ul,
#body ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}


#body ol li {list-style: outside decimal; margin: 7px 0;}
#body ul li {list-style: outside disc; margin: 3px 0;}


#body blockquote {
	margin: 0 0 15px 0;
}

#body a:link {}

#body a:hover {}

#body a:visited {}




#body table {
	border: 2px solid #eaeaea;
	margin: 15px 0;
}

#body tr {}

#body th, 
#body td {padding: 4px;}

#body td {
	border-bottom: 1px dotted #eaeaea;
	padding-top: 6px;
}

#body th {
	background: #0c6da8;
	color: #FFF !important;
}



#body .sub-pages {padding-left: 15px;}

#body .sub-pages li {
	list-style: disc outside;
	margin: 3px 0;
}

#body .sub-pages a {
	color: #79b32c;
	font-weight: bold;
	text-decoration: none;
}


#body ul.portal-list {
	padding: 0;
}

#body ul.portal-list li {
	list-style: disc inside;
	margin: 3px 0 0 15px;
}

#body ul.portal-list li.heading {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 10px 0 3px;
}

#body ul.portal-list li a {
	color: #79b32c;
	font-weight: bold;
	text-decoration: none;
}

#body ul.portal-list li a:hover {color: #0c6da8;}





/* ED Team List */

#body .ed-team-list {padding: 0;}

#body .ed-team-list li {
	border-bottom: 1px solid #eaeaea;
	list-style: none;
	padding: 0 0 15px;
	margin: 15px 0 0;
}



#body .ed-team-list p {
	float: left;
	text-align: left;
	width: 400px;
}

#body .ed-team-list img {
	float: left;
	margin: 0 15px 15px 0;
}

#body .ed-team-list .team-info {
	float: left;
}

#body .ed-team-list .team-bio {
	float: left;
	width: 450px;
}

#body .ed-team-list .logo {
	float: left;
	text-align: center;
	width: 200px;
}

#body .ed-team-list .logo img {
	float: none;
}



#right-col {
	width: 257px;
}



/* Footer */
/* ======================================= */

#footer {
	background: url(images/footer_bg.png) no-repeat center 0;
	padding: 0 0 15px 0;
}

#footer .block {padding: 0 25px; width: 930px}

#social-footer {visibility: hidden;}

#social-footer p {
	color: #0c6da8;
	float: left;
	font-size: 10px;
	line-height: 48px;
}

#social-footer ul {
	float: right;
	margin-top: 13px;
}

#social-footer li {
	float: left;
	margin: 0 0 0 10px;
}

#social-footer a {
	background: url(images/social_sprite.png) no-repeat 0 0;
	height: 24px;
	width: 25px;
}

#social-footer a.facebook_icon {}
#social-footer a.linkedin_icon {background-position: -30px 0}
#social-footer a.twitter_icon {background-position: -61px 0}

#social-footer a.facebook_icon:hover {background-position: 0 -26px;}
#social-footer a.linkedin_icon:hover {background-position: -30px -26px;}
#social-footer a.twitter_icon:hover {background-position: -61px -26px;}





#footer-links {}

#footer-links ul {
	margin: 10px 0;
}

#footer-links li {
	border-right: 1px solid #0c6da8;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}

#footer-links li.first {}

#footer-links li.last {
	border: none;
	margin: 0;
	padding: 0;
}

#footer-logo {
	background: url(images/footer_logo.png) no-repeat 0 0;
	height: 41px;
	margin: 20px 0 0;
	width: 185px;
}





/* Widgets */
/* ======================================= */

ul.widgets {}

ul.widgets li {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	margin-bottom: 15px;
	padding: 21px 15px;
	width: 226px;
}


ul.widgets li.blue {
	background: #dde8ee;
	border: 2px solid #8bb9d5;
}


ul.widgets li.green {
	background: #e8efde;
	border: 2px solid #c9e1ab;
}

ul.widgets li .content {
	background: none;
	border: none;
	padding: 0;
}

ul.widgets li h3 {
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

ul.widgets li p {margin: 10px 0;}

ul.widgets li a {
	text-decoration: underline;
	text-transform: uppercase;
}

ul.widgets li ul {margin: 15px 0;}

ul.widgets li ul li {
	border-bottom: 1px solid #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.widgets li img.inset {
	display: block;
	float: right;
	margin: 0 0 0 15px 0;
 
}

ul.widgets li.blue .content {color: #344955;}
ul.widgets li.green .content {color: #7ca841;}
ul.widgets li.blue h3 {border-bottom-color: #344955;}
ul.widgets li.green h3 {border-bottom-color: #7ca841;}
ul.widgets li.green ul li {border-bottom-color: #7ca841;}
ul.widgets li.green p {color: #353434;}


/* TT Widget */
#techtown-widget {}

#techtown-widget h3 {
	background: url(images/widget_icons.png) no-repeat 0 0;
	padding: 8px 0 3px 37px;
}


/* News Widget */
#news-widget {font-size: 11px;}

#news-widget h3 {
	background: url(images/widget_icons.png) no-repeat 0 -150px;
	padding: 8px 0 4px 27px;
}

#news-widget ul {}

#news-widget li {padding: 5px 0;}

#news-widget h5 {
	font-weight: bold;
	margin: 0;
	text-transform: none;
}

#news-widget h5 a {
	color: #353434;
	text-decoration: none;
	text-transform: none;
}

#news-widget h5 a:hover {color: #7ca841;}
#news-widget p {margin: 2px 0;}

#news-widget a.more-link {
	color: #7ca841;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}


/* Rate Widget */
#rate-widget {}

#rate-widget h3 {
	background: url(images/widget_icons.png) no-repeat 0 -100px;
	padding: 8px 0 4px 37px;
}

#rate-widget p.large {
	font-size: 70px;
	font-weight: bold;
	line-height: 50px;	
	*line-height: 70px;
}

#rate-widget p.large sup {
	font-size: 22px;
	font-weight: normal;
}

#rate-widget p.disclaimer {
	font-size: 10px;
	margin: 10px 0 0;
}

#rate-widget img.inset {width: 92px;}


/* Contact Widget */

#contact-widget  h3 {
	background: url(images/widget_icons.png) no-repeat 0 -53px;
	padding: 4px 0 4px 30px;
}



/* Map Widget */
#map-widget {}

#map-widget h3 {
	background: url(images/widget_icons.png) no-repeat 0 -200px;
	padding: 4px 0 4px 30px;
}

#map-widget img.inset {
	height: 97px;
	width: 88px;
}






/* Forms */

#body form {}

#body ul.form-list {
	background: #dde8ee;
	border: 2px solid #8bb9d5;
	padding: 15px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#body ul.form-list li {
	float: left;
	list-style: none;
	margin: 0 15px 15px 0;
}

#body ul.form-list li.end {
	margin: 0 0 15px 0;
}

#body ul.form-list li.full {
	clear: both;
	float: none;
	margin: 0 0 15px 0;
}

#body ul.form-list label {}

#body ul.form-list input.text,
#body ul.form-list textarea {
	background: #fff;
	border: 1px solid #8bb9d5;
	padding: 4px;
	width: 275px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#body ul.form-list textarea {
	width: 575px;
	height: 200px;
}

#body ul.form-list input.submit {
	background: #0C6DA8;
	color: #fff;
	cursor: pointer;
	padding: 8px 15px;
	text-align: center;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#body ul.form-list input.submit:hover {
	background: #8bb9d5;
}




ul#real-estate {
	margin: 0;
	padding: 0;
}

ul#real-estate li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}

ul#real-estate li.last {margin: 0;}




/* Accordian Styles */

#body #news-accord {
	font-size: 11px !important;
}

#news-accord h4 {
	color: #0C6DA8;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 30px;
}

#news-accord h4 span {}

#news-accord ul {
	padding: 15px 30px;
}

#news-accord li {
	color: #0C6DA8;
	border-bottom: 1px solid #eaeaea;
	font-size: 11px !important;
	padding: 7px 0;
	line-height: 16px;
	list-style: none !important;
	margin: 0;
}

#news-accord li a:link {
	color: #7ca841;
	text-decoration: none;
}

#news-accord li a:visited {color: #8bb9d5; text-decoration: none;}
#news-accord li a:hover {text-decoration: underline;}


