@charset "UTF-8";
/* CSS Document */

/* Text Format */
.text {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 12px;
	color: #000;
}
.text-small {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 9px;
	color: #000;
}

.text_center {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 12px;
	text-align: center;
	color: #000;
}

a:link {
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
}

a:hover {
	color: #fff;
	font-weight: bold;
}

a.highlight:link {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;	
}

a.highlight:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 14px;	
}

a.highlight:hover {
	color: #5a5a5a;
	font-weight: bold;
	font-size: 14px;	

}


.title {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 14px;
	font-weight: bold;
}

a.text:link {
}

a.text:visited {
}

a.text:hover {
	color: #fff;
}

.special {
	margin:0;
	padding: 0px 10px 10px 15px;
}

h1 {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 16px;
	margin: 0px;
	padding: 15px 0px 10px 15px;
}

h2 {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 15px;
}

h3 {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 15px;
}

h4 {
 	margin:0; 
 	padding: 5px 0;
}

h5 {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
}

p {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

p.lead {
	font-size: 14px; 
 	font-weight: bold;
	margin:0;
	padding: 10px 10px 10px 15px;
}

p.center {
	font-size: 14px; 
	margin:0;
	padding: 10px 10px 10px 350px;
}

p.home {
	font-size: 14px; 
 	font-weight: bold;
	margin:0;
	padding: 10px 10px 10px 15px;
}

p.home:first-letter {
 	font-size: 150%; 
 	font-weight: bold;
}

p.italics {
	font-style: italic;	
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 10px 10px;
}

.line {
	padding: 10px 10px 10px 15px;
}

blockquote {
	margin:0px;
	padding: 0 125px;
}

.first-word {
	font-style: italic;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

ul {
	margin: 2px 20px;
	padding: 2px 20px;
}

.showdate {
	font-size: 13px;
	text-decoration: underline;
	padding-left: 10px;
}

.showtitle {
	font-style: oblique;
}

.donate {
	margin: 0px 10px 0px 0px;
	text-align: right;
	vertical-align: bottom;
}

.footer-container { 
}

.footer {
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 10px;
	text-align: right;
	color: #bbbbbb;
	text-decoration: none;
}

a.footer:link {
	font-weight: normal;
	color: #578cc9;
}

a.footer:visited {
	font-weight: normal;
}

a.footer:hover {
	color: #fff;
	font-weight: normal;
}

blog {
	color: #cc6600;
	text-decoration: none;
}

a.blog:link {
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

a.blog:visited {
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
}

a.blog:hover {
	color: #fff;
	font-weight: bold;
}

 /* Layout */ 

body {
	background-color: #242424;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

#container {
	 width:800px;
	 margin:auto;
}

#header {
	height:560px;
}

#nav {
	padding : 0px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
}

#bodyblock {
	background-image: url(images/text-bg.png);
	width:800px;
	
}

#content {
	display: table;
	width:800px;
}

#mainContent {
	display: table-cell;
	width: 800px;
	padding-right: 22px;
}

aside {
	display: table-cell;
	width: 300px;
}

#content-limit {
	width:800px;
	text-align:left;
	height: 350px;
}

#content-right {
	float: right;
	width: 200px; /* width of the left sidebar -- can be set to any value including percentages */
	margin: 13px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

.video {
	width:700px;
}

#footer {
	width:800px;
	color: #333333;
	margin:auto;
	text-align: right;
}

/* Three image structure */ 
#banner {
	margin: 0px auto;
	padding: 0px;
	width: 640px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	background-image: url(images/banner-bg.png);
	background-repeat: no-repeat;
	height: 220px;
	background-position: center;
	}
	
#space {
	height: 20px;
}

#right {
	float: right;
	width: 200px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 13px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#left {
	float: left;
	width: 200px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 13px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#center {
	margin: 13px 0px 0px 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
}

#center-inner {
	width: 100%;
	overflow: hidden;
}
  
/* Navigation */

nav.head_nav ul li {
	display: inline;
	margin: 5px 5px;
}
	
nav.head_nav ul li a {
	color: #f6f6ee;
	font-family: "Century Gothic", Century, Helvetica;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 8px;
}
	
