/*#############################################################
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: #999 url(img/bg.gif) repeat-y;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
a {
	color: #0066CC;
	font: Tahoma,sans-serif;
	padding: 3px 4px;
	text-decoration: none;
}
p {
	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 11px Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

/* top & header */
.top {
	background: url(img/top.gif);
	color: #FFF;
	height: 45px;
	width: 939px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url(img/header.gif); 
	height: 75px;
	width: 939px; 
}

/* menu */
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: 11px;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 150px;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #555; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}

/* left side */
div.content_left {
	margin: 1px;
	width: 674px;
}
div.date {
	background: #0070CD url(img/bgdate.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
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;
}
.button{
	background-color: #F0F0F0;
	border: 1px solid #EEE;
	border-color: #EEE #DDD #DDD #EEE;
	clear: both;
	color: #0066CC;
       	font-size: 11px;
	text-align:center;
}
.exptd1{
	background-color: #EAECF5;
	border: 1px solid #EEE;
	border-color: #EEE #DDD #DDD #EEE;
	clear: both;
	color: #333;
	text-align:center;
}
.exptd2{
	background-color: #FFFFFF;
	border: 1px solid #EEE;
	border-color: #EEE #DDD #DDD #EEE;
	clear: both;
	color: #333;
	text-align:center;
}
div.newsitem .exptdtitle1 {
	background-color: #EAECF5;
	border: 1px solid #EEE;
	border-color: #EEE #DDD #DDD #EEE;
	font: bold 9px Tahoma,sans-serif;
	color: #0066CC;
	clear: both;
	text-align:left;
	width: 35px;
}
div.newsitem .exptdtitle2 {
	background-color: #FFFFFF;
	border: 1px solid #EEE;
	border-color: #EEE #DDD #DDD #EEE;
	font: bold 9px Tahoma,sans-serif;
	color: #0066CC;
	clear: both;
	text-align:left;
	width: 35px;
}
.table{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	border-top: 2px solid #DDD;
	clear: both;
	color: #333;
	text-align:left;
	padding-top: 5px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}

div.newsitem .title {
	color: #0066CC;
	font: bold 14px Tahoma,sans-serif;
	padding: 3px 0px;
}
div.newsitem .smalltitle {
	color: #0066CC;
	font: bold 11px Tahoma,sans-serif;
	padding: 3px 0px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 11px;
	text-align: justify;
	padding: 3px 5px;
}

/* right side */
.input1{
	border:1 solid #006600;
	font-size: 14px; 
	height: 18px;
}
div.content_right {
	width: 250px;
	position: absolute;
	top: 90px;
	left: 701px;
}
div.stats {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	border-bottom: 1px solid #EEE;
	display: block;
	font: bold 10px Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}

div.user {
	display: block;
	font: 10px Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}

div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	border-bottom: 1px solid #EEE;
	display: block;
	font: bold 10px Verdana,Tahoma,sans-serif;
	padding: 6px 0 8px 8px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333;
	color: #FFF;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}

/* item list */
.item {
	float:left;
	text-align:left;
	padding:2px;
	height:42px;
	width:42px;
	margin:0 2px 5px 2px;
	border:1px solid #E6E6E6;
}
/* item list */

/* footer */
div.footer {
	background: #F0F0F0 url(img/bgdate.gif) repeat-x;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 662px;
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}