body {
	background: #121212;
	color: #fff;
	height: 100%; /*required for IE page length bug*/
	margin: 0;
	padding: 0;
}

body, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

body.homepage {
	background: #121212 url(/static/images/background.jpg) top center repeat-y;
}

body.subpage {
	background: #121212 url(/static/images/background_sub.jpg) top center repeat-y;
}

a { color: #a8a888; outline: none; }
a:active { color: #a8a888; }
a:visited { color: #a8a888; }
a:hover { color: #666; }

#container {
	font-size: 85%;
	line-height: 1.6em;
	position: relative;
	width: 770px;
	margin: 40px auto;
}

#container h1 {
	margin: 0 0 10px 10px;
	padding: 0;
}

#container h1 a {
	background: url(/static/images/revision3_logo.gif) no-repeat;
	display: block;
	width: 165px;
	height: 55px;
	text-indent: -2000px;
}

#container img {
	border: 0;
}

/*columns*/
#freshreleases {
	position: absolute; 
	top: 45px;
	left: 188px;
	width: 360px; 
	margin: 0;
	padding: 0 10px 60px 10px;
}

#memberspicks {
	position: absolute; 
	top: 45px;
	left: 572px;
	width: 180px;
	margin: 0;
	padding: 0 0 60px 10px;
}

#mainbody {
	position: absolute; 
	top: 45px;
	left: 188px;
	width: 555px;
	margin: 0;
	padding: 0 10px 60px 15px;
}

/*front page headers*/
#freshreleases h2 {
	display: block;
	width: 358px;
	height: 28px;
	margin-bottom: 0;
	text-indent: -2000px;
}

#freshreleases h2.freshreleases {
	background: url(/static/images/title_freshreleases.png) no-repeat;
}

#freshreleases h3,
#memberspicks h3 {
	clear: right;
	margin-bottom: 0;
	text-indent: -2000px;
}

#freshreleases h3 a {
	display: block;
	width: 215px;
	height: 28px;
}

#freshreleases h3.diggnation { background: url(/static/images/showtitle_diggnation.png) no-repeat; }
#freshreleases h3.systm { background: url(/static/images/showtitle_systm.png) no-repeat; }
#freshreleases h3.thebroken { background: url(/static/images/showtitle_thebroken.png) no-repeat; }
#freshreleases h3.ctrlaltchicken { background: url(/static/images/showtitle_ctrlaltchicken.png) no-repeat; }

#freshreleases h3.diggnation:hover,
#freshreleases h3.systm:hover,
#freshreleases h3.thebroken:hover,
#freshreleases h3.ctrlaltchicken:hover {
	background-position: 0 -42px;
}

#memberspicks h2 {
	display: block;
	width: 179px;
	height: 28px;
	margin-bottom: 0;
	text-indent: -2000px;
}

#memberspicks h2.memberspicks {
	background: url(/static/images/title_favorite.png) no-repeat;
}

#memberspicks h3 a {
	display: block;
	width: 145px;
	height: 23px;
}

#memberspicks h3.diggnation { background: url(/static/images/showtitle_diggnation_sm.png) no-repeat; }
#memberspicks h3.systm { background: url(/static/images/showtitle_systm_sm.png) no-repeat; }
#memberspicks h3.ctrlaltchicken { background: url(/static/images/showtitle_ctrlaltchicken_sm.png) no-repeat; }
#memberspicks h3.infected { background: url(/static/images/showtitle_infected_sm.png) no-repeat; }

#memberspicks h3.diggnation:hover,
#memberspicks h3.systm:hover,
#memberspicks h3.ctrlaltchicken:hover, 
#memberspicks h3.infected:hover {
	background-position: 0 -37px;
}

#mainbody h2 {
	display: block;
	height: 28px;
	width: 550px !important; 
	margin-bottom: 0;
	text-indent: -2000px;
}

#mainbody h2.aboutus {
	background: url(/static/images/title_aboutus.png) no-repeat;
}

#mainbody h3 {
	font-size: 150%;
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #2e2f27;
}

