/* Standard elements */
	body {
		background-image: url('../background/bg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		font-size: 14px;
		font-family: Verdana, Arial, sans-serif;
		color: white;
	}
	
	td {/* rchahin - why is this being set here? 
		font-family: times, Times New Roman, georgia, serif;
		font-size: 11px;
		color: #eee; */
	}

	p {
		font-size: 13px;
		text-align: left;
		color: #eee;
	}
	
	.home p
	{
		font-size: 16px;
		color: #ddd;
	}

	h1 {
		font-size: 16px;
		margin: 10px 0px 10px 0px;
		color: #eee;
	}

	#gamecontent h2 {
		font-size: 32px;
		margin-bottom: -12px;
		text-align: left;
		font-variant: small-caps;
		color: #f0cc5e;
		text-shadow: #ee392A 0px 0px 3px;
	}

/* rchahin - sod it, why was ANY of this set?
	#gamecontent h3 {
		font-size: 20px;
		margin-top: 8px;
		margin-bottom: -7px;
		/* rchahin - why was text-align even set?
		text-align: left;
		font-family: times, Times New Roman, georgia, serif;
		font-weight: 500;
		font-variant: small-caps;
		color:#eee;
		text-shadow: #000 0px 0px 2px;
	} */

	a {
		color: #f0cc5e;
	}
	
	.left {
		float: left;
	}
		
	.right {
		float: right;
	}
/* end standard elements */

/* sidebar menu code */
	#game_sidebar
	{
		padding-bottom:70px;
		margin-left: 5px !important;
		width: 130px !important;
		border: 3px solid #f0b54d;
		/* EDWIN - This is the sidebar image */
		background-image: url(../images/sidebar-bg.jpg);
		-webkit-border-radius: 10px;
	}
	
	#game_sidebar ul
	{
		margin-top: 15px;
		margin-left: 5px;
		margin-bottom: 10px;
	}

	#game_sidebar li a
	{	
		padding-bottom: 2px;
		font-size: 12px;
		font-weight: normal;
		color: #eee;	
	}

	#game_sidebar li a:hover
	{
		color: #f0cc5e;
	}
/* end sidebar menu code */

/* desktops page */
.desktop 
{
	margin: 0px auto;
	float: none !important;
	border-style:solid;
	border-width:1px;
	border-color:#333;
}
/* end desktops page */

/* screenshots page */
	#boxbody
	{
		margin-top: 15px;
	}
/* end screenshots page */

/* press reviews page */
	.press .normal, .press .open_quote, .press .close_quote
	{
		padding-top: 3px;
	}
/* end press reviews page */

/* links page */

	.links
	{
		margin-top: 12px;
	}
	
	.links td
	{
		width: 410px;
		border-style: none none dotted none;
		border-width: 1px;
		border-color: #ccc;
		font-size: 13px;
		padding-bottom: 4px !important;	
	}
/* end links page */

/* videos page */
	.videos div
	{
		margin-bottom: 0px !important;
	}

	.videos .cssbox_head
	{
		width: 448px;
	}
	
	.videos .cssbox_body, .desktops .cssbox_body, .screenshots .cssbox_body, .links .cssbox_body
	{
		margin-top: 0px;
	}

	.videos .cssbox_body .cssbox_content
	{
		width: 410px !important;
	}
	
	.videos .cssbox_body .cssbox_content div
	{
		margin-bottom: 20px !important;
	}

	.videos .cssbox_body
	{
		width: 448px !important;
	}

	.videos .cssbox_body div p
	{
		text-align: center;
	}

	.videos .cssbox_body div h3
	{
		margin-bottom: 5px !important;
	}
/* videos page */

/* requirements page */
	.requirements
	{
		font-size: 13px;
		color: #eee;
	}
	
	.requirements .uni
	{
		padding-top: 0px !important;
		margin-top: 0px !important;
		text-align: center !important;
	}
	
	.requirements .uni h3
	{
		padding: 0px !important;
		margin: 0px !important;
	}
/* End CSS for requirements page */

/* Demos page */
.demos .downloads {
	font-size: 16px;
} /* End demos */

/* semi-transparent windows */
.cssbox { 
    margin-top: 25px;
	
	width: 425px !important;
	border: 3px solid #f0b12d;
/*  EDWIN - This is the background image for all the background boxes */	
	background-image: url(../images/window-bg-image.jpg);
	-webkit-border-radius: 10px;
} 

#rick {
	position: absolute;
	margin-left: 250px;
}


#blackbeard {
	position: absolute;
	margin-left: 250px;
}

#williamkidd {
	position: absolute;
	margin-left: 295px;
}

#spanishguard {
	position: absolute;
	margin-left: 305px;
}

#navigator {
	position: absolute;
	margin-left: 305px;
}

.cssbox h2 { 
    margin: 0;
    border: 0; 
	padding: 10px 15px 0px 15px;
} 
 
.cssbox_content {
	padding: 0px 15px 5px 20px;
}
/* end semi-transparent windows */

/* Flickbooks */
#legacybox {
	min-height: 580px !important;
}

#gameplaybox {
	min-height: 455px !important;
}

/* Edwin Added This */

#typebox {
	min-height: 455px !important;
}


#shipsbox {
	min-height: 360px !important;
}

#homebox {
	min-height: 325px !important;
}

.flickbook {
	position: relative;
	min-height: 200px;
}
/* rchahin - replacing this for now
.flickbook h3 {
	text-align: center !important;
	margin-left: -12px !important;
	padding: 0px !important;
	
} */

.flickbook h3 {
	text-align: center;
	font-size: 28px;
	margin-top: 8px;
	margin-bottom: -10px;
	/* rchahin - trying sans serif */
	font-weight: 500;
	font-variant: small-caps;
	color:#eee;
	text-shadow: #000 0px 0px 2px;
}

.nextnav, .nextnavdisabled
{
	position: relative;
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: 5px;	
	width: 177px;
	float: right;
	text-align: right;	
}

.prevnav, .prevnavdisabled
{
	position: relative;
	margin-top: -20px;
	margin-left: 7px;
	margin-bottom: 5px;
	width: 177px;
	float: left;
	text-align: left;	
}

.nextnav img, .prevnav img
{
	cursor: pointer;
}
/* end Flickbooks */

/* 'Legacy' images */
.legacy img {
	margin-left: 6px;
}
