@font-face {  
  font-family: TrajanProRegular ;  
  src: url( TrajanPro-Regular.otf ) format("opentype");  
}

@font-face {  
  font-family: TrajanProBold ;  
  src: url( TrajanPro-Bold.otf ) format("opentype");  
} 

body {	
	margin: 12px;	
	min-width: 550px;	
	font-size: 100%;	
	font-family: Helvetica, Verdana, Arial, sans-serif;	
	color: white;	
	background-color: #000000;
	}

#Banner {
	
	padding: 1px;
	top: 0px;
	line-height: normal;
	text-shadow: 4px 4px 8px black;
	font-family: TrajanProBold;
	color: #d0b106;
	font-size: 1.5em;
	background-color: rgba(52, 08, 01, 0.8);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(75,8,1)),
    color-stop(0.61, rgb(127,12,2)),
    color-stop(0.81, rgb(137,32,22))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,8,1) 21%,
    rgb(127,12,2) 61%,
    rgb(137,32,22) 81%
);
	height: 74px;	
	border: 1px solid #cccc00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
#exchange {
	text-shadow: 0px 0px 0px;
	right: 10px;
	margin-top: 4px;
	margin-right: 6px;
	top: 12px;
	font-size: 0.25em;
	float: right;
	position: absolute;
}	
	
Nav {
	margin-top: 4px;
	padding: 2px;
	height: 14px;
	width:100%;
	font: bold 12px Verdana;
	color: #c1a405;
	background-color: rgba(52, 08, 01, 0.8);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(75,8,1)),
    color-stop(0.61, rgb(127,12,2)),
    color-stop(0.81, rgb(137,32,22))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,8,1) 21%,
    rgb(127,12,2) 61%,
    rgb(137,32,22) 81%
);

	border: 1px solid #CCCC00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#Menu {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-top: 1px;
	height: 20px;
	text-align: left;	
	background-color: rgba(52, 08, 01, 0.8);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.21, rgb(75,8,1)),
    color-stop(0.61, rgb(127,12,2)),
    color-stop(0.81, rgb(137,32,22))
);
	background-image: -moz-linear-gradient(
    center bottom,
    rgb(75,8,1) 21%,
    rgb(127,12,2) 61%,
    rgb(137,32,22) 81%
);
	
	font: 12px Verdana;
	border: 1px solid #cccc00;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
}

#poppy {


	left: 10px;


	z-index: 2;


	top: 6px;


	position: absolute;


}

/* General font families for common tags */

a:link,a:active,a:visited 
{ 
	color: #fcff01;
	text-decoration: none;
}

a:hover		
{ 
	text-decoration: none; 
	color : #c3cc00;
}

hr	{
 height: 0px; 
 border: solid #D1D7DC 0px; 
 border-top-width: 1px;
 }

/* This is the border line & background colour round the entire page */

/* This is the outline round the main forum tables */

/* The largest text used in the index page title and toptic title etc. */

h1	{
	font-size: 1em;
	font-weight: bold;			
	text-decoration: none; 
	color:  #c1a405;
	text-align: left;
}

h2 {
	font-size: 0.9em;
	color: #c1a405;
	text-align: left;
}

h3 {
	font-size: 0.8em;
	color: #c1a405;
	font-style: italic;
	text-align: left;
}