/*frontpage text*/
#freshreleases p,
#memberspicks p {
	margin-top: 0;
}

#freshreleases .showinfo,
#memberspicks .showinfo {
	color: #909090; 
	margin: 0;
	padding: 0;
}

#freshreleases .showinfo a,
#memberspicks .showinfo a {
	color: #909090; 
}

#freshreleases .showinfo a:hover,
#memberspicks .showinfo a:hover {
	color: #666; 
}

/*frontpage images*/
#freshreleases .episode-preview {
	background-position: 8px 8px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	width: 117px;
	margin: -28px 0 0 10px;
	padding: 0;
}

#freshreleases .episode-imageframe {
	background: url(/static/images/video_md_download_24bit.png) no-repeat;
	display: block;
	padding-bottom: 132px;
	text-indent: -2000px;
}

#freshreleases .membersonly {
	background: url(/static/images/video_md_members_24bit.png) no-repeat;
}

* html #freshreleases .episode-imageframe {
	background: url(/static/images/video_md_download_8bit.png) no-repeat; /*8 bit transparent frame for IE*/
}

* html #freshreleases .membersonly {
	background: url(/static/images/video_md_members_8bit.png) no-repeat; /*8 bit transparent frame for IE*/
}

#memberspicks .episode-preview,
#show-episodes-archive .episode-preview {
	background-position: 6px 6px;
	background-repeat: no-repeat;
	display: block;
	width: 76px;
	padding: 0;
}

#show-episodes-archive .episode-preview {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
}

#memberspicks .episode-preview {
	float: right;
	margin: 5px 0 10px 10px;
}

#memberspicks .episode-imageframe,
#show-episodes-archive .episode-imageframe {
	background: url(/static/images/video_sm_download_24bit.png) no-repeat;
	display: block;
	line-height: 1px;
	margin: 0;
	padding-bottom: 90px;
	text-indent: -2000px;
	
}

* html #memberspicks .episode-imageframe,
* html #show-episodes-archive .episode-imageframe {
	background: url(/static/images/video_sm_download_8bit.png) no-repeat; /*8 bit transparent frame for IE*/
}

#freshreleases img.comments {
	margin-left: 5px;
	margin-bottom: -3px;
}

/* frontpage misc images*/
#freshreleases .rsslink {
	float: right; 
	margin: -20px 5px 0 0;
	border: 0; 
}

#freshreleases .clock {
	background: url(/static/images/icon_clock.png) no-repeat;
	padding-left: 35px;
}

#memberspicks .first { background: url(/static/images/icon_1.png) top right no-repeat; }
#memberspicks .second { background: url(/static/images/icon_2.png) top right no-repeat; }
#memberspicks .third { background: url(/static/images/icon_3.png) top right no-repeat; }

/*input forms*/
#login {
	margin: 0 20px 20px 15px;
	padding-bottom: 3px;
}

#login a {
	clear: both;
	color: #999;
	display: block;
	margin: 0 10px;
}

#login form {
	padding: 10px;
}

.formfield {
	background: #3c3c3c;
	color: #ccc;
	border-right: 1px solid #747474;
	border-bottom: 1px solid #747474;
	border-top: 1px solid #2d2d2d;
	border-left: 1px solid #2d2d2d;
}

form .remember {
	color: #909090; 
}

.button {
	background: #1c1c1c;
	color: #ccc;
	float: right;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #474747;
	border-left: 1px solid #474747;
}

#registrationform label {
	font-weight: bold;
}

#registrationform div {
	color: #eee;
}

.field {
	padding: 1em 0;
}

.field label {
	display: block;
}

.required {
	color: #999;
}

/*misc*/
.first {
	margin-top: 0;
}

.slide-hide {
	display: none;
}

.slide-show {
	display: block;
}

/* right footer */
#copyright {
	color: #999;
	margin: 15px;
	padding: 5px;
}

#copyright img {
	display: block;	
	margin: 10px 0;
}

/* menu styles */
/*main menu*/
#main-menu {
	width: 198px;
	margin: 0 0 0 -4px;
	padding: 0;
}

