/* COMBINED BASE+STYLES FILE */

/* 	Copyright 2008 Paul Hansen, Ecopixel - www.ecopixel.com */

/*  base.css ------------------------------------------------------------------
	Set general styles common to most projects.
	
	VERSION: 1.0.5

	HISTORY:
	1.0.5: Added clear* classes for br clearing tags
	1.0.4: Added navslide
	1.0.3:	- navbread can now be ol#navcrumbs
			- nav is now navmain
			- merged reset and base for faster loads
	1.0.2: nav is now normal "text-decoration: none"
	1.0.1: Added text-decoration to navigation list.
	1.0: 2006-12-26
--------------------------------------------------------------------------- */
/*	BEGIN RESET 
	General idea from undohtml.css (CC) 2004-2005 Tantek Celik
	Also: Concepts from YUI's reset.css
	Also: http://style.cleverchimp.com/corestyle/base.html */

html,body,
h1,h2,h3,h4,h5,h6,p,blockquote,
dl,dt,dd,
table,th,td,
form,
pre,code,kbd,address,abbr,
a img,a:link img,:visited img { 
	font-weight: normal;
	font-style: normal;
	border: 0;
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

/* Setting these specifically seems to create more cross-browser 
   issues than it fixes. Noted here for reference only. */
input,select,fieldset {
}

table {
	border-collapse: collapse; /* Equivalent to cellpadding="0" */
	border-spacing: 0; /* cellpadding="0", Gecko only, CSS2 */
	font-size: inherit; /* for html4 doctype, see: http://css-discuss.incutio.com/?page=UsingEms */
}

/* Set consistent cross-browser styling to lists */
ul,ol {
	margin-left: 0;
	padding-left: 2.5em;
}
ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}

/* 	END RESET, BEGIN BASE */

/* A good starting point for most projects */
body {
	width: 100%;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* form legend: IE6 makes these blue */
legend {
	color: #000;
}


/* For our nav elements, remove padding/margin and list styles
   We cover both direct and dir-wrapped ul here */
ul#navtop, ul#navmain, ul#navsub, ul.navsub, ul#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
ul#navslide, #navslide ul,
#navtop ul, #navmain ul, #navsub ul, .navsub ul, #navcrumbs ul, #navcrumbs ol, #navpage ul, #navpagebot ul, #navbot ul, #navfoot ul {
	margin: 0;
	padding: 0;
}

#navtop li, #navmain li, #navsub li, .navsub li, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li,
#navslide li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, .navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot a,
#navslide a {
	text-decoration: none;
	line-height: 1em; /* most padding control */
}

/* Add consistent margins back to these elements */
h1 { margin: 1em 0 0.4em; font-size: 1.6em; }
h2 { margin: 1em 0 0.4em; font-size: 1.4em; }
h3 { margin: 1em 0 0.4em; font-size: 1.2em; }
h4,h5,h6 { margin: 1em 0 0.4em;	font-size: 1.0em; font-weight: bold; }

dl { margin: .5em 0; }

p,blockquote,ul,ol {
	margin: 1em 0;
}

/* We like this for line heights */
h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 160%;	
}

/* For clearing... */
br.clearboth {
	clear:both;
	height:0;
}

br.clearleft {
	clear:left;
	height:0;
}

br.clearright {
	clear:right;
	height:0;
}

/* ---------------------------------------------------------------------------
	Copyright 2009 Paul Hansen / Ecopixel - www.ecopixel.com
	All Rights Reserved.

	Site-specific styles for: Vermont Smart Growth Collaborative
	www.vtsmartgrowth.org
------------------------------------------------------------------------------ */


body { 
	background-color: #B9CADA;
	margin: 15px 0;
}

/* Order must be :link, :visited, :hover, :active */
a {
	color: #2F5897;
}

a:visited {
	color: #949C78;
}

a:hover {
	color: #DD4422;
}

/* ---------------------------------------------------------------------------
	Overall layout
------------------------------------------------------------------------------ */

#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 192px;
	height: 135px;
}

#wrap {
	border: 4px solid #FFF;
	width: 772px;
	margin: 0 auto;
}


#header { 
	background-color: #A5B8C8;
	height: 202px;
	position: relative;
	width: 100%;
	background: url(bg-header.jpg) right top no-repeat;
}

/* ul#navmain */
#navmain {
	position: absolute;
	right: 9px;
	top: 111px;
	width: 553px;
	height: 24px;
	overflow: hidden;
}
#navmain ul,
#navmain li {
	height: 0;
	overflow: hidden;
}

#navmain a {
	left: 0;
	bottom: 0;
	height: 0;
	padding-top: 24px;
	position: absolute;
	width: 118px;
	background: url(bg-navmain.png) left top no-repeat;
	overflow: hidden;
}

#navmain li.nav-2 a {
	left: 123px;
	width: 182px;
	background-position: -123px top;
}

#navmain li.nav-3 a {
	left: 310px;
	width: 124px;
	background-position: -310px top;
}

#navmain li.nav-4 a {
	left: 439px;
	width: 114px;
	background-position: -439px top;
}


#main {
	float: left;
	width: 100%;
	background: #FFF url(bg-main.png) left top repeat-y;
	overflow: hidden;
}

#footer {
	clear: both;
	position: relative;
	border-top: 4px solid #FFF;
	background-color: #336600;
	width: 100%;
	overflow: hidden;
}


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


#sidebar {
	float: left;
	width: 192px;
	overflow: hidden;
}

/* These should always be left aligned */
#sidebar .csc-textpic-center {
	text-align: left;
}

