/*#############################################################
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: blue;
}
a:hover {
	color: red;
}
body {
	background: #1a3256 url(images/background.gif) repeat;
	color: #000;
	font: normal 62.5% "Trebuchet MS",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Trebuchet MS",sans-serif;
}
p,cite,code {
	font-size: 1.3em;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:10px;
}

ul,ol {
   padding-left: 50px;
   font-size: 10pt;
   padding-bottom:20px;
   padding:right:20px;
 }
 
 ol {
    list-style-type: decimal;
 }
 
.sublist {
   padding-left:15px;
}

h1 {
    color: #193255;
	font-size: 28pt;
	margin-bottom: 4px;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
}

h2  {
    font-size:20pt;
    color: #ddb703;
    text-align: center;
    padding-bottom:15px;
    padding-left:20px;
    padding-right:20px;
}

h3  {
    font-size: 16pt;
    color: black;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
}
    
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Trebuchet MS",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #fef87e url(images/quote.gif) no-repeat;
	color: #666;
	font: normal 1.5em "Trebuchet MS",serif;
	width:60%;
    text-align:center;
    padding:20px;
    border: thin dotted #193255;
}
h1,h2,h3 {
	padding-top: 6px;
}

/* misc */
.callout {
   font-size:12pt;
   line-height: 120%;
   padding:20px;
   text-align:center;
 }


.clearer {
	clear: both;
}

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

/* header */
.header {
	background: url(images/header.jpg);
	height: 120px;
	margin: 0 auto;
	width: 760px;
}

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


/* navigation */
.navigation {
	background: #FFF url(images/bgnavigation.gif) repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}

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



/* content */
.content {
	padding-top: 12px;
	width: 100%;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}

/* 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: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}