* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #0a70a4;
	background-image:url(/static/images/bk-grad.jpg);
	background-repeat: no-repeat;
	background-position: top left;
        font-size: 16px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/******** Logo area ***********/
#logo {
	width: 100%;
	/*height: 142px;*/
	height: 110px;
	position: relative;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
        border: none;
}

#logo #countdown {
    position: absolute;
    right: 300px;
    top:20px;
}

#logo #part_button{
    font-size: 12px;
    color: white;
    position: absolute;
    top: 20px;
    right: 0;
    width: 300px;
    text-align: center;
}

#logo #part_button td {
    width: 120px;
}

#pp_taking_part {
    color: #f60;
    font-size: 30px;
    text-wieght: bold;
}
#site-navigation {
	height: 56px;
	width: 960px;
	text-align: center;
	background-image: url(/static/images/nav.png);
	background-repeat: no-repeat;
}

#site-navigation ul {
	padding-top: 15px;
}

#site-navigation ul li {
	display: inline;
	list-style: none;
	padding: 0 30px;
}

#site-navigation ul a {
	color: black;
	font-weight:bold;
	text-decoration: none;
	
}

#homepage .homepage, #watermoments .watermoments, 
#declare .declare, #collaborate .collaborate, 
#donate .donate, #about .about, #ideas .ideas,
#site-navigation ul a:hover {
	color: white;
}

#masthead {
	padding: 10px 0;
}

#masthead-carousel {
    height: 320px;
}
#masthead #masthead-carousel ul{
	list-style: none;
}
#main-content {
	width: 650px;
	float: left;
	padding-right: 10px;
}

#mc-top {
	width: 100%;
	height: 22px;
	background-image: url(/static/images/mc-top.png);
}

#mc-bottom {
	height: 22px;
	background-image: url(/static/images/mc-bottom.png);
}

#content {
	background-color: #9fcde3;
	background-image: url(/static/images/mc.png);
	background-repeat:repeat-y;
	margin-left: 1px;
	width: 618px;
        padding: 0 15px;
}

#right-content {
	width: 300px;
	float: left;
}

.lc-top {
	height: 20px;
	background-image:url(/static/images/lc-top.png);
	background-repeat: no-repeat;
	background-color: #9fcde3;
}

.lc {
	/*height: 104px;*/
	background-image:url(/static/images/lc.png);
	background-repeat:repeat-y;
	background-color: #9fcde3;
	min-height: 300px;
    padding: 0 15px;
}

#socialmedia { 
    position: relative;
}

#socialmedia .block {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -70px;
    background: url(/static/images/tab_off.jpg) no-repeat scroll 0 0 transparent;
}
#socialmedia .block img {
	padding: 10px;
}

#socialmedia .block:hover, #socialmedia .block.selected { background: url(/static/images/tab_on.jpg) no-repeat scroll 0 0 transparent; }
#socialmedia .block.twitter { 
    top: 10px;
}

#socialmedia .block.facebook{ 
    top: 80px;
}

#socialmedia .block.flickr { top: 150px; }
#socialmedia .block.youtube { top: 220px; }
.hidden { 
    display: none;
}

#flickr table {
    margin: 0 auto;
}

#youtube p .image { 
    text-align: center;
    margin: 0 auto;
    display: inline;
}

#socialmedia .image img{  
    border: none;
}
.lc-bottom {
	height: 20px;
	background-color: #9fcde3;
	background-image: url(/static/images/lc-bottom.png);
	background-repeat: no-repeat;
        margin-bottom: 20px;
}




.clear {
	clear: both;
}

#footer {
	margin: 20px 0 20px;
	width: 960px;
        color: #fff;
	
}

#footer-top {
	background-image: url(/static/images/footer-top.png);
	height: 19px;
	background-repeat:no-repeat;
	background-color: #006191;
}

#footer-body {
	background-color: #006191;
	background-image:url(/static/images/footer.png);
	background-repeat:repeat-y;
	padding: 0 15px;
}

#footer-bottom {
	background-image: url(/static/images/footer-bottom.png);
	background-color: #006191;
	height: 21px;
	background-repeat:no-repeat;
}

p {
    padding: 1em 0;
}

#water_moments {
	background-color: white;
	width: 618px;
	padding: 0 15px;
	margin-left: 1px;
}
#water_moments .post { 
    background-color: white;
	border-bottom: 1px solid #555;
	color: #555;
}

#water_moments .post .post_id {
    float: left;
    width: 95px;
    padding-right: 2em;
    font-size: 10px;
}

