/*
Company:	St. Louis USGBC
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/sky-bkg.jpg) repeat-x 0 0 #6e95da;
}
body {
	font-family: helvetica, arial, sans-serif;
}

pre {
	font-family: helvetica, arial, sans-serif;
}

/* @end */

/* @group Layout */
/* Head */
div#hd {
	padding: 20px 0 0 0;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
}
div#hd-box {
	position: absolute;
	width: 934px;
	height: 133px;
	padding: 6px 0 7px 0;
	background: url(../images/hd-bkg.png) no-repeat 0 0;
	z-index: 100;
	margin: 0 0 0 -12px;
}

/* BLOG HEADER */

div#sitemap {
	text-align: right;

}

div#sitemap a:link {
	letter-spacing: 1px;
	word-spacing: 0px;
	font-size: 80%;
	color: white;
	text-decoration: none;
	
}

div#sitemap a:visited {
	letter-spacing: 1px;
	word-spacing: 0px;
	font-size: 80%;
	color: white;
	text-decoration: none;
	
}

div#blogheader {
	background-image: url(../images/blogheader.png);
	width: 820px;
	height: 70px;
	display: block;
	padding-top:10px;
	text-indent: -9000px;

}

div#blogheader h1 {
	font-size: 26px;
	font-family: Helvetica, sans-serif;
	color: #fff;
	margin-left:10px;

}

/* Body */
div#bd {
	width: 910px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#bd-inner {
	width: 910px;
	background: url(../images/content-watermark.gif) no-repeat 650px 7px;
	padding: 35px 0 0 0;
}

/* Footer */
div#ft {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 170px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	padding: 1px 0;
	font-family: verdana, arial, sans-serif;
}
div#ft p.copyright {
	width: 340px;
	margin: 0;
	text-align: right;
	padding: 5px 30px 5px 0;
	text-transform: uppercase;
	color: #6a6a6a;
	font-size: 77%;
	float: right;
	display: inline;
}

div#ft p.credits {
	width: 800px;
	margin: 0;
	text-align: right;
	padding: 5px 30px 5px 0;
	text-transform: uppercase;
	color: #6a6a6a;
	font-size: 60%;
	float: right;
	display: inline;
}
div#ft-inner {
	width: 910px;
	background: url(../images/ft-nav-hr.gif) no-repeat 50% 0;
	padding: 1px 0 0 0;
}
div#ft-flash {
	width: 934px;
	height: 114px;
	background: url(../images/ft-flash-bkg.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	margin: -6px 0 0 -12px;

}
div#ft-flash-inner {
	width: 900px;
	height: 97px;
	margin: 7px 0 0 17px;
	overflow: hidden;
	
}
ul.ft-nav {
	color: #6a6a6a;
	font-family: verdana, arial, sans-serif;
	font-size: 77%;
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
	display: inline;
}
ul.ft-nav li {
	list-style: none;
	float: left;
	display: inline;
}
ul.ft-nav a {
	display: block;
	padding: 5px 21px;
	border-right: 1px solid #e9e9e9;
	text-transform: uppercase;
}
ul.ft-nav a:link, ul.ft-nav a:visited {
	color: #6a6a6a;
	text-decoration: none;
}

ul.ft-nav a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 470px;
	height: 88px;
	background: url(../images/stlouis-head.gif) no-repeat 0 15px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* USGBC Logo */
div#usgbc {
	width: 296px;
	height: 96px;
	background: url(../images/usgbc-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 17px;
	float: left;
	display: inline;
}
div#usgbc a {
	display: block;
	height: 100%;
}

/* Donation Link */
div#donation-link {
	width: 140px;
	height: 78px;
	background-color: black;
	background: url(../images/stlouis-head.gif) no-repeat -470px 15px;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#donation-link a {
	display: block;
	height: 100%;
}

/* Search Link */
div#search-link {
	width: 140px;
	height: 50px;
	background-color: black;
	background: url(../images/stlouis-head.gif) no-repeat -470px 66px;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#search-link a {
	display: block;
	height: 100%;
}



/* Head Right */
div#hd-right {
	width: 614px;
	height: 90px;
	margin: 0 7px 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}

/* Content */
div.content {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/content-div.gif) repeat-y 520px 0;
}

/* InsideContent */
div.insidecontent {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/content-div.gif) repeat-y 400px 0;
	
}

div.insidecontent-calendar {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
}

/* Main */
div.main {
	width: 500px;
	float: left;
	display: inline;
	
}

