/* Defaults */

body {
	margin: 0;
	padding: 0;
	background: url(/img/background.jpg) top left repeat #000000; }

h1 {
	margin: 0 0 25px 0;
	padding: 30px 15px 10px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0064BF left bottom no-repeat; }

h1 a {
	text-decoration: none;
	color: #FFFFFF; }

h2 {
	margin-top: 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: black; }

h2 a {
	text-decoration: none; }

h3 {
	height: 10px;
	margin-top: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: black; }

h4 {
	margin-top: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: black;
	line-height: 5px; }

h5 {
	margin: 170px auto 0 auto;
	padding: 10px;
	width: 150px;
	text-align: justify;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	word-spacing: -1px;
	color: white;
	background: #0064BF; }

#hdlogo {
	margin-bottom:-2px; }

p {
	text-transform: none; }

ol li {
	margin-bottom: 15px; }

/* Header */

#notice {
	padding: 10px 0 10px 0;
	width: 100%;
	min-height: 50px;
	text-align: center;
	background: #0064BF; }

#notice p {
	margin: 0 auto 0 auto;
	width: 700px;
	color: #FFFFFF;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 14px; }
 
#notice p a {
	color: inherit; }

#backgroundshadow {
	padding-top: 25px;
	background: url(/img/gradient.png) top left repeat-x; }

#position {
	margin: 0 auto 0 auto;
	width: 1000px; }

#header {
	height: 35px; }

#header p {
	margin: 0;
	padding: 0 15px 0 0;
	color: #CCCCCC;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 50px; }

#header a {
	color: #CCCCCC;
	font-weight: bold; }

#header a:hover {
	color: white; }

/* Menu */

#menulogo {
	float: right;
	margin: 25px -15px 0 0;
	border: none; }

.logoanimation {
	-webkit-animation-name: logoanimation;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function: ease-out;
	-moz-animation-name: logoanimation;
	-moz-animation-duration: 1500ms;
	-moz-animation-iteration-count: 1;
	-moz-transition-timing-function: ease-out; }

@-webkit-keyframes logoanimation {
	0% {-webkit-transform: translate(0px,-300px); }
	40% {-webkit-transform: translate(0px,-300px); }
	100% {-webkit-transform: translate(0px,0px); } }

@-moz-keyframes logoanimation {
	0% {-moz-transform: translate(0px,-300px); }
	40% {-moz-transform: translate(0px,-300px); }
	100% {-moz-transform: translate(0px,0px); } }

#logospace {
	height: 235px;
	-webkit-transition: -webkit-transform 100ms ease-in-out, filter 100ms ease-out;
	-moz-transition: -moz-transform 100ms ease-in-out, filter 100ms ease-out;
	-o-transition: -o-transform 100ms ease-in-out, filter 100ms ease-out;
	transition: transform 100ms ease-in-out, filter 100ms ease-out; }

#logospace:hover {
	-webkit-transform: scale(1.05,1.05) rotate(-4deg);
	-moz-transform: scale(1.05,1.05) rotate(-4deg); }

#menu {
	float: left;
	width: 150px;
	margin: 0px; }

#menu ul {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal; }

#menu li {
	margin-bottom: 5px;
	padding-right: 15px;
	text-shadow: 0 1px 1px #000000; }

#menu a {
	color: #BBBBBB;
	text-decoration: none; }

#menu a:hover {
	color: #FFFFFF;
	text-shadow: 0 0 10px #BBBBBB; }

#menucurrent {
	background: url(/img/menucurrentarrow.png) right no-repeat; }

#menucurrent a {
	color: white;
	text-shadow: 0 0 10px #BBBBBB; }

#smallermenu li {
	font-size: 12px; }

/* Content */

#contentborder {
	margin: 0 0 0 150px;
	padding-top: 10px;
	background: #333333;
	-moz-border-radius: 10px;
	border-radius: 10px; }

#content {
	min-height: 700px;
	color: #000000;
	padding: 0 250px 20px 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(/img/contentgradient.jpg) top center repeat-x #FFFFFF; }

#content p, #content li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 25px;
	text-align: justify; }

#content ul {
	border-left: 5px #0064BF solid; }

#content ol {
	padding-left: 30px; }

#content ul {
	padding-left: 10px; }

#content ul {
	list-style: none; }

#content a {
	color: #0064BF;
	text-decoration: underline;
	font-weight: bold; }

#content a:hover {
	text-decoration: none;
	color: white;
	background: #0064BF; }

#content h3 span {
	margin-left: 10px;
	word-spacing: 1px;
	letter-spacing: 1px; }

.lighttext {
	color: #777777; }

/* Latest Episode Page */

#latestepisodeoverlap {
	float: left;
	margin: -70px 0 0 20px;
	width: 580px;
	height: 70px;
	background: top center no-repeat url(/episodes/99/episode99overlap.png); }

#latestepisode {
	overflow: hidden;
	padding-left: 15px;
	width: 565px;
	height: 250px;
	cursor: pointer;
	background: url(/episodes/99/episode99latestbox.png) top center no-repeat #0064BF; }

#latestepisode:hover {
	background-position: bottom center;
	background-repeat: no-repeat
	background-color: #0064BF; }

#latestepisodeborder {
	height: 10px;
	background: #0064BF; }

