/* Urban Skye website Style Sheet */

/* GLOBAL */
* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #930;
}
a:active {
	text-decoration: underline;
	color: #930;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #930;
}
h2 {

        font-size: 12px;
	color: #930;
}
h3 {
	font-size: 11px;
	color: #930;
}

p {
	padding: 5px 0 5px 0;
}

#alert {
    width: 95%;
	padding: 5px 10px 10px 10px;
	border-top: 1px solid #000;
}

#alert h1{
	padding: 5px 0 10px 0;
	border-top: 1px solid #000;
}

/* specific divisions */
#container {
    background: url(images/pics/wvbird.jpg) no-repeat;
        margin: 0 auto;
        padding: 0;
        width: 760px;
}
#pageHeader {
	margin-top: 20px;
	margin-bottom: 10px;
	}

#headergraphic {
	margin-right: auto;
	margin-left: auto;
}

#navigation {
    background: url(images/pics/wvbirds.jpg) bottom left no-repeat;
	float: left;
	margin: 10px 0 0 0;
	width: 200px;
	height: 400px;
	color: #369;
	font-weight: bold;
	}
	
#navigate ul {
    margin: 0;
	padding: 10px 10px 0 0;	
}

#navigate li {
	margin: 0;
	padding: 0px 10px 0 0;	
	list-style-type: none;
	text-align: right;
	line-height: 1.8em;
}
		
#admin {
	margin: 300px 0 0 0;
}

#events li {
	list-style-type: none;
}

#maincontent {
	float: right;
	margin: 0 0 0 0;
	width: 700px;
    padding: 0;
	}
#eventbox {
	float: center;
	margin: 10px;
	width: 600px;
	height: auto;
	padding: 10px 10px 10px;
	border: thin dashed #930;
	}

#address {
    font-size: 10px;
	margin: 30px 0 0 0;
	clear:both;
	}

.events_txt {
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
	}

#event_list li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.eventBold {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.eventTimeandPlace {
	font-size: 10px;
	color: #930;
}
.eventDetail {
	font-size: 10px;
	color: #930;
}
/* END EVENT STYLES */

/* other classes */
.tiny {
	font-size: 24px;
	color: #930;
}


.promHeader {
	font-size: 14px;
	color: #039;
}
.dHeader {
	font-size: 18px;
	color: #039;
}
.quote1 {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #930;
}
.quoteItalic {
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #930;
}
.button {
	font-size: 10px;
}
	
#copyright {
	margin: 10px auto 10px auto;

	font-size: 10px;
	color: #000;
	
}	


/*HACKS */
.clearboth {
	clear: both;
}
.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	font-variant: normal;
	color: #930;
	text-align: right;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	margin: 10px 0 0 0;
}
.sectionhdr {
	float: right;
}
.whois {
	float: left;
}
