/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #CCCCCC;
	font: normal 85% "Tahoma",sans-serif;
}
a:hover {
	color: #333;
}

.text{
	font-size:14px;	
	color:#333;
}
.text a {
	color: #666666;
	text-decoration: underline;
	font-size:14px;
}

.text a:hover{
	color: #000;
	text-decoration: underline;
	font-size:14px;
}

body {
	background-color: #FFFFFF;
	color: #333;
	font: normal 80% "Tahoma",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654; font-weight: normal;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background-color: #FFFFFF;
	margin: 20px auto;
	width: 702px;
}

/* top */
.top {
	font: normal 250% "Tahoma",sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%; 
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #666666;
	color: #FFF;
}

/* header */
.header {
	height: 65px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item {clear: both;}
.item .date {
	color:#FFFFFF;
	float: left;
	height: 40px;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	background-color:#FFFFFF;
	color:#333333;
	float: left;
	width: 420px;
}
.item h1 {
	background-color: #FFFFFF;
	color: #333;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {
	float: left;
	width: 702px;
}

/* navigation */
.navigation {
	text-align: center;
	color:#999999;
	font: bold 1.0em Verdana,sans-serif;
	height: 38px;
	margin: 0 auto;
	padding: 0 18px;
	width: 680px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-color:#000000;
}
.navigation a {
	color: #666666;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #888888;
	color: #FFFFFF;
}


.clearer {
	clear: both;
}

/* right */
.right {
	background-color:#FFFFFF;
	color: #333333;
	float: left;
	margin-left: 20px;
	width: 190px;
}

/* footer */
.footer {
	color: #666666;
	font-size: 1.1em;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #333333;}
.footer a: hover {
	color: #333;
}

