/*
	Stylesheet for Bull Skull Hollow

*/

body  {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffee;
    margin: 0;
	height: 100%;
    }

li.submenu {
	padding: 0;
	margin-top: .5em;
	list-style-type: none;
	}

ul.menu  {
	padding: 0;
	list-style-type: none;
	}

.topbar {
    background-color: #ccccff;
    height: 120px;
    width: 100%;
    vertical-align: middle;
    background-image: url(../images/banner.png);
    background-repeat: repeat-x;
    z-index: 1;
    }

.shadow {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 48px;
	font-weight: bold;
    left: 200px;
    top: 40px;
	width: 400px;
    color: #777777;
    }

.text {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    color: #660066;
	top: 39px;
    font-size: 48px;
	font-weight: bold;
    left: 199px;
	width: 400px;
    }

.opaque {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
	width: 403px;
	height: 62px;
	background-color: #dddddd;
	opacity: .7;
    left: 190px;
    top: 34px;
	padding: 0;
    }

.titleborder {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
	width: 400px;
	height: 60px;
	border: 3px solid #660066;
    left: 190px;
    top: 34px;
    }

.para {
    font-family: Arial, Helvetica, sans-serif;	padding: 0 1em;
	text-indent: 2em;
    }

.indent {
    font-family: Arial, Helvetica, sans-serif;
	text-indent: 2em;
    }

.sidebar {
    position: absolute;
    left: 0;
    width: 180px;
    height: 60%;
    top: 120px;
    z-index: 1;
    }

.sidebartext {
    position: absolute;
    left: 1em;
    width: 140px;
    top: 1em;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: small;
    text-align: left;
    text-indent: 0;
    z-index: 10;
    }

.contentbox {
	position: absolute;
	min-height: 90%;
    left: 165px;
    width: auto;
    top: 120px;
    padding: 0;
    margin-left: 0;
    z-index: 1;
    }

.content {
    width: 98%;
    color: black;
    padding: 0;
    }

a:link {
    color: #470488;
    text-decoration: none;
    }

a:visited {
    color: #9933cc;
    text-decoration: none;
    }

a:active {
    color: #9933cc;
    text-decoration: none;
    }

a:hover {
    color: #aa77aa;
    text-decoration: none;
    background-color: #e0eeff;
    }

.rightimage {
	float: right;
	margin-left: 1em;
	border: 3px solid black;
    }

.leftimage {
	float: left;
	margin-right: 1em;
	border: 3px solid black;
    }

.rightarrow {
	position: relative;
	float: right;
	bottom: 0;
}

.next {
	position: relative;
	float: right;
	bottom: 0;
}

.leftarrow {
	position: relative;
	float: left;
	bottom: 0;
}

.back {
	position: relative;
	float: left;
	bottom: 0;
}

.calendarrow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0;
	padding: 0;
	height: 50px;
	width: 98%;
	border: 1px solid black;
    }

.calendartd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    margin: 0;
	padding: 0;
	height: 50px;
	width: 14%;
	border: 1px solid black;
    }

.fadedcalendartd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
	color: #bbbbbb;
    text-align: center;
    margin: 0;
	padding: 0;
	height: 50px;
	width: 14%;
	border: 1px solid black;
    }

.xsmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    text-align: left;
	vertical-align: bottom;
    }

.events {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
	color: green;
    text-align: center;
    margin: 0;
	padding: 0;
	height: 50px;
	width: 14%;
	border: 1px solid black;
    }

div#event a {
	display: block; 
	text-align: center; 
	font: bold 1em sans-serif; 
    font-style: italic;
	padding: 5px 10px; 
	margin: 0 0 1px; 
	border-width: 0;
	text-decoration: none; 
	color: green;
	}

div#event a:hover {
	color: green; 
	background: #ccccff;
	}

div#event a span {
	display: none;
	}

div#event a:hover span {
	display: block;
	position: absolute; 
	top: 540px; 
	left: 20px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: black; 
	background: #ccccff;
	font: bold 1em sans-serif; 
	text-align: center;
	}

#footer {
	position: absolute;
	bottom: 0;
	}

