/* COMBINED BASE+STYLES FILE */

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

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

	HISTORY:
	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: small;
	font-family: Verdana, 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#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
#navtop ul, #navmain 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, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot 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%;	
}


/*  styles.css -----------------------------------------------------------------
	Copyright 2008 Paul Hansen / Ecopixel, LLC / www.ecopixel.com
	All Rights Reserved.

	Produced for the Vermont League of Conservation Voters
	www.vlcv.org
	September 2008
------------------------------------------------------------------------------ */

body {
	background-color: #D3CEC0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#wrap-header {
	width:100%;
	position: relative;
	background: #474232 url(bg-wrap-header-sec-18.jpg) center bottom no-repeat;
}

.sec-1 #wrap-header { background-image: url(bg-wrap-header-sec-9.jpg); }
.sec-9 #wrap-header { background-image: url(bg-wrap-header-sec-16.jpg); }
.sec-10 #wrap-header { background-image: url(bg-wrap-header-sec-19.jpg); }
.sec-11 #wrap-header { background-image: url(bg-wrap-header-sec-18.jpg); }
.sec-12 #wrap-header { background-image: url(bg-wrap-header-sec-13.jpg); }
.sec-13 #wrap-header  { background-image: url(bg-wrap-header-sec-1.jpg); }

#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 250px;
}

#wrap-main {
	width:100%;
	position: relative;
	background: #D3CEC0 url(bg-wrap-main.png) center top repeat-y;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 750px;
	background-color: #FFF;
}

#wrap-navsub {
	width: 200px;
	float: right;
	margin: 1.75em 0 0.7em 20px;
	background-color: #E2E0DB; 
}

#navsub {
	background: url(bg-navsub.png) bottom left no-repeat;
}


#wrap-footer {
	width:100%;
	position: relative;
	background: #D3CEC0 url(bg-wrap-footer.png) center bottom no-repeat;
	padding-bottom: 30px;
}

#footer {
	background-color: #FFF;
	clear: both;
	position:relative;	
	margin: 0 auto;
	width: 750px;
	padding-bottom: 1em;
}

#footer .csc-div {
	margin: 0;
}

#eco-positive-hosting a {
	display: block;
	height:15px;
	width:320px;
	height:26px;
	position: absolute;
	bottom:-30px;
	right:-90px;
	overflow:hidden;
}


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

/* Order must be :link, :visited, :hover, :active */

a {
	color: #B18841;
}

a:visited {
	color: #70664D;
}

a:hover {
	color: #CC9900;
}


#logo {
	display: block;
	width: 530px;
	height: 42px;
	position: absolute;
	left: 10px;
	top: 5px;
}


ul#navtop {
	position: absolute;
	top: 48px;
	right: 0;
	padding-top: 9px;
	background: url(bg-navtop.png) top right no-repeat;
}

#navtop li {
	float: left;
	padding-bottom: 4px;
	background-color: #EAE8E1;
}

#navtop li.nav-a {
	background: none;
}

#navtop li a.access-nav:focus,
#navtop li a.access-nav:active {
	background-color: #B18841 !important;
	padding-bottom: 3px;
	border-right: none;
	color: #FFF;
}
#navtop li a.access-nav:hover {
	background: #7F602C !important;
	color: #FFF !important;
}

#navtop li.nav-first {
	background-color: none;
	background: url(bg-navtop-nav-firstlast.png) left bottom no-repeat;
}


#navtop li.nav-last {
	background-color: none;
	background: url(bg-navtop-nav-firstlast.png) right bottom no-repeat;
}

#navtop a:hover {
	background:#FFF url(bg-navtop-a.png) left center repeat-x;
	color: #474232 !important;
}

#navtop a {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding: 3px 0.8em;
	color: #70664D;
	background-color: #EAE8E1;
	border-right: 1px solid #C4BCAA;
}
#navtop li.nav-last a {
	border-right: none;
}

#navtop li.nav-1 a {
	color: #808A35;
}

#navtop li.nav-3 a {
	color: #A27400;
}


div#navcrumbs ol {
	position: relative;
	float: left;
	left: -0.5em;
	padding: 0.7em 0;
}

#navcrumbs li {
	float: left;
}

#navcrumbs a,#navcrumbs strong {
	float: left;
	display: block;
	padding: 0.1em 0.9em 0.1em 0.5em;
	background: url(bg-nav-right.png) right 55% no-repeat;
}

#navcrumbs strong {
	color: #000;
}

#navcrumbs li.nav-last a,
#navcrumbs li.nav-last strong {
	padding-right: 0.5em;
	background: transparent;
}











#wrap-navmain {
	position: absolute;
	left: 0;
	bottom: 0;
}

#navmain {
	float: left;
}

