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

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

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:Courier New, Courier New, Courier6, monospace;
}
/*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%;
}

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:#444466;
}


#container {
	margin:auto;
	display:table;

}

#content {
	width:800px;
	overflow:visible;
	border: 1px solid #799;
	position:relative;
}

#right {
	float:right;
	width: 310px;
	overflow:hidden;
	padding:50px 20px 0 0;
}

#left {
	float:left;
	width: 420px;
	padding:0px 20px 0px 20px;
	overflow:hidden;
}




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

.spaceless {
	margin:0px;
	padding:0px;
}

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



#right ul li {
	margin:0px;
	padding:0px;
	display:inline;
}

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

#right ul li ul li:before {
	content:'\2022  ';
}

	

.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;
}