@charset "utf-8";
/* CSS Document */

/* UNIV */
html	{ background: #f8f8f8 url(../images/bgBody.gif) repeat-x top left;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: black; }
body	{ }

/* TYPE */
h1	{ font-size: 2em;}
h2	{ font-size: 1.4em;}
h3	{ font-size: 1.2em; margin: 7px 0;}
h4	{ font-size: 1.2em; color: #2c8ebb; margin: 0 0 5px 0;}
h5	{ font-size: 1.2em;}
h6	{ font-size: 2em;}
p	{ line-height: 1.3em; margin: 0 0 4px 0; font-size: 14px;}

/* Love/Hate */
a			{ text-decoration: none;}
a:link		{ color: #3ea5d5;}
a:visited	{ color: #666666; text-decoration:underline;}
a:hover		{ text-decoration: underline; color: #3299c9;}
a:active,
a:focus		{ outline:1px dotted #4eb8e6; }

ul,ol{	display:list-item; margin: 10px 0 10px 40px;}
ol li	{list-style:decimal !important; list-style-position:inside !important; margin: 5px 0; line-height:1.6em;}
li		{list-style: disc; list-style-position:inside; margin: 5px 0; line-height:1.6em;}

/* CLASSES */
.allCaps	{ text-transform:uppercase;}
.fl			{ float: left;}
.fr			{ float: right;}
.cb			{ clear: both;}
.searchBox	{ color: #919191; font-size:11px; border: 0 !important; float:left; width: 198px; margin: 2px 0 0;}
.searchButton { margin: 1px 0 0 0; cursor: pointer; /* hand-shaped cursor */}
.selected	{ padding-top: 56px !important;}
.submit		{ background: #505050; border: 1px solid #848484; text-transform:uppercase; color: #fff; font-size: 11px; padding: 3px 26px; width: 80px;}
.submit:hover{ background: #666; cursor:pointer;}
.roundedCorner	{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}

img[align="right"] {
margin: 0 0 20px 20px;
display: inline;
}

img[align="left"] {
margin: 0 20px 20px 0;
display: inline;
}

.child li{
	margin: 5px 10px 5px 0px;
}

.column{
border: 1px solid #cfcfcf; background: #fff; padding: 0px 10px 10px;
}

.column img{
	margin: 10px 0 5px 0;
}
.roundedCornerBottom	{
	-webkit-border--bottom-left-radius: 10px;
	-webkit-border--bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	margin: 0 0 10px;
}
.oneColumn	{ width: 224px;height: 100%;}
.twoColumn	{ width: 470px;	height: 100%;}
.threeColumn{ width: 711px;	height: 100%;}

#container	{ width: 980px; margin:0 auto; position:relative; color:#4b4b4b;}

header		{ height: 155px;}

	#headerLogo {margin: 32px 0 0 0; position:relative; right: 10px;}
	#headerLogo a{
		width: 264px;
		height: 0px;
		padding-top: 76px;
		overflow:hidden;
		display:block;
		background:url(../images/BluePlanetFoundationLogo.gif) no-repeat;
	}

	#headerLinks			{ width:700px; text-align:right; margin: 14px 0;}
	#headerLinks li			{ display: inline; font-size: 11px; margin: 0 5px; }
	#headerLinks a			{ color: #4b4b4b; }
	.donate					{ color: #3fa90b !important;}
	#headerLinks a:hover	{ text-decoration: underline; color: #4b4b4b; }
	
	#headerSearch			{ border: 1px solid #00567a; color: #919191; background: #fff; width: 222px; height:20px;display: block; margin: 0 0 20px 0;}  

#content{
	background: #fff;
	display: block;
	padding: 15px;
	border: 1px solid #dadada;
}

#plugged{
	width: 194px;
	background: #343434;
	color: #fff;
	position:relative;
}

#plugged table tr td{
	padding: 3px;
}

#donation a{
		background:url(../images/buttonDonation.png) no-repeat;
		width: 200px;
		height: 0px;
		padding-top: 36px;
		overflow:hidden;
		display: block;
	}
	
	#donation a:hover{
		background:url(../images/buttonDonation.png) no-repeat 0 -36px;
	}
	
	#donation a:active{
		background:url(../images/buttonDonation.png) no-repeat 0 -72px;
	}
	
.intro{
	margin: 5px 0 10px;
	font-size: 1.4em;
	line-height: 24px;
	color: #343434;
	font-style:italic;
}
#news h2{
	height: 0px;
	padding-top:30px;
	width: 470px;
	display: block;
	overflow:hidden;
	background:url(../images/headerNews.gif) no-repeat;
}
#news	{ margin: 0 15px;}
#tweets		{ padding: 0 15px 15px;}
#tweets ul	{ margin: 0;}
#tweets li{
	border-bottom: 1px dashed #dadada;
	padding: 15px;
	color: #000;
	font-size:14px;
	margin: 0px;
	list-style: none;
	list-style-position:inside;
	line-height: normal;
}
#twitter a			{ color: #53bdee; }
#twitter > a		{ margin: 0px 20px 10px;}
#twitter a:hover	{text-decoration:underline;}

#donateForm p		{ margin-bottom: 20px; }
#donateForm label	{ color: #2c8ebb; font-weight: bold; font-size: 2em; }