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

/* HTML tag styles */
body {
	background: #655A46 url('images/bg.gif');
	color: #543;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
}

h1, 
h2,
h3, 
h4, 
h5, 
h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0;
	color: #654;
	padding: 6px 0 0 0;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

img {
}

.img_right {
	float: right;
	margin: 5px;
}

.img_left {
	float: left; 
	margin: 5px;
}

.img_center {
	margin: 5px auto;
}	


div {
	padding: 0;
	margin: 0;
}

a {
	color: #C60;
}
a:visited {
	color: #C60;
}
a:hover  { 
	color: #f9e11b;
	text-decoration: none;
}

p,cite,code,ul {
	font-size: 1em;
	padding-bottom: 1.2em;
}

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;
}

blockquote {
	background: url('images/quote.gif') no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	font-style: italic;
}

fieldset {
	margin: 0 auto;
	margin-bottom: 1em;
	width: 90%;
}

fieldset legend {
	font-size: 1.25em;
}

form p {
	padding-bottom: 0.75em;
}

label  {
	border: inherit;
	width: 35%;
	padding-right: 5px;
}
input, select, textarea {
	color: #555;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	margin: inherit;
	width: 60%;
	border: solid 1px gray;
}
input.required,
select.required,
textarea.required
{
	background-color: #FFFCB2;
	border: solid 1px gray;
}

input[type=submit] {
	border: outset 3px #334667;
	background-color: #F0F0F0;
	font-weight: bold;
}
input[type=submit]:active {
	border: inset 3px #334667;
}

/* structure */
#container {
	background: url('images/bgcontainer-nosidebar.gif') repeat-y;
	background: url('images/bgcontainer.gif') repeat-y;  /* Includes sidebar BG. Be sure to disable the display:none for #sidebar! */
	margin: 0 auto;
	width: 780px;
}

/* header */
#header {
	background: url('images/bgheader.gif') repeat-x;
	height: 100px;
	margin: 0 auto;
	width: 760px;
}

/* title */
#title {
	margin: 0 32px 0 32px;
}
#title h1 {
	color: #E4DBCF;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}
#title p  {
	color: #f0e7da;
	font-size: 1.8em;
	font-style: italic;
	padding: 0 0 0 15px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

/* navigation */
#menu {
	background: #FFF url('images/bgnavigation.gif') repeat-x;
	font: bold 1.2em Verdana,sans-serif;
	height: 40px;
	margin: 0 10px;
	width: 760px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	margin: 0 0 0 1px;
}

#menu ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

#menu a {
	color: #543;
	text-decoration: none;
	padding: 11px 14px;
	line-height: 40px;
}
#menu a.selected {
	color: #ffffee;
}
#menu a:hover {
	/* background: #CEBDA1; */
	color: #000000;
	text-decoration: none;
	border: none;
	background-color: #ffffee;
}

/* sub navigation */
#sidebar {
	display: none;  /* sidebar is disabled. Paired with #container's background:url() and #content:width; */
	display: block;
	float: right;
	width: 218px;
	margin-right: 10px;
	_margin-right: 5px;  /* IE 6 hack. Euuuccghhh! */
}
#sidebar h3 {
	background: #BCB39F url('images/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;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
#sidebar li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#sidebar li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
#content {
	margin: 10px 0 0 20px;
	_margin: 10px 0 0 10px; /* IE 6 hack. Euuuccghhh! */
	float: left;
	width: 740px; /* Overriden for "no sidebar" version. Check #sidebar{} and #container{} for related changes. */
	width: 520px;
}
#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: 0.8em;
	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;
}

/* misc */
.clearer {
	clear: both;
}
.collapse h3 {
	/* cursor: pointer; */
	font-variant: normal;
	font-size: 1.2em;
}

.largePhone {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
}
/**Hacks**/


#portrait {
	margin: -140px 0 0 0;
	margin: 0;
}