ul.dropdown {
 font-size: 0.9em;
 font-family: Verdana;
 font-weight: bold;
 margin-left: -24px;
 text-align: left;
 margin-top: 0px;
 list-style: none;
}
ul.dropdown * ul {
 list-style: none;
 margin:0;
 padding: 0;
 display:none;
 position:absolute;
 z-index:99;
}
ul.dropdown li {
 float: left;
 padding: 0px; 
 /* padding: 2px; helps Opera with hover */
}
ul.dropdown li * li {
 float: none;
 position: relative;
}
ul.dropdown ul * ul {
 top:0;
}
ul.dropdown a {
 display:block;
}
ul.dropdown ul * a {
	width: 12em;
}
ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
 display:none;
}
ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
 display:block;
}
ul.dropdown a {
 color: yellow;
 padding: 2px;
 text-decoration: none;
	vertical-align: baseline;
}
ul.dropdown a:hover {
 color: #c3cc00;
}
ul.dropdown ul {
 border: 0;
	text-align: left;
	background: #4b0801; /* Old browsers */
background: -moz-linear-gradient(left,  #4b0801 0%, #7f0c02 50%, #892016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4b0801), color-stop(50%,#7f0c02), color-stop(100%,#892016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* IE10+ */
background: linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0801', endColorstr='#892016',GradientType=1 ); /* IE6-9 */

	color: yellow;
}
ul.dropdown ul a {
 color: yellow;
 text-decoration: none;
	background: #4b0801; /* Old browsers */
background: -moz-linear-gradient(left,  #4b0801 0%, #7f0c02 50%, #892016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4b0801), color-stop(50%,#7f0c02), color-stop(100%,#892016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* IE10+ */
background: linear-gradient(left,  #4b0801 0%,#7f0c02 50%,#892016 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0801', endColorstr='#892016',GradientType=1 ); /* IE6-9 */

	font: 12px Verdana;
}
ul.dropdown ul a:hover {
 background-color: #E1E1E1;
 color: #c3cc00;
	font: 12px Verdana;
}
ul.dropdown ul li {
 background-color: #ccc;
}
ul.dropdown hr {
 background-color: #444444;
 height: 1px;
 margin: 3px;
 border: 0;
}

#content {	
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border: 1px solid #cccc00;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border: 1px solid #cccc00;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	
}
/* 3 Column settings */
.threecol {		/* right column background colour */

}
.threecol .colmid {
	right:25%;			/* width of the right column */		/* center column background colour */
		border-right-width: 1px;
  border-right-color: #c1a405;
  border-right-style: solid;
}
.threecol .colleft {
	right:50%;			/* width of the middle column */	/* left column background colour */
	border-right-width: 1px;
  border-right-color: #c1a405;
  border-right-style: solid;
  
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	
  font-size: 0.8em;
	
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	font-size: 0.7em;
	

}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	font-size: 0.7em;
	
	
}

#Footer {
	clear: both;
	background-color: #000;
	color: #7d8100;
	font: x-small Verdana;
	text-align: left;
	z-index: 0;
	position: relative;

}
.copyright		{
 font-size: 10px; 
 color: #c1a405;
 letter-spacing: -1px;
 }
 
/* style for in content dropdowns*/
ul.dropdown1 {
 font-size: 0.9em;
 font-family: Verdana;
 font-weight: bold;
 margin-left: -24px;
 text-align: left;
 margin-top: 2px;
 list-style: none;
}
ul.dropdown1 * ul {
 list-style: none;
 margin:0;
 padding: 0;
 display:none;
 position:absolute;
 z-index:99;
}
ul.dropdown1 li {
 float: left;
 padding: 0px; 
 /* padding: 2px; helps Opera with hover */
}
ul.dropdown1 li * li {
 float: none;
 position: relative;
}
ul.dropdown1 ul * ul {
 top:0;
}
ul.dropdown1 a {
 display:block;
}
ul.dropdown1 ul * a {
	width: 20em;
}
ul.dropdown1 li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul {
 display:none;
}
ul.dropdown1 li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul {
 display:block;
}
ul.dropdown1 a {
 color: yellow;
 padding: 2px;
 text-decoration: none;
	vertical-align: baseline;
}
ul.dropdown1 a:hover {
 color: #c3cc00;
}
ul.dropdown1 ul {
 border: 0;
	text-align: left;
	color: yellow;
}
ul.dropdown1 ul a {
 color: yellow;
 text-decoration: none;
	font: 12px Verdana;
}
ul.dropdown1 ul a:hover {
  color: #c3cc00;
	font: 12px Verdana;
}
ul.dropdown1 ul li
{
height: 24px;
}
ul.dropdown1 hr {
  height: 1px;
 margin: 3px;
 border: 0;
}


.button {
	height:22px;
	text-align: center;
	display: block;
	width: 90%;
	font-family: TrajanProBold;
	font-size:1em;
	font-color: #c1a405;
	background-color:#444;
	background: #393b3f; /* Old browsers */
background: -moz-linear-gradient(top, #393b3f 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393b3f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393b3f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393b3f 0%,#000000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #393b3f 0%,#000000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393b3f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #393b3f 0%,#000000 100%); /* W3C */
	-webkit-border-radius:11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.8);
}

.button a {
	padding:0 18px;
	line-height:20px;
	height:20px;
	display: block;
	color:#c1a405;
	border-width:1px;
	border-style:solid;
	border-color:rgba(255,255,255,0.15);
	-webkit-border-radius:10px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	text-shadow:0 -1px 0 #000;
}

.button a:hover
{
	visibility: visible;
	color: yellow;
}

