@import 'stylesheets/hackcollege.css';
@import 'stylesheets/thatsawesome.css';
@import 'stylesheets/wsyk.css';
@import 'stylesheets/bbb.css';
@import 'stylesheets/minxmandate.css';
@import 'stylesheets/music.css';
@import 'stylesheets/slice.css';

* {
margin: 0px;
padding: 0px;
}

body, html {
behavior:url(csshover.htc);
background: #2e5cb2 url(images/background.jpg) repeat-x;
font: 0.9em Arial, Helvetica, Verdana, Sans Serif;
margin: 0px;
padding: 0px;
}

img {
border: 0px;
}


/*---- STRUCTURE ----*/
#container {
width: 957px;
margin: 0 auto;
text-align: left;
}

/*---- HEADER ---- */
#header {
width: 957px;
height: 145px;
position: relative;
background: url(images/logo.gif) no-repeat;
padding: 0px;
margin: 0px;
}

/*---- LOGIN ---- */
#login {
width: 410px;
height: 75px;
position: absolute;
top: 30px;
right: 0px;
color: #fff;
}

/*---- NAVIGATION ----*/
#nav {
width: 957px;
height: 25px;
line-height: 27px;
text-transform: uppercase;
font-size: 1em;
font-weight: bold;
text-align: right;
position: absolute;
bottom: 0px;
right: 0px;
border-bottom: 4px solid #8cc63f;
overflow: hidden;
padding: 0px;
margin: 0px;
}

#nav ul {
list-style-type: none;
margin-left: 0px;
margin-right: 15px;
padding: 0px;
overflow: hidden;
}

#nav ul li {
text-align: center;
padding-left: 10px;
padding-right: 10px;
margin-left: 6px;
height: 25px;
float: right;
background: #fff;
}

#nav li a {
color: #325eaf;
text-decoration: none;
font-size: 1.2em;
}

#nav li#active {
background: #8cc63f;
}

#nav li#active a {
color: #fff;
}


/*---- CONTENT ----*/
#content {
width: 957px;
padding: 0px;
margin: 0px;
color: #444444;
line-height: 16px;
background: #fff;
}

#main {
width: 927px;
padding: 15px;
margin-left: auto;
margin-right: auto;
}

#section {
width: 897px;
padding: 30px 30px 20px 30px;
background: url(images/background_section.jpg) repeat-x;
font-size: 0.9em;
position: relative;
}

/*---- LINK STYLES ----*/

.button {
display: block;
width: 75px;
height: 16px;
background: #8cc63f;
line-height: 16px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
text-indent: 0px;
text-align: center;
}

#content a:link {
color: #325eaf;
font-weight: bold
text-decoration: underline;
}

#content a:visited {
color: #325eaf;
font-weight: bold
text-decoration: underline;
}

#content a:hover {
color: #8cc63f;
font-weight: bold
text-decoration: underline;
}



/*---- HEADER STYLES ----*/
h1, h2, h3, h4 {
font-weight: bold;
letter-spacing: -0.02em;
font-family: Arial, Sans Serif;
margin-bottom: 10px;
}

h1 {
color: #325eaf;
font-size: 2em;
line-height: 40px;
}

h1.video {
color: #000;
font-size: 1.2em;
line-height: 34px;
padding-left: 15px;
text-align: left;
}

h2 {
color: #000;
font-size: 1.4em;
}

h2.green {
color: #8cc63f;
font-size: 1.4em;
}

h3.about {
color: #325eaf;
font-size: 1.3em;
font-weight: bold;
margin-left: 15px;
margin-top: 5px;
line-height: 16px;
}

h4 {
font-size: 1.1em;
font-weight: bold;
margin: 0px;
padding:0px;
line-height: 20px;
}

/*--- BASE TAG STYLES ----*/
p {
margin-top: 0px;
margin-bottom: 10px;
}

img {
border: 0px;
}

.clear {
width: 100%;
height: 1px;
display: block;
clear: both;
}

/*---- VIDEO AREA ----*/
#video {
width: 927px;
height: 420px;
padding-left: 12px;
display: block;
clear: both;
background: url(images/background_homevideo.jpg) no-repeat;
text-align: left;
position: relative;
}

/*---- HOMEPAGE SPECIFIC STYLES ----*/
.submit_home {
width: 193px;
height: 120px;
display: block;
float: right;
padding-left: 15px;
padding-top: 25px;
clear: bottom;
}

.show_detail {
width: 349px;
position: absolute;
top: 43px;
left: 568px;
height: 350px;
}

.show_detail p {
display: block;
width: 320px;
margin-left: auto;
margin-right: auto;
}

/*---- SHOW LISTING STYLES ----*/
ul#shows {
list-style: none;
margin: 0px;
padding: 0px;
display: block;
clear: both;
}

ul#shows li {
width: 100px;
padding-right: 12px;
float: left;
height: 140px;
line-height: 1.2em;
}

ul#shows a {
text-decoration: none;
}

/*---- FOOTER STYLES -----*/
#footer_logo {
position: absolute;
top: 18px;
right: 30px;
width: 117px;
height: 36px;
}