#main-menu ul.topmenu,
#main-menu ul.btmmenu,
#main-menu ul.menubuttons {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

#main-menu ul.topmenu {
	background: url(/static/images/menu_divider_yellow.png) bottom left no-repeat;
}

#main-menu ul.menubuttons {
	margin-bottom: 0;
}

#main-menu ul.menubuttons li {
	margin-bottom: 2px;
}

#main-menu ul.btmmenu {
	background: url(/static/images/menu_divider_yellow.png) bottom left no-repeat;
	margin-top: 20px;
}

#main-menu ul.topmenu li a, #main-menu ul.topmenu li span,
#main-menu ul.btmmenu li a, #main-menu ul.btmmenu li span,
#main-menu ul.menubuttons li a, #main-menu ul.menubuttons li span {
	display: block;
	width: 198px;
	height: 31px;
	text-indent: -2000px;
}

#main-menu li span {
	margin-left: -2px;
}

#main-menu a.allshows, #main-menu span.allshows { background: url(/static/images/menu_allshows.png) no-repeat; }
#main-menu a.becomeamember, #main-menu span.becomeamember { background: url(/static/images/menu_becomeamember.png) no-repeat; }
#main-menu a.signin, #main-menu span.signin { background: url(/static/images/menu_signin.png) no-repeat; }
#main-menu a.mypreferences, #main-menu span.mypreferences { background: url(/static/images/menu_mypreferences.png) no-repeat; }
#main-menu a.forums, #main-menu span.forums { background: url(/static/images/menu_forums.png) no-repeat; }
#main-menu a.sponsors, #main-menu span.sponsors { background: url(/static/images/menu_sponsors.png) no-repeat; }
#main-menu a.about, #main-menu span.about { background: url(/static/images/menu_about.png) no-repeat; }

#main-menu a:hover {
	background-position: 0 -34px !important; 
}

#main-menu span.allshows,
#main-menu span {
	background-position: 0 -68px;
}

#main-menu a.current {
	background-position: 0 -68px !important;
}

#main-menu .preferences {
	margin: 0 24px 0 14px;
	padding: 5px;
	border: 1px solid #2d2d22;
}

#main-menu .preferences ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

#main-menu .preferences li {
	margin: 2px 0;
}

#main-menu .preferences li a {
	padding-left: 20px;
}

#main-menu .preferences li a.changepassword {
	background: url(/static/images/lock_icon.gif) no-repeat;
}

/*show subpages */
#page-header,
#show-header, 
#episode-header {
	width: 555px;
	padding-bottom: 10px;
}

#show-container {
	position: relative;
}

#show-episodes {
	width: 360px; 
	margin: 0;
	padding: 0 0 60px 0;	
}

#show-episodes-archive {
	width: 540px; 
	margin: 0;
	padding: 0 0 60px 0;
}

#show-about {
	position: absolute;
	left: 375px;
	width: 180px;
	margin: 0;
	padding: 0 0 60px 0;
}

#show-header .episode {
	margin: 10px 0;
}

#show-episodes .episode,
#show-episodes-archive .episode {
	clear: left;
}

#show-episodes .episode {
	margin-bottom: 10px;
}

#show-header .episode:after, 
#show-episodes .episode:after,
#show-episodes-archive .episode:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #show-header .episode, * html #show-episodes .episode, * html #show-episodes-archive .episodes { height: 1%; }
/* End hide from IE-mac */

/* show text formatting */
#show-header h2 {
	display: block;
	width: 560px;
	height: 28px;
	margin-bottom: 10px;
	text-indent: -2000px;
}

#episode-header h2 {
	display: block;
	width: 560px;
	height: 28px;
	margin-bottom: 0;
	text-indent: -2000px;
}

#show-header h3, 
#show-episodes h3,
#show-episodes-archive h3 {
	font: bold 150% arial, sans-serif;
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #2e2f27;
}

#show-about h3 {
	font-size: 150%;
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #2e2f27;
}

#show-about p {
	margin-top: 0;
}

#show-header p {
	margin-top: 0;
}

