/*
Template name: Light
Template URI: http://templates.arcsin.se/light-website-template/
Release date: 2006-08-20
Last updated: 2009-08-06
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/
*/

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* standard elements */
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background: #FFFFFF;
	color: #555A60;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
div {
	background: #F0F0F0;
}
p,cite,code,ul {
	background: #F0F0F0;
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	list-style: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fli.gif");
	margin-left: 18px;
}
code {
	background: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fbgcode.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;
}
cite {
	background: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fquote.gif") no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

/* floats */
.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
	height: 0;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 22px;
	text-align: center;
	width: 30%;
}
.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

.menu {
	display: inline-block;
	margin-top: 50px;
	line-height: 300%;
	width: 40%;
	margin-left: auto;
    	margin-right: auto;
	text-align: center;
}

.picture {
	float: right;
	width: 30%;
	text-align: center;
	margin-left: auto;
    	margin-right: auto;
}


/* navigation */
.navigation {
	background: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fholder.jpg") no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	/*border-left: 1px solid #DDD;*/
	/*border-right: 1px solid #DDD;*/
	color: #89A;
	/*float: right;*/
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 20px;
	padding: 18px 10px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #F2F2F2 url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fnavhover.gif") repeat-x;
	color: #28E;
	padding: 18px 10px 18px;
}


/* holders */
.holder {
	background: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fbgholder.jpg") repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url("/?originalUrl=https%3A%2F%2Fyjernite.github.io%2Fimg%2Fholder.jpg") no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
	padding: 0 32px;
}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}


