/*
Based on a Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #FFFFFF url(../images/template/img01.gif) repeat-x; */
	background: #FFFFFF;
	/* font-family: "Lucida Sans", Arial, sans-serif; */
	font-family: Georgia , "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/template/img08.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Header */

#header {
	/*width: 770px; */
	width: 96%;
	min-width:770px;
	height: 190px;
	margin: 0 auto;
	margin-top: 20px;
	overflow:hidden;
}

#header div#realmenu {
	width: 100%;
	min-width:770px;
	height: 190px;
	margin: 0;
	background: url(../images/template/img123_clocks.png) no-repeat;
	/* padding: 84px 20px 0 0; */
	
	text-align: right;
	position:relative;
	color: #FFFFFF;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#header div#realmenu div#lang{
	position:absolute;
	top:2px;right:20px;
}

#header div#realmenu h1{
	font-size: 30px;
	line-height:32px;
	text-align: left;
	margin-left:150px;
	word-spacing:30px;
	}

#header div#realmenu div a:hover{
	text-decoration:underline;
	font-style: none;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic; 
	font-weight: normal;
	color: #FFFFFF;
}

/* Menu */

div#menu{
	position: absolute;
	bottom:3px;right:20px;
	text-align:right;
	white-space: nowrap;
	color:#666666;
	/* font-family: "Lucida Sans", Arial, sans-serif; */
	font-family: Georgia , "Times New Roman", Times, serif;
	font-style: italic;
	font-size:0.98em ;
	font-weight: normal;
	line-height: 20px;
	text-transform: lowercase;
}

div#menu div{
	width:4px;
	display: inline;
}

div#menu a, div#menu div{
	background-color: #EDEBD5;
	color:#1953A7;
	border: 3px #EDEBD5 solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	padding: 2px 5px;
	text-transform: lowercase;
	line-height: 20px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

div#menu a:hover{
	border: 3px #DDDBB5 solid;
	background-color: #DDDBB5;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	color: #067600;
	text-decoration: lowercase;
}

div#menu span.exttail {
	display: none;
}

/* Page */

#page {
	width: 88%;
	margin: 0 auto;
	padding: 20px 0;
}

.page {
	border: 0px;
}

/* Content */

#content {
	/* width: 78%; */
	margin-bottom:10px;
	margin-right:230px;
	background:#EDEBD5 none repeat scroll 0 0;
	padding: 5px;
	/* padding-top: 10px; */
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	border:5px solid #EDEBD5;
	background: url(../images/template/img05.gif) repeat-y;
	color: #FFFFFF;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	background: url(../images/template/img06.gif) repeat-y;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar a,#sidebar li,#sidebar p,#sidebar pre {
	color: #FFFFFF;
	padding-left: 10px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 12px;
	padding: 15px 10px;
	background: #EDEBD5 url(../images/template/img04.gif) repeat-x;
	margin-top: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #222222;
}