@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:white;
	font-size:.8em;
	background-color:black;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
/*h3, h2, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}*/
h1 {
	font-size:210%;
}
h2 {
	font-size:190%;
}
h3 {
	font-size:170%;
}

h4 {
	font-size:150%;
}
h5 {
	font-size:130%;
}
h6 {
	font-size:9px;
}
h3 a,h3 a:visited {
	color:#444466;
}
h1 a,h1 a:visited {
	color:#444466;
}
a img {
	border:0;
}

a, a:visited {
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}



#language-flags {
	width:800px;
	text-align:right;
}
#language-flags a {
	margin-left:15px;
}

#language-flags a, #language-flags a:visited {
	color:white;
}


#container {
	margin:auto;
	display:table;

}

#content {
	width:800px;
	overflow:visible;
	position:relative;
	background-color:#dcd0c4;
}

#right {
	float:right;
	width: 160px;
	overflow:visible;
	padding:50px 20px;
}
 #right h2, #right h3, #right h4, #right h5, #right h6 {
color:white;
background-color:#27260a;
display:inline;
	padding:0px 5px;
}

#right a, #right a:visited, #right a:hover, #right a:visited:hover {
color:white;
	padding:0px 5px;
}
#right a {
color:white;
background-color:#27260a;
	padding:0px 5px;
}
#left {
	float:left;
	width: 560px;
	padding:50px 20px;
	overflow:hidden;
}




#date {
	line-height:1em;
	font-size:.8em;
}



.postmetadata, #reply-form-details {
	text-align:right;
	line-height:1em;
	font-size:.8em;
}



#right ul li {
	margin-bottom:20px;
}

#right ul {
	list-style:none;
}
#right ul li ul li {
	margin:5px 0px;
}
#right ul li ul li:before {
}

#site_title {
	position:relative;
	left:0px;
	top:-53px;
	/*background-color:#27260a;*/
	background-color:black;
	width:140px;
	padding:20px;
}
#site_title h1 {
	display:block;
	font-size:250%;
}
#site_title a, #site_title a:visited {
	background-color:black; !important
}
	

.widgettitle {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:1.3em;
	
}

.navigation {
	font-size:.9em;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.post {
	margin:0px 0px 20px 0px;
}
.entry p {
	color:#222;
}
