/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	ablaze
   TEMPLATE CODE: 	S-0009
   VERSION:          2.1	          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
/** { 
	padding: 0; margin: 0;
}*/


body { background:#fff; color:#313131; font:.8em helvetica, arial, sans-serif; line-height:1.6em;}
.hidden { display:none; }
.notice { font-size:1.3em; font-weight:bold; color:#f00; }


/*body {
	margin: 0; 	padding: 0;
	font: normal .8em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #6A6A6A;
	text-align: center;
	background: #FFFFFF;
}*/

/* links */
a {
	color: #F88F26;
	/*color:#1E1E1E;*/
	background-color: inherit;
	text-decoration: none	
}
a:hover {
	color: #000000;
	background-color: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #A0080D;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

#main h1 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.4em 'Trebuchet MS', Arial, Sans-serif;
	/*background: #FFFFFF url(arrow.gif) no-repeat 10px .7em;*/
	/*padding: 7px 0 7px 35px;*/
	padding:7px 0 3px 30px;
	color: #A0080D;
}

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #F88F26;
}
ul span, ol span {
	color: #CCC;
} 

/* images */
img {
	border: 3px solid #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
/*
a img {  
  border: 3px solid #444;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
/*  border: 3px solid #444;
}
*/

/*
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Verdana', 'courier new', monospace;
  /* white-space: pre; 
  background: #FFFFFF;    
}
*/

.code {
  margin: 10px 15px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: normal .8em, 'Verdana', sans-serif;
  /*font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;*/
  /* white-space: pre; */
  background: #FFFFFF; 
}

.code > ul, ol {
	margin-left: 10px;
	padding: 0 5px;
}

.code > ul span, ol span {
	color: #6A6A6A;
} 

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FFFFFF;  
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {}

.form {
	margin: 15px;
	padding: 5px;
	background: #FFFFFF;  
    border: 1px dashed #151515;
}

label {
	display:block;
	font-weight:bold;
	/*margin:5px 0;*/
}

input {
	padding: 2px;
	border: 1px solid #000000;
	font: normal 1em Verdana, sans-serif;
	color:#000000;
	background: #FFFFFF;
}
textarea {
/*	width: 250px;*/
	padding:2px;
	border: 1px solid #000000;
	font: normal 1em Verdana, sans-serif;
/*	height:100px;*/
	display:block;
	color:#000000;
	background: #FFFFFF;
}
select {
/*	width: 250px;*/
/*	width: auto;*/
	padding:2px;
	margin:0;
	border: 1px solid #000000;
	font: normal 1em Verdana, sans-serif;
/*	height:100px;*/
	display:block;
	color:#000000;
	background: #FFFFFF;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: 1px solid #CCC;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 83%;	
}

/* header */
#header {
	background: #FFF url(headerbg.jpg) repeat-x 0 0;
	height: 120px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFFFFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 15px; left: 20px;
	width:auto;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	text-decoration: underline;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 75px; left: 35px;
}

#header-content #header-player {
	position: absolute;	
	font: bold 24px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 75px; left: 475px;
}

#header-content .3player {
	position:absolute;
	top: 5px;
	left: 700px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #000;
}
#header-content li a:hover {
	background: #000;
	color: #F88F26;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #FFFFFF;		
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0; margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 260px;
	margin: 10px 0; padding: 0;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	/*padding: 5px 0 15px 0;*/
	padding:5px 0 5 0;
}
#sidebar ul.sidemenu li {
	padding: 0 10px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:bold;
	font-size:1.1em;
	/*color: #6A6A6A; */
	color: #333333;
	/*color: #1E1E1E;*/
	height: 1.5em;
	text-decoration: none;
	padding:.3em 0 .3em 15px;
	background: #FFFFFF;		
	border-bottom: 1px dashed #999999; 
	line-height: 1.6em;
}
#sidebar ul.sidemenu a.top{
	/*border-top: 1px dashed #151515;*/
	border-top:1px solid #6F0509;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	background: #EEEEEE;
	border-left: 5px solid  #D30F16;
	/*border-left:5px	solid #1E1E1E;*/
	color: #D30F16;		
}
#sidebar .sidebox {
	background: #FFFFFF;
	margin: 5px 15px 10px 15px;
}

/* main */
#main {
	margin: 10px 0; 
	padding: 0 270px 0 0;		
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	border-top: 1px solid #68050A;
	font-size: 95%;
	text-align: left;
	width:auto;
	height:auto;
	background-color:#1E1E1E;
}
#footer-inner{
	background:#1E1E1E;
}
#footer h2, #footer p {
	padding-left: 0;
}
#footer-content {	
	margin: 0 auto;
}
#footer-content a {
	text-decoration: none;
	color: #8A8A8A;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;

}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 15px;	
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}

.about-profile {
	height:110px;
}



 /*ERROR*/
.error_table {margin:0px auto}
.error {min-height:40px; border:solid 1px #F2C4BF; background:#FFE2E2; margin:10px auto}
.error_img {float:left; width:50px; height:38px; background:transparent url("/template/img/error.gif") no-repeat center center}
.error_text {margin-left:70px; margin-bottom:10px; font:12px Tahoma; color:#4B4B4B; padding-top:7px; padding-left:15px; padding-right:20px; height:auto;}
.error_list {margin-top:5px; margin-left:20px; height:auto;}
/*#error_text {float: left; font: 12px Tahoma; color: #4B4B4B; padding-top: 7px; padding-left: 15px; padding-right: 20px}*/

/*MESSAGE*/
.message_table {margin:0 auto}
.message, .messages_box {min-height:40px; border:solid 1px #97B3DA; background:#C6DEFF; margin:10px auto}
.message_img {float:left; width:50px; height: 38px; background:transparent url("/template/img/message.gif") no-repeat center center}
.message_text {margin-left:70px; margin-bottom:10px; font:12px Tahoma; color:#4B4B4B; padding-top:7px; padding-left:15px; padding-right:20px; height:auto;}
.message_list {margin-top:5px; margin-left:20px; height:auto;}
/*#message_text {float:left; font:12px Tahoma; color:#4B4B4B; padding-top:7px; padding-left:15px; padding-right:20px}*/

/*CONFIRMATION*/
.confirmation_table {margin:0 auto}
.confirmation {min-height:40px; border:solid 1px #A3DE95; background:#D7FFC7; margin:10px auto}
.confirmation_img {float:left; width:50px; height: 38px; background:transparent url("/template/img/completed.gif") no-repeat center center}
.confirmation_text {margin-left:70px; margin-bottom:10px; font:12px Tahoma; color:#4B4B4B; padding-top:7px; padding-left:15px; padding-right:20px; height:auto;}
.confirmation_list {margin-top:5px; margin-left:20px; height:auto;}





/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
	border:1px solid #C6D88
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}