/*
**************************************************

	Chikushinkai Iaido & Jodo Inc
	www.chikushinkai.com.au

	Primary screen stylesheet

	Designed & developed by Marcus Lee-Steere
	www.webrepublic.com.au

**************************************************
*/

/*
	Colour references

	Sidebar text:				#174c8d
	Pale blue gradient in masthead:	#63b3eb to #d1e5fd (at 60%)
	Content & sidebar headings:	#003973
	Borders:					#63b3eb
	Brown 1:					#867e6b
		  2:					#474339
		  3:					#2f2c25
		  4:					#151412
		  5:					#060605
	Dragonflies:				#3786c4
	Album list separator:		#b1d9fe

*/

/* Reset styles
************************************************** */
/* 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 {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Base styles
************************************************** */
html, body {
	background-color: #e6e5e1;
	height: 100%;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
img {
	display: block;
}
.group {
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 964px;
}

/* Content box styles */
.bdr-all {
	border: 1px solid #63b3eb;
	margin-bottom: 17px;
	overflow: auto;
	padding: 17px 20px 0 20px;
	position: relative;
}
.bdr-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.bdr-top {
	border-top: 1px solid #63b3eb;
	margin-bottom: 0;
	overflow: auto;
	padding-top: 17px;
	position: relative;
}

.bdr-none {
	margin-bottom: 0;
	overflow: auto;
	padding-top: 0px;
	position: relative;
}

/* Column definitions
************************************************** */
/*
Content columns based on 12 columns 57px wide separated by 20px gutters with 30px left and right margins
Total width 964
1 block   57px		5 blocks  365px		9 blocks  673px
2 blocks  134px		6 blocks  442px		10 blocks 750px
3 blocks  211px		7 blocks  519px		11 blocks 827px
4 blocks  288px		8 blocks  596px		12 blocks 904px
*/

/* Columns have 30 px outer border */
.col1, .col2, .col3, .col4, .col5, .col6 {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.col1 { left: 30px; }
.col2 { left: 50px; }
.col3 { left: 70px; }
.col4 { left: 90px; }
.col5 { left: 110px; }
.col6 { left: 130px; }

/* Column definitions */
.cols-6-6 .col1 { width: 442px; }
.cols-6-6 .col2 { width: 442px; }

.cols-3-9 .col1 { width: 211px; }
.cols-3-9 .col2 { width: 673px; }

.cols-8-4 .col1 { width: 596px; }
.cols-8-4 .col2 { width: 288px; }

.cols-7-5 .col1 { width: 519px; }
.cols-7-5 .col2 { width: 365px; }

.cols-4-8 .col1 { width: 288px; }
.cols-4-8 .col2 { width: 596px; }

.cols-3-6-3 .col1 { width: 211px; }
.cols-3-6-3 .col2 { width: 442px; }
.cols-3-6-3 .col3 { width: 211px; }

.cols-4-4-4 .col1 { width: 288px; }
.cols-4-4-4 .col2 { width: 288px; }
.cols-4-4-4 .col3 { width: 288px; }

.cols-3-7-2 .col1 { width: 211px; }
.cols-3-7-2 .col2 { width: 519px; }
.cols-3-7-2 .col3 { width: 134px; }

.cols-3-3-3-3 .col1 { width: 211px; }
.cols-3-3-3-3 .col2 { width: 211px; }
.cols-3-3-3-3 .col3 { width: 211px; }
.cols-3-3-3-3 .col4 { width: 211px; }

/* Columns have no outer border */
.col1a, .col2a, .col3a, .col4a, .col5a, .col6a {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.col1a { left: 0px; }
.col2a { left: 20px; }
.col3a { left: 40px; }
.col4a { left: 60px; }
.col5a { left: 80px; }
.col6a { left: 100px; }


/* Column definitions */
.cols-2-2 .col1a { width: 134px; }
.cols-2-2 .col2a { width: 134px; }

/* Inner column layouts must follow the outer declarations in the CSS */
/* Or could give a separate set of classes */

/* cols-3-3 */
.cols-3-3 .col1a { width: 211px; }
.cols-3-3 .col2a { width: 211px; }

/* cols-2-4 */
.cols-2-4 .col1a { width: 134px; }
.cols-2-4 .col2a { width: 288px; }

/* cols-1-5 */
.cols-1-5 .col1a { width: 57px; }
.cols-1-5 .col2a { width: 365px; }

/* cols-2-5 */
.cols-2-5 .col1a { width: 134px; }
.cols-2-5 .col2a { width: 365px; }

/* cols-1-6 */
.cols-1-6 .col1a { width: 57px; }
.cols-1-6 .col2a { width: 442px; }

/* cols-1-7 */
.cols-1-7 .col1a { width: 57px; }
.cols-1-7 .col2a { width: 519px; }

/* Typography
************************************************** */
@font-face {
	font-family: "MuseoSans500Italic";
	src: url(../fonts/museosans500italic-webfont.eot);
	src: local(☺),
	url(../fonts/museosans500italic-webfont.woff) format("woff"),
	url(../fonts/museosans500italic-webfont.ttf) format("truetype"),
	url(../fonts/museosans500italic-webfont.svg#webfontfx8wAPYs) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans300Regular";
	src: url(../fonts/museosans300-webfont.eot);
	src: local(☺),
	url(../fonts/museosans300-webfont.woff) format("woff"),
	url(../fonts/museosans300-webfont.ttf) format("truetype"),
	url(../fonts/museosans300-webfont.svg#webfontzuoAKBry) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans500Regular";
	src: url(../fonts/museosans500-webfont.eot);
	src: local(☺),
	url(../fonts/museosans500-webfont.woff) format("woff"),
	url(../fonts/museosans500-webfont.ttf) format("truetype"),
	url(../fonts/museosans500-webfont.svg#webfontTedjzrq9) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Museo700Regular";
	src: url(../fonts/museo700-webfont.eot);
	src: local(☺), url(../fonts/museo700-webfont.woff) format("woff"),
	url(../fonts/museo700-webfont.ttf) format("truetype"),
	url(../fonts/museo700-webfont.svg#webfontKv2sderi) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Museo300Regular";
	src: url(../fonts/museo300-webfont.eot);
	src: local(☺),
	url(../fonts/museo300-webfont.woff) format("woff"),
	url(../fonts/museo300-webfont.ttf) format("truetype"),
	url(../fonts/museo300-webfont.svg#webfontMHfjmgss) format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Museo500Regular";
	src: url(../fonts/museo500-webfont.eot);
	src: local(☺),
	url(../fonts/museo500-webfont.woff) format("woff"),
	url(../fonts/museo500-webfont.ttf) format("truetype"),
	url(../fonts/museo500-webfont.svg#webfontkF1TRrwp) format("svg");
	font-weight: normal;
	font-style: normal;
}



h1, h2, h3, h4, h5 {
	xbackground-color: #e1e1e1;
	font-family: "Museo500Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1,
body#home h2 {
	color: #003973;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
}
h2 {
	color: #003973;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
h2 a {
	color: #003973;
}
h2 a:hover {
	color: #3786c4;
}
h3 {
	color: #003973;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
h4 {
	color: #003973;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
}
h5 {
	color: #003973;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}
p, ul, ol, ul, dl {
	color: #444;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 18px 0;
	xbackground-color: #91f1f1;
}
ul {
	list-style-type: circle;
	margin-left: 20px;
}
li {
	font-size: 1em;
}
a {
	color: #003973;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #3786c4;
	text-decoration: underline;
}
.no-break {
	white-space: nowrap;
}
div#supplementary-content p,
div#supplementary-content ul,
div#supplementary-content ol,
div#supplementary-content dl {
	font-size: 12px;
}

/* Navigation
************************************************** */
.navigation-container {
	background: #3786c4 url(../template-images/nav-bg.png) top left repeat-x;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: none; /* To remove the box shadow from FF due to it creating horizontal scroll bar... need to look at at fix. */
}
.footer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
ul.navigation {
	background: transparent url(../template-images/nav-bg-tint.png) bottom left repeat;
	margin: 0 auto;
	overflow: auto;
	width: 966px;
}
ul.navigation li {
	float: right;
	line-height: 14px;
	list-style-type: none;
	overflow: hidden;
	text-align: right;
}
ul.navigation li.home,
ul.navigation li.links,
ul.navigation li.sitemap {
	float: left;
	text-align: left;
}
ul.navigation a {
	color: #e6e6e6;
	display: block;
	font-family: "MuseoSans300Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
	padding: 9px 10px;
	text-decoration: none;
}
ul.navigation a:hover {
	background: transparent url(../template-images/nav-bg-tint.png) top left repeat;
	color: #fff;
	text-decoration: none;
}
ul.navigation span.subtitle {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 0;
	padding-top: 2px;
}

/* Masthead
************************************************** */
div#masthead-container {
	background: #d9d7d1 url(../template-images/dragonfly-5.png) 3% 40px no-repeat;
	position: relative;
	width: 100%;
}
div#masthead {
	background: #aaa497 url(../template-images/masthead.jpg) top left no-repeat;
	height: 200px;
}
body#home #masthead h1,
#masthead span.site-title {
	background-color: transparent;
	bottom: 14px;
	display: block;
	font-size: 24px;
	left: 107px;
	position: absolute;
	text-indent: -9000px;
	width: 380px;
}

/* Featured content
************************************************** */
#featured-content-container {
	background-color: #e6e5e1;
}
#featured-content {
	background-color: #fff;
	padding: 18px 0;
}

/* Content
************************************************** */
#content-container {
	background-color: #e6e5e1;
}
#content {
	background-color: #fff;
	min-height: 450px;
	padding: 18px 0;
}

/* Page */
.page p {
	margin-left: 77px;
}
.page ul {
	margin-left: 77px;
}
.page dl {
	margin-left: 77px;
}
.page dt {
	color: #003973;
	font-weight: bold;
}
.page dd {
	margin-left: 77px;
}
.page p.date {
	color: #003973;
	font-size: 12px;
	clear: both;
}
.page p.date a {
	color: #003973;
	font-size: 12px;
	text-decoration: underline;
}
.page p.date a:hover {
	color: #3786c4;
	font-size: 12px;
	text-decoration: underline;
}

/* Side */
.side p, .side ul, .side ol, .side dl {
	font-size: 12px;
}
.side a {
	color: #174c8d;
}
.side a:hover {
	color: #3786c4;
	text-decoration: underline;
}

/* Block quotes */
.page blockquote {
	float: left;
	margin: 0 20px 0 0;
}
.page blockquote p {
	clear: both;
	color: #003973;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0px 18px 0;
	padding: 0;
	width: 211px;
}

/* Training location & schedule */
.training {
	background: transparent url(../template-images/dragonfly-1.png) 110px 30px no-repeat;
}
.training p span {
	display: block;
}

/* Twitter */
.twitter p.status {
	background: transparent url(../template-images/quote-left.png) top left no-repeat;
	color: #174c8d;
	margin-bottom: 0;
	padding: 0 30px 0 30px;
	xbackground-color: #11f1f1;
}
.twitter p.date {
	background: #ffffff url(../template-images/quote-right.png) bottom right no-repeat;
	color: #3786c4;
	font-size: 10px;
	line-height: 18px;
	margin-left: 0px;
	padding-left: 30px;
	xbackground-color: #11f1f1;
}

/* Homepage images */
.homepage-thumbnails {
	overflow: hidden;
	margin-bottom: 18px;
}
.homepage-thumbnails img {
	float: left;
	margin: 0;
	padding: 2px;
	border: 1px solid #63b3eb;
}

.homepage-thumbnails img.thumb1,
.homepage-thumbnails img.thumb2 {
	margin: 0 6px 0 0;
}
.homepage-thumbnails img.thumb3 {
	margin: 0;
}



img.article-image {
	border: 1px solid #63b3eb;
	float: left;
	margin: 0 20px 18px 0;
	padding: 2px;
}

p.article-thumbs {
	overflow: auto;
}

img.article-thumb {
	border: 1px solid #63b3eb;
	float: left;
	margin: 0 6px 0 0;
	padding: 2px;
}




/* Photo gallery
************************************************** */
body#photos .homepage-album-list {
	margin: 0 0 18px 77px;
	min-height: 324px;
}
body#photos .homepage-album-list .album {
	margin-bottom: 18px;
	overflow: auto;
}
body#photos .homepage-album-list a.thumb img {
	border: 1px solid #63b3eb;
	float: left;
	margin: 0;
	padding: 2px;
}
body#photos .homepage-album-list .album-description {
	margin: 0;
	padding-left: 158px;
}

