/*
Developed by Broadleaf Business Solutions <http://www.broadleafuk.com>
for WhiteCraneTaiChi.co.uk
*/

* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #ffffff url(bg.gif) top center repeat-y;
color: #666;
font: 14px Verdana, Tahoma, sans-serif;
line-height: 25px;
border-top: 15px solid #DCDF8B;
}

blockquote {
	margin: 1em auto;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	}
	
a { color: #9B9F27; text-decoration: none; }
a:hover { color: #666; }

#header {
height: 70px;
line-height: 70px;
border-bottom: 1px solid #DCDF8B;
}
#header h1 {
color: #55AEFF;
text-align: center;
font-size: 45px;
}

img.logo {
	border: #55AEFF solid 3px;
	margin: 10px 0;
	display:block;
	}
	
#content {
width: 780px;
margin: 0 auto;
}

.innercontent {
padding: 10px 0;
float: left;
width: 525px;
text-align: justify;
}
.innercontent h2 {
padding: 2px 0 5px 0px; 
font: bold 16px Verdana, 'Trebuchet MS', Sans-serif;
color: #9B9F27;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

.innercontent p {
	padding: 5px 0 5px 5px;
	line-height: 24px;
	}
	
.nav {
	margin-left: 10px;
	padding-top: 10px;
	float: right;
	width: 220px;
	line-height: 20px;
}

.news {
	margin-left: 10px;
	padding-top: 10px;
	float: right;
	width: 220px;
	line-height: 20px;
	margin: 10px;
	border:#FF0000 1px solid;
}

.news h2, .news h3 {
	color: #FF0000;
	margin: 1em;
	}

.news p {
	color: #0000FF;
	text-align:justify;
	margin: 1em;
	}

.news ul, .news ol {
	list-style:inside disc;
	padding-left: 1em;
	}
		
.img_left {
	float: left;
	margin:0 10px 10px 0;
	padding-right: 20px;
	}

.img_right {
	float: right;
	margin:0 0 10px 10px;
	padding-left: 20px;
	}
	
.left h2 {
font: bold 18px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 0px; 	
}
.left ul  {
color: #aaa;
text-align: left;
margin: 3px 0 8px 0; 
text-decoration: none;	
list-style-type:none;	
}
.left ul li {
padding: 5px 0 5px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 100;
color: #55AEFF;
}
.left ul a:hover, .left ul a.active { padding-left: 6px; color : #0000FF; border-left: 6px solid #55AEFF; }

.cleaner {
	clear: both;
	}
ul.telephone li {
	list-style-type: none;
	padding: 20px;
	}	


/*Table*/

.diary {
	caption-side: bottom;
	border: 1px solid #538700;
	border-collapse: collapse;
	width: 100%;
	margin: 2em 0 0 0;
	}

.diary caption {
	color: #999999;
	margin: 5px;
	text-align:right;
	}
	 
.diary td, .diary th {
	border: 1px solid #538700;
	text-align:center;
	padding: 0.2em;
	line-height: 2.5em;
	font-weight: bold;
	}
.diary td img {
	margin: 0.5em 1em 0 1em;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #717171;
	border-right: 2px solid #717171;
	width: 35px;
	}

.diary td.venue {
	text-align:left;
	background-color: #E3F5FF;
	padding-left: 20px;
	color: #000000;
	}
		
.diary th {
	font-size: 120%;
	padding-left: 10px;
	color:#55AEFF;
	border: 1px solid #000000;
	background-color: #DCDF8B;
	text-align: center;
	font-weight: bold;
	}

.diary th.1st_widecol {
	width: 200px;
	}

.diary th.2nd_widecol {
	width: 180px;
	}

	
.locations td {
	border: none;
	text-align: center;
	padding: 1em 1em 0 1em;
	font-weight:bold;
	}
		
/* end of Tables Style */
			
#footer { 
font-size: 11px;
color: #444;
text-align: center;
padding-bottom: 10px;
margin-top: 20px;
}

#footer p {
	font: 14px;
	padding: 2px 0;
	text-align: center;
	}

#footer h3 {
	text-align: center;
	}

	
#footer a {color: #444; text-decoration: none; }
#footer  a:hover { color: #000; text-decoration: underline; } 
