/*Default Stylesheet for The Butterflyer
Author:  David Gardner
Last Revised:  06-25-06*/

/*Global Styles*/

body {
	background:#ffffff url(../../media/images/vigil_logo.png) no-repeat top center;/*Sets default white background color and then centers a sunrise background for page*/
	color:#2d4879;/*Sets text default color*/
	margin:0;/*Make browser use full window*/
	padding:0;/*Make browser use full window*/
}

.hide {
	position:absolute;/*Removes item from regular page flow*/
	left:-999em;/*Hides item offscreen*/
}

.date {
	margin:0;
	font-weight:bold;
	text-align:center;
}

#header {
	margin-top:200px;
	padding:5px 10px;
}

#main {
	background:url(../../media/images/overlay.png);
	padding:5px 10px;
	clear:both;
	border-top:1px solid;
}

#nav {
	margin-bottom: 10px;;
	float:left;
}

#nav a {
	display:block;/*Makes links act as blocks and not inline elements*/
	font-weight:bold;
}

#nav ul {
	list-style:none;/*Removes bullets from list*/
	margin:0; /*Removes indents from list*/
	padding:0;/*Removes indents from list*/
}

#nav li {
	float:left;
	padding:0px 10px;
	border-left:1px solid;
}

#nav li.firstnav {
	padding-left:0px;
	border-left:0;
}

/*Table Styles*/

table {
	border:2px solid;
	border-collapse:collapse;
	width:100%;
}

table#nbeforetable {
	margin:0 auto;
	width:50%;
}

td {
	padding:5px 10px;
}

td.center {
	border-right:2px solid;
}

/*Typographic Styles*/

h1 {
	margin:0;
	text-align:center;
}

h2 {
	text-align:center;
}

h3 {
	margin:0;
	text-align:center;
}

a, a:active, a:visited {
	color:#2d4879;/*Set link colors to all be the same*/
}

a:hover {
	background:url(../../media/images/overlay2.png);
}



