/* banner */
div.banner {
	width:100%;
	height: 50px;
	font-size: 2em;
	color: white; 
	font-style: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: black;
	background-image: url('../images/aikido-th-logo.png');
	background-repeat: no-repeat;
	background-position: right;
	background-position: 98%;
	padding: 20px 0px 15px 0px;
}

div.banner span.banner-text {
	margin-left: 10px;
}


/* general body styles */
body {
	background-image: url('../images/ki-background.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

p { padding: 0 0 1em 0 }

h2 { 
	margin: 0 0 1em 0; 
	font-size: 1.5em
}

h3 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1em
}


/* main content panel */
.main-panel {
	margin: 1em 0 0 0;
	width: 540px;
}


/* gallery */
div.gallery-container {
	width: 540px
}

div.gallery-item {
}


/* image and photo captions */
.photo-container {
}

.photo-caption {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 25px 6px;
	float: left
}

.img-shadow {
	float:left;
	background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
	background: url('../images/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px
}


/* menu - see www.alistapart.com/stories/taminglists/ for details */
#vert-menu {
		width: 160px;
		margin-bottom: 1em;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		background-color: #fff;
		color: #333;
}

#vert-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#vert-menu li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

#vert-menu li.inactive a {
	background-color: #222;
	color: #fff;
}

#vert-menu #top-item {
	border-top: 1px solid #90bade;
	margin: 0;
}

#vert-menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #CC9933;
	color: #000;
	text-decoration: none;
	width: 100%;
	}

html>body #vert-menu li a {
	width: auto;
	}

#vert-menu li a:hover {
	background-color: #000;
	color: #fff;
	}


/* Links list */
h3.links-title {
	color: #CC9933;
}

ul.links-list {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 0.5em;
	margin: 0 0 2em 0
}

ul.links-list li {
	padding: 0.2em
}

ul.links-list h4 {
	padding: 0 0 0 0;
	font-weight: normal;
}


/* forms */
div.form-container {
	width: 450px; 
	border: 1px dotted #333; 
	padding: 5px;
	background-color: #EEE;
	margin-bottom: 10px;
}

div.form-row {
  clear: both;
  padding-top: 10px;
  }

div.form-row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.form-row span.form-el {
  float: right;
  width: 335px;
  text-align: left;
  } 

div.form-row span.form-footer {
  float: right;
  width: 335px;
  text-align: right;
  }


/* events table */
div.events-container {
}

div.events-header {
	font-weight: bold;
	border-top: 1px solid #066;
	color: #CC9933;
}

div.events-row {
	clear: both;
	padding-top: 2px;
	border-top: 1px solid #066;
}

div.events-container span.date {
	width: 80px;
	float: left;
}

div.events-container span.event {
	width: 150px;
	float: left;
}

div.events-container span.location {
	width: 120px;
	float: left;
}

div.events-container span.instructors {
	width: 120px;
	float: left;
}

div.events-container span.cost {
	width: 40px;
	float: left;
}


/* footer */
div.footer { 
	width: 100%; 
	background-color: black; 
	color: white; 
	padding: 10px 0px 10px 0px;
	text-align: center
}

div.subfooter { 
	width: 100%; 
	background-color: black; 
	color: grey; 
	padding: 10px 0px 10px 0px;
	text-align: right;
	font-style: italic;
}
