﻿@import url(layout.css);
body {
	color: #000000;
	font-family: Calibri;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	font-weight: bold;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
	height: 100%;
}
#masthead {
	background-color: #800000;
	border-top-color: #800000;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border: thin #800000;
	background: #800000 url('../images/sitemain.jpg') repeat-x top;
	text-align: center;
	width: 100%;
}
#navigation {
	background-color: 80000;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	clear: both;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#column_r dt {
	font-size: medium;
	font-weight: bold;
}
#colum_r dd {
	font-size: medium;
	font-weight: normal;
}
#footer {
	background: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: large;
	text-align: left;
	color: #000000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: blink;
	display: block;
	padding: 5px;
	border: 1px #FFFFFF solid;
	background-color: #800000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border: 0 #FFFFFF none;
	background-color: #800000;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #800000;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FFFFFF;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
.dojoblurb {
	text-align: left;
	color: #800;
	font-size: small;
	padding: 3px 5px;
	background: #CCDDFF;
}
#kata {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
#kata dt {
	font-weight: bold;
	font-size:large;
}
/* Style for USA Dojo List - Added 3/17/11 */
#te {
	background: #FFF url(images/dojote.jpg) top repeat-x;
	width: 320px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#be {
	background: url(images/dojobe.jpg) bottom repeat-x;
}
#le {
	background: url(images/dojole.jpg) left repeat-y;
}
#re {
	background: url(images/dojore.jpg) right repeat-y;
}
#blc {
	background: url(images/dojoblc.jpg) bottom left no-repeat;
}
#brc {
	background: url(images/dojobrc.jpg) bottom right no-repeat;
}
#tlc {
	background: url(images/dojostlc.jpg) top left no-repeat;
}
#trc {
	background: url(images/dojostrc.jpg) top right no-repeat;
}
#trc h3 {
	text-align: center;
	padding-top: 8px;
	color: #FFF;
/*	padding-left: 15px;*/
}
#trc li {
	color: #030460;
}
#dojolist {
	margin: -5px auto;
	width: 270px;
	padding-bottom: 30px;
}
