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

img.border {
 border: 0px solid #333333 ;
 padding: 3px 0px 0px 10px ;
 }

a {color: #ff6633; weight: bold}
a:hover {color: #ff6633;}

body {
	background: #000000;
	color: #fff;
	font: normal 62.5% Tahoma,sans-serif;
}

.heading1 {
	background: #000000;
	color: #ff6633;
	font: bold 14px Tahoma,sans-serif;
}

.heading2 {
	background: #000000;
	color: #ccc;
	font: italic bold 13px Tahoma,sans-serif;
}
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: ;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

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

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #000;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 900px;
}

/* header */
.top {
	background: #000;
	padding: 0px 0px 0;
}

/* title */
.header {
	background: #000;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0px 5px;
	width: 900px;
}
.header .left, .header .right {
	background: #000000;
	color: #FFF;
	height: 100px;	
}
.header .left {
	background: #000000 url(../images/misc/pageheader.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: center;	
	width: 900px;
}
.header .right {
	overflow: auto;
	width: 0px;
}
.header .right p,.header .right h2 {padding: 0 0px;}
.header .right h2 {padding-top: 0px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #000000;
	border: 0px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 70px;
}
.navigation a {
	background: #000;
	border-right: 0px solid;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 70px;
	padding: 0 0px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 0px solid #000;
	background:#000000;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 150px;
    padding: 10px 5px 10px;
}
.sidenav h2 {
	color: #ffffff;
	font-size: 1em;
	line-height: 50px;
	margin: 0;
	padding-left: 0px;
}
.sidenav ul {
	padding: 20;
	border-top: 0px solid #EAEADA;
}
.sidenav li {border-bottom: 0px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #ff6633;

	padding: 5px 5px 5px 0%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #000;
	color: #ff6633;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding:0 0 0px;
	width: 700px;
	color: #fff;
}
.content .descr {
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style:  url(../new%20work/img/li.gif);
	margin-left: 0px;
}
.content p {font-family: "tahoma",sans-serif;}

/* footer */
.footer {
	background:  url() repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

