/*#############################################################
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: #ce8a09;
	text-decoration: none;
}
a img {border: none;}
a:hover {
	color: #f5b233;
	text-decoration: none;
}
body {
	background: #6e6e6e url(img/bg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",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);}
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 {font-size: 1.4em; color: #654; padding-top:0.2em; }
h2 {font-size:1.4em; color:#222; margin:0.4em 0 1em 0; border-bottom:1px #999 solid; padding-top:0.2em;}
h3 {font-size:1.4em; color:#666; background:transparent; margin:0.4em 0 1em 0; padding-top:0.2em; font-weight:bold;}
h4 {font-size:1.4em; color:#666; background:transparent; margin:0.4em 0 1em 0; border-bottom:1px #ccc solid; padding-top:0.2em;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 862px;
}

/* top */
.top {
	float: left;
	margin-left: 1px;
	background: #FFF;
	height: 200px;
	width: 249px;
}
.top a {
	display: block;
	width: 100%;
}
.top span {padding-left: 0px;}
.top a:hover {
	background: #f7f7f7 url(img/logo_home.gif) no-repeat;
}

/* header */
.header {
	float: left;
	margin-left: 1px;
	background: url(img/header.jpg) no-repeat;
	height: 200px;
	width: 609px;
}

/* item */
.item {clear: both;}

.item .content {
	float: left;
	width: 610px;
}
.item h1 {
	background: #e7ac1c;
	color: #0072c1;
	line-height: 26px;
	margin-left: 1px;
	padding-left: 16px;
	font-size: 1.6em;
	font-style: italic;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 249px;
}
.navigation h1 {
	background: #e7ac1c;
	color: #0072c1;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 26px;
	padding-left: 7px;
	border-bottom: 1px solid #b9a480;
}
.navigation h1 a {
	color: #FFF;
	text-decoration: none;
}
.navigation h1 a:hover {
	color: #555;
	text-decoration: none;
}
.navigation strongh1 {
	background: #e7ac1c;
	color: #555;
	font-size: 1.3em;
	display: block;
	padding: 6px 7px 6px 7px;
	font-weight: bold;
	border-bottom: 1px solid #b9a480;
}

.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #b9a480;
	list-style: none;
}
.navigation li a {
	background: #fcdd9e url(img/bgnavigation.gif) repeat-x;	
	color: #504b47;
	display: block;
	padding: 6px 7px 6px 7px;
	text-decoration: none;
	list-style: none;
}  
.navigation li a:hover {
	background: #fcdd9e;
	color: #504b47;
	list-style: none;
}
.navigation strong {
	background: #fcdd9e;
	color: #504b47;
	display: block;
	padding: 6px 7px 6px 7px;
	text-decoration: none;
	border-bottom: 1px solid #b9a480;
}

/* news */
.news {
	float: right;
	margin-left: 1px;
	width: 235px;
	color: #222;
	font-size: 0.95em;
	padding: 0 7px 15px 7px;
}

.news h1 {
	color: #0072c1;
	background: transparent;
	font-size: 1.2em;
	line-height: 15px;
	padding: 20px 7px 10px 0;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	width: 860px;
}
.footer a {color: #CCC;}
.footer a:hover {color: #f8c037;}

img {border:0;}
a img{border:0;}
