/* Style Sheet for Band of Thieves Web Site*/

body,div,p,form,img,h1,h2,h3,h4,h5,h6 { 
    padding: 0; 
    border: 0; 
    margin: 0;}

ul {
	padding-left: 2em;}

.page {
	width: 65%;}

body {
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 1em;}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	letter-spacing: -0.01em;
	margin-bottom: 0.2em;}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* Logo Color #1: */
	color: #C43917;}

#logo_2 {
	/* Logo Color #2: */
	color: #ffffff;}
	
#contentbox {
	background-color: #FFFFFF;                
	text-align: left;
	margin: 0 auto;}




/* Links in Content Section */
#content a:link {
	color: #b43011;}

#content a:hover, #content a:active {
	color: #b43011;}

#content a:visited {
	color: #b43011;}


/* Menu - page links*/

#menu {
	color: #b43011;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 auto;
	margin-top: 0.8em;
	text-align: center;}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #cabbab;}

#menu a:hover, #menu a:active {
	text-decoration: none;
	color: #b43011;}

#padding {
	padding: .8em;}

#innerpage {
	background-image: url("../images/background.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	height: 25em;
	padding: .8em;}


/* Heading */
#content h1 {
	color: #b43011;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;}



/* Content Area */

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	font-family: Verdana, Arial;
	font-size: 0.8em;
	opacity: .7; 
	float: right; 
	width: 30em; 
	height: 29.5em;
	padding: 0.8em;
	overflow: auto;}

.date {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;}

.subject {	
	color: #b43011;
	font-weight: bold;
	font-size: 0.9em;}

.bodytext {
	color: #000000;	
	font-size: 0.9em;}

.blurb { 
	color: black;
	font-size: 0.9em;
	font-family: Verdana, Arial; }

.displayhidden {
	display: none; } 
