/* $Id: bskc.css,v 1.30 2009/12/29 14:04:35 fred Exp $ */
/* Bristol Shotokan Karate Club CSS */
/* Copyright 2005-2008 Bristol Shotokan Karate Club */
/* Any Queries please contact karate@crowsons.net */
/* Common elements */
body {
}
p {
  text-align: left;
}
h1.green {
  color:  #006600;
  text-align: center;
  background-color: inherit; 
}
h2 {
  color:  #006699;
  background-color: inherit; 
}
h4 {
  color:  #006600;
  font-size: 12px;
  text-align: center;
  background-color: inherit; 
}
a:link {
  color : #006699;
  background-color: inherit; 
}
a:visited {
  color : #006699;
  background-color: inherit; 
}
a:hover {
  text-decoration: underline; 
  color : #dd6900; 
  background-color: inherit; 
}
a:active {
  color : #006699;
  background-color: inherit; 
}
a.red {
  color: #ff0000;
  background-color: inherit;
}
a.midred {
  font-size: 12px;
  color: #ff0000;
  background-color: inherit;
}
a.midgreen {
  text-decoration: none;
  font-size: 12px;
  color: #006600;
  background-color: inherit;
}

/* Specific div's for Page Layout */
/* margins: top right bottom left */
#page {
  color: inherit;
  background-color: #ffffff;
  position: relative;
  float: left;
  border: 1px #98aab1 solid;
}
#header {
  position: absolute;
  height: 1%;
  clear: both;
  left: 10px;
  margin: 2px 2px;
  min-width: 550px;
  min-height: 150px;
}
#logo {
  position: absolute;
  clear: both;
  top: 5px;
  left: 375px;
  min-width: 150px;
  padding:2px 2px 2px 2px;
  margin:2px 2px 2px 2px;
  text-align: center;
}
#title {
  float: left;
  position: inherit;
  min-width: 350px;
  margin: 15px 125px; 
  padding: 10px 10px 10px 50px;
  text-align: center;
}
#kugb {
  clear: both;
  top: 520px;
  min-width: 100px;
  min-height: 85px;
  padding: 2px;
  margin: 2px;
}
#train {
  position: inherit;
  clear: both;
  top: 110px;
  padding: 5px;
  margin: 5px 5px 5px 5px;
  text-align: right;
}
#menu {
  position: absolute;
  width: 135px;
  margin: 2px 2px 5px 5px; 
  left: 10px;
  top: 135px;
  color: inherit;
/*  background-color: #cccccc; */
  background-color: #ffffcc;
}
#dojo {
  position: inherit;
  height: 335px;
  float: right;
  clear: left;
  top: 150px;
  right: 50px;
  width: 50px;
}
#content {
  position: relative;
  clear: left;
  min-height: 550px;
  min-width: 250px;
  top: 130px; 
  margin: 5px 150px 10px 150px; 
  padding: 10px 5px 60px 5px;
  text-align: left;
}
#diary {
  	float: left;
	position: relative;
	border-right: 1px solid #d0d0d0; 
	width: 300px;
}
#diary_text {
	margin-left: 340px;
	width: 380px;
	min-height: 450px;
	padding: 5px 5px 15px 5px;
}
#photos {
  position: inherit;
  clear: left;
  top: 50px;
  min-width: 250px;
  margin: 5px 5px 5px 5px; 
  padding: 5px 5px 5px 5px; 
  text-align: left;
}
#footer {
  position: inherit;
  padding: 10px 10px;
  margin: 40px 5px 10px 5px;
  font-size: 10px;
  text-align: center;
}
/* Copyright and other info */
.copyleft {
  font-size: 8px;
  color: #444444;
  background-color: inherit; 
  text-align: center;
}
.smalltext {
  font-size: 10px;
}
.smalltextcenter {
  font-size: 9px;
  text-align: center;
}
.smalltextright {
  font-size: 10px;
  text-align: right;
}
.smalltextred {
  font-size: 10px;
  color: #ff0000;
  background-color: inherit; 
}
.smalltextgreen {
  color:  #006600;
  font-size: 10px;
  text-align: center;
  background-color: inherit; 
}
.mid {
  font-size: 12px;
  text-align: center;
}
.midred {
  font-size: 12px;
  color: #ff0000;
  text-align: center;
  background-color: inherit;
}
.midbold {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.midnoc {
  font-size: 12px;
  color: #ff0000;
  background-color: inherit;
}
.midgreen {
  font-size: 12px;
  color: #006600;
  text-align: center;
  background-color: inherit;
}
.stdgreen {
  font-size: 16px;
  color: #006600;
  text-align: center;
  background-color: inherit;
}
.biggreen {
  font-size: 28px;
  color: #006600;
  text-align: center;
  background-color: inherit;
}
.std {
  font-size: 16px;
  text-align: center;
}
.stdred {
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  background-color: inherit;
}
.bigred {
  font-size: 28px;
  color: #ff0000;
  text-align: left;
  background-color: inherit;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
img.imgleft {
	float: left;
}
img.imgcen {
	float: center;
}
img.imgright {
	float: right;
}
/* Table elements */
table { display: table; }
tr { display: table-row; }
th { display: table-cell;
  color: #ffa34f; 
  font-size: 12px; 
  font-weight : bold;
  background-color: #006699; 
  height: 25px;
}
th.large { display: table-cell;
  font-size: 18px;
  color: #ffa34f; 
  font-weight : bold;
  background-color: #006699; 
  height: 25px;
}
td { display: table-cell;
   text-align: center;
}
td.cal {
  text-align: center;
  font-size: 16px; 
  color: #999999;
  background-color: #ffffff;
}
td.calodd {
  text-align: center;
  font-size: 16px; 
  color: #cccccc;
  background-color: #999999;
}
td.high {
  text-align: center;
  font-size: 16px; 
  font-weight: bold;
  color: #ff0000;
  background-color: #cccccc;
}

