/*#############################################################
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: black;}

body {
	color: black;
	font: 12px Verdana,sans-serif;
}
input {
	color: black;
	font: 12px Verdana,sans-serif;
}
p,cite,code,ul {
	padding-bottom: 10px;
}
p {
	text-align: justify;
}
ul {margin-left: 1.2em;list-style-image: url(img/li.gif);}
ol {margin-left: 2em;}

h1 {font-size: 18px;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: black;
	display: block;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: black; font-weight: bold;}
h2 {font-size: 16px; padding-top: 10px; padding-bottom: 10px; font-weight: bold;}

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

/* structure */
.container {
}

/* top */
.top {
	color: black;
	font: normal 24px Verdana,sans-serif;
}
.top a {
	color: black;
	text-decoration: none;
}

.logo {
	margin-left: 30px;
}

/* header */
.header {
display: none;
}

/* item */
.item {clear: both;}
.item .date {
display: none;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
}
.item h1 {
	color: black;
	font-weight: bold;
}
.item .body {padding: 12px 0px;}

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

/* navigation */
.navigation {
	display: none;
}


/* footer */
.footer {
	color: black;
}
.footer a {color: black;}

.printer {display: none;}

.right {text-align: right;}
img {border: 0px;}

