/* global.css */


/* start afresh */
*, html * {
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1, h2 {
	margin: 0 0 .7em 0;
}
h3, p, ul, blockquote, hr {
	margin: 0 0 1.4em 0;
}
li {
	margin: 0 0 1em 0;
}


/* layout */
body {
	/*background-image: url(/_img/body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #ffffff;*/
	
	padding: 20px 0;
	
	text-align: center;
}
div#blanket {
	width: 100%;
	height: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	
	display: none;
	
	cursor: pointer;
	
	background: #fff;
	opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70); 
}
div#wrap {
	width: 960px;
	
	margin: 0 auto;
	padding: 0;
	
	position: relative;
	text-align: left;
}
div#page {
	width: 690px;
	padding: 0;
	
	float: left;
}
div#header {
	width: 505px;
	height: 597px;
	
	position: absolute;
	top: 0;
	left: 101px;
	z-index: -9999;
	
	background-image: url(/_img/header.png);
	background-repeat: no-repeat;
}
ul#navigation {
	width: 185px;
	height: 214px;
	
	margin: 0;
	
	position: absolute;
	top: 233px;
	left: 7px;
}
div#content {
	width: 360px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	
	padding: 160px 0 30px 0;
	margin-left: 340px;
}
div#footer {
	width: 360px;
	
	padding-bottom: 20px;
	margin-left: 340px;
}
div#sidebar {
	width: 180px;
	
	padding: 20px 20px 20px 30px;
	
	float: right;
	
	border-left: 1px solid #dddddd;
}
hr.clear {
	height: 1px;
	
	margin: 0;
	border: 0 none;
	
	clear: both;
	visibility: hidden;
}


/* type */
body, input, button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #111111;
	line-height: 1.6em;
}
#sidebar, #sidebar input {
	font-size: 11px;
	color: #333333;
}
hr {
	height: 1px;
	
	border-bottom: 1px solid #dddddd;
	color: transparent;
	background-color: transparent;
	
	margin: 1em 0;
}
h1 {
	font-size: 21px;
	color: #cc0033;
}
h2 {
	font-size: 14px;
	color: #ff3366;
}
h2 a {
	color: #ff3366 !important;
}
#sidebar h2 {
	margin: 0 0 .3em 0;
}
#sidebar p {
	margin: 0 0 1.7em 0;
	line-height: 1.4em;
}
#sidebar p.last {
	margin: 0;
}
#content a {
	/*color: #663399;*/
	color: #7a1e63;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
ul {
	
}
li {
	list-style-type: none;
}
strong {
	
}
em {
	
}
blockquote {
	padding: 0 1em;
	
	border-left: 1px solid #dddddd;
}
li blockquote {
	margin: 0;
}
.meta {
	color: #777777;
}
.alert {
	padding: 3px 7px;
	
	color: #fff;
	background-color: #cc0033;
}


/* navigation */
#navigation li {
	list-style-type: none;
	margin: 0;
}
#navigation a {
	width: 185px;
	
	display: block;
	
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	overflow: hidden;
}
#navigation a:hover, #navigation a.selected {
	background-position: top right;
}
#navigation a#vision {
	height: 44px;
	background-image: url(/_img/navigation-vision.png);
}
#navigation a#movement {
	height: 37px;
	background-image: url(/_img/navigation-movement.png);
}
#navigation a#honduras {
	height: 27px;
	background-image: url(/_img/navigation-honduras.png);
}
#navigation a#giving {
	height: 33px;
	background-image: url(/_img/navigation-giving.png);
}
#navigation a#blog {
	height: 33px;
	background-image: url(/_img/navigation-blog.png);
}
#navigation a#store {
	height: 40px;
	background-image: url(/_img/navigation-store.png);
}


/* content */
h1#honduras {
	width: 360px;
	height: 343px;
	
	background-image: url(/_img/honduras-logo.png);
	text-indent: -777em;
	overflow: hidden;
}
p#paging {
	font-size: 11px;
	color: #777777;
	text-align: center;
}
#content img, #content object, #content embed {
	max-width: 360px !important;
}
ul.grid {
	margin: 0;
	padding: 0;
}
ul.grid li {
	display: inline;
}
ul.grid li a {
	display: block;
	width: 120px;
	height: 120px;
	
	float: left;
}
textarea.copy {
	padding: 4px;
	
	width: 130px;
	height: 70px;
	overflow: hidden;
	
	color: #777;
	font-size: 10px;
	font-family: Monaco, "Courier New", Courier, mono;
	
	border: 1px solid #ddd;
}
img.left {
	float: left;
	
	margin: 0 1.2em .7em 0;
}
#content a.giving-amount {
	color: #111;
}
#content a.giving-amount:hover {
	text-decoration: none;
}
#content a.giving-amount span {
	padding: 4px;
	
	text-decoration: none;
	color: #fff;
	background-color: #7a1e63;
	background-image: url(/_img/giving-amount.png);
	background-repeat: repeat-x;
	
	font-weight: bold;
}
#content .video-player {
	display: none;
	
	position: fixed;
	bottom: 50%;
	margin-bottom: -180px;
	left: 50%;
	margin-left: -320px;
	z-index: 77;
	
	width: 640px;
	height: 360px;
}
#content .video-player.youtube {
	height: 385px;
}
#content .video-player object, #content .video-player embed {
	max-width: 640px !important;
}


