/*
Design by Gerhard Kulzer http://www.re-image.fr
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #666767 url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%; text-align: justify;
	color: #CCCCCC;
}

form {	margin: 0; padding: 0; }

fieldset { margin: 0; padding: 0; border: none; }

input, textarea {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {	letter-spacing: -1px; font-size: 2.6em; }

h2 {	font-size: 1.7em; }

h3 {	font-size: 1em; font-weight: bold; }

p, ul, ol { margin-bottom: 1.6em; line-height: 150%; }

p { margin-bottom: 0.5em; }

blockquote { font-style: italic; }

ul {}

ol {}

a { color: #FFA858; text-decoration: none;}

a:hover { text-decoration: underline; }

small {}

hr {	display: none; }

img {	border: none; }

img.left  { float: left; margin: 0 12px 0 0; }

img.right { float: left; margin: 0 0 0 15px; }

/* Header */

#header {
	margin: 0 auto;
	width: 720px;
	height: 230px;
	background: url(images/header.gif) no-repeat;
}

#header h1 {
	padding: 135px 0 0 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a { text-decoration: none; }

#flags { position: absolute; margin: 180px 0 0 530px; z-index: 20 }

/* Page */

#page {
	margin: -10px auto 0;
	width: 700px;
	background: #666767 url(images/img03.jpg);
}

/* Content */

#content {
	float: left;
	width: 490px;
}

.post {	padding: 20px 0 20px 20px; }

.post .title {
	margin: 0;
	padding-left: 35px;
	background: url(images/img06.gif) no-repeat left center;
	font-size: 1.9em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	background: url(images/img05.gif) repeat-x;
	line-height: normal;
}

.post .entry {width: 470px}

/* Sidebar */

#sidebar { float: right; width: 190px; text-align: left;}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 14px 5px 20px 10px;
}

#sidebar li ul {
	margin: 0 0 0 15px;
	line-height: 1.5em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin: 14px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 140%;
	color: #C3C3C3;
}

#sidebar a { border: none; color:#FFA858; }
#sidebar a:link { text-decoration:none; }
#sidebar a:visited { text-decoration:none; }
#sidebar a:hover { text-decoration:underline; color:#ffffff; }

/* Footer */

#footer {
	clear: both;
	width: 730px;
	height: 30px;
	margin: 0 auto;
	padding-top: 30px;
	background: #130D0F url(images/img04.jpg); /* 730px */
	color: #666767;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a { color: #666767; }