/*
Theme Name: blab
Theme URI: http://mavida.com/
Description: blab
Version: 1.0
Author: Maurizio Pelizzone
Author URI: http://maurizio.mavida.com
Tags: blab

*/

* {
	font-family:Arial, Helvetica, sans-serif
}

body, form, img, ol, ul, li, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	list-style-type: none;
	
}

body {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;

	}

ul li div#videobox { display:none; }

h5 {
	font-size: 14px;
	font-weight: bold;
}

h5 a {
	color: #202020;
	text-decoration: none;
}

h5 a:hover {
	color: #202020;
	text-decoration: underline;
}


#xline {
	position: absolute;
	z-index: 10;
	height: 300px;
	width: 100%;
}

#page {
	width: 980px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: -999;

	}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#logo {
	width: 200px;
	height: 205px;
	float: left;
	background-image: url(images/header-left.png);
	background-repeat: no-repeat;

}

#logo img{
	margin: 100px 0 0 15px;
}

#slogan {
	width: 600px;
	height: 205px;
	float: left;
	background-image: url(images/header-right.png);
	background-repeat: no-repeat;
	position: relative;
}

#lang {
	position: absolute;
	top: 10px;
	right: 10px;
}

#menu {
	position: relative;	
	height: 30px;	
}

#menu ul {
	xbackground-color: #9F998D;
	height: 30px;
	padding-left: 250px;

}

#menu ul li {
	display: block;
	float: left;
	padding: 0 8px;
	line-height: 30px;
	height: 30px;
}

#menu ul li:hover{
	background-color: #4A4034;
}

#menu li:hover>a {
	color: #fff;
	}


#menu ul li.CurrentItem {
	background-color: #484032;
}




#menu ul li a{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}





#menu ul li span {
	float: left;
	position: absolute;
	left: 0;
	padding: 0px;
	top: 30px;
	display: none;
	width: 100%
}

#menu .submenu {
	background-color: #e6e2dd;
	}

#menu .submenu a {
	color: #000000;
}
#menu ul li:hover span {
	display: block;
	color: #fff;
}

#lang, 
#lang a {
	font-size: 10px;
	text-align: right;
	color: #000000;
	text-decoration: none;
	margin: 5px 10px;

}

#content{
	clear: both;	
	padding: 100px 0px 10px;
}


.home #content{

	padding: 100px 10px 0;
}



.jdGallery {
	margin:0 auto;
	}

#highlight {
	margin: 0px auto;
	width: 770px;
	background-color: #E4E4E4;
	height: 70px;
}
#highlight ul {
	width: 600px;
	margin: 0 auto;
}

#highlight li {
	display: block;
	width: 200px;
	float: left;
}


#highlight li a {
	color: #484032;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#highlight li img {
	float: left;
	margin: 5px;
}

.post {
	background-image: url(images/main.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #202020;
	padding-top:20px;
}


.post h2,
.post h2 a,
.post h3,
.post h4 {
	background-color: #fff;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: arial;
	padding-left: 15px;
	height: 28px;
	line-height: 28px;	
	width: 180px;
	float: left;
	
}

.post h3 {
	font-size: 12px;
	background-color: #dad4c7;
	width: 105px;
	margin: 1px 2px;
	height: 26px;
	line-height: 26px;	
	}

.post h4 {
	background-color: transparent;
	font-size: 12px;
	width: 105px;
}

.post h4 a {
	color: #202020;
	text-decoration: none;
	font-size: 12px;

}

.entry {
	font-size: 11px;
	padding: 15px;
}

.category-item {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}


ul.gallery {
	margin: 25px 0px;
}

ul.gallery li {
	display: inline;
	float: left;
	margin: 6px;

}

ul.gallery li a img {
	border: 2px solid transparent;
}

ul.gallery li a:hover img {
	border: 2px solid #fff; 

}


#footer {
	margin: 10px auto;
	text-align: center;
	font-size: 9px;
	
}

#footer a {
	color: #202020;
	text-decoration: none;
}

.clear {
	clear: both;
}



.attachmentlist {
	margin: 10px 0px;
	padding: 10px 0px;
	text-align: right;
}

.attachmentlist li {
	float: right;
	margin-right: 20px;


}

.attachmentlist li a {
	padding-left: 20px;
	color: #fff;
}
.attachmentlist li a.pdf {
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
}

.attachmentlist li a.video {
	background-image: url(images/video.png);
	background-repeat: no-repeat;
}
