/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000 url('../img/bkgd.jpg') repeat-x fixed;
  
  font: 11px Helvetica Neue, Arial, sans-serif;
  width: 100%;
}
tr.odd td, tr.even td {
  padding: 0.3em;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
 	font-family:Helvetica, arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
}
h2 {
    font-family:Helvetica, arial, sans-serif;
    font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-family:Helvetica, arial, sans-serif;
	font-size:18px;
}

.le_title {
	
}

h3 {
	font-family:Helvetica, arial, sans-serif;
	font-size:18px;
	color:#04a9bf;
}


h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

a {
  text-decoration: none;
  font-weight: bold;
}
 a:link {
  color: #00ADAF;
	
}

a:active {
  color: #00ADAF;
}

a:visited {
  color: #00ADAF;
}
a:hover {
  color: #00ADAF;
  text-decoration: underline;
}

li a.active{
	color: #00ADAF;
}

ul.menu li{
	list-style-image: none !important;
	list-style-type: none;
}

fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #fff;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/

#runforwater{
   /* border:1px solid red; */
    position:relative;
    top:30px;
}


#header {
  width: 960px;
  margin: 0px auto;
}

.tabs{
	position: absolute;
	top: 40px;
/*	left: 50%;
*/	z-index: 1000;
}
#container{
	background: url('../img/flashTopX.jpg') repeat-x;
}
#navlist, #header #logo, #header #menu{
	height: 0px;
	visibility: hidden;	
    padding: 0px;
	}

.block-block .content p{
	margin: 0px;
	padding: 0px;
}

#block-block-4{
    position:relative;
    top:40px;
    left:250px;
}



#content .block-block  h2.title{
	height: 10px;
}	
#header p, #header h2{
	padding: 0px;
	margin: 0px;
	}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
/*  padding: 0 1em;
*/  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}

#block-menu-primary-links{
   /* border:1px solid red; */
    position:relative;
    top:20px;
    left:20px;

}



/*#navlist {
  visibility: hidden;	
}*/
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
		

		/*width: 405px;*/
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
 color: #000;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  width: 255px;
  vertical-align: top;
  padding-top: 0px;
  /*
  border-style: solid;
  border-color: blue;
  background-color: gray;
  */
}
#footer {
/*  background-color: #eee;
*/  /*padding: 1em;*/
  font-size: 0.8em;
	width: 100%;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
/*  font-weight: bold;
  font-size: 1.3em;*/
  color: #fff;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
/*  padding: 0 0 1.5em 0;*/ /* LTR */
}
.block {
 /* border-bottom: 1px solid #bbb;*/
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}

.content{
	margin: 0px;
	padding: 0px;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/****************ADMIN******************/

#menu-overview a{
	color: #000;
}

/*
*****************PRIMARY LINKS**********************/



.block-menu .content ul.menu li a:link, .block-menu .content ul.menu li a:visited{
	font-family: helvetica, arial, sans-serif ;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	list-style-image: none;
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}

.block-menu .content ul.menu li a:active, .block-menu .content ul.menu li a:hover{
	font-family: helvetica, arial, sans-serif ;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 18px;
	color: #00ADAF;
	list-style-image: none;
	text-decoration: none;
	margin: 0px;
	padding: 1px;
	background: url('img/nav/primary_active.jpg');
	
}
.block-menu .content ul.menu, .block-menu .content ul.menu li{
	margin: 0px;
	padding: 1px 0px;
}

.leaf{
	font-size: 18px;
	height: 20px;
	width: 255px;
}


.active{
	font-size: 18px;
}

.collapsed{
	font-size: 18px;
}


/******************SECINDARY LINKS****************/

.block-menu .content ul.menu ul.menu li a:link{
	font-size: 12px;
	padding-left: 10px;
	
}

/**********************PAGES*******************
*/

#main .breadcrumb{
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


#main h2.title, #main h2.title a, #main h2.title a:active {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #fff;	
}

#main{
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
#main .node, #main .content, #main h1{
	vertical-align:top;
	padding:0px;
	margin: 0px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
  color: #000;
}
div.admin-panel h3 {
  background-color: #0186a3;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*************************** HEADER*********************************/

#header a:hover{
	text-decoration: none;
}

/*************************** FOOTER*********************************/

/*this class only called in admin block text area*/
table.footer{
	width:960px;
	color: #888; 
	font-size: 11px;
		
}

table.footer a, table.footer a:active{
	color: #888; 
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}
/*************************** Left Sidebar *********************************/

p.gray{
	color: #999;
}

/***********ABOUT LIVE EARTH 7.07.07 PAGE**************/

.radio a img{
	padding: 0px 15px;
	vertical-align: middle;
	
}

table.partners_07{
	width: 600px;
	margin-left: 30px;
}

table.partners_07 td{
	text-align:left;
	width: 200px;
}




/***********BLOG**********************/

.title_blog{
	padding-top: 20px;
}
.content .blog img, .content .blog object{
	padding: 10px 0px;
	display: block;
}

.taxonomy, .submitted_blog{
	padding: 10px 0px;
	font-size: 10px;
	
}   


/********CUSTOM FOR BLUE STATE DIGITAL***************/   

#detailtable, #eventdetail, .description, .detailtable_container, #rsvp_container, #otherrsvps_container, 
 #SKIN, .module_constituent, #constituent_content, #cons_headertitle, #constituent, #loginform, #loginform table, #signupform, #signupform table, .signuptitle
 {
	background-color: #000 !important;
	font-size: 14px !important;
}  

.title, #sectionheader,
 {
	background-color: #000 !important;
	}  

#event_detail_xml_link{
	background-color: transparent !important;
	font-size: 12px !important;
} 
 
#SKIN h1, #SKIN .basic #control_set{
	color: #fff !important;    
	background-color: #000 !important;

} 
#SKIN .basic #control_set, #SKIN #detailtable, #volunteer_box, #SKIN .even th, #SKIN .even td {
	 border:1px solid #999999 !important; 
	 background-color: #000 !important;
	 font-size: 13px !important;
	      
}   

#SKIN .even td{
	color: #fff !important;
	font-size: 13px !important;
}
#signupform .signuptitle, #loginform .logintitle{
	color: #fff !important;
	font-size: 13px !important;
} 

#SKIN table{
    width: 99% !important;
    font-size: 13px !important;
}

#loginform table .loginforgotlink {
	color: #00ADAF !important;
}  

table#signupform{
	text-align: left;
	font-size: 13px !important;
}

#SKIN .basic .main h2, #SKIN .basic .main h2.header, #SKIN .basic .main h2#sectionheader{
	color: #00ADAF !important;
	border-bottom:1px solid #00ADAF !important;

	
}  

#SKIN #eventdetail img.rssimg{
	     border: none !important;
	     font-size: 13px !important;
}