/*-----------------------------------------------------------------------------
Sustainable Capitol Hill Screen Stylesheet

version:	1.0
date:		October 20, 2008
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com]
website:	www.sustainablecapitolhill.org
history:	N/A
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Lucida Sans, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #6c989c
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 1em; 
}

li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	font-size: 2.0em;
	margin-bottom: .5em;
	line-height: 1em;
	color: #752c1a;
}

h2 {
	color: #3E5E61;
	font-size: 1.4em;
	margin-bottom: .8em;
	line-height: 1.1em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: .85em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.2em;    
	margin-bottom: .9em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.0em;
	margin-bottom: .9em;
	line-height: 1.4em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

img {
	border: none;
}

a:link {
	color: #CA5233;
}

a:active {
	color: #732C1A;
}

a:visited {
	color: #732C1A;
}

a:hover {
	color: #732C1A;
}



/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: 1px solid #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: .3em;
}

td {
	padding: .3em;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 1em;
}

div.Wrapper {
	width: 90em;
	position: relative;
	margin: 0 auto;
}

div.TopLeft {
	background: #efdecb url(../site/corner_topleft.gif) no-repeat 0 0;
	margin-bottom: 2em;
}

div.TopRight {
	padding-top: 15px;
	margin-left: 15px;
	background: url(../site/corner_topright.gif) no-repeat 100% 0;
}

div.BottomLeft {
	padding-left: 15px;
	margin-left: -15px;
	background: url(../site/corner_bottomleft.gif) no-repeat 0 100%;
}

div.BottomRight {
	padding-right: 15px;
	background: url(../site/corner_bottomright.gif) no-repeat 100% 100%;
}

/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	background: #000 url(../site/bg_header.jpg) repeat-x;
	height: 89px;
}

a#Logo img {
	margin-top: 1em;
}


/* System Navigation
-----------------------------------------------------------------------------*/

ul#System {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#System li {
	/* first level list items are always visible */
	position: relative;
	margin: 0;
	padding: 0 1em;
	display: inline;
	line-height: 2em;
}

ul#System li a {
	color: #fff;
	text-transform: lowercase;
	letter-spacing: .1em;
	text-decoration: none;
}

ul#System li a:hover {
}


/* Primary Navigation
-----------------------------------------------------------------------------*/

ul#Primary {
	position: absolute;
	bottom: 0;
	left: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0 0 0 40px;
}

ul#Primary li a {
	display: block;
	float:left;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../site/bg_primary.gif);
	text-indent: -2000em;
}

ul#Primary li a:hover {
	color: #666;
}

ul#Primary li a.Active {
	color: #ff0000;
}

ul#Primary li.hover > a:first-child {
	color: #ff0000;
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 18em;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}

ul#Primary li ul li {
	width: 18em;
	border-top: 1px solid #ccc;
}

ul#Primary li ul li a {
	/* make second level menu items wider and allow 1px height for li border */
	height: 2em;
	line-height: 2em;
	width: 18em;
	padding: 0;
	text-indent: 1em;
	font-weight: normal;
	background: transparent;
}

ul#Primary li ul li a:hover {
}

ul#Primary li.hover ul { 
	/* on mouseover, move the list to it's normal position */
	top: 2em;
	left: 0;
}

a#Home {
	width: 60px;
}

a:hover#Home {
	background-position: 0 -30px;
}

a#Events {
	width: 77px;
	background-position: -200px 0;
}

a:hover#Events {
	width: 77px;
	background-position: -200px -30px;
}

a#Resources {
	width: 115px;
	background-position: -400px 0;
}

a:hover#Resources {
	width: 115px;
	background-position: -400px -30px;
}

a#Sponsors {
	width: 107px;
	background-position: -600px 0;
}

a:hover#Sponsors {
	width: 107px;
	background-position: -600px -30px;
}

a#Volunteer {
	width: 155px;
	background-position: -800px 0;
}

a:hover#Volunteer {
	width: 155px;
	background-position: -800px -30px;
}



/* Secondary Navigation
-----------------------------------------------------------------------------*/

ul#Secondary {
	margin: 0;
	padding: 10em 0 2em 0;
	list-style: none;
}

ul#Secondary li {
	margin: 0;
	padding: 0;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
}

ul#Secondary li a {
	display: block;
	text-indent: 1em;
	text-decoration: none;
	color:#fff;
	font-size: 1.2em;
}

ul#Secondary li:hover {
	background-color: #000 !important;
}