#shadow {
width: 959px;
height: 6px;
background: url(images/footer_shadow.gif) repeat-x;
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}



/*---- SUBMIT PAGE STYLES ----*/
form {
width: 420px;
}

ol#submit {
padding-left: 20px;
font-size: 1.2em;
font-weight: bold;
}

ol#submit li {
padding-bottom: 20px;
}

ol#submit .textinput {
width: 420px;
height: 21px;
font-size: 14px;
padding-top: 3px;
font-weight: bold;
border: 1px solid #325eaf;
background: url(images/background_input.jpg) repeat-x;
}

ol#submit #checkboxes {
padding: 10px;
font-weight: normal;
font-size: 0.8em;
}

ol#submit #checkbox {
margin-right: 8px;
}

#rules {
width: 395px;
padding: 15px;
background: #f8f8f8;
margin-right: 40px;
margin-bottom: 40px;
float: right;
}

/*---- SHOW LIST STYLES ----*/

.showlist {
width: 705px;
}
.showlist .showcontainer {
width: 705px;
border-top: 1px solid #b2b2b2;
padding-top: 15px;
}

	.showlogo {
		clear: bottom;
		width: 115px;
		height: 135px;
		float: left;
	}


/*---- SHOW PAGE STYLES ----*/
#showpage {
width: 957px;
position: relative;
background: url(images/verticalrule.gif);
}

	#showpage .header {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 120px;
		width: 957px;
		positsion: relative;
		line-height: 115px;
		text-indent: 30px;
	}

	#showpage .content {
		width: 927px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 15px;
	}
	#showpage .content .left {
		width: 690px;
	}
	#showpage .content .right {
		width: 210px;
		float: right;
	}

ul.hosts {
list-style: none;
padding-top: 5px;
}
ul.hosts li {
width: 100px;
float: left;
text-align: center;
font-size: 11px;
font-weight: bold;
padding-bottom: 15px;
}

/*---- EPISODE PAGE STYLES ----*/
#video_episode {
width: 690px;
background: url(images/background_episodevideo.jpg) no-repeat;
position: relative;
}

object {
width: 545px;
display: block;
margin-left: auto;
margin-right: auto;
}

object.home {
margin: 0px;
}


/*---- PREV/NEXT BUTTONS ----*/

a.button_previous {
width: 50px;
height: 50px;
display: block;
background: url(images/bgMvButtons.gif);
background-position: 0px 0px;
text-decoration: none;
margin-left: 13px;
}

a.button_previous:hover {
width: 50px;
height: 50px;
display: block;
background: url(images/bgMvButtons.gif);
background-position: 0px -100px;
text-decoration: none;
margin-left: 13px;
}

a.button_next {
width: 50px;
height: 50px;
display: block;
background: url(images/bgMvButtons.gif);
background-position: -50px 0px;
text-decoration: none;
margin-left: 13px;
}

a.button_next:hover {
width: 50px;
height: 50px;
display: block;
background: url(images/bgMvButtons.gif);
background-position: -50px -100px;
text-decoration: none;
margin-left: 13px;
}

.bhome {
float: left;
}

.bepisode_prev {
position: absolute;
top: 300px;
left: 10px;
z-index: 90;
}

.bepisode_next {
position: absolute;
top: 300px;
left: 633px;
z-index: 90;
}

/*---- EPISODE LISTING ----*/
.episodebox {
position: relative;
width: 500px;
height: 125px;
display: block;
padding-top: 13px;
padding-bottom: 13px;
border-bottom: 1px solid #bebebe; 
padding-left: 185px;
margin-right: 15px;
}
.episodebox .thumbnail {
width: 170px;
height: 115px;
overflow: hidden;
position: absolute;
top: 19px;
left: 0px;
}
.episodebox .stats {
color: #2e5cb2;
}

.episodebox .tags {
height: 18px;
line-height: 18px;
display: block;
background: url(images/icon-littletag.gif) no-repeat;
text-indent: 20px;
}
	.tags a {
	padding-right: 5px;
	}

/* STYLES ADDED */

#login label {
	width: 75px;
	float: left;
	width: 75px;
}

#login p {
	margin-bottom: 5px;
}

#login .fields {
	float: left;
}

#login .buttons {
	margin-left: 10px;
	float: left;
}

#login .signup {
	margin-left: 5px;
}

#login a:link {
color: #fff;
font-weight: bold
text-decoration: underline;
}

#login a:visited {
color: #fff;
font-weight: bold
text-decoration: underline;
}

#login a:hover {
color: #8cc63f;
font-weight: bold
text-decoration: underline;
}

form .loader {
	width: 220px;
	float: right;
	display: none;
}
 
#login p.error {
	color: yellow;
	font-weight: bold;
}
 
#content p.error {
	color: red;
	font-weight: bold;
}
 
#content p.success {
	color: red;
	font-weight: bold;
}

#content label {
  font-weight: bold;
  font-size: 1.2em;
}

form .textinput {
width: 420px;
height: 21px;
font-size: 14px;
padding-top: 3px;
font-weight: bold;
border: 1px solid #325eaf;
background: url(images/background_input.jpg) repeat-x;
}

#video object {
  margin: 0;
}

#video {
  height: auto;
}