#navmain span {
	display: block;
	float: left;
	background: url(bg-navmain-span.png) left top no-repeat;
	padding: 0;
	cursor: pointer;
}

#navmain span span {
	background: url(bg-navmain-span.png) right top no-repeat;
	padding: 0.6em 0.6em;
}

#navmain li.nav-first {
	padding-left: 3px;
	background: url(bg-navmain-li.png) left top no-repeat;
}

#navmain li.nav-last {
	background: url(bg-navmain-li.png) right top no-repeat;
}

#navmain li {
	float: left;  /* Required by IE */
	padding: 3px 3px 0 0;
	background: url(bg-navmain-li.png) center top no-repeat;
}

#navmain a {
	color: #FFF;
	display: block;
	float: left;
	background-color: #556F69;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
}

#navmain li.nav-1 a { background-image: none; background-color: #474232; }
#navmain li.nav-1 a.nav-act { color: #474232; }
#navmain li.nav-1 a:hover { background-color: #70664D; }
#navmain li.nav-1 span span { padding-left: 0.9em; padding-right: 0.9em; }

#navmain li a {
	background-repeat: no-repeat;
	background-image: url(bg-navmain-nav-n.png);
}

#navmain li.nav-2 a { background-color: #808A35; background-position: 0px 50%; }
#navmain li.nav-2 a:hover { background-color: #9AA927; background-position: -400px 50%; }
#navmain li.nav-2 a.nav-act,
#navmain li.nav-2 a.nav-act:hover { color: #808A35; background-position: -800px 50%; }
#navmain li.nav-2 span span { padding-left: 36px; }

#navmain li.nav-3 a { background-color: #556F69; background-position: -1200px 50%; }
#navmain li.nav-3 a:hover { background-color: #5C9789; background-position: -1600px 50%; }
#navmain li.nav-3 a.nav-act,
#navmain li.nav-3 a.nav-act:hover { color: #556F69; background-position: -2000px 50%; }
#navmain li.nav-3 span span { padding-left: 26px; }

#navmain li.nav-4 a { background-color: #B18841; background-position: -2400px 50%; }
#navmain li.nav-4 a:hover { background-color: #D79A2F; background-position: -2800px 50%; }
#navmain li.nav-4 a.nav-act,
#navmain li.nav-4 a.nav-act:hover { color: #B18841; background-position: -3200px 50%; }
#navmain li.nav-4 span span { padding-left: 27px; }

#navmain li.nav-5 a { background-color: #609EC1; background-position: -3600px 50%; }
#navmain li.nav-5 a:hover { background-color: #4DB2EB; background-position: -4000px 50%; }
#navmain li.nav-5 a.nav-act,
#navmain li.nav-5 a.nav-act:hover { color: #609EC1; background-position: -4400px 50%; }
#navmain li.nav-5 span span { padding-left: 35px; }

#navmain li.nav-6 a { background-color: #70664D; background-position: -4800px 50%; }
#navmain li.nav-6 a:hover { background-color: #8D7841; background-position: -5200px 50%; }
#navmain li.nav-6 a.nav-act,
#navmain li.nav-6 a.nav-act:hover { color: #70664D; background-position: -5600px 50%; }
#navmain li.nav-6 span span { padding-left: 33px; }

#page-1 #navmain li.nav-1 a { background-image: none; background-color: #FFF; color: #70664D; }

#navmain a.nav-act,
#navmain a.nav-act:hover {
	background-color: #FFF !important;
	color: #70664D;
}




#wrap-navsub {
	overflow: hidden;
}


#wrap-navsub h3 {
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.85em;
	padding: 0.6em 10px 0.6em 20px;
	line-height: 110%;
	background: #70664D url(bg-navsub.png) top left no-repeat;
}

/* scorecards */
.sec-13 #wrap-navsub { background-color: #E6E8D7; }
.sec-13 #wrap-navsub a { color: #808A35; }
.sec-13 #wrap-navsub h3 { background-color: #808A35; }

/* elections */
.sec-18 #wrap-navsub { background-color: #DDE2E1; }
.sec-18 #wrap-navsub a { color: #556F69; }
.sec-18 #wrap-navsub h3 { background-color: #556F69; }

/* issues */
.sec-16 #wrap-navsub { background-color: #EFE7D9; }
.sec-16 #wrap-navsub a { color: #B18841; }
.sec-16 #wrap-navsub h3 { background-color: #B18841; }

/* news */
.sec-19 #wrap-navsub { background-color: #DFECF3; }
.sec-19 #wrap-navsub a { color: #609EC1; }
.sec-19 #wrap-navsub h3 { background-color: #609EC1; }


#navsub a {
	display: block;
	font-size: 0.85em;
	line-height: 110%;
	padding: 0.6em 10px 0.6em 20px;
	background: url(bg-navsub-a.png) left 0.9em no-repeat;
	border-bottom: 1px dotted #FFF;
}

