/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

table {border-collapse:separate;border-spacing:0;}

caption, th, td {text-align:left;font-weight:normal;}

table, td, th {vertical-align:middle;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}

blockquote, q {quotes:"" "";}

a img {border:none;}

a{color: #424242; text-decoration:underline }

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/* layout */
body {
	background: #EFEFEF url(../images/bg.gif) left top repeat-x;
	text-align: center;
	font: .78em/1.5em Arial, Helvetica, sans-serif;
}

#header{
	height: 101px;
}
h1{
	font-family:'Times New Roman CE','Times New CE','Times CE','Times New Roman',Times,serif;
	font-size:1.45em;
	line-height:101px;
	text-align:center;
	
	display:block;
	float:left;
/*	width:190px;height:101px;*/
	margin:10px 46px 0 44px;
	width:100px;height:100px;
}
h1 a{
	color:#F00;
	display:block;
	text-decoration:none;
}
h1 img{
	display: block;
	height: 100px;
	width: 100px;
}
#container{
	width: 760px;
	text-align: left;
	float:left;
}
#container-sub{
	width: 840px;
	text-align: left;
	float:left;
}
ul#menu{
	width: 165px;
	float: left;
	margin-top:30px;	
	list-style: none;
}
ul#menu li{
	font-family:'Times New Roman CE','Times New CE','Times CE','Times New Roman',Times,serif;
	font-size: 1.45em;
	padding:0 0 1em 44px;
}
ul#menu li a{
	text-decoration: none;
	color:#2654FF;
}
ul#menu li.selected a{
	text-decoration: underline;
}
ul#menu li a:hover{
	text-decoration: underline;
}
ul#menu #lang-switch{
	margin-top:20px;
	font-size:12px;
}
ul#menu #lang-switch a{
	color:#F00;
}

ul#submenu{
	width: 640px;
	float: left;
	margin-top:30px;
	list-style: none;
	padding-left: 10px;
}
ul#submenu li{
	background: url("../images/submenu-line.gif") right center no-repeat;;
	margin-right: 6px;
	padding: .3em 30px .3em 0;
	display: block;
	float:left;
}
ul#submenu li.all{
	background: transparent;
}
ul#submenu li a{
	text-decoration: none;
	color: #424242;
}
ul#submenu li a:hover,ul#submenu li a.selected{
	text-decoration: underline;
}

#content{
	width: 560px;
	float: right;
	margin-top:30px;
	line-height: 1.8em;
	padding-bottom: 3em;
}
#container-sub #content{
	width: 640px;
}
#content h2{
	font-family:'Times New Roman CE','Times New CE','Times CE','Times New Roman',Times,serif;
	font-size: 1.9em;
	padding:0 0 1em 0;
}
#content p{
	padding: .5em 0 1.5em;
}

#content .image{
	float:left;
	margin-bottom:20px;
}
#content .image img{
	display:block;
}
#content h4.image-title{
	color: #424242;
	text-align:right;
	margin-top:10px;
}

.item{
	background:#CFCFCF;
	position:relative;
}
.item img{
	display:block;
}
.item .info{
	display:block;
	width:180px;
	position:absolute;left:440px;bottom:15px;
}
.item .meta{
	color:#959595;
}
.item a{
	text-decoration: none;
	margin-bottom: 20px;
	display:block;
}
.item a:hover{
	background: #848484;
	color: #FFF;
}
.addthis_button_compact{
	line-height:16px;
}
.audio div{
	display:none;
}
