/* SYSTEM / DEFAULTS / LAYOUT */
body {
background-color: black; color: #ccccbb;
font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 0.9em;
margin: 0px; padding: 4px
}

h1 {
	margin: 0px; margin-left: 4px; font-size: 1.2em; color: #e09121
}

p {
padding:0px; margin:0px; margin-bottom: 6px;
}

p.spacer { font-size: 1px; height: 4px; padding: 0px; margin: 0px }

a {
color:#E09121; text-decoration:none; font-weight: bold; 
}

a:hover { color: #ccccbb; }

div.pagewrapper { 
text-align:center; width:100%
}

div.page { 
text-align:left; margin:auto;
border-bottom: 1px solid #ccccbb; padding: 0px; padding-top: 0px;
}

div.cleared {clear:both} 

div.pagecontent { 
color:#F2F6E6; padding: 4px; padding-top: 8px; padding-bottom:8px; font-size: 0.9em
}
/* END */

/* MENU */
div.menu{
border-top:  1px dashed #ccccbb; border-bottom: 1px solid #ccccbb;
background-color: black; padding: 2px;
}

div.menu a {
font-family: Tahoma,Arial,Helvetica,sans-serif;
font-size: 0.9em; color:#E09121; text-decoration:none; font-weight: bold; font-style:italic;
padding: 2px; padding-left: 4px; padding-right: 4px
}

div.menu a:hover { color: #ccccbb; background-color: #000000 }
/* END MENU */

/* GENERICS */
div.news, div.photos, div.song { /* Wraps a content block of the relevant type */
	font-size: 0.9em;
	border-top: 1px solid #909080; margin-top: 4px;
}

div.content {
	 padding: 2px; 
}

.newsflash { font-weight: bold; color: white }

div.header {
	font-family: Tahoma,Arial,Helvetica,sans-serif;padding:4px; background-color: black;
}

div.header span.date, div.header span.date {
color: #E09121; font-weight: bold
}

div.header span.title, div.header span.title {
font-weight: bold
}

div.item {
	padding-bottom: 0px
}

/* Don't show images unless clicked on mobile site - this is style for link */
.imagemarker { font-size: 0.8em }

div.stack_right {
	float:right;
}

div.stack_left {
	float:left
}

div.copyright {
	padding-top: 4px; 
	font-weight:bold; font-size: 0.75em
}

span.cancelled {
	text-decoration: line-through
}

/* END GENERICS */

/* LYRICS */
div.song div.title {
	font-family: Tahoma,Arial,Helvetica,sans-serif;padding:2px; background-color: black;
	color: #E09121; font-weight: bold
}

div.song div.verse {
	padding: 2px; 
	padding-bottom:4px
}

div.song div.chorusheader {
	padding: 2px;
	padding-left: 8px;
	padding-bottom:0px;
	font-weight:bold; font-size: 0.9em
}

div.song div.chorus {
	font-style:italic;
	padding-left:8px;
	padding-right: 4px; 
	padding-top:0px;
	padding-bottom:4px
}

/* END LYRICS */