.csc-textpic-imagewrap {
	padding-top: 0.5em !important;
}

#sidebar-content {
	padding: 10px 15px 15px 15px;
}

#sidebar-content p {
	font-size: 0.9em; 
}

/* ---- new nav ---- */

#navsub {
	padding-top: 10px;
	float: left;
	margin-bottom: 1em;
}

#navsub ul {
	float: left;
}

#navsub li {
	float: left;
}

#navsub ul li a {
	float: left;
	text-decoration: none;
	width: 162px;
	display: block;
	font-weight: normal;
	padding: 0.4em 15px;
}

#navsub a {
	color: #2F5897;
}
#navsub a:hover {
	color: #DD4422;
}

#navsub li.nav-act a {
}

/* nav-new needs 35 on the right */
#navsub ul li a.nav-new {
	width: 142px !important;
}

#navsub ul li.nav-cur a  {
	font-weight: bold;
}

#navsub ul li.nav-cur li a {
	font-weight: normal;
}

#navsub ul ul li {
	background: url(bg-navsub.png) 17px 0.75em no-repeat;
}

#navsub ul ul li a {
	padding-left: 30px;
	width: 147px;
	font-weight: normal;
}

#navsub ul ul li a.nav-new {
	width: 112px !important;
}


/* ---------------------------------------------------------------------------
	Content formatting
------------------------------------------------------------------------------ */

/* pull quote */

p {
	margin: 0 0 1em 0;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}


.csc-textpic-caption {
	padding-top: 0.5em;
	font-size: 0.85em;
	color: #949C78;
}

#page-411 .csc-textpic-left {
}

#page-411 .csc-textpic-imagewrap {
	padding-left: 80px;
}

#page-411 .csc-textpic-image img {
}



td.csc-uploads-icon img {
/*	border: 1px solid #999; */
}

td.csc-uploads-fileName {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}


td.csc-uploads-fileSize {
	vertical-align: top;
	white-space: nowrap;
}

table.csc-uploads td {
	vertical-align: top;
	padding-bottom: 20px;	
}


.csc-frame-frame1 { /*light green box */
	background-color: #D6E0CC;
	clear: both;
	padding: 0.5em 1em;
	margin: 1em 0;
}

.csc-frame-frame1 p {
	margin: 0.5em 0;
}

.csc-frame-rulerBefore {
	border-top: 1px solid #D6E0CC;
	padding-top: 1em;
	margin-top: 1em !important;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #D6E0CC;
	padding-bottom: 1em;
	margin-bottom: 1em !important;
}

p.align-right {
	text-align: right;
}

p.align-center {
	text-align: center;
}	

#content {
	width: 546px;
	padding: 10px 15px 15px 15px; 
	float: right;
	background-color: #FFF;
}

h1 {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 100%;
	margin: 0 0 0.8em 0;
}

h2 {
	color: #336600;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

/* <div class="csc-header csc-header-n1">
<h2 class="csc-firstHeader">[....]</h2></div> */


h3 {
	font-size: 1em;
	font-weight: bold;
}

li {

}

/* right-aligned subnavigation for home page, under headers */

#page-1 .csc-frame .navcontext {
	display:none;
	clear:left;
	padding: 10px 0 10px 20px;
	width: 180px;
	float: left;
	text-align: right;
	line-height: 1.2em;
	font-size: 0.8em;
}





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


#footer a {
	color: #FFF;
}

#footer a:visited {
	color:#FFF;
}

#footer a:hover {
	color: #D6E0CC;
}


#footer-text {
	font-size: 0.9em;
	clear: both;
	padding: 15px;
	color: #FFF;
}

#footer-text p {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* existing styles Sept 2007 *******************************/

.csc-mailform label,.csc-mailform input,.csc-mailform textarea {
	display: block;
	float: left;
	margin-bottom: 0.5em;
	text-align: left;
}

.csc-mailform label {
	text-align: right;
	width: 12em;
	padding-top: 0.1em;
	padding-right: 0.5em;
}

.csc-mailform legend {
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
}

fieldset.csc-mailform {
	border: 0;
	padding: 0;
}

.csc-mailform-field {
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
	clear: both;
}

.csc-mailform-submit {
		
}

/* overlay new styles for Mailform Feb 2008 ***********************************/

/* span around "label" and property elements. */
.csc-mailform .csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	padding-bottom: 0.5em;
	display: block;
}

.csc-mailform span.csc-mailform-check input {
	margin-right: 0.5em;
}

.csc-mailform span.csc-mailform-check label {
	text-align: left;
	display: block;
	width: auto;
	float: left;
}

.csc-mailform span.csc-mailform-radio {
	display: block;
	margin: 0;
}

.csc-mailform span.csc-mailform-radio br {
	clear: both;
}

.csc-mailform span.csc-mailform-radio input {
}

.csc-mailform span.csc-mailform-radio label {
	width: auto;
	float: none;
	padding-left: 0.4em;
	text-align: left;
	display: inline;
}

/* inside fieldsets for checkbox groups */
.csc-mailform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}



/* Menus, "new" icon stuff */

#navsub a.nav-new,
.csc-menu-def a.nav-new,
.csc-menu-1 a.nav-new,
.csc-menu-2 a.nav-new,
.csc-menu-3 a.nav-new,
.csc-menu-4 a.nav-new,
.csc-menu-5 a.nav-new,
.csc-menu-6 a.nav-new,
.csc-menu-7 a.nav-new {
	padding-right: 35px;
	background: url(img/new-tag.gif) right 50% no-repeat !important;
}