#latesttext {
	padding: 25px 15px 15px 15px;
	margin: 0 auto 0 auto;
	width: 550px;
	height: 60px;
	background: url(/img/latesttextbackground.png) repeat; }

#latestepisode h1, #latestepisode2 h1 {
	float: left;
	margin: 205px 0 0 0;
	padding: 15px 15px 15px 15px;
	display: table-cell;
	font-size: 16px; }

#latestepisode p, #latestepisode2 p {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px; 
	background: #00B4FF;
	text-align: center;
	float: right;
	padding: 5px;
	margin: 15px -70px 0 0;
	width: 200px;
	line-height: 15px;
	color: white;
	letter-spacing: 1px;
	font-weight: bolder; }

#latestepisode ul, #latestepisode2 ul {
	margin: 215px -125px 0 0;
	padding: 5px 10px 5px 10px;
	float: right;
	border: none;
	background: #0064BF;
	color: white;
	display: table-cell; }

#latestepisode li, #latestepisode2 li {
	margin: 0;
	display: inline;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal; }

#latestepisode a, #latestepisode2 a {
	color: white;
	text-decoration: underline; }

#feature {
	margin: 0 auto 0 auto;
	width: 200px;
	height: 250px;
	cursor: pointer;
	overflow: hidden;
	background: top center no-repeat #0064BF; }

#feature:hover {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #0064BF;
	background-image: inherit; }

#feature p {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px; 
	background: #93E271;
	text-align: center;
	float: left;
	padding: 5px;
	margin: 15px 0 0 -25px;
	width: 100px;
	line-height: 15px;
	color: white;
	letter-spacing: 1px;
	font-weight: bolder; }

#featureborder {
	margin-bottom: 95px;
	height: 10px;
	background: #0064BF; }

#liveindexwrapper {
	overflow: hidden; }

#liveindex {
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 560px;
	cursor: pointer;
	background: #0064BF;
	-webkit-animation-name: liveindex;
	-webkit-animation-duration: 1750ms;
	-webkit-animation-iteration-count: 1;
	-webkit-transition-timing-function: ease-out;
	-moz-animation-name: liveindex;
	-moz-animation-duration: 1750ms;
	-moz-animation-iteration-count: 1;
	-moz-transition-timing-function: ease-out; }

@-webkit-keyframes liveindex {
	0% {-webkit-transform:rotate(0deg) translate(0px,-50px); }
	70% {-webkit-transform: rotate(0deg) translate(0px,-50px); }
	100% {-webkit-transform: rotate(0deg) translate(0px,0px); } }

@-moz-keyframes liveindex {
	0% {-moz-transform:rotate(0deg) translate(0px,-50px); }
	70% {-moz-transform: rotate(0deg) translate(0px,-50px); }
	100% {-moz-transform: rotate(0deg) translate(0px,0px); } }

#liveindex p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px; }

#liveindex:hover {
	color: white;
	text-decoration: underline; }

/* Blog Stuff */

#disqus_thread, #disqus_thread ul, #disqus_thread li, #disqus_thread ol {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: circle;
	border: none;
	text-transform: none; }

/* About Page */

.captionbox {
	width: 225px; }

.captionbox p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #999999; }

/* Donate Page */

#donatefield {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #0064BF;
	height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 16px; }

#donatebutton {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0064BF;
	border: 1px solid #0064BF;
	height: 40px;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	color: white; }

/* Live Recording Page */

#livebox {
	margin: 25px auto 25px auto;
	padding: 10px 15px 10px 15px;
	width: 550px;
	background-color: #E4E4E4;
	border: #B5B5B5 solid 1px; }
	
#livestream {
	padding-top: 10px; }

#livebox p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 5px;
	text-shadow: 0 1px 0 #FFFFFF; }

#livebox a:hover {
	text-shadow: none; }

/* Sidebar */

#sidebarwrapper {
	display: table-cell;
	float: right;
	padding: 0 25px 0 25px;
	width: 200px; }

#sidebarwrapper a {
	color: #0064BF;
	text-decoration: underline;
	font-weight: bold; }

#sidebarwrapper a:hover {
	text-decoration: none;
	color: white;
	background: #0064BF; }

.sidebarbox {
	margin: 25px 0 50px 0;
	width: 200px; }

.sidebarbox p, .sidebarbox li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	line-height: 1.4em;
	color: black; }

.sidebarbox li {	
	margin-bottom: 5px; }

.sidebarbox ul {
	border-left: 5px #0064BF solid;
	padding-left: 10px;
	list-style: none; }

#latesttweet {
	width: 170px;
	background: #0064BF;
	padding: 15px;
	text-align: justify; }

#latesttweet p, #latesttweet a {
	margin: 0;
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
	color: white; }

#latesttweet a:hover {
	color: #0064BF;
	background: white; }

#latesttweetarrow {
	width: 200px;
	height: 30px;
	background: url(/img/latesttweetarrow.png) center right no-repeat; }

#latesttweetarrow a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	color: black; }

/* Footer */

#footer {
	margin: 0 auto 0 auto;
	width: 1000px;
	height: 50px; }

#footer p {
	text-align: right;
	margin: 0;
	padding-top: 25px;
	padding-right: 15px;
	line-height: 0;
	color: #CCCCCC;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal; }

#footer a {
	color: #CCCCCC;
	font-weight: bold; }

#footer a:hover {
	color: white; }