body#photos .album h2 {
	color: #151412;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
body#photos .album h2 a {
	text-decoration: none;
}
body#photos .album h2 a:hover {
	color: #3786c4;
}
body#photos .album p {
	margin-left: 0;
}
body#photos .thumbnails {
	margin: 0 0 18px 77px;
	min-height: 324px;
	overflow: auto;
}
body#photos .thumbnails a.thumb img {
	border: 1px solid #63b3eb;
	float: left;
	margin: 0 9px 9px 0;
	padding: 2px;
}


/* Album list */
.album-list ol {
	width: 324px;
}
.album-list li {
	color: #174c8d;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.album-list li h4 a {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	xbackground-color: gray;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.album-list li h4 a:hover {
	color: #3786c4;
}
.album-list form {
	height: 18px;
	margin: 0 0 18px 0;
	padding: 0;
}
.album-list form select {
	margin: 0;
	padding: 0;
	min-width: 288px;
}

/* Supplementary content block
************************************************** */
#supplementary-content-container {
	background-color: #d9d7d1;
}
#supplementary-content {
	background-color: #aaa497;
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#9a9384), to(#aaa497));
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#8c8573), to(#aaa497));
	padding-top: 18px;
}
#supplementary-content .col2 {
	background-image: url(../template-images/dragonfly-2.png);
	background-position: 240px 10px;
	background-repeat: no-repeat;
}
#supplementary-content h4 {
	color: #151412;
}
#supplementary-content h5 {
	color: #2f2c25;
}
#supplementary-content h5 a {
	color: #2f2c25;
}
#supplementary-content h5 a:hover {
	color: #474339;
}
#supplementary-content p {
	color: #474339;
}
#supplementary-content p.date {
	color: #474339;
}
#supplementary-content p a {
	color: #2f2c25;
}
#supplementary-content p a:hover {
	color: #474339;
}

