/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* basic settings */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0000ff;
}

h1,p,h2,h3,table,th,td {color:#0000ff;}

a {
	color: #6AA2FD;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

/* Blog content */

.postcontent {
	color: #0000ff;
	text-align: justify;
}


/* Header */

#header {
	width: 890px;
	height: 108px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	background: url(http://www.mmajudo.net/resources/LOGO300.png) no-repeat right bottom;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 70px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* Ads */

#ads1 {
	float: right;
	width: 340px;
	height: 290px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/adbgr250.png) no-repeat left bottom;
}

#ads2 {
	float: left;
	width: 768px;
	height: 130px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/adbgr90.png) no-repeat left bottom;
}


#ads3 {
	float: left;
	width: 160px;
	height: 640px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/adbgr120x600.png) no-repeat left top;
}



#ads4 {
	float: left;
	width: 200px;
	height: 640px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/adbgr160x600.png) no-repeat left top;
}

/* Search */

#search1 {
	float: left;
	width: 430px;
	height: 35px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/searchbgr.gif) no-repeat left bottom;
}


#search2 {
	float: left;
	width: 340px;
	height: 35px;
	padding: 0 0 0 0px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/searchbgr2.png) no-repeat left bottom;
}

/* Sidebar2 */

#sidebar2 {
	float: left;
	width: 500px;
}

#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 li {
	margin-bottom: 20px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/bangrey500.png) no-repeat left bottom;
}

#sidebar2 li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar2 li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar2 h2 {
	width: 470px;
	height: 28px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(http://www.mmajudo.net/resources/sbyel500.png);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}



/* Sidebar3 - blog */

#sidebar3 {
	float: left;
	width: 340px;
}

#sidebar3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar3 li {
	margin-bottom: 20px;
	background: #F3F3F3 url(http://www.mmajudo.net/resources/bangrey340.png) no-repeat left bottom;
}

#sidebar3 li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar3 li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar3 h2 {
	width: 310px;
	height: 28px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(http://www.mmajudo.net/resources/sbyel340.png);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}



/* Warriors grey background small */

#warriors {
	float: left;
	width: 260px;
}

#warriors h2 {
	width: 260px;
	height: 35px;
	padding: 0px 0 0 0px;
	background: url(http://www.mmajudo.net/resources/warbgr2.png) no-repeat left bottom;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #000099;
	
}

/* Table in Blog */

#customers
{
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{

border:1px solid #0000FF;
padding:3px 7px 2px 7px;
text-align:center;    
}
#customers th 
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#F3F3F3;
color:#6AA2FD;
}
#customers tr.alt td 
{
color:#FF7400;
background-color:#F3F3F3;
text-align:center;    
}

