a:link, a:visited{
	color: white;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
body{
	background: url(http://fightofyourlife.com/images/background.jpg) top center repeat-y fixed;
	background-color: black;
	}
#container {
	color: white;
}
#header H1{
	display: none;
}
#header a:link a:hover a:visited{
	text-decoration: none;
	border: none;
}
img {
	border-style: none;
}

.more{
	padding-right: 18px;
	background:transparent url("http://fightofyourlife.com/images/interface/next.png") no-repeat center right;
}

/*****Navigation******/
div#navigation ul{
	list-style-type: none;
	margin: 0 10px;  
}
	div#navigation ul li{
	float: left;
}
div#navigation ul li .hide {
	visibility: hidden;
}

.current {
	background-position: top center;
}
/*****Home*****/
	div#navigation #home a{
		background: url("http://fightofyourlife.com/images/home.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 55px;
	}	
	div#navigation #home a:hover, div#navigation #home .current{
		background: url("http://fightofyourlife.com/images/home.png") no-repeat;
		background-position: top center;
	}
/*****Clients*****/
	div#navigation #clients a{
		background: url("http://fightofyourlife.com/images/clients.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 72px;
	}	
	div#navigation #clients a:hover, div#navigation #clients .current{
		background: url("http://fightofyourlife.com/images/clients.png") no-repeat;
		background-position: top center;
	}
/*****Events*****/
	div#navigation #events a{
		background: url("http://fightofyourlife.com/images/events.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 68px;
	}	
	div#navigation #events a:hover, div#navigation #events .current{
		background: url("http://fightofyourlife.com/images/events.png") no-repeat;
		background-position: top center;
	}
/*****Testimonial*****/
	div#navigation #testimonial a{
		background: url("http://fightofyourlife.com/images/testimonial.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 112px;
	}	
	div#navigation #testimonial a:hover, div#navigation #testimonial .current{
		background: url("http://fightofyourlife.com/images/testimonial.png") no-repeat;
		background-position: top center;
	}
/*****About*****/
	div#navigation #about a{
		background: url("http://fightofyourlife.com/images/about.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 61px;
	}	
	div#navigation #about a:hover, div#navigation #about .current{
		background: url("http://fightofyourlife.com/images/about.png") no-repeat;
		background-position: top center;
	}
/*****Contact*****/
	div#navigation #contact a{
		background: url("http://fightofyourlife.com/images/contact.png") no-repeat;
		background-position: bottom center;
		text-decoration: none;
		display: block;
		height: 35px;
		width: 80px;
	}	
	div#navigation #contact a:hover, div#navigation #contact a:active{
		background: url("http://fightofyourlife.com/images/contact.png") no-repeat;
		background-position: top center;
	}
/***Sidebar Styling***/	
/*div#sidebar{
	background: url("http://fightofyourlife.com/images/divide.png") repeat-y left;
}*/
div#sidebar h4{
	margin-left:10px;
}
div#sidebar ul{
	list-style-type: none;
}
.title_sidebar{
	margin: 5px 0 0 5px;
	border-bottom: black 2px dotted;
}
.title_Side{
	margin:5px 0 0 10px;
	border-bottom: black 2px dotted;
}
		/**** Events Sidebar ****/
			.events{
				margin:5px 0 0 10px;
				background: #2e1c0a;	
			}
			.events H7{
				margin: 0 .5em 0 .5em;
				border-bottom: 1px solid black;
			}
			.preview_event{
				margin: 0 .3em 0 .3em;
				line-height: 1em;
				border-bottom: 1px black groove;
			}

.navlist{
	background: #2e1c0a;
	width:10em;
	margin:0 0 5px 10px;
	font-size:1.1em;
}
.navlist li{
	border-bottom:1px black groove;
	margin-left: 5px;
	line-height: 1.5em;
}

.active{
	padding:2px 30px 3px 2px;
	background:#221100;
}
/****Content****/
.post{ 
	padding-right: 10px;
}
.subheading{
		padding: 0px 0px 0px 0px;
		margin: -20px 0px 15px 0px;
		font-size: .9em;
		}



/**** Comments ****/
#comment_entry_form {
    padding: 15px 10px 15px 10px;
    width:475px; 
    border:2px solid #2e1c0a; 
    }

    #comment_entry_form .comment_label {
        width:105px; 
        font-weight:bold; 
        text-align:right;
        float: left;
        padding: 3px 5px 0px 0px;
        margin: 5px 0px 5px 0px;
        }

    #comment_entry_form textarea { 
        border:1px solid #74220C; 
        background: #fff; 
        padding:2px 0px 0px 5px;
        margin: 5px 0px 5px 0px;
        height:130px; 
        width: 300px;
        }
    
    #comment_entry_form .textbox {
        width: 300px;
        margin: 5px 0px 5px 0px;
        }

    #comment_entry_form p {
        margin: 5px 0px 10px 110px;
        }

    #comment_entry_form .comment_submit {
        margin: 10px 0px 0px 0px;
        } 
                
/**** Main ****/
	div#main{
		background: url('http://fightofyourlife.com/images/trans.png') repeat;
		padding: 5px;
		margin-left: -0px;
	}        
    div#sidebar{
    	background:#2e1c0a;
    }    
    
    
    div#title_testimonial {
    	margin-bottom: -20px;
    }
/****Footer****/
#footer {
	font-size: 0.8em;
}

div.spacer {  
	background-color: #2e1c0a;  
	height: 1em; 
}