/* Renmei logos
************************************************** */
ul.renmei-logos {
	list-style-type: none;
	margin: 0 0 18px 0;
	overflow: auto;
	padding: 0;
}
ul.renmei-logos li {
	float: left;
	position: relative;
	width: 90px;
}

ul.renmei-logos li a {
	background-image: url(../template-images/renmei-logos.png);
	background-repeat: no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 90px;
	width: 100%;
}

ul.renmei-logos li.vkr-logo a	{ background-position: 0 0; }
ul.renmei-logos li.akr-logo a	{ background-position: -90px 0; }
ul.renmei-logos li.ajkf-logo a	{ background-position: -180px 0; }

ul.renmei-logos li.vkr-logo a:hover	{ background-position: 0 -90px; }
ul.renmei-logos li.akr-logo a:hover	{ background-position: -90px -90px; }
ul.renmei-logos li.ajkf-logo a:hover	{ background-position: -180px -90px; }


/* Forms
************************************************** */
#form div {
	margin-bottom: 12px;
	margin-left: 40px;
	margin-top: 0;
	overflow: auto;
	position: relative;
	width: 493px;
}
#form div select,
#form div label,
#form div input,
#form div textarea,
#form div p,
#form div submit,
#form div span.required {
	color: #222;
	float: left;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
}
#form div select {
	border: 1px solid #63b3eb;
	left: 1em;
}
#form div label {
	padding-top: 1px;
	width: 6em;
}
#form div input {
	border: 1px solid #63b3eb;
	left: 1em;
	margin-top: 0;
	padding: 2px;
}
#form div textarea {
	border: 1px solid #63b3eb;
	left: 1em;
	margin-top: 0;
	padding: 0.2em;
	width: 380px;
}
#form div input.checkbox {
	left: 100px;
	margin: 3px 0 0 0;
	padding: 0;
}
#form div p.radio {
	left: 1em;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#form div p.radio span {
	display: block;
	margin-right: 1em;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}
