/*

Theme Name: Canadian Iaido Association Theme
Theme URI: http://iaido.ca
Description: Clean, simple, direct, meant for the iaido association homepage - meant for wordpress.
Version: 2008-12-28
Author: Chris
Author URI: http://euxneks.com

*/

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family : helvetica, sans-serif;
	text-align : center;
	font-size: 16px;
	line-height:1.3em;
	background: #ededed url(images/background.png)
}
@font-face {
	font-family: 'kanji';
	url('EPSON-FUTO-GYOSHO.ttf') format('truetype'),
	font-weight: normal;
	font-style: normal;

}
div#main_body {
	margin : 0 auto;
	margin-top: 0px;
	width : 80%;
	min-width: 1000px;
	background: transparent;
}

div#sidebar {
	float: left;
	text-align: left;
	width: 25%;
}
div#right {
	width: 75%;
	float: right;
	text-align: left;
}
div#right div.leftcol {
	float: left;
	width: 60%;
}
div.content {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #ccc;
	background-color: white;
	padding-bottom: 0.8em;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
}
div#right div.rightcol {
	float: right;
	width: 40%;
	font-size: 14px;
}
div#right div.rightcol h3 {
	font-size: 1em;
}
div.fullcol {
	font-size: 1em;
	padding: 1em;
	margin: 0.5em;
	border: 1px solid #ccc;
	background: white;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
}
div.fullcol h2 {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	padding-bottom: 0.3em;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
}
div.clear {
	clear: both;
}

div#footer {
	clear: both; padding: 1pt;
}
div#black_belt {
	height: 25px;
	background: #2e3436;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}
div.box {
	margin: 0.5em;
	padding: 0.5em;
	background: white;
	border: 1px solid #ccc;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
	padding-top: 0.5em;
}
div#header_inner {
	background: transparent url(images/gradient.png) 0 0 repeat-x;
}
#sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
#sidebar li {
	list-style-type:none;

}
#sidebar li ul li{
	list-style-type:none;
	margin-left:1em;
}

a {
	font-weight : bold;
	font-size : 1em;
	color : #3465a4;
	padding: 0.1em;
	text-decoration: none;
	padding-bottom: 0em;
	border-bottom: 1pt dotted #3465a4;
}
h3 a, h2 a, h3 a {
	color: #101f33;
	border: none;
	font-size: 12pt;
}
h3 a.semlink {
	display: block;
	padding-left: 0.5em;
}
h3 a.semlink:hover {
	background: #3a71b8;
	color: white;
	display: block;
}
#sidebar li a {
	text-decoration: none;
	display: block;
	padding-left: 0.5em;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: none;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius:10px;
}
#sidebar li a:hover {
	background: #3a71b8;
	color: white;
}

h1#title_bar 
{
	display: block;
	text-align: center;
	background: #3a71b8;
	color: #fff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-weight: bolder;
	letter-spacing: 0.3em;
	margin: 0px;
	font-size: 1.5em;
}
h1#title_bar a:hover {
	background: none;
}
h1#title_bar a {
	color: #fff;
	border: none;
	font-weight:normal;
	font-size:1.2em;
}
div.metadata {
	border-top: 1px dotted #ccc;
	text-align: right;
}
.container {
	float: left;
	text-align: left;
	background-color: #fff;
	padding-left: 1em;
	padding-right: 1em;
}
.container h1 {
	letter-spacing : 0.1em;
	font-size : 1em;
	color : #204a87;
	font-weight : bold;
	border-bottom : 2px solid #2d5890;
	padding-bottom : 2px;
}
/* can be h1, h2, etc. */
.container .inverse {
	margin : 0px;
	text-align : center;
	background : #2d5890;
	color : #ffffff;
	font-weight : bold;
	padding : 2pt;
	letter-spacing : 0.3em;
	font-size : 1em;
}
.container p {
	font-size : 0.9em;
	text-align : justify;
}
.container .date {
	font-size : 0.9em;
	border-left: 1px solid #2d5890;
	border-right: 1px solid #2d5890;
	background: #bfcee3;
	padding-left: 5px;
}
.links span.header {
	font-weight : bold;
	font-size : 0.9em;
	text-align : right;
	display : block;
	background : #2d5890;
	margin-bottom : 5px;
	color : #fff;
	padding : 2px;
	letter-spacing : 0.2em;
}
.links a {
	padding : 2px;
	display: block;
	text-align: right;
}

div.blurb {
	padding: 0.2em;
	margin-bottom: 1em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

div.blurb div.clear {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #2d5890;
	width: 70%;
}

div.blurb a {
	display: block;
}

a.big_link {
	padding: 0.3em;
	font-size: 0.8em;
	font-weight: bold;
	color: #2d5890;
	float: none;
	letter-spacing: 0.1em;
}
a.big_link:hover {
	background: #2d5890;
	color: #fff;
	float: none;
	letter-spacing: 0.1em;
}

a img {
	border: none;
	vertical-align: middle;
}
img.size-medium {
	width:85%;
	height:85%;
	margin-left:auto;
	margin-right:auto;
}
.clear{
	clear: both;
	height: 0.5em;
	border: none;
}
table.info {
	border-collapse: collapse;
}
table.info td {
	border: 1px solid #ccc;
	padding: 3pt;
}
table.image_box{
	float: left;
	margin: 0.5em;
	margin-bottom: 0px;
	border-collapse: separate;
}
table.image_box img {
	border: 1px solid #ddd;
	padding: 0.5em;
}
table.image_box td.caption {
	font-size: 0.6em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 1em;
}
div.title {
	padding: 0.3em;
	font-size: 1.4em;
	font-weight: bold;
	color: #2d5890;
	float: none;
	letter-spacing: 0.1em;
}

div.simple_date {
	font-style: italic;
	font-size: 0.8em;
	color: #204a87;
}
span.bold {
	font-weight: bold;
	font-size: 1.1em;
}
p.small_text {
	font-size: 0.8em;
}
div.archive_container {
	border-bottom: 1px dotted #ddd;
}
div.archive_container p {
	margin-top: 3pt;
	margin-bottom: 2pt;
}
div.archive_container h3 {
	margin-bottom: 2pt;
}
input {
	border: 1px solid #ccc;
	background: #eee;
}
#sidebar li.current_page_item>a {
	background: #3a71b8;
	color: white;
}
.examination td{
	border:1px solid #444;
}
.examination {
border-collapse:collapse;
border:1px solid #444;
}
