/*#############################################################
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: #00FFFF url(images/bkg_6.gif) repeat-n; /*bkg_parchment.jpg) repeat-n;  lent_2.jpg*/
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
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 {
	background: ; /*url(images/olm.jpg) repeat-x*/
	color: #FFF;
	height: 165px;
	width: 100%; /*939px;*/
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background:  ; 
	height: 101px;
	width: 100%; /*938px; */
}

/* menu 0 1 0 0*/
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 8px;
width: 180px;
text-decoration: none;}
div.menu a#current {
	background: #999; color: #FFF;
}
div.menu a:hover {
	background: #999; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}
/* across top */
div.content_center {
	margin: 1px;
	width: 100%; /*904px;*/
        float: middle;
}
/* left side */
div.content_left {
	margin: 1px;
	width: 30%; /*250px;*/
        float: left;
}
/* right side */
div.content_right {
	margin: 1px;
	width: 60%; /*500px;*/
        float:right;
}
div.date {display: inline;
/*        float: left; */
/*	background: fuchsia; /*green; /*red; /*white; /*fuchsia;  url(img/bgdate.gif) repeat-x; Chane here for season */ 
/* */
	color: #fff; /*green=#00ff00 red=#cc234a white=#ffffff (change text font!) change white to black in White season in script*/
	font-weight: bold;
/*        font: Arial */
	padding: 0px;
}

div.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 {
	margin: 6px 10px 10px 10px;

}
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;
}



/* footer */
div.footer {
	background: #F0F0F0 url(img/bgdate2.gif) repeat-x;
	color: #FFF;
	margin-left: 0px;
	width: 100%; /*937px;*/
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
.footer .left, {padding: 0 6px;}

/* floats */
.left {float: left;}
.clearer {clear: both;}