div.entry {
	margin-top:5px;

}

/* Inside Main */
div.insidemain {
	width: 380px;
	float: left;
	display: inline;
}

div.insidemain ul li {
	
	list-style-position: outside;
	
	list-style-type: disc;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
	color:#485c9c;
	
}

div.insidemain ul li a:link {
	
	
	color:#3f67ed;
	
}

div.insidemain ul li a:visited {
	
	
	color:#5175ed;
	
}
div.insidemain ul li a:hover {
	
	
	color:#a12803;
	
}

div.insidemain a:link {
	
	
	color:#5175ed;
	
}

div.insidemain a:visited {
	
	
	color:#5175ed;
	
}
div.insidemain a:hover {
	
	
	color:#a12803;
	
}

/* Side */
div.side {
	width: 280px;
	float: right;
	display: inline;

}

/* Inside Side */
div.insideside {
	width: 400px;
	float: right;
	display: inline;
}


/* Quicklinks */
div.topmargin {

	margin-top: 20px;

}

div.breadcrumbs {
	color: #c0c0c0;
	font-size: 80%;
	margin-bottom: 10px;


}

div.breadcrumbs a:link{
	color: #c0c0c0;
	margin-bottom: 10px;
	text-decoration: none;

}

div.breadcrumbs a:hover{
	color:#5578eb;
	margin-bottom: 10px;
	text-decoration: none;

}

div.quicklinks {
	margin: 0 0 20px 0;
	background: url(../images/side-box-div.gif) repeat-x 0 100%;
	padding: 0 0 10px 0;
}
div.quicklinks-inner {
	width: 194px;
	margin-left: auto;
	margin-right: auto;
}

div.quicklinks-inner2 {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

div.quicklinks a {
	display: block;
	font-size: 77%;
	font-family: Verdana, Arial, sans-serif;
	padding: 4px 0;
	margin: 0 0 2px 0;
	background: url(../images/quicklink-bkg.gif) repeat-y 0 0;
}
div.quicklinks a:hover {
	background: url(../images/quicklink-hover-bkg.gif) repeat-y 0 0;
}
div.quicklinks a.left {
	width: 96px;
	text-align: center;
	float: left;
	display: inline;
}
div.quicklinks a.right {
	width: 96px;
	text-align: center;
	float: right;
	display: inline;
}

div.quicklinks a.inline {
	width: 96px;
	text-align: center;
	margin-right: 4px;
	float: left;
	display: inline;
}
div.quicklinks a:link, div.quicklinks a:visited {
	color: #fff;
	text-decoration: none;
}

div.socialmedia ul{
	margin-left:15px;
}

div.socialmedia ul li{
	display: inline;
}





div.events {
	color: #191919;
	margin: 0 0 20px 0;
	background: url(../images/side-box-div.gif) no-repeat 0 100%;
	padding: 0 0 10px 0;
}
div.events p.event {
	font-size: 85%;
}
div.events p.event span.event-date {
	display: block;
	width: 70px;
	color: #191919;
	float: left;
	display: inline;
}
div.events p.event span.event-hd {
	display: block;
	width: 205px;
	float: left;
	display: inline;
}
div.events p.event a:link, div.events p.event a:visited {
	color: #656565;
	text-decoration: none;
}
div.events p.event a:hover {
	text-decoration: underline;
}

div.events ul li {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}


div.sidebar ul li {
	
	padding: 0px;
	margin: 0px;
	margin-bottom:10px; 
	list-style-type: none;
	
}

div.events ul li a:link {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #aa0202;
	text-decoration: none;
	
}

div.events ul li a:hover {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #a9a9a9;
	text-decoration: none;
	
}

div.widget_calendar_today ul li a:link {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #aa0202;
	text-decoration: none;
	
}

.widget_title  {
	width: 200px;

}

/* News */
div.news {
	color: #191919;
	background: url(../images/side-box-div.gif) no-repeat 0 100%;
	padding: 0 0 10px 0;
}
div.news p {
	padding: 0 40px 0 0;
	line-height: 140%;
	font-size: 85%;
}
div.news a:link, div.news a:visited {
	color: #191919;
	text-decoration: none;
}

div.news a:hover {
	text-decoration: underline;
}

/* Home Flash */
div#home-flash {
	width: 500px;
	height: 600px;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #191919;
}
div.main p {
	line-height: 140%;
}

div.quote p {
	margin-top:10px;
	color: #5b5b5b;
	font-size: 10px;
	text-align: right;
	font-family: Verdana, sans-serif;
}