#show-episodes p,
#show-episodes-archive p {
	margin-top: 0;
}

#show-header .showinfo, 
#episode-header .showinfo, 
#show-episodes .showinfo,
#show-episodes-archive .showinfo {
	color: #909090;
	margin: 0;
	padding: 0;
}

#show-header .showinfo a, 
#episode-header .showinfo a, 
#show-episodes .showinfo a,
#show-episodes-archive .showinfo a {
	color: #909090; 
}

#show-header .showinfo a:hover, 
#episode-header .showinfo a:hover, 
#show-episodes .showinfo a:hover,
#show-episodes-archive .showinfo a:hover {
	color: #666; 
}

/* show images */
#show-header h2.diggnation, 
#episode-header h2.diggnation {
	background: url(/static/images/showtitle_diggnation_lg.png) no-repeat;
}

#show-header .episode-preview, 
#show-episodes .episode-preview {
	background-position: 8px 8px;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 117px;
	height: 132px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#show-header .episode-imageframe, 
#show-episodes .episode-imageframe {
	background: url(/static/images/video_md_download_24bit.png) no-repeat;
	display: block;
	padding-bottom: 125px; /*padding is used because IE fails with height*/
	text-indent: -2000px;
}

* html #show-header .episode-imageframe, 
* html #show-episodes .episode-imageframe {
	background: url(/static/images/video_md_download_8bit.png) no-repeat; /*8 bit transparent frame for IE*/
}

#show-header img.comments, 
#show-episodes img.comments {
	margin-left: 5px;
	margin-bottom: -2px;
}

#tshirt {
	padding-top: 3px;
	border-top: 1px #2e2f27 solid;
}

#tshirt img {
	float: right;
}

/* rss */
ul.rss {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

ul.rss li {
	margin: 0;
	padding: 0 0 0 5px;
}

ul.rss li a {
	background: url(/static/images/icon_rss.png) left center no-repeat;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.pages {
    clear: left;
    font-size: 85%;
    margin: 0;
    padding: 8px 0;
    border-top: 1px solid #2e2f27;
}

.pages a, .pages span {
    background: #171717;
    display: block;
    float: left;
    margin: 0 1px 10px 0;
    padding: 2px 10px;
    border: 1px solid #171717;
}

.pages span.current {
    background: #7db241;
    color: #fff;
    font-weight: bold;
    border: 1px solid #7db241;
}

.pages a {
    border: 1px solid #4e4f4e;
    text-decoration: none;
}

.pages a:hover {
	color: #fff;
    border-color: #7db241;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
	color: #999;
	border: 1px solid #4e4f4e;
}

/*episode subpages */
#episode-info {
	width: 360px; 
	margin: 0;
	padding: 0 10px 60px 0;	
}

#episode-downloads {
	position: absolute; 
	left: 375px;
	width: 180px;
	margin: 0;
	padding: 0 0 60px 0;
}

/* show text formatting */
#episode-info h2 {
	display: block;
	width: 358px;
	height: 28px;
	margin-bottom: 0;
	text-indent: -2000px;
}

#episode-info h3 {
	font-size: 150%;
	margin-bottom: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #2e2f27;
}

#episode-downloads h6 {
	margin-bottom: 0;
}

#episode-info p,
#episode-downloads p {
	margin-top: 0;
}

#episode-info ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

#episode-info ul li {
	margin-bottom: 5px;
}

#episode-downloads .episode-preview {
	background-position: 8px 8px;
	background-repeat: no-repeat;
	display: block;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0;
}

#episode-downloads .episode-imageframe {
	background: url(/static/images/video_lg_download_24bit.png) no-repeat;
	display: block;
	padding-bottom: 170px; /*padding is used because IE fails with height*/
	text-indent: -2000px;
}

* html #episode-downloads .episode-imageframe {
	background: url(/static/images/video_lg_download_8bit.png) no-repeat; /*8 bit transparent frame for IE*/
}

/* show images */
#episode-info h2.diggnation {
	background: url(/static/images/showtitle_diggnation_lg.png) no-repeat;
}

