/* ################################### BEGIN: RESET  ################################### */ 
/* CSS RESET-  Avoid Browser discrepancies by resetting them to a baseline */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {border-collapse: collapse;border-spacing: 0;}



/* ################################### BEGIN: GLOBAL STYLES  ############################ */
html{font-size: 100.01%;height:100.5%;}
body {
	height:100%;
	font: 65% Arial, Verdana, sans-serif;
	background: #4b4b4b;
	color: #2e2e2e;
	height: 100%;
	text-align: center;
}

/* -- site colors -- */
.red{color: #942425;}	
#centering-container {
	text-align: left;
	margin: 0 auto;
	width: 970px;
	background-color: #2e2e2e;
	height: auto !important /* real browsers */;
	height: 100% /* IE6: treaded as min-height*/;
	min-height: 100% /* real browsers */;
}

#header-container {
	background: #4b4b4b;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
#gutter-top {
	background-color: #2e2e2e;
	display: block;
	height: 32px;
	width: 100%;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#site-title {
	vertical-align: baseline;
	color: #eee;
	font: normal 1.4em Georgia;
	float: right;
	margin: 0;
	padding: 0;
}
#site-title em {
	vertical-align: baseline;
	font: normal 2em/.6em Georgia;
	text-transform: uppercase;
}
		
#primary-container {
	display: block;
	overflow: auto;
	background: #4b4b4b;
	width: 100%;
}
#shadow-container {
	display: block;
	overflow: auto;
	width: 100%;
	background: url(../images/bg-shadow.jpg) no-repeat 0 bottom;
	padding-bottom: 26px;
}
#content-container {
	display: block;
	overflow: hidden;
	height: 1%;
	margin: 0;
	width: 950px;
	border: 10px solid #eee;
	background-color: #5d5d5d;
	position:relative;
}

