/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #0094D6 url(/img/bg.gif) repeat-x;
	color: #000;
	font: normal 12pt "Segoe UI", Arial, sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 110% "Segoe UI", Arial, sans-serif;
}
p,ul,ol {
	padding-bottom: 1.2em;
}
ul ul, ul ol, ol ul, ol ol {
	padding-bottom: 0;
}
h1 {
	font-size: 170%;
	margin-bottom: 4px;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 110%;
}
cite {
	background: url(/img/quote-open.png) top left no-repeat, #D8F3FF url(/img/quote-close.png) top right no-repeat;
	display: block;
	font: normal 1em "Segoe UI", Arial, sans-serif;
	padding: .5em 3.5em;
	margin: 0em 2em;
	min-height: 2em;
	border-radius: 15px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
	clear: both;
}
h1 a, h2 a, h3 a {
	color: #06C;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #F70;
}
img {
	border: 0px;
}
tt, pre {
    font: normal 1em "Consolas", "Courier New", monospace;
}
tt {
    background-color: #ececec;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(/img/topleft.png) no-repeat;
}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 28px 0 0 109px;
}
.title h1 {
	font: bold 1.8em "Segoe UI", Arial, sans-serif;
}
.title h1 a {
	color: #FFF;
	text-decoration: none;
}
/* navigation */
.navigation {
	float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	margin-top: 56px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(/img/keyboard.jpg) no-repeat;
	clear: both;
	padding: 12px 12px 10px 52px;
}

/* right sidebar */
.sidenav {
	float: left;
	width: 25%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 120%;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	list-style: none;
	margin: 0;
	padding: 3px 6px 3px 18px;
	font-size: 90%;
}
.sidenav li a {
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 68%;
}
.content h1, .content h2, .content h3
{
	padding-top: 15px;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content .subnav {
	color: #C60;
}
.content li {
	margin-left: 2em;
}
.content ul li {
	list-style: url(/img/li.gif);
}
.floater {
	float: left;
	padding-right: 15px;
}
hr {
	border: 1px solid #DDD;
	width: 90%;
	margin: 2px auto 2px auto;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* footer */
.footer {
	background: #0094D6 url(/img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 80%;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* wordpress comments */
.comment-block {
	padding-top: 10px;
	clear: both;
}
.comment-text {
	float: left;
	width: 80%;
	padding-bottom: 5px;
}
.comment-text .author {
	font-weight: bold;
}
.comment-text .date {
	color: #888;
}
.comment-text p, .comment-text cite, .comment-text ul, .comment-text ol {
	padding-bottom: 0.5em;
}

/* wordpress comment entry form */
#respond {
	margin-bottom: 10px;
}
#respond .required {
	color: #f00;
}
#respond #author, #respond #email, #respond #url {
	float: left;
	margin-right: 10px;
	width: 30%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond #comment {
	width: 60%;
}
#respond #submit {
	width: 20%;
}

/* data table for articles */
table.datatable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.2em;
	border-collapse: collapse;
}
table.datatable th, table.datatable td {
	border: 1px solid #000;
	margin: 0px;
	padding: 0.3em 0.5em;
	text-align: left;
}

/* equations */
.displayeq {
	font-size: 115%;
}

/* images with attribution */
.imgattr {
	font-style: italic;
	text-align: center;
	font-size: 65%;
	padding-bottom: 1.8em;
}
.imgattr a {
	color: #888;
	text-decoration: none;
}
.imgattr a:hover {
	color: #888;
	text-decoration: underline;
}

/* images with a caption */
.imgcaption {
	text-align: center;
	font-size: 80%;
	padding-bottom: 1.8em;
	margin-left: auto;
	margin-right: auto;
}