div.author p {
	margin-top:10px;
	color: #979797;
	font-size: 10px;
	text-align: right;
	font-family: Verdana, sans-serif;
}


div.insidemain p {
	word-spacing: 0px;
	line-height: 16px;
	margin-top:10px;
	color: #5b5b5b;
	font-size: 90%;
	text-align: left;
	font-family: Verdana;
}

div.insideside p {
	word-spacing: 0px;
	line-height: 16px;
	margin-top:10px;
	color: #5b5b5b;
	font-size: 90%;
	text-align: left;
	font-family: Verdana;
}

div.insideside ul li {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

div.insideside ul li a:link {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #5b5b5b;
	text-decoration: none;
	
}

div.insideside ul li a:hover {
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	color: #a9a9a9;
	text-decoration: none;
	
}


div.side p {
	word-spacing: 0px;
	line-height: 16px;
	margin-top:10px;
	color: #5b5b5b;
	font-size: 90%;
	text-align: left;
	font-family: Verdana;
}

div.side ul li{
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

div.side ul li a:link {
	
	padding: 0;
	margin-left: 10px;
	list-style-type: none;
	color: #5b5b5b;
	text-decoration: none;
	
}

div.side ul li a:visited {
	
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	color: #5b5b5b;
	text-decoration: none;
	
}

div.side ul li a:hover {
	
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	color: #a9a9a9;
	text-decoration: none;
	
}

div.news a:link {
	
	padding: 0;
	list-style-type: none;
	color: #5b5b5b;
	text-decoration: none;
	
}

div.news a:visited {
	
	padding: 0px;
	list-style-type: none;
	color: #5b5b5b;
	text-decoration: none;
	
}

div.news a:hover {
	
	padding: 0px;
	list-style-type: none;
	color: #a9a9a9;
	text-decoration: none;
	
}

/* @end */

div.blogsubtitle {
font-family: Helvetica, sans-serif;
	color: #56616a;
	font-size: 135%;
	margin: 10px 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #56616a;
	font-weight: normal;

}


div.blogintro {
	


	letter-spacing: 1px;
	


	font-family: Georgia, "Times New Roman", Times, serif;
	


	padding-left: 12px;
	


	padding-bottom: 8px;
	


	padding-right: 12px;
	


	padding-top: 8px;
	


	color: #6d6d6d;
	


	border-color: #cfcfcf;
	


	border-style: solid;
	


	border-width: 1px;
	


	background-color: #e3e3e3;
	


	line-height: 20px;
		


	font-style: italic;
	


	font-size: 14px;
	


}





/* @group Default Headings */


div.main h4 {
	word-spacing: 0px;
	line-height: 16px;
	margin-top:10px;
	margin-bottom: 10px;
	color: #6f6e6e;
	font-style: bold;
	font-size: 90%;
	text-align: left;
	font-family: Verdana;
}


div.main h1 {
	font-family: Helvetica, sans-serif;
	color: #56616a;
	font-size: 145%;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #56616a;
	font-weight: normal;
}


div.main h2 a:link {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #5578eb;
	font-size: 130%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}
div.main h2 a:visited {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #5578eb;
	font-size: 130%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

div.main h2 a:hover{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #56616a;
	font-size: 130%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

div.main h2 {
	font-family: Helvetica, sans-serif;
	color: #2f2f2f;
	font-size: 130%;
	margin: 20px 0 8px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}







div.side h2 {
	color: #6a6a6a;
	font-size: 123.1%;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #a6a6a6;
	font-weight: normal;
}

div.insidemain h4 {
	word-spacing: 0px;
	line-height: 16px;
	margin-top:10px;
	margin-bottom: 10px;
	color: #6f6e6e;
	font-style: bold;
	font-size: 90%;
	text-align: left;
	font-family: Verdana;
}

div.insideside h2 {
	color: #6a6a6a;
	font-size: 123.1%;
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #a6a6a6;
	font-weight: normal;
}

div.insidemain h1 {
	font-family: Helvetica, sans-serif;
	color: #56616a;
	font-size: 145%;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #56616a;
	font-weight: normal;
}

div.insideside h1 {
	font-family: Helvetica, sans-serif;
	color: #56616a;
	font-size: 145%;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #56616a;
	font-weight: normal;
}

div.insideside h6 {
	color:#619dcb;
	margin-left: 10px;
	margin-top:-7px;
	margin-bottom:15px;

}
div.insidemain-calendar h1 {
	font-family: Helvetica, sans-serif;
	color: #56616a;
	font-size: 145%;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #56616a;
	font-weight: normal;
}

div.insidemain h2 a:link {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #56616a;
	font-size: 100%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}
div.insidemain h2 a:visited {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #56616a;
	font-size: 100%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

div.insidemain h2 a:hover{
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #5578eb;
	font-size: 100%;
	margin: 20px 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}

div.insidemain h2 {
	font-family: Helvetica, sans-serif;
	color: #2f2f2f;
	font-size: 115%;
	margin: 20px 0 8px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
}



/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav {
	width: 920px;
margin-left: 8px;
	height: 29px;
	clear: both;
	background: url(../images/nav1.png) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	width: 920px;
	display: block;
	height: 29px;
	background: url(../images/nav1.png) no-repeat 0 0;
}
div#nav ul li#n-about a {
	width: 110px;
	background-position: 0 0;
	text-indent: -9000px;
}
div#nav ul li#n-about:hover a, div#nav ul li#n-about.sfhover a {
	background-position: 0 -29px;
}

div#nav ul li#n-news a {
	width: 70px;
	background-position: -110px 0;
	text-indent: -9000px;
}
div#nav ul li#n-news:hover a, div#nav ul li#n-news.sfhover a {
	background-position: -110px -29px;
}

div#nav ul li#n-events a {
	width: 85px;
	background-position: -180px 0;
	text-indent: -9000px;
}
div#nav ul li#n-events:hover a, div#nav ul li#n-events.sfhover a {
	background-position: -180px -29px;
}

