/* @override 
	http://clients.thecoppstudio.com/isshindo/css/stylesheet.css
	http://isshindo.ca/css/stylesheet.css
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
}

div.super_container {
	margin: auto;
	margin-top: 20px;
	width: 1000px;
}

/* @group Typography */

p {
	margin-bottom: 10px;
}

h1 {
	display: block;
	height: 210px;
	text-indent: -9999em;
}

h2 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
}

h5 {
	font-size: 18px;
	padding-bottom: 3px;
}

a {
	color: #000;
	text-decoration: none;
}

/* @end */

/* @group Grid */

.column {
	float: left;
}

.r1 {
	padding-bottom: 30px;
	border-bottom: 10px solid #000;
	margin-bottom: 10px;
}

.r3 {
	padding-top: 10px;
	border-top: 10px solid #000;
	margin-bottom: 20px;
}



/* @end */

/* @group Masthead */

div.masthead {
	display: block;
	height: 210px;
	margin-bottom: 10px;
}

div#emblem,div#subheading {
	display: block;
	width: 150px;
	
}

div#headline {
	display: block;
	padding-top: 135px;
	margin-left: 10px;
	margin-right: 10px;
	width: 600px;
}

div#subheading {
	padding-top: 135px;
}

#subheading a {
}



/* @end */

/* @group Navigation */

div.global_navigation {
	padding: 10px;
}

div.global_navigation ul li {
	float: left;
}

div.global_navigation ul li a {
	display: block;
	width: 155px;
	height: 30px;
	text-align: center;
	text-indent: -9999em;
	border-right: 1px solid #000;
	padding-right: 13px;
	margin-left: 13px;
}

div.right {
	float: left;
	padding-left: 8px;
	border-left: 1px solid #000;
}

li#last a {
	border-right: none;
}

a#menu_about {
	width: 143px;
	background: url(images/menu_about.gif) no-repeat -7px 0px;
}

a:hover#menu_about {
	background: url(images/menu_about.gif) no-repeat -7px -30px;
}

a#menu_history {
	width: 70px;
	background: url(images/menu_history.gif) no-repeat -45px 0px;
}

a:hover#menu_history {
	background: url(images/menu_history.gif) no-repeat -45px -30px;
}

a#menu_calendar {
	width: 85px;
	background: url(images/menu_calendar.gif) no-repeat -37px 0px;
}

a:hover#menu_calendar {
	width: 85px;
	background: url(images/menu_calendar.gif) no-repeat -37px -30px;
}

a#menu_philosophy {
	width: 106px;
	background: url(images/menu_philosophy.gif) no-repeat -27px 0px;
}

a:hover#menu_philosophy {
	background: url(images/menu_philosophy.gif) no-repeat -27px -30px;
}

a#menu_classes {
	width: 62px;
	background: url(images/menu_classes.gif) no-repeat -49px 0px;
}

a:hover#menu_classes {
	background: url(images/menu_classes.gif) no-repeat -49px -30px;
}

a#menu_images {
	width: 126px;
	background: url(images/menu_images.gif) no-repeat -18px 0px;
}

a:hover#menu_images {
	background: url(images/menu_images.gif) no-repeat -18px -30px;
}

a#menu_signup {
	width: 66px;
	background: url(images/menu_signup.gif) no-repeat -47px 0px;
}

a:hover#menu_signup {
	background: url(images/menu_signup.gif) no-repeat -47px -30px;
}

a#menu_contact {
	width: 102px;
	background: url(images/menu_contact.gif) no-repeat -30px 0px;
}

a:hover#menu_contact {
	background: url(images/menu_contact.gif) no-repeat -30px -30px;
}



/* @end */

/* @group Container */

div.container {
	display: block;
	clear: both;
	width: 1000px;
	min-height: 300px;
	background: #f2f2f2 url(images/container_bg.gif) no-repeat;
}

div.left {
	clear: both;
	float: left;
	width: 470px;
	padding-right: 26px;
}

.right img {
	width: 475px;
}

div.content {
	margin: 0px 10px 0px 10px;
	border-top: 1px solid #000;
	padding-top: 10px;
}