#navsub a:visited {
	background: url(bg-navsub-a.png) -220px 0.9em no-repeat;
}

#navsub a:hover {
}

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

#navsub li li a:visited {
	background: url(bg-navsub-a.png) -210px 0.9em no-repeat;
}

#navsub li li a {
	padding-left: 25px;
	background: url(bg-navsub-a.png) 10px 0.9em no-repeat;
}

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

#content {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.4em;
	color: #556F69;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0.8em 0 0.4em 0;
	line-height: 110%;
}

h2 {
	color: #556F69;
	border-bottom: 1px dotted #D3CEC0;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1.8em;
	padding-bottom: 0.2em;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 {
	font-weight: bold;
}

p {
	margin: 0.2em 0 0.8em 0;
}


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

ul#navfoot {
	position: relative;
	float: left;
	padding: 0.7em 0 0.7em 0;
	left: -0.8em;
}

#navfoot li {
	float: left;
}

#navfoot a {
	float: left;
	font-size: 0.85em;
	display: block;
	padding: 0.1em 0.85em;
	border-right: 1px solid #D3CEC0;
}

#navfoot li.nav-last a {
	border-right: none;
}
#footer-content {
	float: left;
	color: #999;
}

#footer-content p {
	font-size: 0.85em;
	position: relative;
	float: left;
	left: -0.09em;
	line-height: 1em;
	margin: 0;
	padding: 0.85em 0.85em 0.85em 0;
}



/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */


.csc-div {
	clear: both;
	height:0;
	border-top: 1px dotted #D3CEC0;
	width:100%;
	margin: 1em 0;
	padding: 0;
}

.csc-div hr {
	display: none;
}

.csc-textpic-caption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#70664D;
}

br.clearboth {
	clear:both;
	height:0;
}

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

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


/* CSV Tables */

/*
.tx-csvdisplay-pi1 table {
	clear: both;
	width: 100%;
}

.tx-csvdisplay-pi1 tr {
	border-bottom: 1px solid #CCC;
}

.tx-csvdisplay-pi1 .tx_csvdisplay_row_odd {
	background-color: #DDD;
}

.tx-csvdisplay-pi1 .tx_csvdisplay_row_even {

}

.tx-csvdisplay-pi1 td {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
.tx-csvdisplay-pi1 td.tx_csvdisplay_td0 {
	padding-left: 0;
}

*/



/* tables */
table.tx_csvdisplay_table {
	font-size: 0.85em;
	clear: both;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: inherit;
	border-collapse: inherit;
	border-spacing: inherit;

}
table.tx_csvdisplay_table thead tr th, table.tx_csvdisplay_table tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 16px 4px 4px;
}
table.tx_csvdisplay_table thead tr .header {
	background-image: url(tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tx_csvdisplay_table tbody td {
	color: #3D3D3D;
	padding: 4px 16px 4px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tx_csvdisplay_table tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tx_csvdisplay_table thead tr .headerSortUp {
	background-image: url(tablesorter-asc.gif);
}
table.tx_csvdisplay_table thead tr .headerSortDown {
	background-image: url(tablesorter-desc.gif);
}
table.tx_csvdisplay_table thead tr .headerSortDown, table.tx_csvdisplay_table thead tr .headerSortUp {
background-color: #8dbdd8;
}







/* tables */
table {
	font-size: 0.85em;
	clear: both;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: inherit;
	border-collapse: inherit;
	border-spacing: inherit;

}
table thead tr th, table tfoot tr th {
	background-color: #E6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 16px 4px 4px;
}
table thead tr .header {
	background-image: url(tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #3D3D3D;
	padding: 4px 16px 4px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}
table thead tr .headerSortUp {
	background-image: url(tablesorter-asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(tablesorter-desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
	background-color: #8dbdd8;
}











div.csc-frame-frame1 {
	margin: 1em 0;
}

.csc-frame-frame1 .csc-header,
.csc-frame-frame1 .csc-textpicHeader {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) top left no-repeat;

}
.csc-frame-frame1 .csc-header h1,
.csc-frame-frame1 .csc-header h2,
.csc-frame-frame1 .csc-header h3,
.csc-frame-frame1 .csc-textpic-text h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #D9DCC3;
}

.csc-frame-frame1 .csc-textpic-text {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) left bottom no-repeat;
}

.csc-frame-frame1 .csc-textpic-text p {
	margin: 0;
	padding: 0 0 1em 0;
}



/* Fancier links in line */
/*#content h4 {
	border: 1px solid #FFCC66;
	padding: 0.2em;
}*/

#content h4 a {
	padding: 0.2em 20px 0.2em 0;
	background: url(bg-h4-a.png) right 50% no-repeat;
}



/* forms */
form label:hover {
	background-color:#FFFFCC;
}


