/*Texas Black Belt Academy Stylesheet*/

html
{
	background: #AAA;
	/*background: #506987;*/
	/*background: #000033;*/
	background-position: center;
	background-attachment:fixed;
	color: black;
}

body
{
	font: 11px "trebuchet ms", arial, helvetica, sans-serif;
	width: 800px; 
	margin-left: auto; /* center */ 
	margin-right: auto;
}

#banner
{
	background-image:url('images/banner.jpg');
	background-size: 100%;
	height: 175px;
}

#nav
{
	position: absolute;
	height: 100%;
	width: 30%;
	float: left;
	border-right: 1px dashed #999;
}

#nav ul
{
	font-size: 1.1em;
	list-style: none;
	padding-left: 20px;
}

#nav ul li
{
	padding-top: 5px;
	/*padding: 2px;*/
	/*padding: 5px;*/
	width: 80%;
}

#nav ul li + li
{
	/*border-top: 1px solid #999;*/
}

#nav a:link
{
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

#addthis
{

}

#container
{
	background: #DDD;
	overflow: hidden;
	min-height: 350px;
    position: relative;
    width: 100%;
}

#content_container 
{
	float: right;
	width: 70%;
}

#textbox
{
	padding: 25px;
	padding-top: 0px;
}

#textbox p
{
	font-size: 1.3em;
}

#textbox ul li
{
	margin-left: 15px;
}

a
{
	color: black;
}

a:hover
{
	text-decoration: underline;
}

#footer
{
	text-align: center;
	position: relative;
	height: 40px;
	border-top: 1px dashed #999;
	background: #DDD;

}

#copyright, #phone, #address
{
	width: 33%;
	float: left;
}


h1
{
	text-align: center;
	font-size: 2em;
}

h2
{
	text-align: center;
	font-size: 1.5em;
}

a:link
{
	color: black;
}

p a:link, h3 a:link
{
	text-decoration:underline;
}

#mj
{
	border: none;
	float: left;
	padding: 10px;
}

#google_map
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

#event_calendar
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 0px;
}

#gallery
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
table {
	min-width: 75%;
}

table, tr, td, th
{
	border-collapse: collapse;
	border: 1px solid #999;
}

th 
{
    font-weight: bold;
    text-decoration: underline;
}

#event_calendar
{
	border-width:0;
	width: 600;
	height: 400;
}

.belt {
	color: black;
	width: auto;
	padding: 5px 0px 5px 0px;
	display: block;
	font-size: 3em;
	text-align: center;
}

#gold_belt {
	background: yellow;
}
#orange_belt {
	background: orange;
}
#green_belt {
	background: green;
}
#blue_belt {
	background: blue;
}
#purple_belt {
	background: purple;
}
#brown_belt {
	background: #8e6540;
}
#red_belt {
	background: #cc3300;
}
#bodan_belt {
	background: #cc3300;
}
#black_belt {
	background: black;	
	color: white;
}