div.container_foot {
	clear: both;
	display: block;
	background: url(images/container_bg_foot.gif) no-repeat;
	height: 25px;
}


/* @end */

/* @group Events */

ul.event_listings li {
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

ul.event_listings li p {
	margin-bottom: 5px;
}

p.event_date {
	color: #f00;
}

div#calendar_classes.right {
	width: 440px;
}

p.schedule-label {
	color: #f00;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.schedule-list {
	
}

div.schedule-day {
	display: block;
	padding: 5px;
	background: #e2e2e2;
	clear: both;
	margin-bottom: 10px;
}



/* @end */

/* @group Calendar */

table.calendarBG tbody tr {
	border-top: 1px solid #000;
}

table.calendarBG {
	background-color: #fff;
	border: 1px solid #000;
	margin: auto;
}

td.calendarCell {
	padding: 10px;
	width: 120px;
	height: 100px;
	text-align: left;
	border-right: 1px solid #000;
}

#classes table.calendarBG tbody tr.calendarHeader th {
	padding-top: 10px;
	padding-bottom: 1px;
}

td.calendarToday {
	background-color: #f2f2f2;
	text-align: left;
	padding: 10px;	
	border-right: 1px solid #000;
}

td.calendarDayHeading {
	padding: 10px;
	border-right: 1px solid #000;
}



td.calendarBlank {
	padding: 10px;
}

tr.calendarHeader {
	height: 40px;
	padding: 20px 20px 20px 20px;
	margin: 10px;
}

div.calendar_entry {
	padding-top: 5px;
}





/* @end */

/* @group Gallery */

div#gallery {
	display: block;
	height: 390px;
	overflow: hidden;
	overflow-x: scroll;
}

#gallery_images {
	height: 390px;
	width: 11700px;
}

img.gallery_image {
	float: left;
}


/* @end */

/* @group Classes */

div.class {
	display: block;
	float: left;
	width: 310px;
	margin-left: 10px;
	border-left: 1px solid #000;
	padding-left: 10px;
	height: 300px;
}

h3 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}

p.class_age {
	margin-bottom: 15px;
}

p.class_cost {
	margin-top: 15px;
}

a {
	color: #f00;
	font-weight: bold;
}

div.class.first_entry {
	margin-left: 0px;
	border-left: 0px;
	padding-left: 0px;
}



/* @end */

/* @group Signup */

span.field_label {
	display: block;
	width: 100px;
	float: left;
}

h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 20px;
}

p.signup_instructions {
	padding-bottom: 20px;
	width: 410px
}

div#signup_right.right {
	height: 440px;
}

p.form_field {
	margin-bottom: 10px;
}

input {
	width: 300px;
}

span.field_labelC {
display: block;
	width: 150px;
	float: left;
}

input.full_field {
	width: 100%;
}

input.submit {
	margin-left: 100px;
}

div#contact_right.right {
	height: 350px;
}

#contact_right h4 {
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

input.radiobutton {
	width: 20px;
}

span.radio_buttons {
	float: left;
	margin-left: 10px;	
}

span.radio_q {
	float: left;
}



/* @end */

/* @group Footer */

div#partners {
	float: right;
	width: 577px;
}

p#partners_title {
	float: left;
	padding-right: 20px;
	font-style: italic;
}

ul#partners_list {
	float: left;
	display: block;
	height: 100px;
	padding-left: 10px;
	border-left: 1px solid #000;
}

ul#partners_list li {
	float: left;
}

ul#partners_list li a{
	display: block;
	margin-right: 5px;
	height: 100px;
	text-indent: -9999em;
}

a#partner_jkf {
	width: 60px;
	background: url(images/partners_jkf.gif) no-repeat;
}

a#partner_karatebc {
	width: 200px;
	background: url(images/partners_karatebc.gif) no-repeat;
}

a#partner_seiwakai {
	width: 200px;
	margin-right: 0px;
	background: url(images/partners_seiwakai.gif) no-repeat;
}


p#copyright {
	float: left;
}

div.footer {
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}

div#footer_c1, div#footer_c3 {
	width: 150px;
}

div#footer_c2 {
	width: 600px;
	margin-left: 10px;
	margin-right: 10px;
}



/* @end */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {display: block;}
