/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
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: #FFF url(img/bg.png) repeat-x;
	color: #466;
	font: normal 10pt "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
input {
	color: #555;
	/*font: normal 1.1em "Lucida Sans Unicode",sans-serif;*/
	font: normal 1.1em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
p,cite,code,ul,input {
	font-size: 1em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 10pt "Courier New", monospace;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	/*background: url(img/topleft.gif) no-repeat;*/
}

.header {
	height: 92px;
	overflow: none;
	background-color: #3296c8;
}

/* title */
.title {
	float: left;
	padding: 0 0 0 0;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* navigation */
.navigation {
	float: right;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1em "Trebuchet MS",sans-serif;
	margin-top: 24px;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	height: 52px;
}
.navigation a:hover {
	background-color: #FFF;
	color: #000;
}

.navigation .active {
	background-color: #FFF;
	color: #000;
}

/* main */
.main {
	/* background: #FFF url(img/bgmain.gif) no-repeat; */
	background-color: #FFF;
	/*clear: both;*/
	padding: 12px;
	position: absolute;
	width: calc(100% - 24px);
	top: 92px;
	height: calc(100% - 156px);
	/*overflow-y: scroll;*/
}

/* main left */
.sidenav {
	float: left;
	width: 250px;
}
.sidenav h1 {
	border-bottom: 1px dotted #000;
	color: #E73;
	font-size: 1em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 100%;
}

.contentLF {
	float: left;
	margin-right: 12px;
	width: calc(100% - 262px);
}

.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.resumedata {
    margin-top: 10px;
    margin-bottom: 0px;
}
.resumedate {
    float: right;
    font-weight: bold;
}
.resumehead {
    font-weight: bold;
    border-bottom: 1px solid #466;
    padding: 0px;
}
.certificatehead {
    font-weight: bold;
    padding: 0px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 5px 5px;
}
.button {
	border: 1px solid #AAA;
	padding: 5px 5px;
}

/* footer */
.footer {
	background: #005B96 url(img/bgfooter.png) repeat-x;
	color: #FFF;
	font-size: 1.0em;
	line-height: 40px;
	text-align: center;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.searchImage {
	width: 100px;
	height: 100px;
	border: 1px solid #005B96;
	padding: 2px;
	background-color: #E0E0E0;
}

.searchtable {
	padding-left: 10px;
	vertical-align: top;
}

.anchortagbutton {
    text-decoration: none; font: menu;
    display: inline-block; padding: 10px 10px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    vertical-align: middle; text-align: center;
    font-size: 1.0em;
}

.anchortagbutton:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
    color: ButtonText;
}