*, html {
    padding: 0;
    margin: 0;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    background: #000000 url(../images/black-splotchy-bg.jpg) repeat 0 0;
}

body {
    font-family: 'abelregular', sans-serif;
    color: #FFFFFF;
}


h1 {
    color: #859C9F;
    font-family: 'ubunturegular', sans-serif;
    font-size: 1.75em;
}

h2 {
    color: #859C9F;
    font-family: 'ubunturegular', sans-serif;
    font-size: 1.25em;
}

h3 {
    font-family: 'abelregular', sans-serif;
    color: #DDCB52;
    font-size: 1em;
}

h3.host_header {
    text-align: right;
    margin-bottom: 1.5em;
}

p {
    text-indent: 2em;
    margin: 1em 0em 1em 0em;
}

.no_indent {
    text-indent: 0em;
}

#wrapper {
    height:     100%;
	margin:		0 auto;
	min-width:	960px;
	min-height:	100%;
    padding:    1.5em 0em 1.5em 0em;
	position:	relative;
	width:		960px;
}

#container {
    padding: 0;
    margin: 0;
    padding-bottom: 3em;
}

#hwmo_masthead {
    position: relative;
    margin: 2.5em 0em 0em 0em;
    float: left; /* without causes 5-6px gap between img and next element */
    width: 960px;
    height: 387px;
}

#navbar {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #000000;
    margin: 0.25em 0 0 0;
    padding: 0;
    font-family: 'abelregular', sans-serif;
    font-size: 1.25em;
}

#navbar ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#navbar ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
    line-height: 34px;
}

#navbar ul li a, ul li a:visited {
    color: #000;
    text-decoration: none;
}

#navbar ul li a:hover {
    font-weight: bold;
}

#subnav {
    clear: left;
    float: left;
    font-family: 'abelregular', sans-serif;
    font-size: 1.25em;
    padding: 0.5em 0em 1em 5em;
    position: relative;
}

#subnav a.active {
    color: #DDCB52;
    font-weight: bold;
}

#subnav a.active:visited, a.active:hover {
    color: #DDCB52;
    font-weight: bold;
}

#subnav a {
    display: block;
    width: 100px;
    color: #A87705;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#subnav a:hover {
    font-weight: bold;
}

#subnav a:visited {
    color: #A87705;
}

#footer_nav {
    float: left;
    overflow: hidden;
    position: relative;
    color: #000000;
    margin: 0 0 0 0;
    padding: 0;
    font-family: 'abelregular', sans-serif;
    font-size: 1em;
}

#footer_nav ul {
    clear: left;
    color: #859C9F;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#footer_nav ul li {
    border-right: 1px solid #782E39;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
    width: 10em;
    line-height: 1em;
}

#footer_nav ul li:first-child {
    border-left: 1px solid #782E39;
}

#footer_nav ul li a, ul li a:visited {
    color: #859C9F;
    text-decoration: none;
}

#footer_nav ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.copyright_notice {
    float: right;
    margin: 0em 0em 0em 0em;
    padding: 0;
    line-height: 1em;
}
#btn_theshow {
    background: url(../images/btn_theshow_bg.jpg) no-repeat 0 0;
    width: 192px;
    height: 34px;
}

#btn_episodes {
    background: url(../images/btn_episodes_bg.jpg) no-repeat 0 0;
    width: 192px;
    height: 34px;
}

#btn_indiefilmmakers {
    background: url(../images/btn_indiefilmmakers_bg.jpg) no-repeat 0 0;
    width: 192px;
    height: 34px;
}

#btn_broadcasters {
    background: url(../images/btn_broadcasters_bg.jpg) no-repeat 0 0;
    width: 192px;
    height: 34px;
}

#btn_contactus {
    background: url(../images/btn_contactus_bg.jpg) no-repeat 0 0;
    width: 192px;
    height: 34px;
}

#page_content {
    clear: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0em 1em 0em 1em;
    padding-top: 1.75em;
}

#page_content a, #page_content a:visited {
    color: #DDCB52;
}

#page_content a:hover {
    font-size: 1.25em;
}

#page_content ol {
    list-style-type: decimal;
    padding-left: 2em;
}

#footer {
    bottom: 0;
    clear: both;
    height: 3em;
    position: relative;
    width: 100%;
}

#footer_contents {
    color: #859C9F;
    font-family: 'abelregular', sans-serif;
    font-size: 0.8em;
    text-align: center;
}

/** two column layout stuffus **/
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* full page settings */
.fullpage {
}