#form div input.radio {
	border: none;
	float: left;
	font-size: 11px; /* 12px */
	left: 0;
	position: relative;
}
#form div input.submit{
	background-color: #3786c4;
	background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#63b3eb), to(#3786c4));
	border: none;
	color: #fff;
	font-weight: bold;
	left: 98px;
	line-height: 1;
	padding: 5px 10px 6px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
}

#form div span.required {
	color: #3786c4;
	left: 1.5em;
	padding: 0.2em;
}
#form div span.day select,
#form div span.month select {
	margin-right: 0.5em;
}

/* ********** Temp Styles for EE Contact Form - mirroring styles above ************ */
#contact_form div {
	margin-bottom: 12px;
	margin-left: 40px;
	margin-top: 0;
	overflow: auto;
	position: relative;
	width: 493px;
}
#contact_form div select,
#contact_form div label,
#contact_form div input,
#contact_form div textarea,
#contact_form div p,
#contact_form div submit,
#contact_form div img {
	color: #222;
	float: left;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
}
#contact_form div label {
	padding-top: 1px;
	width: 120px;
}
#contact_form div input {
	border: 1px solid #63b3eb;
	left: 20px;
	margin: 0;
	padding: 3px;
	width: 172px;
}
#contact_form div textarea {
	border: 1px solid #63b3eb;
	left: 20px;
	margin: 0;
	padding: 3px;
	width: 330px;
}
#contact_form div input.submit{
	background-color: #3786c4;
	background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#63b3eb), to(#3786c4));
	border: none;
	color: #fff;
	font-weight: bold;
	left: 140px;
	line-height: 1;
	padding: 5px 10px 6px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
	width: 180px;
}