#episode-info img.sponsors {
	clear: left;
	background: #ccc;
	float: left;
	margin: 2px 4px 2px 0;
	padding: 2px;
	border: 1px #000 solid;
}

/* download boxes*/
#episode-downloads .download-link {
	background: url(/static/images/download_back2.png) top left no-repeat;
}

#episode-downloads .download-link-btm {
	background: url(/static/images/download_back_btm.png) bottom left no-repeat;
}

#episode-downloads .download-link a,
#episode-downloads .download-link div.preview {
	display: block;
	width: 160px;
	margin: 0;
	padding: 10px;
	text-decoration: none;
}

#episode-downloads .download-link a span,
#episode-downloads .download-link div span {
	display: block;
	font-size: 120%;
	padding-left: 40px;
}

#episode-downloads .download-link div.clock {
	background: url(/static/images/icon_clock.png) 10px 3em no-repeat;
}

#episode-downloads .download-link a.quicktime {
	background: url(/static/images/button_quicktime.png) 10px 3em no-repeat;
}

#episode-downloads .download-link a.mp3 {
	background: url(/static/images/button_mp3.png) 10px 3em no-repeat;
}

#episode-downloads .download-link a strong.download-type,
#episode-downloads .download-link div strong.download-type {
	background: url(/static/images/underline.png) bottom left repeat-x;
	color: #fff;
	font-size: 130%;
	display: block;
	margin: 0;
	padding-bottom: 2px;
}

#episode-downloads .download-link a strong.download-button {
	background: url(/static/images/download_button.png) top left no-repeat;
	color: #324d14;
	display: block;
	height: 29px;
	margin-top: 10px;
	padding: 5px;
	text-indent: -2000px;
}

#episode-downloads .download-link div strong.download-button-disabled {
	background: url(/static/images/download_button_grey.png) top left no-repeat;
	color: #324d14;
	display: block;
	height: 29px;
	margin-top: 10px;
	padding: 5px;
	text-indent: -2000px;
}

/*download options*/
#audiodownloads, 
#videodownloads {
	color: #a8a888;
}

#audiodownloads a, 
#videodownloads a {
	color: #a8a888;
}

#audiodownloads h6, 
#videodownloads h6 {
	color: #fff;
	font-size: 100%;
	margin: 0;
}

#audiodownloads h6 span, 
#videodownloads h6 span {
	color: #a8a888;
	font-size: 80%;
}

#audiodownloads ul, 
#videodownloads ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

#audiodownloads ul li, 
#videodownloads ul li {
	margin-bottom: 5px;
	padding: 0 4px 4px 25px;
	border-bottom: 1px #2e2f2a solid;
}

#audiodownloads ul li span,
#videodownloads ul li span {
	font-size: 80%;
	display: block;
}

#audiodownloads ul li.quicktime, 
#videodownloads ul li.quicktime {
	background: url(/static/images/back_quicktime.png) top left no-repeat;
}

#audiodownloads ul li.wma, 
#videodownloads ul li.wma {
	background: url(/static/images/back_wma.png) top left no-repeat;
}

/* members and login */
#membership-signup {
	position: absolute;
	left: 310px;
	width: 245px;
	margin: 0;
	padding: 0 0 60px 0;
}

#mainbody h2 {
	display: block;
	width: 560px;
	height: 28px;
	margin-bottom: 0;
	text-indent: -2000px;
}

#mainbody h2.membership {
	background: url(/static/images/title_membership.png) no-repeat;
}

#mainbody h2.registration {
	background: url(/static/images/title_registration.png) no-repeat;
}

#registration-signup {
	position: absolute;
	width: 280px;
	margin: 0;
	padding: 0 0 60px 0;	

}

#registration-signup form {
	margin: 0;
	padding: 0;
}

#registration-signup div {
	margin: 0 0 10px 0;
	padding: 5px;	
	border: 1px #333 solid;
}

#registration-signup label {
	float: left;
	width: 65px;
	margin-bottom: 10px;
}

#registration-signup input {
	width: 200px;
	margin-bottom: 10px;
}
