/* UCLan Anime and Manga Society Stylesheet */
	/* Author: Phillip Vose (E-mail: webmaster@loki7.co.uk; Web: http://www.dragoncloud.co.uk) */

  /* Default HTML Styles */
body {
	margin: 0px;
	background-color: #000000;
	color: #000000;
}

a { color: #0000ff; text-decoration: none; }
a:link { color: #0000ff; text-decoration: none; }
a:active { color: #0000ff; text-decoration: none; }
a:visited { color: #0000ff; text-decoration: none; }
a:hover { color: #ff8800; text-decoration: none; }

h1 {
	padding-top: 3px;
	font-size: 24pt;
}

h2 {
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	font-size: 18pt;
}

p {
	padding-left: 10px;
}

img {
	border: 0px;
	padding: 2px;
}


  /* Entire Page Styles */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
p.credit { font-size: smaller; text-align: right; padding-right: 12px; }

.page_container {
	width: 100%;
	margin: 0px;
}

.page_container_tcell {
	width: 750px;
	margin: 0px;
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
}


  /* Header Styles */
.header_container {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	background-image: url(../images/banner_bg.png);
	background-repeat: no-repeat;
}

.header_title {
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 0px;
	color: #ff8800;
	font-family: 'Comic Sans MS', Arial;
	font-size: 20pt;
}

.header_subtitle {
	padding-top: 0px;
	padding-left: 240px;
	color: #ff8800;
	font-family: 'Comic Sans MS', Arial;
	font-size: 8pt;
}


  /* Menu Styles */
.menu_container {
	height: 22px;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}


  /* Drop-down Menu Styles */
ul.menu a { color: #ff8800; text-decoration: none; }
ul.menu a:link { color: #ff8800; text-decoration: none; }
ul.menu a:active { color: #ff8800; text-decoration: none; }
ul.menu a:visited { color: #ff8800; text-decoration: none; }
ul.menu a:hover { color: #ffffff; text-decoration: none; }

ul.menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 148px;
	border: 1px solid #000000;
	text-align: center;
}

li.menu_bg {
background-color: #000000;
}

li:hover {
	background-color: #444444;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}


  /* Content Styles */
.content_container {
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 100px;
	background-color: #fafad4;
	background-image: url(../images/bg_text.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content {
	padding-left: 55px;
}


  /* Footer Styles */
a.footer_link { color: #ffffff; text-decoration: none; }
a:link.footer_link { color: #ffffff; text-decoration: none; }
a:active.footer_link { color: #ffffff; text-decoration: none; }
a:visited.footer_link { color: #ffffff; text-decoration: none; }
a:hover.footer_link { color: #ff8800; text-decoration: none; }

.footer_container {
	width: 99%;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 1%;
	background-color: #444444;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}


  /* Validator Buttons */
.valid_container {
	margin-top: 10px;
}

.valid_css {
	float: left;
	padding-bottom: 10px;
}

.valid_xhtml {
	float: right;
	padding-bottom: 10px;
}

.valid_img {
	width: 88px;
	height: 31px;
}


  /* Committee Page Styles */
.committee_img {
float: left;
padding-left: 15px;
padding-right: 20px;
}


  /* Episode Break Down Page Styles */
.episodes_greybar {
background-color: #cccccc;
height: 10px;
max-height: 10px;
text-align: right;
float: right;
margin-right: 20px;
}

.episodes_greenbar {
background-color: green;
height: 10px;
max-height: 10px;
float: right;
}


  /* Schedule Page Styles */
.schedule_title {
background-color: #d4dafa;
font-size: smaller;
font-weight: bold;
padding: 5px;
margin-left: 10px;
margin-right: 50px;
}

.schedule_content {
background-color: #dfe5ff;
font-size: smaller;
padding: 5px;
padding-left: 20px;
margin-left: 10px;
margin-right: 50px;
}