/* Location page
************************************************** */ 
div#map {
	background-color: #d1e5fd;
	border: 1px solid #63b3eb;
	height: 400px;
	margin: 0 0 18px 40px;
	padding:  2px;
	width: 456px;
}
div.map-popup {
	color: #003973;
	font-size: 12px;
}
div.map-popup span {
	display: block;
	font-size: 10px;
	line-height: 14px;
}

/* Sitemap page
************************************************** */ 
ul.sitemap {
	margin: 0 0 18px 40px;
}






/* Events
************************************************** */
/* Event list */

.event-list {
	margin-bottom: 18px;
}
.event-date {
	text-align: center;
}
.event-date span {
	display: block;
}
.event-date .month,
.event-date .year {
	background-color: #63b3eb;
	color: #003973;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	text-transform: uppercase;
}
.event-date .month {
	padding: 6px 0 0 0;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
.event-date .year {
	padding: 0 0 6px 0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.event-date .day {
	background-color: #63b3eb;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	line-height: 27px;
	margin: 0;
	padding: 1px 0 2px 0;
}
.event-detail h2 {
	font-weight: normal;
	margin: 0;
}
.event-detail p {
	margin: 0;
}

/* Event calendar */
table.main {
	background-color: #63b3eb;
	margin-bottom: 18px;
	width: 288px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

td.left {
	padding: 9px 0 9px 20px;
}
table.left-content {
	border: 0;
	height: 126px;
	margin: 0;
	padding: 0;
	width: 70px;
}

/* Calendar navigation */
.calendar-nav {
	text-align: center;
	width: 70px;
}
.calendar-nav span.year {
	color: #fff;
	display: block;
	font-size: 27px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 0px;
}
.calendar-nav span.month {
	color: #003973;
	font-size: 27px;
	font-weight: bold;
	line-height: 27px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.calendar-nav a {
	color: #003973;
	display: block;
	font-size: 27px;
	height: 23px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	width: 23px;
}
.calendar-nav a:hover {
	color: #fff;
	text-decoration: none;
}
td.prev a {
	float: left;
	margin: 16px 0 5px 5px;
}
td.next a {
	float: right;
	margin: 16px 5px 5px 0;
}

td.right {
	padding: 9px 20px 9px 20px;
}
table.right-content {
	border: 0;
	height: 126px;
	margin: 0;
	padding: 0;
	width: 158px;
}
td.middle {
	border: 0;
	margin: 0;
	padding: 0 0px;
	vertical-align: middle;
}

/* Actual calendar */
table.calendar-small {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 158px;
}
table.calendar-small th {
	color: #003973;
	height: 18px;
	text-align: center;
}
table.calendar-small td {
	height: 18px;
	text-align: center;
}
table.calendar-small td a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
table.calendar-small .current-month-entries {
	color: #003973;
}
table.calendar-small .current-month-entries a {
	color: #003973;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
table.calendar-small .current-month-entries a:hover {
	text-decoration: underline;
}
table.calendar-small .current-month-blank {
	color: #fff;
}
table.calendar-small .prev-next-month {
	color: #3786c4;
}

/* Detail page */
body#calendar span {
	display: block;
}
body#calendar .page p.col1a {
	color: #003973;
	line-height: 18px;
	margin: 0 0 0 77px;
	padding: 0 0 0 0;
}
body#calendar .item-detail p {
	margin-left: 0;
}





