/*
Theme Name: BuoneBolle.com
Theme URI: http://www.buonebolle.com
Description: Tema di BolleBlu.com
Version: 1.0
Author: Pixelized.ch Sagl
Author URI: http://www.pixelized.ch
*/

/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	margin: 0 auto;
	padding: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #106978;
	height: 100%;
        wight: 100%;
	background-image: url(http://www.buonebolle.com/wp-content/themes/buonebolle/images/sfondo-bolle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4AA8B8;
}

#bianco {
	background-color: #FFFFFF;
}

#container {
	width: 638px;
	margin: 0 auto;
	text-align: center;
	margin:0px auto;
	padding:0px;
	position:relative;
	
	height:auto!important;
	height:100%;
	visibility: inherit;
	padding-top: 100px;
}

#stondo {
	background-image: url(images/stondo.png);
	background-repeat: repeat;
	background-position: center top;
	height: 20px;
	width: 100%;
}

#header {
	font-size: 11pt;
	font-weight: bold;
}

.content {
	width: 638px;
	margin: 0 auto 0;
}

/* menu */
.menu {
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	overflow: visible;
	font-weight: bold;
	text-transform: uppercase;
	color: #106978;
	height:35px;
	margin-left:33px;
}

.menu a {
	color: #106978;
	text-decoration: none;
	font-weight: bolder;
}

.menu a:hover {
	color: white;
}
.menu ul {
	width:572px;
	text-align: center;
	margin:0px auto;
	display: inline;
	padding:0px;
}
.menu li {
	height:35px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align: center;
	float: left;
}
#uno {
	background:transparent url(images/1.jpg) no-repeat scroll left top;
	display:block;
	overflow:hidden;
	text-indent:0px;
	width:142px;
	height:35px;
}
#uno:hover {
	background-position:left bottom;
	text-decoration:none;
}
#due {
	background:transparent url(images/2.jpg) no-repeat scroll left top;
	display:block;
	overflow:hidden;
	text-indent:0px;
	width:136px;
	height:35px;
}
#due:hover {
	background-position:left bottom;
	text-decoration:none;
}
#tre {
	background:transparent url(images/3.jpg) no-repeat scroll left top;
	display:block;
	overflow:hidden;
	text-indent:0px;
	width:152px;
	height:35px;
}
#tre:hover {
	background-position:left bottom;
	text-decoration:none;
}
#quattro {
	background:transparent url(images/vuoto.jpg) no-repeat scroll left top;
	display:block;
	height:35px;
	overflow:hidden;
	text-indent:10000px;
	width:142px;
}
#quattro:hover {
	background-position:left bottom;
	text-decoration:none;
}
/* menu fine */

.main {
	font-size: 12pt;
	font-weight: normal;
	padding-right: 45px;
	padding-left: 45px;
	margin-top: 180px;
	padding-bottom: 45px;
	text-align: left;	
}

#titolo {
	font-size: 16pt;
	font-weight: bold;
}

#titolo a {
	font-weight: bold;
}

#data {
	font-size: 10pt;
}

.clearCol {
	clear: both;
	height: 10px;
}

#footer {
	width: 100%;
	bottom: 0;
	font-size: 7pt;
	text-align: center;
	vertical-align: middle;
	vertical-align: absmiddle;
	line-height: 16px;
	margin-top: 30px;
}

a {
	color: #3EC7E0;
	text-decoration: none;
}

.linkcommenti {
	font-size: 10pt;
	font-weight: bold;
}

#content-right {
	
	
}

#navigation {
	
}


