/*
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
Greencolor: #79AC7A
Goldcolor: #CCCC99
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000;}
a:hover {color: #C60;}
/* Font type for content 2 */
body {
	background: #79AC7A url(img/bgmain3.gif) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.5em Tahoma,sans-serif;
	margin-bottom: 4px;
	/* color: #006666 */
	color: #990033
}

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;}

/* structure 
.left {float: left;}

.right {float: right;}
*/
/*  as: top structure */
.left {float: right;}

.right {float: left;}




/* structure */
/* AS: Greenborder on the left hand */
.container {
	background: #79AC7A;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header 
.top {
	background: url(img/clouds.gif) repeat-x;
	padding: 50px 10px 0;
}

/* AS: color around the title area */
.header {
	background: #79AC7A;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background:  url(img/damavand4.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}

/* AS: left picture without BG and border */
.header .right {
	overflow: auto;
	width: 212px;
	background: url(img/Sign2.jpg) no-repeat;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* top navigation */
.navigation {	
	background: #D9E1E5 url(img/nav2.gif);
	border: 1px solid #CCCC99;
	border-color: #CCCC99;
	height: 30px;
}
/* top navigation color and fonts*/
.navigation a {
	background: #D9E1E5 url(img/nav2.gif);
	border-right: 1px solid #AFBEC7;
	color: #034403;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
.navigation a:hover {background-position: left bottom; color: #336633;}

.activnavigation a {
	background: #66CC33 url(img/nav4.gif);
	border-right: 1px solid #AFBEC7;
	color: #034403;
	display: block;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 8px;
	text-decoration: none;
}
.activnavigation a:hover {background-position: left bottom; color: #336633;}

/*  AS: color for  line under the active top navigarion   */
/*  AS: color for  background   */
.main {
	border-top: 4px solid #CCCC99;
	background: url(img/bgmain3.gif) repeat-y; 
}

/*AS: colour and position for sub navigation */
.sidenav {
	float: right;
	width: 210px;
	background: #99CC99;
}
/* AS: sub navigation */
.sidenav h2 {
	padding-top:1px;
	color: #034403;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
	background: #669966 url(img/nav3.gif);
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
/* Font type for normal text "paragraph" */
.content p {font-family: Tahoma,sans-serif;}

/* pageinfo */
.pf {
	color: #990033;
	font: bold 1em sans-serif;
}

/* footer */
.footer {
	background: url(img/nav2.gif) repeat-x;
	color: #034403;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
