/*HTML Elements
-------------------------------------------------------------------------------------*/

body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, hr, address {
  padding:0;
  margin:0; 
  font-weight: normal;
  font-style: normal;
}
body {
  font: 0.86em/1.4em Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color: #333; 
  /*background: #a3b4c4 url(images/background.jpg) repeat-x 0 0;*/
  background:#fff;
}
h1 {
  font-size: 200%;
	font-weight:bold;
	margin:0 0 1em 0;
}
h2 {
  font-size: 160%;
	font-weight:bold;
	margin: 0 0 1em 0;
}
h3 {
  font-size: 120%;
	font-weight:bold;
}
h4 {	
  font-size: 100%;
	font-weight:bold;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
a:link, a:visited {
  color: #175FB1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
	margin:0.2em 0 0 2em;
}	
ul li {
	list-style: square url(images/bullet.gif) outside;
	margin-top:0.5em;
}
blockquote {
	margin: 1em 2em;
	font-weight: bold;
	font-style: italic;	
}	
strong {
	font-weight:bold;
}
img {
	border: 0;
}

table {
	border-collapse:collapse;
	}
		 	
/* Structure
-------------------------------------------------------------------------------------*/

#wrapper { /* The actual (white) page */
	width: 800px;
	margin:20px auto;
	padding:40px;
	background: #edeae8;
	border: 1px solid #666;
}
#header {
	height: auto;
	margin:0 0 20px 0;
}
#content {
	clear: both;
	min-height: 30em;
}
div.leftcolumn {
	float:left;
	width:370px;
	margin:0 0 20px 0;
}
div.rightcolumn {
	float:left;
	width:370px;
	margin: 0 0 20px 40px;#4c392a;
	
}
#footer {
	font-size: 80%;
	text-align: center;
	clear: both;
	margin:2em 0 0 0;
	padding:1em 0 0 0;
	border-top: 1px solid #ccc;
}

/* Navigation
-------------------------------------------------------------------------------------*/

ul.tabs {
	float:left;
	width:100%;
	margin:0;
	list-style: none;
}
ul.tabs li {
	display:inline;
	float: left;
	margin:0;
}
ul.primary {
	height: auto;
	background: #4c392a;
}
ul.primary li a:link,
ul.primary li a:active,
ul.primary li a:visited {	
	padding: 0.5em 1em;
	color: #fff;
	font-weight:normal;
	float:left;
	border-right: 1px solid #6f6054;
}
ul.primary li a.current,
ul.primary li a.current:hover {
	background: #6f6054;
}
ul.primary li a:hover {
	background: #817469;
	text-decoration: none;
}
ul.secondary {
	clear: both;
	background: #6f6054;
	margin-bottom: 2em;
}
ul.secondary li a:link,
ul.secondary li a:active,
ul.secondary li a:visited {
	padding: 0.5em 1em;
	color: #fff;
	font-weight: normal;
	float:left;
}
ul.secondary li a:hover {
	background: #817469;
	text-decoration: none;
}
ul.secondary li a.current {
	font-weight:bold;
	background: #817469;
}
	
/* Images
-------------------------------------------------------------------------------------*/

img {
	margin: 20px 0 10px 0;
	border:1px solid #666;
	}
.left {
	float: left;
	margin: 0 20px 0 0;
}  
.right {
	float: right;
	margin: 0 0 0 20px;
}
.centre {
	margin-left:auto;
	margin-right:auto;
	width:375px;
}
div.gallery {
	float:left;
	margin: 0 20px 20px 0;
	/*border: 1px solid #ccc;*/
}
.caption {
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	padding-top: 3px;	
}
.gallery .caption {
	clear:both;
	text-align: center;
	margin: -5px 0 0 0;
}


/* Weekend table
-------------------------------------------------------------------------------------*/

table.weekend {
	width: 390px;
	border-collapse: collapse;
	padding:0;
	margin-bottom:40px;
}

.weekend th {
	border-left:4px solid #edeae8;
	background-color:#999;
	color:#fff;
}
.weekend td {
	vertical-align:top;
	text-align:center;
	height:20px;
	width:195px;
	border: 1px solid #999;
}
.weekend h3 {
	color:000;
	clear:left;
	margin:0.8em 0 0 0;
}
.weekend p.time {
	float:left;
	margin:0 0 10px 5px;
	text-align:left;
	font-size: 0.8em;
	}
.weekend td.spacer {
	border:none;
	width:0;
	text-indent:-1000px;
	overflow:hidden;
	}
.weekend .price {
	clear:both;	
	margin: 0.2em;
}
.weekend .break {
	background: #fff;
	margin-right:2em;
}
.weekend .desc {
	font-style:italic;
	margin: 0 2em 0 0;
}
.weekend strong {
	font-size:1.2em;
}

.shortform {
	background-color:#96C3D5;
}
.longform {
	background-color:#9AC24A;
}
.swordform {
	background-color:#a78dcc;
}
.chikung{
	background-color:#E7E769;
}
.principles{
	background-color:#d18060;
}
.advanced {
	background-color:#FFA86E;
}
	
/* Other
-------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}	
div.quote {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
div.quote:last-child {
	border-bottom:0;
}
div.location h4 {
	margin-bottom: 0.4em;
}
div.location p {
	margin-top: 0;
}
