/* andreas02 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

body{
	padding: 0;
	margin: 0;
	font: 76% tahoma, verdana, sans-serif;
	color: #303030;
	background-image: url(h82.jpg);
	background-color: #e0e0e0;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
text-decoration:underline;
}

#toptabs{
margin:10px auto -13px auto;
font-size:0.8em;
width:760px;
}

#toptabs p{
text-align:right;
color:#808080;
}

.toptab{
padding:3px 5px 3px 5px;
margin:0 0 0 4px;
text-decoration:none;
background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
color:#808080;
border-bottom:1px solid #e0e0e0;
}

.toptab:hover{
background:#fafafa url(images/corner2.gif) top right no-repeat;
border-bottom:1px solid #eaeaea;
color:#505050;
text-decoration:none;
}

.activetoptab{
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 4px;
	color: #505050;
	text-decoration: none;
	background: #ffffff url(images/corner2.gif) top right no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.activetoptab:hover{
text-decoration:none;
}

#container{
	width: 1150px;
	background: #E3DDAE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: thin solid #000;
}

#logo{
margin:15px 0 0 0;
}

#logo h1 a{
color:#303030;
}

#logo h1 a:hover{
text-decoration:none;
}

#navitabs{
	clear: both;
	font-weight: bold;
}

.navitab{
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
letter-spacing:1px;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover{
text-decoration:none;
background:#d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab{
padding:4px 8px 5px 8px;
color:#ffffff;
margin:0 0 5px 0;
text-decoration:none;
background:#505050 url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover{
text-decoration:none;
}

#desc{
	height: 126px;
	color: #ffffff;
	padding: 0;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(h14.jpg);
	border: medium solid #909;
}

#desc p{
width:290px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 15px;
}

#desc h2{
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a{
color:#ffffff;
text-decoration:underline;
}

#main{
	width: 560px;
	float: left;
	padding: 0 15px 0 0;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #d0d0d0;
	color: #000;
	font-weight: bold;
	background-color: #E3DDAE;
}

.block{
	padding: 15px;
	color: #000;
	background-color: #CCCCCC;
}

#sidebar{
	width: 550px;
	float: left;
	border: thin none #000;
	padding-left: 25px;
	background-color: #E3DDAE;
}

#sidebar p{
	font-size: 10pt;
	line-height: 1.3em;
	margin: 0 0 12px 0;
	background-color: #E3DDAE;
	font-weight: bold;
	font-family: Arial;
	border: thin none #000;
	color: #000;
}

.sidelink{
	text-align: left;
	display: block;
	width: 200px;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
	border: 1px solid #999;
	background-color: #CCCCCC;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.sidelink:hover{
	background-color: #939BFF;
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}

#footer{
	clear: both;
	color: #808080;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	text-align: Left;
	background-color: #E3DDAE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
}

#footer a{
color:#808080;
}

h1{
margin:0 0 20px 0;
font-size:2.1em;
font-weight:normal;
}

h2{
margin:0 0 20px 0;
font-size:1.6em;
font-weight:normal;
}

h3{
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	background-color: #E3DDAE;
}

p{
	line-height: 1.5em;
	text-align: left;
	color: #000000;
	border: thin none #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
	background-color: #E3DDAE;
	padding-left: 0px;
}

.right{
text-align:right;
}

a img{
border:0;
}

.photo{
	padding: 5px;
	display: block;
	margin: 0 auto 15px auto;
	background-color: #E3DDAE;
	color: #000;
}

.hide{
display:none;
}
.block strong {
	background-color: #E3DDAE;
}
.danblock {
	background-color: #CCC;
	border: thin none #000;
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
