/* $Id: crowsons.com.css,v 1.4 2007/05/15 20:49:27 fred Exp $ */
/* Crowsons Computing CSS */
/* Copyright 2006 Crowsons Computing */
/* Any Queries please contact webmaster@crowsons.net */
/* Common elements */
body {
}
p {
  text-align: left;
}
p.menu {
  text-align: left;
  color:  #000066;
}
h1 {
  color:  #006699;
  background-color: inherit; 
}
h2 {
  color:  #006699;
  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;
}
/* 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: 100px;
}
#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;
}
#google {
	float: right;
	top: 100px;
	height: 600px;
	padding: 2px;
	margin: 2px;
}
#firefox {
  float: left;
  min-width: 125px;
  min-height: 125px;
  padding: 2px;
  margin: 2px;
}
#title {
  float: left;
  position: inherit;
  min-width: 350px;
  margin: 15px 125px; 
  padding: 10px 10px 10px 50px;
  text-align: center;
}
#menu {
  position: absolute;
  width: 125px;
  margin: 2px 2px 5px 5px; 
  left: 10px;
  top: 155px;
  color: inherit;
  background-color: #cccccc;
}
#content {
  position: relative;
  clear: left;
  min-height: 200px;
  min-width: 250px;
  top: 10px; 
  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 */
.black {
  font-size: 10px;
  color: #000000;
}
.copyleft {
  font-size: 8px;
  color: #444444;
  background-color: inherit; 
  text-align: center;
}
.smalltext {
  font-size: 10px;
}
.smalltextred {
  font-size: 10px;
  color: #ff0000;
  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;
}
.std {
  font-size: 16px;
  text-align: center;
}
.stdred {
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  background-color: inherit;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
img.imgleft {
	float: left;
}
img.imgright {
	float: right;
}
/* Table elements */
table {
  border-collapse: seperate; /* seperate, collapse */
  border-width: 0px;
  border-spacing: 2px;
  border-style: none;
}
table.systems {
  border-collapse: seperate; /* seperate, collapse */
  border-width: 2px;
  border-spacing: 2px;
  border-style: none;
}
th.systems {
  color: #ffa34f; 
  font-size: 12px; 
  font-weight: bold;
  background-color: #006699; 
  border-width: 1px;
  padding: 2px;
  height: 25px;
}
td.systems {
  text-align: center;
  border-style: inset;
  border-width: 1px;
  padding: 2px;
}
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;
}
