/*
Theme Name: EdgeXD
Theme URI: http://www.pimpitstudios.com/
Version: 1
Author: Avalanche Services, LLC
Author URI: http://www.pimpitstudios.com/
Description: Edge XD
*/

/* 
global settings
----------------------------------------------------------- */

BODY {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-weight: bold;
  font-size: 12px;
  SCROLLBAR-FACE-COLOR:#999999;
  SCROLLBAR-HIGHLIGHT-COLOR:#000066;
  SCROLLBAR-SHADOW-COLOR:#000055;
  SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
  SCROLLBAR-ARROW-COLOR:#FFFFFF;
  SCROLLBAR-TRACK-COLOR:#000066;
  SCROLLBAR-DARKSHADOW-COLOR:#000033;
  margin:0px 0px 0px 0px;
  background:#FFFFFF;
//  background: url(images/bg_main.jpg);
  height:100%;
 
}

A{text-decoration: none;} 
A:link				{color: #000099;}
A:visited			{color: #000099;} 
A:hover 			{color: #774400; text-decoration:underline; }

img{border: #993399 0px solid;}
hr {
	background:#000099;
	clear:both;
	padding:0px;
	height:2px;
	margin-top:2px;
	margin-bottom:2px;
	border:#000000 0px solid;
}

.top_line{
	text-align:center;
	font-size: 12px;
	padding:17px 20px 0px 70px;
}

.main_table{
	background:url(images/bg_main.jpg) repeat-x;
}

.box{
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	padding:10px 35px 0px 25px;
}

.footer{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-transform:uppercase;
	padding: 8px 55px 5px 400px;
}

.footer A:link				{color: #FFFFFF;}
.footer A:visited			{color: #FFFFFF;} 
.footer A:hover 			{color: #FFFF00; text-decoration:underline; }

.arrow{
	background:url(images/arrow.gif) no-repeat;
	width:11px;
	height:9px;
	float:left;
	margin-top:2px;
	overflow:hidden;
}

.date{
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 35px 35px 5px 5px;
}

h1 {
				font-size: 18px; 
				font-weight:normal;
				color:#990000;
				margin:0px;
				text-align:left;
				text-transform:uppercase;
				padding:40px 10px 10px 20px;
}

h2 {
				font-size: 12px; 
				color:#777777;
				text-transform:uppercase;
				margin:0px;
				padding:0px;
				text-align:center;
}
h2 a:link 			{color: #993300;}
h2 a:visited 			{color: #993300;}
h2 a:hover 			{color: #CC6600; text-decoration:underline;}


.copy{
	font-family: Arial, Tahoma, Verdana, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	color:#000000;
	text-align:center;
}

ul{
	margin:0px;
	padding:0px;
	margin-left:50px;
	padding-right:5px;
	font-size:12px;
	font-weight:bold;
	color:#660066;
	text-transform:uppercase;
	line-height:20px;
}
ul li {
	list-style-image: url("images/bullet.gif");
}




/* 
*************************************************
		Main Menu Buttons
*************************************************
*/

/******* Mouse Overs **********/
.btn_main_join{
	width:374px;
	height:171px;
	background: url(images/btn_main_join.jpg) no-repeat left top;
	float:left;
}
.btn_main_join:hover { background: url(images/btn_main_join.jpg) no-repeat left bottom; }

.btn_members{
	width:166px;
	height:50px;
	background: url(images/btn_members.jpg) no-repeat left top;
	float:left;
}
.btn_members:hover { background: url(images/btn_members.jpg) no-repeat left bottom; }

.btn_content_pass{
	width:676px;
	height:67px;
	background: url(images/content_pass.jpg) no-repeat left top;
	float:left;
}
.btn_content_pass:hover { background: url(images/content_pass.jpg) no-repeat left bottom; }

.btn_content_download{
	width:308px;
	height:71px;
	background: url(images/content_download.jpg) no-repeat left top;
	float:left;
}
.btn_content_download:hover { background: url(images/content_download.jpg) no-repeat left bottom; }

.btn_content_more{
	width:304px;
	height:67px;
	background: url(images/content_more.jpg) no-repeat left top;
	float:left;
}
.btn_content_more:hover { background: url(images/content_more.jpg) no-repeat left bottom; }

.btn_bottom_members{
	width:307px;
	height:84px;
	background: url(images/btn_bottom_members.jpg) no-repeat left top;
	float:left;
}
.btn_bottom_members:hover { background: url(images/btn_bottom_members.jpg) no-repeat left bottom; }

.btn_bottom_join{
	width:367px;
	height:84px;
	background: url(images/btn_bottom_join.jpg) no-repeat left top;
	float:left;
}
.btn_bottom_join:hover { background: url(images/btn_bottom_join.jpg) no-repeat left bottom; }

.btn_bottom_next{
	width:306px;
	height:84px;
	background: url(images/btn_bottom_next.jpg) no-repeat left top;
	float:left;
}
.btn_bottom_next:hover { background: url(images/btn_bottom_next.jpg) no-repeat left bottom; }


