/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	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;
}
blockquote {
	background: url('../images/quote.gif') no-repeat;
	color: #666;
	display: block;
	padding-left: 28px; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.3em; font-family:Lucida Sans Unicode, serif
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

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

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

/* header */
.header {
	 height: 120px;
	margin: 0 auto;
	width: 702px
}

/* title */
.title {
	padding: 32px;
}

/* navigation */
.navigation {
	background: #FFF url('../images/bgnavigation.gif') repeat-x;
	height: 40px;
	margin: 0 auto;
	width: 690px; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.2em; font-family:Verdana, sans-serif; padding-left:8px; padding-right:4px; padding-top:0; padding-bottom:0
}
.navigation ul{
	list-style: none;
}
.navigation li {
	display: inline;
}

/* main */
.main {
	clear: both;
	padding: 0 0px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 68%;
	overflow: auto;
}
.content li {
	margin-left: 18px; list-style-image:url('../images/li.gif')
}

/* footer */
.footer {
	background: #958463 url('../images/bgfooter.gif') repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 702px
}