/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
body {
	color: #444;
	font: 76%/1.4 Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}
/* Learn More/View More text */
.learn-more {
	font-weight: bold;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h2, h4 {
	color: #1a834d;
}
h3, h3 a {
	color: #727155;	
}
h1 {
	color: #fff;
	font-size: 2em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.75em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.35em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1.15em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: .8em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a {
	color: #2f9c88;
	text-decoration: underline;
	outline:none;
}

a:hover, a:focus {		
	color: #037365;
}

a:visited {
	color: #333;	
}

/* -- 7.PAGES/SECTIONS -- */
.content-block {
	margin-bottom: 2.5em;
}
.content-block p.byline, .content-block p.date, .entry p.byline, .entry p.date {
	font-size:95%;
	font-style:italic;
	margin-bottom: .5em;
}
.content-block p {
	margin:0 0 .75em 0;
}
/* QUOTE */
div#page-feature blockquote {
	font-style: italic;
}
span.quote-author {
	float: right;
	font-style: normal;
	margin-top: .25em;
}

/* NEWS */
body#news .content-block h2 {
	margin:0;
}


/* Pagination */
p.pagination {
	font-size: 1.1em;
	padding: 2em 0 0 0;
}
p.pagination span {
	margin-right: .25em;
}
p.pagination strong {
	background-color: #1a834d;
	color: #fff;
	padding: 2px 4px;

}


/* - Sidebar - */
.sidebar-module {
	background: #fff;
	border: 1px #edecec solid;
	margin-bottom: 1.5em;
}
.module-header h3, .module-content {
	padding: 10px;
	margin: 0;
}
.module-header {
	border-bottom: 1px #edecec solid;
}
/* Latest News */
#latest-news-module ul {
	list-style: none;
}
#latest-news-module ul li {
	margin: 0;
}
#latest-news-module li h4 {
	font-size: 1em;
	margin-bottom: 0;
}
#latest-news-module li p {
	margin-bottom: .25em;
}
/* - Page Featured - */
#featured-content {
	background: url(/images/layout/featured-content.jpg) 0 0 repeat-x;
	min-height: 104px;
}
#page-heading, #page-feature {
	height: 104px;
	display: table;
}
#page-heading {
	float: left;
	width: 380px;
}
#page-feature {
	color: #f9f9db;
	float: right;
	width: 540px;
}
#page-heading h1, #page-feature blockquote {
	display: table-cell;
	vertical-align: middle;
}
#page-feature blockquote {
	font-style: normal;
	font-weight: bold;
}
/* - Home Page - */
body#home #featured-content {
	background: url(/images/layout/featured-content-home.jpg) 0 0 repeat-x;
	min-height: 336px;
}
body#home #featured-content .inner {
	position: relative;
}
#home-content {
	float: left;
	padding-top: 25px;
	width: 380px;
}
#home-content h1 {
	font-size: 2.0em;
	margin-bottom: 0;
}
#home-content p, #home-content ul {
	color: #fff;
}
#home-content ul {
	list-style: none;
}
#home-content ul li {
	background-image: url(/images/icons/featured-icons.png);
	background-repeat: no-repeat;
	padding: 0 0 0 46px;
	margin: 0 0 10px 0;
}
#home-content ul li#home-sustainability {
	background-position: 0 0;
}
#home-content ul li#home-livability {
	background-position: 0 -48px;
}
#home-content ul li#home-mobility {
	background-position: 0 -96px;
} 
#home-content ul li span {
	color: #fff;
	display: block;
	font-weight: bold;
}
#home-content a {
	color: #452e32;
}
#home-content p.learn-more {
	font-weight: bold;
	padding-left: 46px;
}
#home-content a:hover {
	text-decoration: none;
}
#home-slider {
	background: url(/images/layout/home-slider.png) 50% 50% no-repeat;
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	height: 280px;
	right: 10px;
	top: 25px;
	width: 540px;
}
#home-slider h2 {
	color: #fff;
	line-height: 1.3;
	font-size: 1.1em;
	padding: 0 10px;
}

#home-slider p {
	padding: 0 10px;
}
#home-slider p a {
	color: #fff;
}
#home-slider ul {
	margin: 0;
}
/* Home Sidebar */
body#home #sidebar {
	float: none;
	width: auto;
}
body#home .sidebar-module {
	background: transparent;
	border: none;
	float: left;
	width: 312px;
}
body#home .module-header, body#home .module-content {
	padding: 0 10px;
}
body#home .module-header h3 {
/*	border-bottom: 1px solid #D2D19B;*/
	color:#452e32;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	padding: 0;
}
body#home .module-header {
	border-bottom: none;
}
/* Latest News */
body#home #latest-news-module .module-header, body#home #latest-news-module .module-content {
	padding-left: 0;
}
/* Resources */
body#home #resources-module .module-header, body#home #resources-module .module-content {
	padding-right: 0;
}

/* Sidebar */
div.sg_Body {
	width:550px;
}
.sg_Survey_Form {
	background: #fff;
	border: 1px solid #ddd;
}
table.sg_Table td {
	border: none;
}
div.module-header h3 {
	color: #452e32;
}