/*#############################################################
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: #999999;
	font: normal 100% "Tahoma",sans-serif;
}
a:hover {color: #FFFFFF;}
body {
	background-color: #FFFFFF;
	color: #333;
	font: normal 80% "Tahoma",sans-serif;
}

img
{  border-style: none;
}

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: 700px;
}

/* top */
.top {
	font: normal 250% "Tahoma",sans-serif;
	height: 100px;
	margin: 0 auto;
	width: 700px;
}
.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: 5px;
	margin: 0 auto;
	width: 630px;
}

/* Full Width Container Under Navigation */
.under_navigation {
	height: 5px;
	margin: 0 auto;
	width: 700px;
}

/* 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:#666666;
	float: left;
	width: 400px;
}
.item h1 {
	background-color: #FFFFFF;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}


/* Text Foats Around An Image */
.image_left {
	float: left;
	clear: left;
	margin: 0 9px 3px 0;

}

.image_right {
	float: right;
	margin: 0 9px 3px 0;
}

/* Text Links */

.navigation_text {
	color: #999999; 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

.navigation_text a {
	color: #FF0000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

.navigation_text a:hover {
	color: #880000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

/* navigation */
.navigation {
	text-align: center;
	color:#999999;
	height: 38px;
	margin: 0 auto;
	padding: 0 18px;
	width: 700px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-color:#880000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.navigation a {
	color: #999999;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #999999;
	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: 0.9em;
	line-height: 25px;
	margin: 0 auto;
	text-align: center;
	width: 700px;
}
.footer a {color: #333333;}
.footer a:hover {color: #FAFCB0;}