/* -- BORDERS AND BLOCKS -- */
#top-nav-block, .content-border, .content-block, .red-border, .red-block, .red-block-solo, .grey-block, .grey-block-solo, .red-logo, .gallery dl, .gallery .current, #intro-image-block{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	overflow: hidden;
}
.content-block img{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;	
}
/* -- CONTENT BLOCKS -- */
.content-border {background-color: #2e2e2e;}
.content-block 	{overflow:hidden; background-color: #d8d8d8; padding: 4px 4px 25px;}

.content-block h1 			{font-size: 1.5em; padding: 10px 8px 3px;}
.content-block h1 strong 	{font-weight:700;}
.content-block h2 			{font-size: 1.3em; padding: 5px 8px;}
.content-block h3 			{font-size: 1.3em; padding: 2px 8px;}


.content-block input[type=submit],
.content-block h1,
.content-block h2,
.content-block h3			{}
.content-block p			{font-size: 1.2em;	line-height: 1.35em; padding: 2px 8px 6px}
.content-block a 			{text-decoration: none; color: #942526;}
/* -- VARIOUS RED BLOCKS -- */
.red-border 	{background-color: #fff;}
.red-block 		{background: #942425 url(../images/bg-red.jpg) no-repeat; padding: 4px;	overflow: hidden; color: #fff;}
.red-block-solo	{background: #942425 url(../images/bg-red.jpg) no-repeat; padding: 4px;	overflow: hidden; color: #fff;}
.grey-block 	{background: #4b4b4b url(../images/bg-grey.jpg) no-repeat; padding: 4px;	overflow: hidden; color: #fff;}
.grey-block-solo{background: #aeaeae; padding: 4px;	overflow: hidden; color: #2e2e2e;font-weight:bold;}
.red-logo 		{background: #fff no-repeat; margin:0; padding: 0;	overflow: hidden; color: #fff;}

.red-block h1,.grey-block h1 				{font-size: 1.7em; text-align: right; padding: 5px 10px;}
.red-block h1 strong,.grey-block h1 strong 	{font-size: 200%; }
.red-block h1.quote,.grey-block h1.quote	{font-size: 1.6em; text-align:left; text-transform: none; }
.red-block h2,.grey-block h2				{font-size: 1.5em; text-align: center; padding: 5px 0;}
.red-block h3,.grey-block h3				{font-size: 1.5em; text-align: right; padding: 2px 10px;color: #fff;}
.red-block h4,.grey-block h4				{font-size: 1.5em; text-align:right; padding: 2px 10px;}

.red-block input[type=submit], .red-block a, .grey-block a	{text-decoration:none; text-transform: uppercase; color: #fff;}
.red-block  a:link, .grey-block a:link 			{text-decoration:none; text-transform: uppercase; color: #fff;} /* unvisited link */
.red-block  a:visited, .grey-block a:visited 	{text-decoration:none; text-transform: uppercase; color: #fff;} /* visited link */
.red-block  a:hover, .grey-block a:hover 		{text-decoration:none; text-transform: uppercase; color: #fff;} /* mouse over link */
.red-block  a:active, .grey-block a:active 		{text-decoration:none; text-transform: uppercase; color: #fff;} /* selected link */

.red-logo img{padding:0;margin:0;}
.red-block img{padding:0;margin:0;}
.red-block ul li{margin-left:15px;font-size: 1.3em;text-align:left; text-transform: none;font-weight: bold;}


.red-border.form 		{ width: 400px; text-align: center;}
.red-block input[type=submit]{
	font-size: 1.2em;
	cursor: pointer;
	background-color: #942425;
	border-style: none;
	padding: 3px;
	font-weight: bold;
}
.red-block-solo h1			{font-size: 1.7em;padding: 5px 10px;}
.red-block-solo p 			{font-size: 1.3em;	line-height: 1.35em; padding: 2px 8px 6px;}
.red-block-solo a			{color: #fff;text-decoration:none;}

/* -- BLOCK TYPES -- */
.inner-block	{margin-bottom: 10px; padding: 4px;}
.nested-block	{margin-bottom: 4px; padding: 4px;}
.donate-block	{float:left;width:452px;margin-bottom: 4px; padding: 4px;}
.solo-block		{padding: 4px;}
.quote-block	{padding:4px; margin:0 25px 15px 15px; float:right;	width:250px;}
.right			{float:right;}
.left			{float:left;}

/* -- PRIMARY NAVIGATION -- */
#top-nav-container{overflow:hidden; padding: 5px 10px 0px;}
#top-nav-block{height:1%; display:block; overflow:hidden; background-color: #2e2e2e;}
#top-nav ul	{display:block; overflow:hidden; margin: 0;}
#top-nav li{
	float:left;
	overflow:hidden;
	text-align:center;
	position:relative;
	padding: 2px 0;
}
#top-nav li span{
	position:absolute;
	height: 40px;
	width:1px;
	background-color:#4b4b4b;
	top: -5px;
	left: 0;
	z-index: 2;
}
#top-nav li a{
	padding: 4px 15px;
	display:block;
	text-decoration:none;
	color:#d8d8d8;
	font-size: 1.3em;
	border: 1px solid #2e2e2e;
	margin-right: 3px;
	margin-left: 4px;
}
#top-nav li a:hover, #top-nav li a.active {	background-color:#942425; color: #fff; border: 1px solid #fff;}


/* -- SECTION HEADER(s) -- */
#full-header {
	overflow: visible;
	height: 1%;
	padding: 10px 10px 0 10px;
	display: block;
	clear:both;
}
#full-header .content-block{overflow: hidden; padding-bottom:4px;}
#full-header .content-header{
	width:100%;
	position:relative;
	height: 272px !important /* real browsers */;
	height: 272px /* IE6: treaded as min-height*/;
	min-height: 272px /* real browsers */;
}
#full-header h1{
	color:#d8d8d8;
	position:absolute;
	font: normal small-caps 52px Georgia;
	left: 25px;
	margin: 0;
	padding: 0;
	top: 224px;
}
#full-header #header-news{background: url(../images/header-news.jpg) no-repeat left top;}
#full-header #header-cause{background: url(../images/header-cause.jpg) no-repeat left top;}
#full-header #header-work{background: url(../images/header-work.jpg) no-repeat left top;}
#full-header #header-events{background: url(../images/header-events.jpg) no-repeat left top;}
#full-header #header-help{background: url(../images/header-help.jpg) no-repeat left top;}
#full-header #header-media{background: url(../images/header-media.jpg) no-repeat left top;}
#full-header #header-artists{background: url(../images/header-artists.jpg) no-repeat left top;}
#full-header #header-contributors{background: url(../images/header-contributors.jpg) no-repeat left top;}
#full-header #header-contact{background: url(../images/header-contact.jpg) no-repeat left top;}
#full-header #header-domino{background: url(../images/header-domino.jpg) no-repeat left top;}


/* ------- HOME PAGE SPECIFICS ------- */
#intro-block 		{overflow: hidden;}/*	background: url(../images/bg-relief-3.jpg) no-repeat right top;}*/
#intro-image-block	{width:100%;height:150px;background: url(../images/bg-relief-now-1.jpg) no-repeat left top;}
#main-container {
	float: left;
	overflow: hidden;
	height: 1%;
	width: 648px !important;
	padding: 10px 10px 0 10px;
	display: inline;
}
#intro-block img{
	border: 2px solid #4b4b4b;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
}
.img-now li {float:left;margin:10px 3px 0px ;}
/* ------- VIDEO BLOCK ------- */
.video-block {margin: 0px; padding: 0px;overflow: hidden;}
.video-block img {vertical-align: bottom;margin: 0px;padding: 0px;}
/* ------- MEDIA PLAYERS -------*/
#player-home{
	background: url(../flash/galleries/home/holder-video.jpg) no-repeat left top;
	height: auto !important /* real browsers */;
	height: 360px /* IE6: treaded as min-height*/;
	min-height: 368px /* real browsers */;
}

#sidebar-container {
	float: right;
	display: inline;
	overflow: hidden;
	height: 1%;
	width: 272px;
	padding: 10px 10px 10px 0;
}

#sidebar-container .content-block{overflow:hidden; height:1%; padding-bottom:4px;}
#sidebar-container .content-block img{
	float:right;
	border: 2px solid #4b4b4b;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	margin-left: 10px;
}


#sidebar-container #twitter-feed img{border:none;}
#sidebar-container .sidebar-promo, .sidebar-promo-red{overflow:hidden;}
#sidebar-container .sidebar-promo-red		{background: #942425 url(../images/bg-red.jpg) no-repeat -40px -40px; padding: 4px;	overflow: hidden; color: #fff;}
#sidebar-container .sidebar-promo-red img	{border-color:#fff;}
#sidebar-container .sidebar-promo-red a		{color:#000;}
#sidebar-container .sidebar-promo p{
	padding: 2px 8px;
}
#sidebar-container .sidebar-promo-red p{
	padding: 2px 8px;
}
#sidebar-container .sidebar-advisory ul li{
	float:left;
	width:110px;
	padding:2px 8px 0px 8px;
	font-size: 1.2em;
	line-height: 1.25em;
}

#sidebar-container #twitter-feed {
	overflow:visible;
	height: auto !important /* real browsers */;
	height: 100px /* IE6: treaded as min-height*/;
	min-height: 100px /* real browsers */;
}

/* -- SECTION SPECIFICS -- */
.full-container {
	overflow: hidden;
	height: 1%;
	padding: 5px 10px 0 10px;
	display: block;
	clear:both;
}

/* -- CHARITY EVENTS -- */
.event-block dl, .contact-block dl, .help-block dl, .cause-block dl{padding:15px 25px 5px;overflow:hidden; height:1%;}
.event-block dt, .contact-block dt, .help-block dt, .cause-block dt{font-size: 1.4em;font-weight:700;float: left; clear: left; width: 100px;  text-align: right;}
.event-block dd, .contact-block dd, .help-block dd, .cause-block dd{font-size: 1.2em; line-height:1.3; display:block; margin-left:110px; max-width: 500px;}
.event-block img{float:right;border: 2px solid #4b4b4b;	margin:10px;}
.event-block h1{border-top: 1px solid #c7c7c7;}
.event-block h1.quote{border-top: 0px none}
.event-block h1.collapsed{font-size: 1.2em; font-style:italic;}

.event {display:block; overflow:hidden;}
.event:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.updates h2.archives{
	font-size: 1.5em;
	padding-top:25px;
	color:#942425;
}

.content-block .auction{overflow:hidden;display:block;}
.content-block .auction .ebay-widget{float:right;padding:8px;}
.content-block .auction img{float:none; border: 2px solid #4b4b4b; text-align: center;}

/* -- THE CAUSE -- */
.cause-block dd{max-width: 600px;}
.cause-block dd ul{margin:0 0 0 15px;list-style-type: disc;}
.cause-block dd ul li{font-size: 1.2em; line-height:1.3;float:left;width:230px;}
.cause-block dd:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* -- MEDIA GALLERY --  */
#player-gallery{
	background: url(../images/flash-required.gif) no-repeat left top;
	height: auto !important /* real browsers */;
	height: 374px /* IE6: treaded as min-height*/;
	min-height: 374px /* real browsers */;
}
#player-gallery h1{font-size:1.5em;padding: 5px 15px 5px 15px;;color: #5d5d5d;}
#player-gallery a{color: #747474; text-decoration:none;}
#player-gallery p {
	color: #5d5d5d;
	font-size: 1.5em;
	text-align: left;
	padding: 25px 15px 5px 15px;
	width:300px;
}
.gallery {clear:both; height:1%;}
.gallery .current{
	width:300px;
	float:left;
	margin-right:10px;
	height: auto !important /* real browsers */;
	height: 360px /* IE6: treaded as min-height*/;
	min-height: 360px /* real browsers */;
}
.gallery .current h1{color:#942425;}
.gallery ul li{width:290px;	float:left;	padding: 5px;}
.gallery dl{
	background-color: #d8d8d8;
	border: 2px solid #cbcbcb;;
	overflow:hidden; height:1%;
	width:290px;
	height: auto !important /* real browsers */;
	height: 13em /* IE6: treaded as min-height*/;
	min-height: 13em /* real browsers */;
}
.gallery .active-hover{border: 2px solid #5d5d5d;background-color: #cbcbcb;cursor:pointer;}
.gallery .active {background-color: #cbcbcb;}
.gallery dt{float: left;clear: left;width: 60px;}
.gallery dt img{padding:8px 5px 0;}
.gallery dd{
	display:block; 
	margin:0 10px 0 60px;
	max-width: 220px;
	padding:0 0 4px;
	font-size: 1.2em; 
	line-height:1.3em;
}
.gallery dd h1{
	font-size: 1.2em; 
	line-height:1.2em;
	padding:8px 0 0;
}
.gallery dd h1 em{font-size: .8em;color:#2e2e2e;}

/* -- NEWS & UPDATES -- */
.content-block .update{margin-bottom:10px;display:block;clear:both;overflow:hidden;height:1%;}
.content-block .update .update-box{display:block;clear:both;overflow:hidden;height:1%; border-bottom:1px solid #ccc;}
.content-block .update img{ border: 2px solid #4b4b4b; margin: 10px 15px;}
.content-block .update img.right{float:right;}
.content-block .update img.left{float:left;}
.content-block hr{
	clear:both;
	width:70%;
	margin: 10px auto;
	border-top: 1px solid #c7c7c7;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.content-block .update ul.image-box {overflow:hidden; display:block;}
.content-block .update ul.image-box li {float:left;}
.content-block .update ul.image-box li h3 {text-align:center; padding-top:0px; margin-top:0px;}
.content-block .update .image-box img{
	margin-bottom:4px;
	padding-bottom:0px;
	width:150px;
	height:150px;
}
.updates h1{border-top: 1px solid #c7c7c7;}
.updates h1.quote{border-top: 0px none}
.updates h1.collapsed{font-size: 1.2em; font-style:italic;}

.updates h2.archives{
	font-size: 1.5em;
	padding-top:25px;
	color:#942425;
}

/* -- MEDIA COVERAGE -- */
.news-block dl{
	font-size: 1.2em;
	line-height: 1.25em;
	overflow:hidden;
	padding: 5px 10px 10px 10px;
}
.news-block dt{font-size: 1.25em; padding: 15px 5px 5px;font-weight: bold;border-top: 1px solid #c7c7c7;}
.news-block dd{padding: 0 8px 5px}
.news-block h1{border-top: 1px solid #c7c7c7;}



/* -- bottom news ticker / quote box */
#news-container{
	clear:both;
	height:1%;
	overflow:hidden;
	padding: 5px 10px 0px 10px;
	margin-top:0;
	margin-bottom:15px;
}
#news-block p{
	text-align:center;
	margin: 8px;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #d8d8d8;
}

/* ################################### BEGIN: FOOTER  ################################### */
/* %%%%%%%% CONTAINER %%%%%%%%%% */
#footer-container {
	display: block;
	overflow: hidden;
	margin: 0;
	height: 100%;
	width: 100%;
}
/* %%%%%%%% GUTTER %%%%%%%%%% */
#gutter-bottom {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
#footer-cap { background: #4b4b4b; }

.cap-block {
	min-height: 10px;
	background-color: #2e2e2e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	padding-bottom:15px;
	}
#footer-container ul{float:left; background-color:#2e2e2e; display:block; overflow:visible; height: 1%;}
#footer-container ul li{
	background-color:#2e2e2e;
	float: left;
	padding: 0;
	margin: 0;
	margin-top:25px;
}
#footer-container ul li.footer-logo{
	width:210px;
	height:150px;
	background: url(../images/logo-grey.gif) no-repeat center top;}
#footer-container ul li.footer-content{width:380px;}
#footer-container h1{font-size:1.5em;padding: 5px 15px 5px 15px;;color: #5d5d5d;}
#footer-container a{color: #747474; text-decoration:none;}
#footer-container p {
	color: #5d5d5d;
	font-size: 1.1em;
	text-align: left;
	padding: 5px 15px 5px 15px;
}
	
/* ################################### BEGIN: LIGHTBOX - Using ColorBox  ################################### */

/*
	http://colorpowered.com/colorbox/
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#colorbox{}
    #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight{width:10px; height:10px; background-color:#fff;}
    #cboxTopCenter, #cboxBottomCenter{height:10px; background-color:#fff;}
    #cboxContent{background:#fff;}
		#cboxClose{position:absolute; top:1px; right:1px; background-color:#fff; width:20px; height:18px;font-size:16px;padding:2px;}
	    #cboxClose.hover{background-color:#6d6d6d;color:#fff;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#lightbox-container{display:none;}
/* %%%%%%%% LIGHT BOX BLOCK %%%%%%%%%% */
#lightbox-block {
	display:block;
	text-align: left;
	width: 750px;
	overflow: hidden;
}
#lightbox-block.general-donation{background: #6d6d6d url(../images/bg_donate.jpg) no-repeat right top;}
#lightbox-block p{
	width: 38em;
	padding:10px;
	font-size: 1.2em;
	color: #eee;
}
/* %%%%%%%% FORM BLOCK %%%%%%%%%% */
#form-block { padding: 10px;}
#form-block h1 {
	padding: 10px;
	color: #fff;
	font-size: 2.2em;
	text-transform: uppercase;
}
#form-block h2 {
	width: 38em;
	padding: 10px;
	color: #eee;
	font-size: 1.3em;
	text-transform: uppercase;
}
#submit { margin-top: 10px; overflow:hidden;}
#form-block label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 1.2em;
	color: #eee;
}

input[type=text] { width: 300px; }
#form-block .description{ 
	width: 300px;
	color: #eee;
	font-size: 1.3em; 
}
#amount, #zip_code, #card_exp, #card_id, #state { width: 100px; }
.expandable span{
	display:inline;
}
/* ################################### BEGIN: TWITTER STYLES ################################### */


