/* Eric Meyer's css reset   */
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,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/******************         End CSS Reset           *****************************/
p {
	margin-bottom: 20px;
}
strong, b {
	font-weight: bold;	
}
body {
	color: #000;
	text-align: center;
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/bg-noise-tile.jpg);
	background-repeat: repeat;
	background-color: #999;
	background-position: center top;
	background-attachment: fixed;
}
#container {
	margin: 0 auto;
	width: 980px;
	text-align:left;
	/*background-attachment: fixed;*/
	background-image: url(../images/bg-paper-repeat-y.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	/*z-index: 1001;*/
	margin: 0 auto;
	text-align: center;
	height: 115px;
	top: 0px;
	position: relative;
	width: 810px;
	margin-left: 85px;
	background-image: url(../images/bg-header-flash-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}
#header-flash {
	background: none;
}
#content {
	text-align:left;
	/*padding: 115px 50px 0 50px;*/
	padding: 0 50px;
	margin:0 auto;
	width: 630px;
}
#footer {
	padding:600px 0 25px 160px;
	text-align: left; 
	background-image: url(../images/bg-splat3.gif);
	background-repeat: no-repeat;
	background-position: 400px bottom;
	overflow:visible
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration:none;
}
#footer a:hover {
	color: #F30
}
#donate {
	padding:45px 0 0 25px;
	margin:0 0 0 -25px;
	font-size:12px;
	line-height:13px;
	background-image: url(../images/bg-h2-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#donate p {
	width:180px;
	display:block;
}
h1 {
	font-size: 36px;
	margin: 10px 0 5px 0;
}
h2 {
	clear:both;
	font-size: 24px;
	margin: 0 0 13px -45px;
	padding: 4px 0 8px 43px;
	text-shadow: 0px 0px 2px #FF3300;
	background-image: url(../images/bg-h2-trans.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header ul li, #header ul, #header li li{
	display: inline;
	text-indent: 0;
	padding: 1px 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size: 11px;
	font-variant: small-caps;
}
#header ul li {
	padding: 0 1px 0 2px;
	border-left: 1px solid #DDD;
	background-color: #FFF;		
}

a:link, a:visited {
	color: #F30;	
}
a:hover {
	color: #F60;
	text-decoration: none;
}
#header a:link, #header a:visited {
	color: #000;
}
#splat1 {
	background-image: url(../images/bg-splat1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#splat2 {
	background-image: url(../images/bg-splat2.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#splat3 {
	background-image: url(../images/bg-splat3.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#content-splat { 

}
.pic-right {
	clear:right;
	float: right;
	margin: 0 0 0 10px;
	position:relative;
	display:block;
	overflow:visible;
	width:280px;
	height:343px;
}
.pic-right .pic-holder {
	position:absolute;
	right:-140px;
	width:355;
	height:343px;
	background-image: url(../images/bg-image-425wide-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	padding:8px 8px 20px 15px;
}
.pic-right .pic-holder .pic-cropper {
	width: 393px;
	overflow:hidden;
}
.video-right {
	clear: right;
	float:right;
	margin:0 0 0 10px;
}
.video-left {
	clear: left;
	float: left;
}
.video-container {
	position:relative;
	display:block;
	overflow:visible;
	width:230px;
	height:303px;
}
.video-youtube {
	position:absolute;
	width:330;
	height:320;
	background-image: url(../images/bg-video-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
.video-right .video-youtube {
	padding:8px 8px 20px 15px;
	right:-120px;
}
.video-left .video-youtube {
	padding:8px 8px 20px 15px;
	left:-120px;
}
.video-youtube embed {
	display:block;	
}
.video-caption {
	margin:22px 0 0 0;
	padding: 0 0 8px 0;
	font-size: 11px;
	line-height: 12px;
}
.video-left .video-caption {
	margin-left: 80px;	
}
.video-right .video-caption {
	margin-right: 70px;	
}
#flash-comments {
	margin: 30px 0 0 0;	
}
.comment-entry {
	text-shadow: 1px 1px 1px #FFF;
}
.comment-name {
	clear:both;
	margin: 0 0 20px -45px;
	padding: 4px 0 8px 53px;
	text-shadow: 1px 1px 1px #FFF;
	background-image: url(../images/bg-h2-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	color: #635857;
}

embed {
	display:inline;	
}
.podcast {
	padding:5px 0 15px 25px;
	background-image: url(../images/bg-h2-trans.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
}
.podcast-download {
	font-size: 12px;	
}
.podcast-download a:link, .podcast-download a:visited {
	text-decoration:none;	
}
.podcast-download a:hover {
	text-decoration:underline;	
}
.podcast h3 {
	text-shadow: 0px 0px 1px #FF3300;
	font-weight: normal;
	font-size:18px;
	line-height: 24px;
	padding:5px 0;
}

#disclaimer {
	margin; 0 0 0 20px;
	padding: 10px;
	width: 630px;
	font-size:12px;
	line-height: 15px;
	background-color:#FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 9px; 
	-moz-border-radius: 9px;
	-webkit-box-shadow: 0px 0px 12px #AAA;
}