/* sidebar */
#sidebar p.mission {
	font-size: 12px;
	/*width: 180px;
	height: 205px;
	
	background: url(/_img/sidebar-mission.png) no-repeat;
	
	text-indent: -9999999px;
	overflow: hidden;*/
}
#sidebar p.button#donate {
	height: 120px;
}
#sidebar p.button#online-store {
	height: 161px;
}
#sidebar p.button a {
	width: 180px;
	
	padding-top: 67px;
	
	display: block;
	
	/*font-size: 10px;*/
	color: #333333;
	text-decoration: none;
		
	background-repeat: no-repeat;
}
#sidebar p.button a:hover {
	text-decoration: none;
}
#sidebar p.button#online-store a {
	padding-top: 161px;
	background-image: url(/_img/button-store.png);
}
#sidebar p.button#givenow a {
	background-image: url(/_img/button-givenow.png);
}
#sidebar p.button#donate a {
	background-image: url(/_img/button-donate.png);
}
#sidebar p.button#honduras a {
	background-image: url(/_img/button-honduras.png);
}
#sidebar p.button#chase a {
	padding-top: 122px;
	background-image: url(/_img/button-chase.png);
}
#sidebar p.store {
	height: 177px;
}
#sidebar p.store a {
	width: 85px;

	margin-right: 10px;
	
	display: block;
	float: left;
	position: relative;
	
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	
	background-repeat: no-repeat;
}
#sidebar p.store a.last {
	margin-right: 0;
}
#sidebar p.store a img {
	width: 85px;
}
#sidebar p.store a span {
	width: 85px;
	height: 20px;
	
	padding-top: 104px;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
	background: url(/_img/store-shadow.png) no-repeat;
	
	cursor: pointer;
}
#sidebar p.social {
	height: 40px;
}
#sidebar p.social a {
	height: 20px;
	
	display: block;
	
	float: left;
	
	text-indent: -9999px;
	overflow: hidden;
	
	background-repeat: no-repeat;
}
#sidebar p.social a#facebook {
	width: 53px;
	margin-right: 9px;
	
	background-image: url(/_img/social-facebook.png);
}
#sidebar p.social a#myspace {
	width: 62px;
	margin-right: 8px;
	
	background-image: url(/_img/social-myspace.png);
}
#sidebar p.social a#youtube {
	width: 48px;
	
	background-image: url(/_img/social-youtube.png);
}
#sidebar p.social a#twitter {
	width: 55px;
	margin-left: 37px;
	margin-right: 22px;
	
	background-image: url(/_img/social-twitter.png);
}
#sidebar p.social a#flickr {
	width: 31px;
	
	background-image: url(/_img/social-flickr.png);
}
#sidebar p.fine {
	color: #aaa;
	font-size: 9px;
	text-align: center;
}
#sidebar p.fine a {
	color: #aaa;
}
.twtr-widget {
	margin-bottom: .5em !important;
}
.twtr-widget, .twtr-widget * {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 !important;
	border: 0 none !important;
}
.twtr-tweet-wrap {
	padding-bottom: .5em !important;
	margin: 0 0 .5em 0 !important;
	border-bottom: 1px solid #ddd !important;
}
.twtr-widget a {
	text-decoration: underline;
}
.twtr-tweet-text {
	font-size: 11px;
}
.twtr-hd, .twtr-ft {
	display: none;
}


/* forms */
#sidebar input {
	width: 170px;
}
input.text {
	padding: 4px;
	border: 1px solid #dddddd;
}
input.radio, input.checkbox {
	margin: 0 3px;
}
input.submit {
	display: none;
}
input#giving-amount {
	width: 40px;
	padding: 2px 4px;
	margin: 0 3px;
	
	font-weight: normal;
}
button#giving-submit {
	height: 50px;
	line-height: 50px;
	width: 130px;
	
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	
	float: right;
	
	color: #fff;
	background-color: transparent;
	background-image: url(/_img/button-giving.png);
	border: 0 none;
	
	/*text-indent: -777em;
	overflow: hidden;*/
	
	cursor: pointer;
}


/* footer */
#footer {
	font-size: 9px;
	color: #aaaaaa;
	
	text-align: left;
	
	line-height: 22px;
}
#footer a {
	color: #aaa;
	text-decoration: none;
	
	border-bottom: 0 none;
}
#footer a:hover {
	color: #777777;
	
	background-color: transparent;
}
#footer_text {
	display: block;
	float: left;
	height: 20px;
}
#footer #uplyft {
	display: block;
	float: left;
	height: 20px;
	
	padding: 0 3px 0 24px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#footer #uplyft:hover {
	background-position: bottom left;
}


/* 200-20 */
p#counter {
	height: 110px;
	margin-bottom: 30px;
}
p#counter a.action {
	display: block;
	width: 360px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	margin: 0 0 30px 0;
	
	float: left;
	background: url(/_img/button-360.png) no-repeat;
	
	color: #fff !important;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
p#counter a.action:hover {
	text-decoration: none !important;
}
p#counter span.supporters, p#counter span.days {
	display: block;
	width: 360px;
	padding: 0; 
	height: 40px;
	line-height: 40px;
	margin: 0 0 30px 0;
	
	float: left;
	background: url(/_img/button-360-pink.png) no-repeat;
	
	color: #fff !important;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
}
p#counter span.days {
	float: right;
}
p#counter span.label {
	display: block;
	padding: 2px 5px;
	
	font-size: 11px;
	font-weight: normal;
	color: #444;
	line-height: 1em;
}