
/****************/
/*Main Div areas*/
/****************/

/*Here we're setting up our body so the site doesn't get any smaller than this*/
Body{
	
	min-height: 716px;
	min-width: 970px;
	background-color: #100000;

}

/*Container to sit the whole site within */

#container{
	/*This margin code, makes the whole site appear centered*/
	margin: auto;
	/*This relative positioning makes this the parent of anything inside it*/
	position: relative;
	top: 15px;
	height: 700px;
	width: 960px;
	/*Setting the background image*/
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

/* The lefthand side content area*/

#leftmenu{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 479px;
	height: 700px;
	/*background-color: red;*/
}

/* The righthand side content area*/

#rightmenu{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 481px;
	height: 700px;
	/*background-color: yellow;*/
}

/* The content*/

#content{
	margin: 0px;
	float: left;
	width: 450px;
	height: 522px;
	/*background-color: yellow;*/
}

/********************/
/*Specific Div areas*/
/********************/

/* The lefthand side content*/

#title{
	margin: 0px;
	padding: 0px;
	width: 479px;
	height: 178px;
	/*background-color: blue;*/
}

#pike{
	margin: 0px;
	padding: 0px;
	height: 136px;
	width: 479px;
	text-align: right;
	/*background-color: green;*/
}

#admiral{
	margin: 0px;
	padding: 0px;	
	height: 386px;
	width: 265px;
	float: left;
	/*background-color: red;*/
}

#stanley{
	margin: 0px;
	padding: 0px;	
	height: 247px;
	width: 214px;
	float: right;
	/*background-color: blue;*/
}

#sound{
	margin: 0px;
	padding: 0px;	
	height: 139px;
	width: 214px;
	float: right;
	/*background-color: pink;*/
}



/*The right hand side content*/

/*Characters area*/
#characters{
	margin-left: 30px;
	padding: 0px;	
	height: 403px;
	width: 400px;
	text-align: center;
	/*background-color: red;*/
}

/*Books area*/
#books{
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;	
	height: 403px;
	width: 380px;
	text-align: center;
	/*background-color: green;*/
}


/*Chris area*/
#chris{
	margin-top: 15px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;	
	height: 455px;
	width: 380px;
	text-align: center;
	/*background-color: red;*/
}


/*Downloads area*/
#downloads{
	margin-top: 15px;
	margin-left: 18px;
	padding-left: 10px;
	padding-right: 10px;	
	height: 434px;
	width: 400px;
	text-align: center;
}

/*Home area*/
#home{
	margin-top: 15px;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;	
	height: 155px;
	width: 380px;
	text-align: center;
}

#skeleton{
	margin: 0px;
	padding: 0px;
	height: 306px;
	width: 214px;
	float: left;
}

#news{
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 202px;
	float: left;
	/*background-color: green;*/
}

#newscontent{
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	height: 200px;
	width: 205px;
	float: left;
	/*background-color: red;*/
}




/****************/
/*The navigation*/
/****************/

#spacer01{
	width: 481px;
	height: 57px;
	float: left;
}

#spacer02{
	width: 142px;
	height: 68px;
	float: left;
}

#spacer03{
	width: 54px;
	height: 68px;
	float: left;
}

#spacer04{
	width: 31px;
	height: 54px;
	clear: left;
	float: left;
}

#spacer05{
	width: 182px;
	height: 51px;
	float:  left;
}

#navhome img{
	width: 128px;
	height: 68px;
	float: left;
	background-image: url(../images/nav_home.jpg);
	border: none;
}

/*Using the Trifecta buttons, minus the text part*/
/*Home*/

#navhome {
float: left;
width: 128px;
height: 68px;
background: url(../images/nav_home.jpg) no-repeat;
}
 
#navhome a {
display: block;
width: 128px;
height: 68px;
float: left;
}

#navhome img{width: 128px; height: 68px; border: 0px;}

#navhome a:hover img{visibility:hidden}


/*email*/

