/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {
	color: #CC0000;
}

body {
	color: #3A1F1F;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #D60D02;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}

/* header */
.topMenu {
	width: 900px;
	padding-bottom: 7px;
	text-decoration: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
}
.topMenu a {
	color: #FF9999;
	text-decoration: none;
}
.topMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.top {
}

/* title */
.header {
	font-size: 1.2em;
	height: 300px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* main */
.main {
	border-top: 4px solid #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
	text-align: center;
}
/* content */
.content {
	float: left;
	width: 650px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 16px;
}
.content li {
	margin-left: 10px;
	list-style-type: square;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
#footer {
	height: auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F78F1E;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F78F1E;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
	font-size: 10px;
}
