/*#############################################################
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;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	xbackground: #655A46 url(img/bg.gif);
	text-align:center;
	background-color:#333333;
	color: #543;
	font: normal 8pt Arial, Helvetica, Tahoma, sans-serif;
}
input {
	color: #555;
	font: normal 1.1em Arial, Helvetica, Tahoma, sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.0em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 12px;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

h1.title
{
	font:normal 60pt Arial;
	 color:#FFFFFF;
	 text-shadow: 0 1px 0 #fff,
	 0 2px 0 #c9c9c9,
	 0 3px 0 #bbb,
	 0 4px 0 #b9b9b9,
	 0 5px 0 #aaa,
	 0 6px 1px rgba(0,0,0,.1),
	 0 0 5px rgba(0,0,0,.1),
	 0 1px 3px rgba(0,0,0,.3),
	 0 3px 5px rgba(0,0,0,.2),
	 0 5px 10px rgba(0,0,0,.25),
	 0 10px 10px rgba(0,0,0,.1),
	 0 20px 20px rgba(255,255,255,.15);
}

h2.title
{
	font:normal 60pt Arial;
	 color:#FFFFFF;
	 text-shadow: 0 1px 0 #fff,
	 0 2px 0 #c9c9c9,
	 0 3px 0 #bbb,
	 0 4px 0 #b9b9b9,
	 0 5px 0 #aaa,
	 0 6px 1px rgba(0,0,0,.1),
	 0 0 5px rgba(0,0,0,.1),
	 0 1px 3px rgba(0,0,0,.3),
	 0 3px 5px rgba(0,0,0,.2),
	 0 5px 10px rgba(0,0,0,.25),
	 0 10px 10px rgba(0,0,0,.1),
	 0 20px 20px rgba(255,255,255,.15);
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container 
{
	background-color:#ffffff;
	border-bottom: inset 3px #aaaaaa;
	border-right: inset 3px #aaaaaa;
	border-top: outset 3px #bbbbbb;
	border-left: outset 3px #bbbbbb;
	text-align:left;
}

#container 
{
	background-color:#ffffff;

	text-align:left;
}

/* header */
.header {
	height: 140px;
	margin: 0 auto;
	xwidth: 660px;
	position: relative;
	float:left;
}

/* title */
.title {
	padding: 15px;
}
.title h1 {
	color: #027D4D;
	font: normal 3.4em Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

.title h2 {
	color: #027D4D;
	font: normal 1.8em Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

/* title */
#title {
	padding: 15px;
}
#title h1 {
	color: #027D4D;
	font: normal 3.4em Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

#title h2 {
	color: #027D4D;
	font: normal 1.8em Arial, Helvetica, Tahoma, sans-serif;
	font-weight:bold;
	margin: 0px;
	padding:0px;
}

/* navigation */
.anavigation {
	xbackground: #FFF url(img/bgnavigation.gif) repeat-x;
	background-color: #000;
	border-bottom: inset 2px #ddd;
	border-top: outset 1px #ddd;
	font: bold 1.2em Arial, Helvetica, Tahoma, sans-serif;
	height: 22px;
	margin: 0 auto;
	padding: 0 18px;
	xwidth: 863px;
	float:left;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 22px;
}
.navigation a:hover {
	background: #027D4D;
	color: #fff;
}

#navigation {
	background-color: #000;
	border-bottom: inset 2px #ddd;
	border-top: outset 1px #ddd;
	font: bold .9em Arial, Helvetica, Tahoma, sans-serif;
	color: #eee;
	xheight:22px;
  background-color: #000;
  background: -moz-linear-gradient(top, #5E5E5E 0%, #474747 51%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E5E5E), color-stop(51%,#474747), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
}
#navigation a {
	color: #fff;
	xtext-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 22px;
}

#navigation a:hover {
	background: #027D4D;
	color: #fff;
	background-color: #000;
	border-radius:5px;
    -moz-border-radius:5px;
    background: -moz-linear-gradient(top, #027D4D 0%, #478847 51%, #0A550A 51%, #0A4A09 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#027D4D), color-stop(51%,#478847), color-stop(51%,#0A550A), color-stop(100%,#0A4A09));
	color: #eee;
}

#navifation ul
{
	display: inline;
	padding:0px;
	margin:0px;
}

#navigation li
{
	display:inline;
	list-style-type:none;
	width:auto;
	padding:0px;
	margin:0px;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 250px;
	background-color:#CFCFD7;
}
.sidenav h1 {
	background: #BCB39F url(img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

.userinput
{
	visibility:hidden;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	xwidth: 892px;
	height: auto;
	overflow:auto;
}
.content .descr 
{
	xbackground-color:#000;
	border-bottom: solid 1px #000;
	color: #000;
	font-size: 1.1em;
	margin-bottom: 6px;
}

.content ul li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content ol li {
	margin-left: 18px;
}

#content {
	height: auto;
	overflow:auto;
}
#content .descr 
{
	xbackground-color:#000;
	border-bottom: solid 1px #000;
	color: #000;
	font-size: 1.1em;
	margin-bottom: 6px;
}

#content ul li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#content ol li {
	margin-left: 18px;
}

li
{
		margin-left: 18px;
}

/* footer */
.footer 
{
	display:none;
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	xwidth: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer 
{
	display:none;
	background: #958463 url(img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	xwidth: 760px;
}
#footer a {
	color: #FFD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Misc */
img.bordered
{
	border-bottom: inset 2px #000000;
}

a.button  {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
a.button:hover {
	background: #CEBDA1;
	color: #420;
}

input.button 
{
  width: 75px;
  padding:2px;
  border: solid 1px #000;
  color: #eee;
  border-radius:5px;
 -moz-border-radius:5px;
 background-color: #000;
  background: -moz-linear-gradient(top, #5E5E5E 0%, #474747 51%, #0a0e0a 51%, #0a0809 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5E5E5E), color-stop(51%,#474747), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
}
input.button:hover {
  color: white;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  padding-top: 5px;
  padding-bottom: 5px;
}


