/*
 * Crowsons Computing CSS 
 *
 * Copyright (c) 2009-2011 Crowsons Computing 
 * $Id: ict.css,v 1.6 2015/09/04 22:09:25 fred Exp $ 
 * Any Queries please contact ict@crowsons.com 
 */
/* Common elements */
body {
}
p {
  text-align: left;
  white-space: normal;
}
p.menu {
  text-align: left;
  color:  #000066;
}
h1 {
  color:  #006699;
  background-color: inherit; 
}
h2 {
  color:  #006699;
  background-color: inherit; 
}
h3 {
  color:  #006699;
  background-color: inherit; 
}
h4 {
	color: white;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0.25em;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
h5 {
	margin: 0.25em;
	padding: 0.25em;
	text-align: center;
}
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.ct {
  color: #ffffff;
  background-color: inherit;
}
a.red {
  color: #ff0000;
  background-color: inherit;
}
a.midred {
  font-size: 12px;
  color: #ff0000;
  background-color: inherit;
}
pre {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-color: #103300;
    border-style: solid;
    padding: 0.5em;
    padding-left: 1em;
    margin-left: 5%;
    margin-right: 8%;
    background-color: #103300;
    overflow: auto;
    color: #00ff00;
}
pre, code {
	margin: auto;
	width: 90%;
	min-width: 20em;
	white-space: pre-line;
    font-family: Monaco, Courier New, monospace;
    font-size: 12px;
}
.bodylist {
	margin-left: 100px;
}
/* tags */
a.tag {
	background-color: #99ccff;
	border: 1px solid #003399;
	border-radius: 10px;
	color: #0000cc;
	font-size: 9.5pt;
	margin-left: 0.25em;
	padding: 0px 0.5em; 1px 0.5em;
	vertical-align: text-top;
	text-decoration: none;
	clear: left;
}
.tags {
	margin-right: 0.25em;
}
/* quotes */
.quote {
	background-color: #cccccc;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 1em;
	padding: 10px 10px 10px 25px;
}
/* python code */
.py {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #23241f;
	font-size: medium;
	color: #66d9ef;
}
.pyindent {
	padding-left: 2em;
}
/* Specific div's for Page Layout */
/* margins: top right bottom left */
/* # represent id . represent classes */
#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;
}
#title {
  float: left;
  position: inherit;
  min-width: 350px;
  margin: 15px 175px; 
  padding: 10px 10px 10px 10px;
  text-align: center;
}
#menu {
  color: inherit;
  position: absolute;
  width: 150px;
  margin: 2px 2px 5px 5px; 
  left: 10px;
  top: 55px;
  background-color: #cccccc;
}
#content {
  position: relative;
  clear: left;
  min-height: 500px;
  min-width: 250px;
  margin: 5px 100px 10px 170px; 
  padding: 10px 5px 60px 5px;
  text-align: left;
}
#diary {
  	float: left;
	position: relative;
	border-right: 1px solid #d0d0d0; 
	width: 300px;
}
#diary h4 {
  text-align: center;
  color:  #006699;
}
#diary_text {
	margin-left: 340px;
	min-width: 380px;
	width: 550px;
	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;
}
#altText{
  display: block;
  background: #FFF9BD;
  font-size: 11px;
  width: 60%;
  margin: 0px auto;
  border: 1px solid black;
  padding: 2px 10px;
}
/* Copyright */
.copyleft {
  font-size: 8px;
  color: #444444;
  background-color: inherit; 
  text-align: center;
}
/* Reference Tooltips */
.ref {
	position: relative;
	vertical-align: baseline;
}
.refno {
    position: relative;
    left: 2px;
    bottom: 1ex;
    font-family: Verdana, sans-serif;
    color: #006699;
    font-size: .7em;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.reftext {
    font-family: Verdana, sans-serif;
    font-size: .7em;
    line-height: 1.1;
    display: block;
    min-width: 20em;
    position: absolute;
    left: 25px;
    bottom: 5px ;
    border: 1px solid;
    padding: 5px;
    background-color: #ffffff;
    word-wrap: break-word;
    z-index: 9999;
    overflow: auto;
}
/* Various Colours */
.black {
  font-size: 10px;
  color: #000000;
}
.smalltext {
  font-size: 10px;
}
.smalltextcen {
  font-size: 10px;
  text-align: center;
}
.smalltextln {
  font-size: 10px;
  text-decoration: none;
  color: #993399;
}
.smalltextred {
  font-size: 10px;
  color: #ff0000;
  background-color: inherit; 
  text-align: center;
}
.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;
}
.green {
  font-size: 16px;
  color: #006600;
  text-align: left;
  background-color: inherit;
}
.blue {
  font-size: 16px;
  color: #3399ff;
  text-align: left;
  background-color: inherit;
}
.purple {
  font-size: 16px;
  color: #9900ff;
  text-align: left;
  background-color: inherit;
}
.stdp {
  font-size: 16px;
  color: #660066;
  text-align: left;
  background-color: inherit;
}
.red {
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  background-color: inherit;
}
.stdred {
  font-size: 16px;
  color: #ff0000;
  text-align: left;
  background-color: inherit;
}
.tc {
  text-align: center;
}

.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.print {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid black;
  text-align: left;
}
img.imgleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
img.imgright {
	float: right;
	margin: 0px 0px 5px 5px;
}
/* Table elements */
table {
  border-collapse: separate; /* separate, collapse */
  border-width: 2px;
  border-spacing: 2px;
  border-style: none;
}
table.diary {
  border-collapse: separate; /* separate, collapse */
  border-spacing: 2px;
  border-style: none;
  padding: 2px;
}
th {
  color: #ffa34f; 
  font-size: 12px; 
  font-weight: bold;
  background-color: #006699; 
  border-width: 1px;
  padding: 2px;
  height: 25px;
}
td {
  text-align: center;
  border-style: inset;
  border-width: 1px;
  padding: 2px;
}
td.left {
  text-align: left;
  white-space: normal;
  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;
}
