/* Hue 120 Sat i60 */

body {
	font: 0.8em "Trebuchet MS", verdana, sans-serif;
	margin: 0em;
	padding: 0em;
	background-color: #f5fdfd;
	color: #000000;
}

* {
	font-size: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #1d8d8d;
}

a:visited {
	color: #156a6a;
}

a:hover {
	color: #23b1b1;
}

abbr,
acronym {
    border: none;
    border-bottom: 1px dotted #000000;
}

img {
	border: none;
}

code {
	text-align: left;
}

.noscript {
	color: red;
}

h1 {
	font-size: 130%;
}

h2 { 
	font-size: 110%;
}

h3, h4, h5, h6 {
	font-size: 100%;
}

p.site-title {
    font-size: 150%;
    color: #f5fdfd;
    margin: 0em;
    background-color: #10cdcd;
    padding: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

div.menu-bar {
	background-color: #11e3e3;
	border-bottom: 1px solid #0f4a4a;
	padding-bottom: 0.2em;
}

div.menu-bar a:link,
div.menu-bar a:visited,
div.menu-bar a:hover,
div.menu-bar a:active {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-right: 1px solid #10cdcd;
}

div.menu-bar a:hover {
	background-color: #22eeee;
}

div.blocks {
	width: 13em;
	top: 6.7em;
	right: 0em;
	position: absolute;
	padding-right: 1em;
	padding-bottom: 1em;
}

/* Modified version of The ThrashBox --------------------------------------- */
/* http://www.vertexwerks.com/tests/sidebox/ */

/* Show only to IE PC \*/
* html .block-head h3 {
    height: 1%;
}
/* For IE 5 PC */

.block {
    font-size: 95%;
    color: #0f4a4a;
    background-color: #ffffff;
    margin-bottom: 0.5em;
    border: 1px solid #0f4a4a;
}

.block-head {
    margin: 0em;
    padding: 0em;
    text-align: center;
}

.block-head h3 {
    margin: 0em;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 100%;
    line-height: 1em;
}

.block-content {
    margin: 0em;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0.5em;
    padding-bottom: 12px;
}

/* End of ThrashBox CSS ---------------------------------------------------- */

.block-content a:link,
.block-content a:visited,
.block-content a:hover,
.block-content a:active {
	font-weight: normal;
}

ul.block-content {
	margin: 0em;
}

.block-content li {
	list-style-type: none;
}

.block-content dt {
}

.block-content dd {
	text-align: right;
}

ul.block-content#w3c-valid {
	text-align: center;
}

div.page-content {
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 15em;
	text-align: justify;
	background-repeat: repeat-x;
}

h2.page-title {
	letter-spacing: 0.1em;
	margin: 0em;
	margin-bottom: 1em;
}

.external-links h2 {
    margin-bottom: 0px;
}

.external-links ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
    text-align: left;
}

p.ohloh {
    text-align: center;
}

@media print {
	div.menu-bar {
		display: none;
	}
	div.blocks {
		display: none;
	}
	div.page-content {
		padding-right: 1em;
	}
}
