
/*  6BR skin */

/*  Grey banner area for 6br */

body  {
    background-color: #000000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 15px;
}

input, textarea {
    background-color: #444444;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 15px;
    color:  #ffffff;
}

#main {
    background-color: #000000;
}
#banner {
    background-image: none;
    background-color: #000000;
    height:160px;
    margin-bottom: 0px;
}
div#banner-content {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
}
div#banner a.site-name img {
    border: none;
    top: 20px;
    left: 100px;
}

/* Suppress display of menu bar for now ... will need to replace this approach
   with something that suppresses menu bar just for front page */
   
div#menu-bar {
    margin: 0px;
    display: none;
}

/* Styles for buttons */

div.button {
    color: #FFFFFF;
   /* background-color: #7db100; */
  	background-color:#00aeef;
    border: 1px solid #000000;    
    cursor: pointer;
}


#footer {
    background-image: url( "footer.png" );
    background-position: 0% 100%;
    background-repeat: repeat-x;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
}
#footer-content {
	  border: none;
  	  height:180px;
}

#footer-content img {
	  border: none;
}
#footer-content a.threefifty, #footer-content a.supporters {
    position: absolute;     top: 90px;   left:90px; 
}
#footer-content a.oneclimate {
    position: absolute;     top: 120px;   left: 330px; 
}
#footer-content #credits {
	  position: absolute;     top: 120px;   left: 700px; 
}
#footer-content #design-by {
	  position: absolute;     top:140px;   left: 720px; 
	  color: #ffffff;
	  font-size: 11px;
}
#footer-content div#design-by a {
    font-size: 11px;
}
#footer-content a {
	  font-size: 14px; 
}
div.label-oneclimate {
    color: #ffffff;
	position: absolute;     top: 120px;   left: 350px; 
	
}
div.label-threefifty, div.label-supporters {
    color: #ffffff;
	position: absolute;     top: 120px;   left: 0px; 
}

/* Styles for 6BR Menu */

div.sixbr-menu {
    height: 47px;
    min-height: 47px;
    padding: 3px 200px 0px 200px;
    width: 530px;
}
div.sixbr-menu a.menu-item, div.sixbr-menu span.menu-item {
    margin: 0px;
    margin-right: 27px;
    text-decoration: none;
    color: #00aeef;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    background-color: black;
}
div.sixbr-menu span.menu-item {
    color: #ffffff;
}
div.sixbr-menu a.menu-item:hover {
    color: #ffffff;
}

/* Styles for 6BR animation page */

div#sixbr-animation {
    width: 930px;
    height: 550px;
    min-height: 550px;
}
div#sixbr-animation div.sprout {
    float: left;
    width: 500px;
    height: 500px;
    min-height: 500px;
    margin: 0px 0px 50px 215px;
}
div#sixbr-animation div.skip {
    float: right;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    height: 25px;
    min-height: 25px;
    margin: 475px 115px 50px 0px;
}
div#sixbr-animation div.skip a {
    text-decoration: none;
    color: #00aeef;
}
div#sixbr-animation div.skip a:hover {
    color: #ffffff;
}
    
/* Styles for 6BR information pages */

div.sixbr-page {
    width: 930px;
    height: 500px;
    min-height: 500px;
    color: white;
}
div.sixbr-page div.content {
    width: 740px;
    margin: 10px 95px 20px 95px;
    min-height: 470px;
    height: 470px;
}
div.sixbr-page h1 {
    margin: 0px 0px 15px 0px;
    width: 740px;
    font-size: 24px;
    font-weight: normal;
}
div.sixbr-page h2 {
    margin: 0px;
    width: 740px;
    font-size: 15px;
    font-weight: normal;
}
div.sixbr-page p {
    width: 740px;
    margin: 0px 0px 15px 0px;
    font-size: 13px;
}
div.sixbr-page a {
    text-decoration: none;
    color: #00aeef;
}
div.sixbr-page a:hover {
    color: #ffffff;
}
    
    
    

