html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong { font-weight: bold; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** BYCO CUSTOM STYLING **/
body { background: #220806; }
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif;
	font-weight: bold;
}
h1 { 
	font-size: 30px; 
	color: #aa0000;
	margin-bottom: 10px;
}
#wrapper { width: 800px; margin: 0px auto; }
#header { 
	width: 800px;
	height: 441px;
	background: url('../img/byco_header.jpg') no-repeat top left;
	position: relative;
}
#nav { 
	width: 800px;
	height: 125px;
	background: url('../img/nav_banner.png') no-repeat top left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	box-shadow: 0px 10px 5px -2px #ccc;
	-webkit-box-shadow: 0px 10px 5px -2px #ccc;
	-moz-box-shadow: 0px 10px 5px -2px #ccc;
}
#nav a { color: #220806; font: 14px Georgia, serif; font-style: italic; font-weight: bold; padding: 3px; text-decoration: none; }
#nav a.selected { color: #aa0000; text-decoration: none; }
#nav a:hover { color: #aa0000; text-decoration: none; }
#nav .section { position: absolute; }
#nav .top { top: 58px; }
#nav .bottom { top: 85px; }
#nav .left { text-align: right; right: 465px; }
#nav .right { text-align: left; left: 465px; }

#content { background: white;  padding: 25px; }
#content p { font: 14px Arial, sans-serif; margin-bottom: 10px; line-height: 175%; }
#content a { color: #000; }
#content a:hover { color: #aa0000; }
.link-block a { display: inline-block; padding: 5px 10px; margin-right: 15px; }

h1 > a { color: #aa0000 !important; }

#content div.clearfix { clear: both; height: 25px; }
#footer { 
	text-align: center; 
	font: 12px Georgia, serif; 
	color: white; 
	font-style: italic; 
	padding: 25px 0px;
}
#footer a { color: white; }

.deco_thumb {
	padding: 5px; 
	background: #ddd; 
	border: 1px solid #333;
}

#login-form {
	background: #ccc;
	padding: 10px;
}

#login-form label { display: inline-block; width: 100px; font-weight: bold; font: 18px Arial, sans-serif; }
#login-form input[type=text], #login-form input[type=password] { display: inline-block; width: 600px; padding: 10px; font: 18px Arial, sans-serif; }
#login-form input[type=submit] { font: 18px Arial, sans-serif; float: right; margin-top: 15px; }

#scheduleTable { 
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#scheduleTable td, #scheduleTable th { 
	font: 14px Arial, sans-serif; 
	padding: 5px; 
	border: 1px solid #000; 
	vertical-align: middle;
	text-align: center;
}
#scheduleTable th { font-weight: bold; }
#scheduleTable td.hover { background: #aa0000; }
#scheduleForm table td, #scheduleForm table th { padding: 2px; }

b { font-weight: bold; }
ul { list-style-type: disc; padding-left: 25px; }
li { margin: 5px 0px; line-height: 150%; }
i { font-style: italic; }