#navemail {
float: left;
width: 107px;
height: 68px;
background: url(../images/nav_email.jpg) no-repeat;
}
 
#navemail a {
display: block;
width: 107px;
height: 68px;
float: left;
}

#navemail img{width: 107px; height: 68px; border: 0px;}
 
#navemail a:hover img{visibility:hidden}


/*books*/

#navbooks {
float: left;
width: 90px;
height: 54px;
background: url(../images/nav_books.jpg) no-repeat;
}
 
#navbooks a {
display: block;
width: 90px;
height: 54px;
float: left;
}

#navbooks img{width: 90px; height: 54px; border: 0px;}
 
#navbooks a:hover img{visibility:hidden}


/*characters*/

#navcharacters {
float: left;
width: 93px;
height: 54px;
background: url(../images/nav_characters.jpg) no-repeat;
}
 
#navcharacters a {
display: block;
width: 93px;
height: 54px;
float: left;
}

#navcharacters img{width: 93px; height: 54px; border: 0px;}
 
#navcharacters a:hover img{visibility:hidden}


/*downloads*/

#navdownloads {
float: left;
width: 110px;
height: 54px;
background: url(../images/nav_downloads.jpg) no-repeat;
}
 
#navdownloads a {
display: block;
width: 110px;
height: 54px;
float: left;
}

#navdownloads img{width: 110px; height: 54px; border: 0px;}
 
#navdownloads a:hover img{visibility:hidden}


/*chris*/

#navchris {
float: left;
width: 107px;
height: 54px;
background: url(../images/nav_chris.jpg) no-repeat;
}
 
#navchris a {
display: block;
width: 107px;
height: 54px;
float: left;
}

#navchris img{width: 107px; height: 54px; border: 0px;}
 
#navchris a:hover img{visibility:hidden}


/*Previous button*/
#buttonprevious{
	margin: 0px;
	margin-left: 30px;
	padding: 0px;	
	height: 51px;
	width: 111px;
	float: left;
}

/*Next button*/
#buttonnext{
	margin: 0px;
	padding: 0px;	
	height: 51px;
	width: 107px;
	float: left;
}

/*News Previous button*/
#buttonnewsprevious{
	margin: 0px;
	margin-left: 0px;	
	height: 51px;
	width: 107px;
	float: left;
	bottom: 0px;
}

/*News Next button*/
#buttonnewsnext{
	margin: 0px;
	padding: 0px;	
	height: 51px;
	width: 95px;
	float: left;
	bottom: 0px;
}


/*This code makes all links outside of our Trifecta links visible*/
* html a:hover {visibility:visible}

/*This removes the dotted borders on clicking an image link*/
a:active
{
outline: none;
}

/*This removes the dotted border in Mozila*/
a:focus
{
-moz-outline-style: none;
}


/***************/
/*Setting Fonts*/
/***************/

hc{
	font: 9px Verdana, sans-serif;
	color: #545454;
	text-align: center;
}


/*Setting the title font size*/
h1{
	font: 16px Verdana, sans-serif;
	color: black;
	text-align: center;
}

/*Setting the body font size*/
h2{
	font: 14px Verdana, sans-serif;
	color: black;
	text-align: center;
}

/*Setting the body font size*/
#books h2{
	font: 14px Verdana, sans-serif;
	color: black;
	text-align: center;
}

/*Setting the body font size*/
#characters h2{
	font: 14px Verdana, sans-serif;
	color: black;
	text-align: center;
}

/*Setting the body font size*/
#downloads h2{
	font: 14px Verdana, sans-serif;
	color: black;
	text-align: center;
}

/*Setting the body font size*/
#chris h2{
	font: 14px Verdana, sans-serif;
	color: black;
	text-align: center;
}


/********************/
/*Setting siFR Fonts*/
/********************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 16px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash #books h2 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash #characters h2 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash #downloads h2 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash #chris h2 {
	visibility: hidden;
	font-size: 14px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

