/*
Template name: Light
Template URI: http://templates.arcsin.se/light-website-template/
Release date: 2006-08-20
Description: Bright and smooth.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #28E;//#567;
	text-decoration: none;
}
a:hover {
	color: #28E;
	text-decoration: underline;
}
body {
	background: #FFF url(/static/img/bg-light.png) repeat-y center top;
	color: #555A60;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 0.8em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
}
li {
	list-style: url(/static/img/li-light.gif);
	margin-left: 18px;
	padding-top: 0.5em;
}
code {
	background: url(/static/img/bgcode-light.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(/static/img/quote-light.gif) no-repeat;
	color: #456;
	display: block;
	font-style:normal;
	font-size:1.0em;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}
hr {
	color: #DDD;
}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}
.header {
	margin:16px auto;
	//width:100%;
}

/* title */
.title {
	margin-top: 10px;
	text-align: center;
	width: 100%;
	clear:both;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	clear:both;
	float:left;
	width:698px;
	padding: 0 16px 8px;
	border-bottom:1px solid #DDD;
}
.navigation a {
	color: #89A;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 4px 10px 4px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	color: #28E;
}

/* holders */
.main {
	padding: 16px 32px;
}
.content{}

/* footer */
.footer {
	border-top:1px solid #DDD;
	color: #666;
	font-size: 1em;
	text-align: center;
	padding: 16px 32px;
	margin-bottom:16px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

/* bibliography */
.bibItem{}
.bibItem .authors{}
.bibItem .title{
	padding:0 0.5em;
	font-style:italic;
}
.bibItem .source{}
.bibItem .note{
	color: #999;
	font-style:italic;
}
.bibItem .links{ }
.bibItem abbr{
	border-bottom:1px dotted #999;
	/*background-color:#DDD;*/
}

/* QR codes */
.qr-code {
	background: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -175px;
	width: 350px;
	height: 350px;
	border: 3px solid #000;
}
.qr-code a img {
	border: 0px;
}

/* custom and specifics */
#myphoto {
	float:right;
	margin:6px;
}
.footnote {
	font-size:0.9em;
	color:#999;
}
.invisible {
	display: none;
}
