/*
Template name: ClearView
Release date: 2009-04-18
Description: An elegant but simple theme
Designer: Mikhail Kolybaba
Designer's Website: http://www.ethicalwebdesign.ca

The rights to this template are owned solely by Mikhail Kolybaba of Ethical Web Design (http://www.ethicalwebdesign.ca).  
*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {color: #24b2fb;}
a:hover {color: #17aefc;}


.bottom {
	position:absolute;
	bottom:0px;
	width:858px;
	}

html,body html {
width:100%;height:100%;
background: #73ADD7 url(img/gradient.gif) repeat-x;
}
body  {
	font: 12px;
	font-family: "Lucida Grande",sans-serif;
	padding: 0;
	margin: 0;
	background: url(img/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
}
 
/*for all browsers, including IE*/
..behindfooter2  {
width:100%;height:100%;min-height:100%;
	background:  url(img/bg3.png);
	background-repeat: no-repeat;
	background-attachment:absolute;
	background-position: 0 100%;
}
/*fixes error in non-IE agents*/
html>body .behindfooter2  {height:auto;min-height:100%;
		background:  url(img/bg3.png);
	background-repeat: no-repeat;
	background-attachment:absolute;
	background-position: 0 100%;
	}
}


.behindfooter {
	background:  url(img/bg3.png);
	background-repeat: no-repeat;
	background-attachment:absolute;
	background-position: 0 100%;
	margin:0;
	padding:0;
	}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em;
	font-family: "Lucida Grande",sans-serif;
	margin-bottom: 4px;
}

noborder {
margin-left: auto;
margin-right: auto;
padding: 0px;
}

code {
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em;
	font-family: "Lucida Grande",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;
color: #023f5f;
}

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

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	font-size: 12px;
	margin: 0 auto;
	width: 858px;
}

/* title */
.header {
	background: url(img/header.png) no-repeat;
	float: middle;
	width: 845px;
	height: 115px;
}

/* navigation */
.navigation {	
	height: 42px;
	font-size: 12px;
}
.navigation li{
	float:left;
	
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	/* float: left; */
	font: bold 12px;
	font-family: "Lucida Grande",sans-serif;
	line-height: 42px;
	padding: 0 10px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	float: center;
	background: url(img/bgmainmiddle.png) repeat-y bottom;
	width: 858px;
}

.main2 {
	float: center;
	background: url(img/bgmainmiddle2.png) repeat-y bottom;
	width: 858px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 275px;
	margin: 0 10px;
	padding: 0 16px;
	
}

/* content */
.content {
	float: left;
	margin: 0 20px;
	padding: 0 16px;
	width: 428px;
}

.content2 {
	float: left;
	margin: 0 25px;
	padding: 0 16px;
	width: 710px;
}

body.full .content {
        width: 858px;
}

body.left_sidebar .content {
        float: right;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.sidenav li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Grande",sans-serif;}

/* footer */
.bg3 {
	background: url(img/bg3.png) no-repeat;
	height: 90px;
	float: bottom;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}