/*#############################################################
Name: Beautiful Day
Date: 2006-11-12f
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: #0099FF;}
a:hover {color: #0099FF;}

body {
	background: #111111; /* url(/images/bg.jpg) repeat-x left bottom; */
	color: #fff;
	font: normal 62.5% Tahoma,sans-serif;
  /* margin: 5px; */
}

.overall {
	background: #222222;
	border: solid 1px #444444;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

p, code, ul { padding-top: 3px; padding-bottom: 3px; }

/* li {list-style: none;} */
ul { padding-left: 15px }
.sidenav 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(/images/quotes.png) no-repeat;
	display: block;
  padding: 5px;
  margin: 5px;
  margin-top: 0 !important;
	padding-left: 28px;
}

blockquote p {
  padding: 0;
  margin: 0;
}

h1,h2,h3 {padding-top: 6px;}

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	min-width: 980px;
	background: #333333;
}

/* header */
.top {
	/* background: url(/images/clouds.gif) repeat-x; */
	min-width: 980px;
	height: 100px;
  background: #333;
}

/* title */

.navigation {	
	background: #111;
	border: 1px solid #444;
	height: 40px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
	margin-left: 5px;
	margin-right: 5px;
}

.header-right {
  position: relative;
}

.headerleft, .headerright {
	background: #333;
	color: #FFF;
}
.headerleft {
	/* padding: 10px 10px 5px; */
	background: #333; /* url(/images/header.jpg) no-repeat; */
  /* margin-right: 212px; */
  height: 70px;
  font: normal 2.0em "Trebuchet MS",sans-serif;
  text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
  color: #fff;
  line-height: 50px;
}

.headerleft a {
	color: #fff;
  text-decoration: none;
}

.headerright a {
	color: #FFF;
  text-decoration: none;
}

.headerright {
	font: normal 2.0em "Trebuchet MS",sans-serif;
	line-height: 50px;
	text-align: center;	
	overflow: auto;
	/* width: 212px; */
  position: absolute;
  right: 0;
  display: block;
  z-index: 1;
}

.headerright p,.headerright h2 {padding: 0 16px;}
.headerright h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.menudiv {
  position: relative;
  float: left;
}

/* main */
.main {
	/* background: url(/images/bgmain.gif) top right repeat-y; */
}

.sidebar {
  position: relative;
}

/* sub navigation */
.sidenav {
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	border-top: solid 1px #555;
	position: absolute;
  right: 6px;
	width: 205px;
	background: #353535;
  font-size: 11px;
}
.sidenav h2 {
	color: #ffffff;
	font-size: 11px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	background: #444444;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #555;
}
.sidenav li {
	border-bottom: 1px solid #555;
}
.sidenav li a {
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #444;
	color: #fff;	
}

/* content */
.content {
	margin: 0;
	padding: 0px 16px 10px 16px;
  margin-right: 215px;
  min-height: 550px;
  height:auto !important;
  height:550px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

.content ul li {
	list-style: url(/images/li.png);
	margin-left: 12px;
}
.content ol li {
	margin-left: 12px;
}

/* footer */
.footer {
	background: #222222;
	color: #fff;
	font: 1em sans-serif;
	text-align: center;
  border-top: solid 1px #444444;
	clear: both;
	padding: 5px;
}
.footer a,.footer a:hover {
  color: #fff;
  font-weight: bolder;
}