nav.head_nav ul li.home a {
	background: #928e8e;
	-moz-border-radius: 2px;		
	-khtml-border-radius: 2px;				
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
	
nav.head_nav ul li a:hover {
	text-shadow: 1px 1px 1px #2c0306;
	background: #928e8e;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0px 0px 2px #2c0306;
	-khtml-box-shadow: inset 0px 0px 2px #2c0306;
	-webkit-box-shadow: -1px -1px 2px #2c0306; /*-webkit- inset fix*/
	box-shadow: inset 0px 0px 2px #2c0306;
	color: #f6f6ee;
}
	
nav.head_nav ul li.rss, nav.head_nav ul li.twitter  {
	position: relative;
	left: -355px;
	margin: 0;
}
	
nav.head_nav ul li.rss a {
	color: #b4676c;
	border-right: 1px solid #903f43;
	margin: 0;
	padding-left: 20px;
	background: url(images/rss.png) left no-repeat;
	font-size:10px;
}
	
nav.head_nav ul li.twitter a {
	color: #b4676c;
	margin-left: 3px;
	padding-left: 20px;
	background: url(images/twitter.png) left no-repeat;
	font-size:10px;
}
	
nav.head_nav ul li.rss a:hover, nav.head_nav ul li.twitter a:hover  {
	color: #f6f6ee; 		
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

 /* Mouseovers */ 

#center-roll
{
	display: block;
	width: 175px;
	height: 175px;
	background: url("images/home_center.png") no-repeat 0 0;
}

#center-roll:hover
{ 
	background-position: 0 -175px;
}

#center-roll span
{
	display: none;
}

#right-roll
{
	display: block;
	width: 175px;
	height: 175px;
	background: url("images/home_right.png") no-repeat 0 0;
}

#right-roll:hover
{ 
	background-position: 0 -175px;
}

#right-roll span
{
	display: none;
}

#left-roll
{
	display: block;
	width: 175px;
	height: 175px;
	background: url("images/home_left.png") no-repeat 0 0;
}

#left-roll:hover
{ 
	background-position: 0 -175px;
}

#left-roll span
{
	display: none;
}

/* Donation CSS */

div#cdg-shell { 
	background-color : #fff;
	margin : auto;
	width : 180px;
	height : 340px;
	display : block;
	border : 1px solid #666;
	overflow : hidden;
}

div#cdg-noshell {
	background : #fff url(images/thermo.png) no-repeat bottom right;
	width : 100%;
	height : 310px;
	display : block;
}

h2#cdg_h2, p#cdg_goal { 
	color : #669900;
	font-size : 1.1em;
	padding : 0;
	margin-left : 5px;
}

p#cdg_goal { 
	color : #666;
	font-size : 0.8em;
	font-weight : bold;
	padding-bottom : 2px;
}

div#cdg {
	margin : 0;
	width : 178px;
	height : 300px;
	display : block;
	cursor : crosshair;
	position : relative;
	font-size : 0.8em;
	border-right : 2px solid #888; /* this sort of "finishes" the embedded image */
}


p#cdg_p { 
	position : absolute;
	background-color : #fff;
	bottom : 0;
	left : 5px;
	color : #333;
	z-index : 5;
	border-bottom : 1px solid #cd0000;
}  

p#cdg_p span.blind {
	position : absolute;
	margin-top : -9000px;
	margin-left : -9000px;
}

p#cdg_p span.cdg_arw {
	color : #cd0000;
	font-weight : bold;
}

div#cdg_m { 
	position : absolute;
	bottom : 0;
	right : 0;
	display : block;
	width : 55px;
	background-color : #cd0000;
}

div#cdg img {
	position : absolute;
	bottom : 0;
	right : 0;
	display : block;
	width : 60px;
	height : 300px;
}

p#cdg_no {
	font-size : 0.8em;
	font-weight : bold;
	margin : 20px 15px;
	line-height : 30px;
}

p#cdg_no a {
	color : #669900;
}

p#cdg_no a:hover, p#cdg_no a:focus, p#cdg_no a:active {
text-decoration : none;
	color : #000;
}


/* Ribbon */
#ribbon_container {
	width: 800px;
	background-image: url(images/text-bg.png);

}
#ribbon {
margin-left: 690px;
padding-bottom: 8px;
}