ul#Secondary li.Active {
	margin-left: -15px;
	background-image: url(../site/bg_secondary_active.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}

/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	color: #666;
}

div#Ancestors a {
	color: #666;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: 90em;
	position: relative;
}

div#Paper {
	background: url(../site/bg_paper.jpg) repeat 0 -89px;
}

div#Canvas {
}

div#Canvas div.Padding {
	font-size: 1.2em;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 24em;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 24em;
}


/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	margin-right: 24em;
}

div#Right {
	position: absolute;
	top: 0;
	right: 0;
	width: 24em;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	margin: 0 auto;
	clear: both;
	background: #6c989c url(../site/bg_footer.gif) no-repeat 50% 0;
	color: #fff;
	padding-bottom: 2em;
}

div#Footer ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

div#Footer ul li {
	padding: 0;
	margin: 0 0 .5em 0;
}

div#Footer a:link, div#Footer a:visited, div#Footer a:active {
	color: #fff;
}

div#Footer a:hover {
}

p#Sponsors {
	clear: both;
	text-align: center;
	clear: both;
}

p#Copyright, p#Credits {
	text-align: center;
	margin: 0;
}

div#SCH {
	float: left;
	width: 290px;
	margin: 0 5px;
	padding: 4em 0 2em 0;
	background: url(../site/text_aboutus.gif) no-repeat 0 2em;
}

div#Updates {
	float: left;
	width: 290px;
	margin: 0 5px;
	padding: 4em 0 2em 0;
	background: url(../site/text_recentupdates.gif) no-repeat 0 2em;
}

div#Subscribe {
	float: left;
	width: 290px;
	margin: 0 5px;
	padding: 4em 0 2em 0;
	background: url(../site/text_stayintouch.gif) no-repeat 0 2em;
}

div#Subscribe fieldset {
	padding: 0;
	border: none;
}

div#Subscribe legend {
	display: none;
}

/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}

.Editable {
	background: #ffcc00 !important;
}



/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em 0;
	border: none;
	border-top: 1px solid #3E5E61;
}

legend { 
	font-size: 1.4em;
	color: #3E5E61;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0 .5em 0 0;
}

div.LabelInput {
	margin-bottom: .5em;
	display: block;
}

div.CAPTCHA {
	padding-left: 12em;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}

/* Home Page
-----------------------------------------------------------------------------*/

h1#Eco-Friendly {
	line-height: 84px;
	background: url(../site/text_getfriendly.gif) no-repeat 0 0;
	width: 600px;
	text-indent: -2000em;
	
}

div#Feature {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	padding-left: 300px;
	background: url(../site/graphic_flowers.gif) no-repeat 0 .5em;
}

div.Bucket {
	width: 290px;
	height: 15em;
	float: left;
	margin: 1em .5em;
	color: #fff;
}

div.Bucket a {
	color: #fff;
}

div.Bucket h2 {
	height: 29px;
	line-height: 29px;
	text-indent: -2000em;
}

div#Residents {
	background: #ec7a5d;
}

div#Residents h2 {
	background: url(../site/masthead_residents.gif) no-repeat 0 0;
}

div#Managers {
	background: #6c989c;
}

div#Managers h2 {
	background: url(../site/masthead_managers.gif) no-repeat 0 0;
}

div#Businesses {
	background: #856f59;
}

div#Businesses h2 {
	background: url(../site/masthead_businesses.gif) no-repeat 0 0;
}


/* Contact (contact_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineContact {
	background: url(../site/text_contact.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
	padding-top: .5em;
}


/* Events (events_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineEvents {
	background: url(../site/text_events.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
}

/* Resources (resources_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineResources {
	background: url(../site/text_resources.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
}


/* Sponsors (sponsors_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineSponsors {
	background: url(../site/text_sponsors.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
}


/* Get Involved (volunteer_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineVolunteer {
	background: url(../site/text_getinvolved.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
}


/* Site Map (sitemap_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineMap {	
	background: url(../site/text_sitemap.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 68px;
}

fieldset#NeedHelp {
	margin: 75px 10px 10px 10px; 
}

fieldset#NeedHelp legend {
	font-size: 2em;
}

fieldset#NeedHelp div.CAPTCHA {
	padding-left: 0;
}

fieldset#NeedHelp div.FormControls {
	padding-left: 0;
}


/* About Us (about_view.php)
-----------------------------------------------------------------------------*/

h1#HeadlineAbout {	
	background: url(../site/text_about.gif) no-repeat 0 bottom;
	text-indent: -2000em;
	height: 78px;
}
