/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


@charset "UTF-8";

body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #333333;
	font-size: 13px;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
}
a {
	font-size: 13px;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1 {
	color: #666;
	font-weight: normal;
	font-size: 20px;
}


img {
	border: 0px;
}

#content {
	width: 900px;
	margin: 10px auto 0px auto;
	background-color: #FFF;
	border: 1px solid #999;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: black 5px 5px 5px;
}


#slide {
	width: 480px;
	float: right;
	padding: 10px;
}


#logo {
	width: 350px;
	float: left;
	padding: 5px;
}

#data {


	color: #3f3f3f;


	text-align: center;


	padding: 3px;


	margin-bottom: 5px;


	background-color: #d0d0d0;


}


#meteo {color: #3f3f3f; margin-bottom: 6px; border-color: #d6d6d6; border-style: solid; border-width: 1px;}


#menu {
	background-color: #326D8A;
	padding: 10px;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}







#cerca {
	margin-left: 160px;
	width: 210px;
	display: inline-block;
}



#menu .button {
	background-color: #366D89;
	color: #FFF;
	border: 0px;
}








#menu a {
	clear: both;
	color: #FFF;
	margin:10px;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
	
	}

#menu a:hover {
	text-decoration: underline;
}

#sinistra {
	width: 630px;
	float: left;
	margin: 2px;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 10px;

}


#destra {
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 210px;
	float: right;
	margin: 2px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}



#mastermenu {
	background-color: #366D89;
	color: #FFF;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-bottom: 5px;
}

#destra a {
	clear: both;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #666;
}

#destra a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#footer {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
}

#footer .destra {
	float: right;
	display: inline;
	margin: 0px;
}

.news {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 15px;
}

.news .titolo {
	color: #396D88;
	font-size: 18px;
	
}
.news .data {
	margin: 0px;
	color: #999;
}


.news .more-link {
	color: #396D88;
}

.news img {
	float: left;
	margin-right: 8px;
	border: 0px;
}

#altropage li {margin-right: 10px; display: inline; clear: both; list-style-type: none;}



/* crumbs
------------------------------------------------------------------*/




#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	}
#crumbs a {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs a{
	background:url(/wp-content/themes/boville/img/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 10px;
	}							
#crumbs a:link,
#crumbs a:visited {
	color:#777;
	text-decoration:none;
	}	
#crumbs a:hover,
#crumbs a:focus {
	color:#396D88;
	}		
#crumbs strong {
	font-style: normal;
	font-weight: normal;
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}