#water_moments .post .post_id strong {
    font-size: 12px;
}
#water_moments .post .post_content {
	overflow: hidden;
	position: relative;
        font-size: 12px;
}

#water_moments_recent, #water_moments_pop {
    text-decoration: none;
}
/*#water_moments_recent { 
    font-weight: bold;

}*/

.abuse_link {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    color: black;
}

/* Button CSS */


a.large_button, button.large_button {
	text-decoration: none;
	background: url(/static/images/large_button_end.png) no-repeat scroll right top transparent;
	height: 42px;
	display: block;
	padding-right: 7px;
	float: left;
	color: #fff;
	font-weight: bold;

}

a.large_button span, button.large_button span {
	display: block;
	padding: 12px 0 12px 7px;
	background: url(/static/images/large_button_span.png) no-repeat scroll 0 0 transparent;
}

button.large_button {
	border: none;
	float: none;
	padding-right: 0;
}

button.large_button span {
    height: 42px;
	padding: 12px 7px;
}


a.orange_button {
    text-decoration: none;
    color: #fff;
    height: 28px;
    padding: 6.5px 5px;
    background: url(/static/images/orange_button_end.jpg) no-repeat scroll 0 0 transparent;
    height: 28px;
}

a.orange_button span{
    background: url(/static/images/orange_button.jpg) no-repeat scroll 0 0 transparent;
    padding: 6.5px 5px 6.5px 0;

}
/* Footer Specific */
#footer-body h2 {
	padding: 0;
	color: #fff;
}

#footer-body p {
	padding: 1em 0 0;
}

#footer #mailinglist, #footer #donate, #footer #links {
	width: 310px;
	float: left;
}

/* Gallery */
#galleria {
	width: 100%;
	padding-bottom: 1em;
}

/* Water Facts */
#listticker ul li {
	font-size: 12px;
	font-weight:bold;
        padding-bottom: 5px;
}

.news { 
        min-height: 10px;
}
/* social media */
/*#facebook, #flickr, #youtube {
	display: none;
}*/

#twitter ul {
	list-style: none;
}

#twitter ul li {
	padding-bottom: 5px;
	background: url(/static/images/rc_hr.png) no-repeat scroll bottom transparent;
	font-size: 12px;
        overflow: hidden;
}

#twitter ul li.last {
	background: none;
}

/* Water Ideas */
.vote_up, .vote_down {
    background: url(/static/images/thumbs.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    font-size: 0;
}

.vote_down {
    background-position: -16px 0;
}

.vote_up:hover {
    background-position: 0 -16px;
}

.vote_down:hover {
    background-position: -16px -16px;
}

.vote_up:active {
    background-position: 0 -32px;
}

.vote_down:active {
    background-position: -16px -32px;
}

.errorlist { color: red; }

.jpp { margin: 0 auto; }
.jpp a img { border: none; }

#recaptcha_widget_div { padding-bottom: 10px; }

#water_moments_recent, #water_moments_pop {
    color: black;
}

#water_moments .selected {
    font-weight: bold;
}

#below_footer {
    text-align: center;
    text-decoration: none;
    color: white;
}

#below_footer a {
    text-decoration: none;
    color: white;
}

.red { 
    color: red;
}

.fieldWrapper { 
    padding-bottom: 5px;
}

.pagination { 
    text-align: center;
}

form textarea { 
    width:610px;
}

form #id_caption { width: 330px; height: 100px; }
.privacy { 
    vertical-align: super;
    font-size: 10px;
    text-decoration: none;
}

#below_footer ul {
    list-style: none;
}

#below_footer ul li {
    display: inline;
    border-left: 2px solid white;
    padding-left: 5px;
}

#below_footer ul li.first {
    border: none;
    padding: none;
}

#share_links { 
    position: absolute;
    bottom: 0;
    right: 100px;
 }

/** Overlays **/
.overlay {  
  display: none;
  z-index: 10000;
  background: url('/static/images/black.png') no-repeat 0 0 scroll transparent;
  width: 556px;
  height: 526px;
  padding: 50px;
  color: white;
}

.overlay .close { 
  width: 50px;
  height: 50px;
  margin: -50px 0 0 -50px;
  cursor: pointer;
}

.awareness p {
  font-size: 14px;
  /*font-weight: bold;*/
}

.overlay ol {
  overflow-y: scroll;
  height: 300px;
  padding: 30px 30px 0 30px;
  margin: 10px 0 0 0;
}

.overlay ol a {
  color: red;
}

ol {margin-top: 20px; padding-left: 20px}
ol li { padding-bottom: 10px; }
