
html { height: 100%; margin-bottom: 1px; }

body { 
	width: 100%; 
	background: #c3c3c3; 
	margin: 0; 
	padding: 0px; 
	border: 0;
	font-family: trebuchet, "trebuchet ms", helvetica, arial;
	font-size: small}

h1 {
	font-size: x-large;
}

h1,h2,h3 {
	font-family: trebuchet, "trebuchet ms", helvetica, arial, "lucida sans", "lucida grande";
	font-style: italic; 
}

h3 {
	font-size: 140%;
}

a {
	text-decoration: none;
	color: #225;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a>img {
	border: 0;
}

form {
	display: inline;
}

table.info {
}

table.info td,th {
	text-align: center;
	background-color: #dddddd;
	padding: 3px;
}


#background {
	width: 100%;
	height: 800px;
	padding: 0;
	padding-top: 10px;
	border: 0;
	position: relative;
	background: url('http://www.skulemusic.ca/images/site/header_background.gif') repeat-x; 
}

#container { 
	width: 974px; 
	height: auto;
	margin: 0 auto; 
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}

#loginbox {
	text-align: center;
	position: absolute;
	right: 10px;
/*	top: 30px; */
	top: 40px;
	height: 60px;
	width: 250px;
}

#loginbox td {
	text-align: left;
	color: black;
}

#sitenav {
	float: left;
	display: block;
	width: 970px;
	height: 23px;
	border: 2px solid #626262;
	border-bottom: 2px solid #626262;
	background: url('http://www.skulemusic.ca/images/site/button_background.gif') repeat-x;
}

#sitenav ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	height: 23px;
}

#sitenav li {
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}

#sitenav img {
	float: left;
	height: 23px;
	border: 0;
	margin: 0;
}


#titlebar {
	float: left;
	border: 2px solid #626262;
	border-top: 0;
	width: 970px;
	height: 95px;
	margin: 0;
	padding: 0;
	background-color: #999;
}

#titlebar img {
	float: left;
	width: 970px;
	height: 95px;
	border: 0;
	margin: 0;
	padding: 0;
}

#navbar {
	width: 180px;  /* = 160px + 5px + 15px in ul.nav a */
	float: left;
	border: 2px solid #626262;
	border-top: 0;
	background: url('http://www.skulemusic.ca/images/site/menu_skule.gif') repeat-y;
}

ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav li {
	position: relative;
	border-bottom: 1px solid #626262;
	margin: 0
}

ul.nav li.divider {
	border-bottom: 2px solid #626262;
}

ul.nav a {
	display: block;
	background: transparent;
	padding: 5px;
	padding-left: 10px; 
	margin: 0;
	color: black;
	font-weight: normal;
	font-size: larger;
	text-decoration: none;
	vertical-align: middle;
	width: 165px;
}

ul.nav a:hover {
	background-color: black;
	opacity: .50;
	filter: alpha(opacity=50);
	color: white;
	text-decoration: none;
/*	font-weight: bold;*/
/*	color: black; */
/*	background-color: #336;*/
}

#upcoming { 
	display: block; 
	padding: 10px; 
	padding-top: 20px;
	border-top: 1px solid #626262;
	width: 160px;
}

#upcoming h3 {
	font-size: medium;
	padding-top: 0px;
	margin-top: 0px;
}

#upcoming .eventbox {
	width: 160px;
	border-top: 1px black solid;
	padding: 5px 0;
}

#upcoming .eventtitle a {
	color: black;
	font-weight: bold;
}

.event {
	float: left;
	width: 100%;
}

.eventimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.eventlocation {
	font-style: italic;
}

.eventphotolink {
	display: block;
	margin: 10px 0;
}

.eventrecordinglink {
	display: block;
	margin: 10px 0;
}


#rightcontent { 
	height: auto;
	display: block; 
	background-color: white; 
	width: 790px; 
	margin: 0;
	padding: 0; 
	float: left;
}

#pagecontent {
	display: block;
	float: left;
	width: 750px;
	padding: 20px;
	margin: 0;
	margin-bottom: 20px;
}

#letterhead{
	height: auto;
	display: block;
	float: left;
	width: 334px;
	background-color: white;
	padding: 40px;
	padding-right: 320px;
	padding-left: 320px;
	margin: 0;
	margin-bottom: 20px;
}

input, button {
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
	border: 1px solid #666666;
	color:#000000}

.hidden { display: none }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

