/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	
	font-size:11px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	line-height:1.6em;
	color:#CCCCCC;
	
	
	/*background-color:#363636;*/
	background-color:#000000;
	
}

div.header{
	
	width:100%;
	background-image:url(../images/stripes.jpg);
	background-repeat:repeat-x;
	height:449px;
}

div.int-header{
	
	width:100%;
	background-image:url(../images/int-stripes.jpg);
	background-repeat:repeat-x;
	height:186px;
}

a{
	text-decoration:none;
	color:#2793bb;
	
}

a.border{
	
	color:#2793bb;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

a:hover{
	
	color:#FFFFFF;
}

h1,h2{ color:#2793bb; }

/*-------------------------------------------------------------------top navigation*/
.top {
width:100%;
height:35px;
background-color:#000000;
border-bottom:1px solid #FFFFFF;
}

.topmenu ul {
float:right;
/*
border-right:1px solid #363636;
border-left:1px solid #232323;*/
padding:0px 0;
margin:0px;
height:35px;
}

.topmenu ul li {
list-style:none;
float:left;
padding:0px;
margin:0px;
}

.topmenu a:link, .topmenu a:visited {
font-size:12px;
font-weight:bold;
color:#fff;
height:34px;
line-height:34px;
text-decoration:none;
padding:11px 20px 11px 20px;
border-left:1px solid #363636;
border-right:1px solid #232323;

}

.topmenu a:hover, .active a:link, .active a:hover {
background-color:#363636;
border-right:1px solid #232323;
border-left:1px solid #363636;
height:34px;
line-height:34px;
text-decoration:none;
padding:11px 20px 11px 20px;
}

.topmenu a:hover {
color:#2793bb;
}

div.active{
	
	background-color:#363636;
} 

/*-----------------------------------------------------------------------site wide center div*/
div.center{
	margin:0px auto;	
	width:804px;
	
}

div.int-center{
	margin:0px auto;	
	width:804px;
	padding-top:20px;
	padding-bottom:20px;
}

/*----------------------------------------------------------------------homepage intro text*/
div.left{
	
	float:left;
	width:555px;
	/*height:330px;
	background-image:url(../images/home-text.jpg);
	background-repeat:no-repeat;*/
}

div.lefttext{
	
	padding:30px 17px 15px 19px;
}


/*------------------------------------------------------------------------homepage pics*/
div.right{
	
	float:left;
	width:238px;	
	
	/*background-image:url(../images/home-pics.jpg);
	background-repeat:no-repeat;*/
}

div.righttext{
	
	padding:20px 0px 15px 35px;
}


img.thumb{
	
	border:1px solid #CCCCCC;
	padding:3px;
}

/*---------------------------------------------------------------------homepage news*/
div.news{
	
	
	width:100%;
	height:330px;
	background-color:#333333;
}


ul.newslist
{

list-style: none;
padding:10px 17px 15px 25px;

}

.newslist li{
	
	list-style-image:url(../images/green-arrow.gif);
	padding-bottom:10px;
}

/*-------------------------------------------------------------------------info bar*/
.navlist
{
margin-top: 0px;
margin-bottom:0px;
padding-left: 0px;
list-style: none;
margin-left:18px;
}

.navlist li{
	
	list-style-image:url(http://www.evolutionmixedmartialarts.com/images/green-arrow.gif);
	padding-left: 0px;
	/*
	padding-left: 10px;
background-image: url(../images/green-arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;*/
}

.friendlist
{
margin-top: 0px;
margin-bottom:0px;
padding-left: 0px;
list-style: none;
margin-left:18px;
}

.friendlist li{
	
	list-style-image:url(http://www.evolutionmixedmartialarts.com/images/green-arrow.gif);
	padding-left: 0px;
	padding-bottom:5px;
	/*
	padding-left: 10px;
background-image: url(../images/green-arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;*/
}


div.infobarleft{
	
	float:left;
	width:165px;
}

/*----------------------------------------------------------------------footer*/

div.footer{
	
	background-image:url(../images/footer-slice.jpg);
	width:100%;
	height:126px;
	border-top:1px solid #FFFFFF;
}

.contactlist
{
margin-top: 0px;
margin-bottom:0px;
padding-left: 5px;
list-style: none;
color:#FFFFFF;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
margin-left:0px;
padding-left:0px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-right: 5px;
color: #fff;

}

#navcontainer ul li a:hover
{
color: #fff;

}

div.small{
	
	color:#fff;
	font-size:10px;
	padding-left:5px;
	padding-bottom:15px;
}

hr {
	height:1px; 
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#fff;
}

div.bottom-flowers{
	
	background-image:url(../images/bottom-flowers.jpg);
	background-repeat:repeat-x;
	height:188px;
}

img.styles{
	
	padding:5px;
	background-color:#FFFFFF;
}

/*img.photos{
	
	padding:3px;
	background-color:#FFFFFF;
}*/

div.photos img{
	
	border:0px;
	padding:3px;
	background-color:#FFFFFF;
}

table.schedule td{
	
	background-color:#000000;
}

div.leftcolumn{
	
	float:left;
	width:340px;
}

div.rightcolumn{
	
	float:right;
	width:450px;
}