@charset "utf-8";
/* CSS Document */
/* 
Design by: Robert Dobes / Dot Consulting
Designer's Email: robert@dotconsulting.net
Designer's website: http://dotconsulting.net , http://robertdobes.com
Design Description: custom designed website for www.karateatl.com

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100.1%; font-weight: normal; }
q:before, q:after { }
a { text-decoration:none }
strong { font-weight:bold }
* a { position:relative }
a img { border:none }
* { outline: none; }

/***********************************************************
 It all starts here :-) ...
************************************************************/

body {
	background-color: #516931;
	font-family: Arial, Helvetica, sans-serif;
}

/**** SOME TYPOGRAPHY *****/
body {
	color: #666666;
}
a:link, a:visited {
	color:#996633;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
h2 {
	padding-bottom: 10px;
	color: #874e2f;
	font-size: 1.1em;
}
p {
	padding-bottom: 10px;
	font-size: 0.8em;
}
#left-column li {
	font-size: 0.8em;
	line-height: 21px;
}
#right-column p {
	text-align: justify;
}
#left-block p, #right-block p, #left-block h2, #right-block h2 {
	margin: 0 35px;
}
#footer {
	color: #cccc99;
	text-align: left;
	font-size: .9em;
}
#footer a {
	color:#FF9933;
}
#footer a:hover {
	text-decoration: none;
	color:#fff;
}


/**** LAYOUT *****/
h1#logo {
	margin-bottom: 15px;
	height: 100px;
	background: url(/template-img/logo.png) no-repeat;
	background-position: center top;
	text-indent: 9999px;
	color: #536A32;
}
#wrapper {
	text-align: center;
	background: url(/template-img/main-bg.png) repeat-x top;
}
#wrapper-inner {
	margin: 0 auto;
	width: 940px;
	
}
#body-outer {
	background: url(/template-img/footer-bg.png) repeat-x bottom;
}
	#body-outer img {
		margin: 0;
		padding: 0;
	}
#body-inner {
	padding-top: 20px;
	background: url(/template-img/body-bg.png) repeat-y left;
}
#bottom-border {
	clear: both;
	width: 940px;
	height: 36px;
	line-height: 36px;
	/*font-size: 1px;*/
	background: url(/template-img/body-border.png) no-repeat left top;
}
#nav {
	height: 88px;
	background: url(/template-img/top-bg.jpg) no-repeat left top;
}
#left-column {
	float:left;
	margin-left: 65px;
	width: 250px;
	text-align: left;
	border-right: 1px solid #dcd4b7;
}
#right-column {
	float: left;
	width: 580px;
	text-align: left;
}
#left-block {
	float:left;
	margin-bottom: 15px;
	width: 305px;
	border-right: 1px solid #dcd4b7;
}
#right-block {
	margin-left: 306px;
	margin-bottom: 15px;
}
#bottom-block {
	clear: left;
	margin: 0 20px;
	padding-top: 20px;
	border-top: 1px solid #dcd4b7;
}
#footer {
	clear: both;
	padding-top: 5px;
	height: 70px;
}
/****** TOP NAVIGATION ********/
#nav ul {
	padding-top: 45px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
}
#nav ul li {
	float: left;
	/*display: inline;*/
	padding: 0 29px;
}
#nav ul li a {
	display: block;
	border-bottom: 6px solid #c5b092;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li.active a {
	display: block;
	border-bottom: 6px solid #516931;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #333;
}
#nav ul li a:hover {
	color: #999;
}
.toru-sm {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.toru-sm img{
	border:1px solid #666666;
}

/***** HOMEPAGE PHOTO GALLERY *********/

#bottom-block img{
	float: left;
	margin: 0 10px;
	border: 4px solid #fff;
}
/***** GALLERY BUTTONS *****/
#gallery-btns {
	padding-top: 25px;
}
#gallery-btns li{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#gallery-btns li a{
	display: block;
	padding-left: 40px;
	color: #874e2f;
	text-decoration: none;
	line-height: 30px;
}
#gallery-btns li.photo-gallery-btn a:link, #gallery-btns li.photo-gallery-btn a:visited{
	background: url(/template-img/photo-gallery-btn.png) no-repeat;
	background-position: left top;
}
#gallery-btns li.photo-gallery-btn a:hover {
	background: url(/template-img/photo-gallery-btn.png) no-repeat;
	background-position: left bottom;
}
#gallery-btns li.video-gallery-btn a:link, #gallery-btns li.video-gallery-btn a:visited{
	background: url(/template-img/video-gallery-btn.png) no-repeat;
	background-position: left top;
}
#gallery-btns li.video-gallery-btn a:hover {
	background: url(/template-img/video-gallery-btn.png) no-repeat;
	background-position: left bottom;
}
/****** FOOTER *******/

#footer-left {
	float: left;
	margin-left: 50px;
	width: 250px;
}
#footer-right {
	margin-left: 350px;
}
#footer li {
	float: left;
	margin: 0 3px;
}


/*****  SOME OTHER STYLES ****/
.clr {
	clear: both;
	font-size: 1pt;
}
div.continue {
	margin-top: -15px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 0.8em;
}
