/* 
Authored and modified by Andreas Viklund and Adam Pethig

Version: 1.2
(Dec 18, 2008)

Screen layout: */

body{
margin:0;
padding:20px 0;
font:93% Arial, Helvetica, sans-serif;
background: url(img/bodybg.png) repeat-x fixed;
}

#thetop{
margin:0;
}

#container{
	width:740px;
	margin:0 auto;
	padding:0px 0px 0px 20px;
	background:#fff url(img/contbg.png) no-repeat;
	color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p, table, tr, td{
	margin:0px 0px 0px 0px;
	line-height:1.5em;
}

#main p,table, tr, td, li, #sidebar p{
padding-left:10px; padding-right:0; 
}

p{
padding-bottom:6px;padding-top:6px;
}


li{
padding-bottom:3px;
line-height:1.2em;
}

#logo{
	float:none;
	width:auto;
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	background:#fff;
	border:0px solid #dde;
	text-align:left;
	color:#FFFFFF;
	overflow:auto;
}

#logo h1{
margin:40px 0px 6px 0px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
	float:left;
	width:530px;
	margin-right:20px;
	padding:0;
}

.headerstyle{
	display:block;
    margin: 12px 0px 12px 0px;
	padding:5px 0 5px 8px;
	background:#eee url(img/gradient2.png) repeat-x;
	color:#fff;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
}

.headerstyleTop{
	display:block;
    margin: 0px 0px 12px 0px;
	padding:5px 0 5px 8px;
	background:#eee url(img/gradient2.png) repeat-x;
	color:#fff;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	text-decoration:none;
}


#sidebar{
	width:170px;
	float:right;
	margin:40px 10px 0px 0px;
	font-size:1em;
	line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:150px;
margin:3px 5px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:Left;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.sidelinkL2{
display:block;
width:125px;
font-size:1.0em;
font-weight:normal;
text-align:Left;
background:#eee url('img/gradient1.png') repeat-x;
color:#2266CC;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
margin-left:0; 
margin-right:5px; 
margin-top:1px; 
margin-bottom:1px; 
padding-left:32px; 
padding-right:0; 
padding-top:2px; 
padding-bottom:2px
}

:hover.sidelink,:hover.sidelinkL2, .menuheader{
background:#100 url(img/gradient2.png) repeat-x;
color:#fff;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(img/footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
text-align:center;
}

h1,h2,h3,h4{
margin:0 0 10px 0;
font-weight:normal;
}

h1{
font-size:2.8em;
}

h2{
margin:0 0 4px 0;
font-size:1.8em;
}

h3{
	margin:20px 0 8px 0;
	font-size:1.4em;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
font-size:0.9em;
text-align:center;
}

.block{
	padding:0px;
	background:#eee;
	color:#222;
	border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}