div#nav ul li#n-membership a {
	width: 125px;
	background-position: -265px 0;
	text-indent: -9000px;
}
div#nav ul li#n-membership:hover a, div#nav ul li#n-membership.sfhover a {
	background-position: -265px -29px;
}

div#nav ul li#n-sponsorship a {
	width: 130px;
	background-position: -390px 0;
	text-indent: -9000px;
}
div#nav ul li#n-sponsorship:hover a, div#nav ul li#n-sponsorship.sfhover a {
	background-position: -390px -29px;
}

div#nav ul li#n-leed a {
	width: 72px;
	background-position: -520px 0;
	text-indent: -9000px;
}
div#nav ul li#n-leed:hover a, div#nav ul li#n-leed.sfhover a {
	background-position: -520px -29px;
}

div#nav ul li#n-resources a {
	width: 110px;
	background-position: -592px 0;
	text-indent: -9000px;
}
div#nav ul li#n-resources:hover a, div#nav ul li#n-resources.sfhover a {
	background-position: -592px -29px;
}

div#nav ul li#n-branches a {
	width: 100px;
	background-position: -705px 0;
	text-indent: -9000px;
}
div#nav ul li#n-branches:hover a, div#nav ul li#n-branches.sfhover a {
	background-position: -705px -29px;
}

div#nav ul li#n-blog a {
	width: 90px;
	background-position: -802px 0;
	text-indent: -9000px;
}
div#nav ul li#n-blog:hover a, div#nav ul li#n-blog.sfhover a {
	background-position: -802px -29px;
}

div#comment {
	
}

.category-news #comment{
	display:none;
}

.category-events #comment{
	display:none;
}


/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: url(../images/nav-drop-bkg.png) no-repeat 0 100%;
	width: 206px;
}
div#nav ul li ul {
	position: absolute;
	left: -999em;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#nav ul li ul li {
	background: url(../images/drop-nav-div.gif) no-repeat 50% 100%!important;
	height: auto;
	float: none;
	display: block;
	padding: 0 0 1px 0;
}
div#nav ul li ul li.first span {
	display: block;
	background: url(../images/drop-nav-div-top.gif) no-repeat 50% 0!important;
	padding: 3px 0 0 0;
}
div#nav ul li ul li.last {
	display: block;
	background: url(../images/drop-nav-div-btm.gif) no-repeat 50% 100%!important;
	padding: 0 0 3px 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 20px;
	margin: 0 0 0 3px;
	font-size: 85%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	font-family: verdana, arial, sans-serif;
	height: auto;
	text-indent: 0!important;
	width: 160px!important;
	text-transform: uppercase;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li a:hover {
	background: url(../images/drop-nav-hover.gif) repeat-y 0 0!important;
	
div#more_nav ul li a:link{
	padding:0;
	margin:0;

}
	
	


}	





/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #191919;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */