/*#############################################################
Name: Gemstone
Date: 2006-05-30
Description: A lightweight black/blue design suitable for communitys and webportals.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {

	background: #C69C6B url(img/bg.gif) repeat-y;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	margin: 20px 0;
	padding: 0;
}
.wrapper {
	margin: 0 auto;
}



p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
.body li {
	list-style-image: url(img/li.gif);
}

/* misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

/* top & header */
.top {
	color: #FFF;
	height: 80px;
	width: 939px;
	background-color: #898C85;
	background-image: url(img/top.jpg);
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url(img/top2.jpg); 
	height: 101px;
	width: 939px; 
}

/* menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
	background-color: #FFFFFF;
}
div.menu a {
	background: #4B4B4B;
	color: #FFFFFF;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 180px;
	background-color: #666666;
}
div.menu a#current {
	background: #4D3F09;
	color: #FFF;
}
div.menu a#current:hover {
	background: #61500C;
	color: #FFF;
}
div.menu a:hover {
	background: #888888; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
	background-color: #CCCCCC;
}

/* left side */
div.content_left {
	margin: 1px;
	width: 593px;
}
div.date {
	background: #0070CD url(img/bgdate.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
.newsitem {
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}
div.newsitem img {
	border: 0px;
	margin: 0px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}


/* right side */
div.content_right {
	width: 331px;
	position: absolute;
	top: 150px;
	left: 620px;
}


/* links menu */
div.links a {
	background: #CCCCCC repeat-x;
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
div.links a:hover {
	color: #0080DD;
	background-position: left bottom;
	background-color: #E4E4E4;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #4D3F09 repeat-x;
	color: #FFF;
	font: bold small-caps normal 90% Tahoma, sans-serif;
	padding: 5px 8px;
	border: none;
}
div.links li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
}

/* footer */
div.footer {
	background: #4D3F09;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 581px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
.footer .left, .footer .right {padding: 0 6px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}
.breadcrumbs {
	font-size: x-small;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
.breadcrumbs_main {
	display: inline;
	float: left;

}
.breadcrumbs_section {
	display: block;
	float: left;

}
iframe {
	height: 1000px;
	width: 570px;
}
