/* CSS for Crysis Pirates Forum by Martyn Jones /*
/* Notes - blue is 5aaccc */
/* Basic Elements */

html, body
{
	color: #131313;
	background: #131313;
	margin: 0 auto;
	padding: 0;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #131313;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

#overall
{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 998px;
}

#side_left
{	
	background: url('../graphics/Side_Left.png') repeat-y;
	background-color: #131313;
   	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 606px;
}

#side_left_bottom
{	
	background: url('../graphics/Side_Left_Bottom.png') repeat-y;
	background-color: #131313;
   	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 606px;
	left: 0px;
	width: 29px;
	height: 183px;
}

#side_right
{	
	background: url('../graphics/Side_Right.png') repeat-y;
	background-color: #131313;
   	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 969px;
	width: 29px;
	height: 606px;
}

#side_right_bottom
{	
	background: url('../graphics/Side_Right_Bottom.png') repeat-y;
	background-color: #131313;
   	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 606px;
	left: 969px;
	width: 29px;
	height: 183px;
}

#header
{
	display: block;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 29px;
	width: 940px;
	height: 141px;
}

#header_text
{
	display: block;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 696px;
}

#header_text a:link, #header_text a:visited, #header_text a:active 
{ 
	color: #79AECE; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	font-family: verdana, arial, tahoma;
} 

#header_text a:hover 
{ 
	color: #797979; 
	text-decoration: none; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	font-family: verdana, arial, tahoma;
}

#ruler_green
{	
	background: url('../graphics/ruler_green.png') repeat;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 141px;
	left: 29px;
	width: 940px;
	height: 30px;
	overflow: hidden;
	line-height: 22px;
   	font-size: 16px;
}

#ruler_green_forum
{	
	background: url('../graphics/ruler_green.png') repeat;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0px;
	left: 0px;
	width: 938px;
	height: 30px;
	line-height: 22px;
   	font-size: 16px;
   	border-right: 1px #5f5f5f solid;
	border-left: 1px #5f5f5f solid;
}

#ruler_green_forum a:link, #ruler_green_forum a:visited, #ruler_green_forum a:active 
{ 
	color: #79AECE; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	font-family: verdana, arial, tahoma;
} 

#ruler_green_forum a:hover 
{ 
	color: #79AECE; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 11px; 
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
	font-family: verdana, arial, tahoma;
} 

#ruler_nav
{	
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 2px;
	width: 940px;
	height: 26px;
	overflow: hidden;
   	line-height: 22px;
   	font-size: 11px;
   	font-family: verdana, arial, tahoma;
}

#ruler_nav .navItem
{
   	height: 26px;
   	cursor: pointer;
   	cursor: hand;
   	border-right: 1px #5f5f5f solid;
}	
   
#ruler_nav .navItem_double
{
   	top: 6px;
   	height: 26px;
   	cursor: pointer;
   	cursor: hand;
   	border-right: 1px #5f5f5f solid;
   	border-left: 1px #5f5f5f solid;
}
   
#ruler_nav a:link, #ruler_nav a:visited, #ruler_nav a:active 
{
   	color: #999999;
   	display: block;
   	float: left;
   	padding: 2px 12px;
  	text-decoration: none;
  	font-weight: bold; 
}
   
#ruler_nav a:hover
{
   	background-color: #1a2519;
}
   
#ruler_nav .current
{
   	color: #999999;
   	display: block;
   	float: left;
   	padding: 2px 12px;
   	border-top: 3px #e00000 solid;
   	background-color: #000000;
   	cursor: default;
}

#ruler_nav_forum
{	
	display: block;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 0px;
	height: 26px;
	line-height: 22px;
   	font-size: 11px;
   	font-family: verdana, arial, tahoma;
}

#ruler_nav_forum .navItem
{
   	height: 26px;
   	cursor: pointer;
   	cursor: hand;
}

#ruler_nav_forum a:link, #ruler_nav_forum a:visited, #ruler_nav_forum a:active 
{
   	color: #999999;
   	padding: 2px 12px;
  	text-decoration: none;
  	font-weight: bold; 
}

#ruler_nav_forum a:hover
{
   	background-color: #1a2519;
}

#ruler_nav_forum_right
{	
	display: block;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 0px;
	height: 26px;
	line-height: 22px;
   	font-size: 11px;
   	font-family: verdana, arial, tahoma;
}

#ruler_nav_forum_right .navItem
{
   	height: 26px;
   	cursor: pointer;
   	cursor: hand;
}

#ruler_nav_forum_right a:link, #ruler_nav_forum_right a:visited, #ruler_nav_forum_right a:active 
{
   	color: #999999;
   	padding: 2px 12px;
  	text-decoration: none;
  	font-weight: bold; 
}

#ruler_nav_forum_right a:hover
{
   	background-color: #1a2519;
}

#main
{	
	background: url('../graphics/leather.jpg') repeat;
	background-color: #f6f4d0;
   	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 171px;
	left: 29px;
	width: 940px;
}

#main_bottom
{	
	background: url('../graphics/gradient_overlay.png') repeat-x;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 940px;
	height: 100px;
}

#textbox
{	
	margin: 0 auto;
	padding: 10px;
}

#textbox p
{
	font-size: 20px;
	line-height: 22px;
	font-family: "Viner Hand ITC";
}

#seal
{	
	background: url('../graphics/seal.png') no-repeat;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 141px;
	height: 140px;
}