.fullpage .col1 {
    width: 96%;
    left: 2%;
}
/* end full page settings */
/* 2 Column (right menu) settings */
.rightmenu {
	/* right column background colour */
    /*background: #1A1E1F; */

    /* transparent dark grey */
    background: rgb(26, 30, 31) transparent;
    background: rgba(26, 30, 31, 0.6);
    /* transparent dark red */
    /*
    background: rgb(94, 36, 45) transparent;
    background: rgba(94, 36, 45, 0.2);
    */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
    background: #000000 url(../images/black-splotchy-bg.jpg) repeat 0 0; /* left column background color */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/*** end two column layout stuffus **/

.host_img {
    border-top: 2px solid #782E39;
    border-bottom: 2px solid #782E39;
}

.host_bio {
    background: #333333;
    padding: 10px; background: 
}

.host_bio h2 {
    color: #DDCB52;
    font-family: 'ubunturegular', sans-serif;
}

.host_bio img {
    border: 3px solid #782E39;
    float: right;
    margin: 0em 1em 0em 1em;
}

.episode_info_box {
    clear: left;
    min-height: 142px;
    margin: 0em 0em 2.5em 0em;
}

.episode_info_box h3 {
    font-family: 'ubunturegular', sans-serif;
    font-size: 1.5em;
    color: #859C9F;
}

.episode_info_box img {
    border: 3px solid #782E39;
    float: left;
    margin: 1em 1.5em 0em 1.5em;
}

.episode_info_box p {
    font-size: 1.25em;
    text-indent: 0em;
}

#set_disc1 {
    display: block;
}

#set_disc2, #set_disc3, #set_disc4, #set_disc5 {
    display: none;
}

.info_box {
    font-family: "Courier New", "Courier", monospace;
    font-weight: bold;
    width: 95%;
    margin: 1.5em auto 1.5em auto;
    padding: 0em 0em 1em 1em;
}

.info_box h3 {
    background-color: #2575ad;
    color: #FFF;
    padding: 0.25em 0 0.25em 1em;
    margin: 0em 0em 0.25em -1em;
}

.notice {
    width: 95%;
    margin: 1.5em auto 1.5em auto;
    padding: 1em;
    color: #003056;
    background-color: #D4E9F2;
    clear: both;
}
.notice p {
    margin: 0.5em 1em 0.5em 1em;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
.bold   {
    font-weight: bold;
}
.float_left {
    float: left;
}
.centered {
    text-align: center;
}


/** contact us form styling **/
#form_pane {
    margin: 1.5em 0em 0em 1.5em;
    width: 50%;
}

#contact_fs {
	border:	none;
    color: #DDCB52;
	font-family: 'abelregular', sans-serif;
    font-weight: bold;
	font-size:	1em;
}

#contact_fs label {
    margin: 0em 0em 0.5em 0em;
}

#contact_fs input[type=text], input[type=textarea] {
	width:		100%;
	font-family: 'abelregular', sans-serif;
    font-weight: bold;
	font-size:	0.8em;
}

#contact_fs input, #contact_fs textarea {
	display:	block;
	margin-bottom:	1em;
}

#contact_fs input[type=checkbox], #contact_fs input[type=checkbox] label {
	display:	inline;
}

#mailing_note {
	display: block;
	width:	30em;
	margin-bottom: 1.5em;
}

#contact_message_label {
	display: block;
}

#contact_message {
	width:		100%;
	height:		8.5em;
}

#contact_reset {
	display:	inline-block;
	float:		left;
}
#contact_submit {
	display:	inline-block;
	float:		right;
}
/** end contact us form styling **/

/** socialite stuffus */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }
#social_panel { position: absolute; top: 0px; right: 0px; }
#social_panel li { font-size: 1em; line-height: 1.5em; margin: 0 0 0.25em 0; }
.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
#social_buttons { display: block; list-style: none; padding: 10px; margin: 10px; }
#social_buttons > li { display: block; margin: 0 10px 0 0; padding: 10px; float: left; }
#social_buttons .socialite { display: block; position: relative; background: url('../images/social-sprite-xp.png') 0 0 no-repeat; }
#social_buttons .socialite-loaded { background: none !important; }
#social_buttons .twitter-share { width: 55px; height: 35px; background-position: 0 -40px; }
#social_buttons .googleplus-one { width: 50px; height: 35px; background-position: -75px -40px; }
#social_buttons .facebook-like { width: 50px; height: 35px; background-position: -145px -40px; }
#social_buttons .linkedin-share { width: 60px; height: 65px; background-position: -215px 0; }
#social_buttons .stumbleupon { width: 50px; height: 65px; background-position: -295px 0; }
/** end socialite **/

/* vim: set ts=4 sw=4 et sta ai si fdm=marker: */
