 
/*Base Colors
------------------------------------------------------------ */
body { background: #CCCCFF; }
.container, .sliderGallery { background: #ffffff; }
div.colborder, div.border { border-right: 1px solid #cccccc; }
.box,.postmetadata,.nav,h3#comments,h3#respond,#commentform,#sidebar ul li a:hover,ul.txt li:hover {background: #cccccc; }
#sidebar ul li a,ul.txt li { border-bottom: 1px solid #cccccc; }
hr {background: #cccccc; color: #cccccc; }
#footer-wrap {background: #E6E6DC;}

/*Font Color
------------------------------------------------------------ */
body,p,h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #222222}
h3.sub,h2.sub {border-bottom: 1px solid #cccccc; }

/*Links 
------------------------------------------------------------ */
a:link, a:visited { color: #222222; }

/*Hover 
------------------------------------------------------------ */
a:hover, a:focus { color: #666666; }

/* Personalizzazzione AT@ */
/* -------------------------------- Breadcrumb styles -------------------------------- */

body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

body {
	margin: 0;
}

.postmetadata {
	font-size: 11px;
}

.breadcrumb {
	float: left;
	font-size: 0.9em;
/*	margin: 2px 20px; */
	margin: 8px 0 -8px 20px;
	border-bottom: 1px solid #EEEEEE;
}

.breadcrumb a {
	color: #999;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #000;
	text-decoration: none;
}

#top {
	z-index: 1;
}

.container {
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	
	-khtml-border-top-left-radius: 12px;
	-khtml-border-top-right-radius: 12px;
	-khtml-border-bottom-left-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	z-index: 0;
}

.post ul {
	list-style-type: disc;
	margin-left: 40px;
}

.post ul li {
	margin-bottom: 10px;
}

#sidebar h3.sub, h2.sub {
	background: url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/titolo_200.png) no-repeat;
	height: 33px;
	border: none;
	padding: 8px 0 0 10px;
	color: #fff;
	margin: 0;
}

.container-inner h3.sub, h2.sub {
	border-bottom: 1px solid #9FC54E;
}

#nav {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

	margin: 0;
	padding: 6px 0px 4px 10px;

	height: 28px;
	background-color: #172322;
	
	font-size: 11px;
/*	text-transform: uppercase; */
}

#nav ul, #nav ul li {
	margin: 0 10px;

	padding: 2px 0;

	font-size: 11px;
/*	text-transform: uppercase; */
}

#nav ul li a.logo {
	-moz-border-radius-bottomleft: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-border-bottom-left-radius: 8px;
	
	background: #9FC54E none no-repeat scroll 0 0;
	left: -52px;
	padding: 11px;
	position: absolute;
	top: -9px;
	width: 60px;
	margin: 0px 0;
	text-indent: 10px;
}

#nav ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #9FC54E; /* #7FCDFE; */
}

/* Sub-navigation */
#nav ul li ul {
	padding-top: 8px;
	margin-left: -10px;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#nav ul ul li, #nav ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
/*	text-transform: uppercase; */
}

#nav ul li ul li a {
	color: #fff;
/*	border-bottom: 1px solid transparent; */

	background: #172322 none no-repeat scroll 0 0;

	padding-top: 5px;
}

#nav ul li ul li a:hover {
	text-decoration: none;
	color: #9FC54E; /* #7FCDFE; */
	background-color: #172322;	
/*	border-bottom: 1px dotted #eee; */
}

#nav ul li a.logo:hover {
	color: #222222;
}

#nav ul li.enhanced a.arrow {
	display: none;
}

#nav ul li ul li.last a {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	height: 0;
	margin-top: -4px;
}

#nav .menu-logo {
	display: block;
}

#nav .menu-items {
	display: block;
}

#nav li.drop ul li img {
	padding-right: 10px;
}

#top {
	margin: 0 auto 0;

	background-image: url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/logo.png);
	background-repeat:  no-repeat;
	height: 130px;
	width: 990px;
}

#footer-wrap {
	background-color: #CCCCFF;
	margin-bottom: 30px;

	height: 190px;
}

#footer {
	background: #9c9ca7 url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/footer.gif) top right no-repeat;
	background-color: #9c9ca7;

	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;

	width: 990px;
	color: #111111;
}

#footer .item {
	margin:0;
}

#footer .item ul li.news {
	margin-bottom: 4px;
}


#footer h3 {
	text-transform: none;
}

#footer h3,
#footer p {
	color: #333333;
}

.footer_img {
	background: transparent url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/footer.gif) repeat scroll 0 0;
	height: 86px;
	position: absolute;
	right: 42px;
	top: 0;
	width: 263px;

	z-index: 50;
}

.title-image {
	position: absolute;
	left: 565px;
	margin-left: -40px;
}

ul#portfolio {
/*
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	border: 1px solid #dddddd;
*/

	z-index: 2;
}

ul#portfolio li img {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

a.icon {
	padding-left: 30px;
	padding-top: 3px;
}
a.entries {
	background-image: url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/at_custom/rss-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#sidebar ul li a, ul.txt li {
	color: #666;
}

#sidebar .nippleBox .bar .bar-content a {
	color: #fff;
}
#sidebar .nippleBox .bar .bar-content a:hover {
	color: #333;
}


div.textwidget {
	font-size: 11px;
}

div.textwidget p {
	margin-bottom: 0px;
}

div.textwidget a {
	float: right;
}

.language {
	position: absolute;
	top: 115px;
	margin: 0 940px;
	height: 20px;
}

.thumbnail, .attachment-thumbnail {
	max-width: 120px;
	max-height: 120px;
}

#sidebar ul ul {
	font-size: 0.9em;
	margin: 0;
	padding-left: 15px;
}

.box-page {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	background: #e8f5fb none repeat scroll 0 0;
	border: 1px solid #e8f5fb;
	margin-bottom: 10px;
	padding: 10px 10px 1px;
}

.box {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

/*	background: #F8F8F8 none repeat scroll 0 0; */
/*	border:1px solid #E1E1E1 */
	background: #e8f5fb none repeat scroll 0 0;
	border: 1px solid #e8f5fb;
	margin-bottom: 5px;
	padding: 10px 10px 1px;
}

.box p {
	font-size: 0.9em;
}

.box-page.only-border,
.box.only-border {
	background: #fff none repeat scroll 0 0;
	border: 8px solid #e8f5fb;
}

.box-page.gray,
.box.gray {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #eee;
}

.box-page.no-border,
.box.no-border {
	background: none;
	border: none;
}

.round-8 {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.round-12 {
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.box h1 {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	background: transparent none repeat scroll 0 0;
	color: #515151;

	font-size: 22px;
	line-height:1.2em;
	margin-bottom: 0.3em;
}

.box h2, .box h3 {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
/*	background: #192227 none repeat scroll 0 0; */
/*	color: #E1E1E1; */
	background: #e8f5fb none repeat scroll 0 0;
	color: #515151;
	font-size: 1.2em;
	font-weight: normal;
	margin: -11px -11px 0;
	padding: 8px 0 6px 12px;
	text-transform: uppercase;
}


.box h2 a, .box h2 a.visible,
.box h3 a, .box h3 a.visible {
	color: #111;
	font-weight: normal;
}

.box h2 a:hover, .box h3 a:hover {
	color: #9BAAB5;
	background: none;
}

.box .meta {
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	color: #666;
	margin-bottom: 0.8em;
	padding: 1px 1px;
}

.box .side_ads {
	padding:12px 0 8px 12px;
}

.box .side_ads img {
	float: left;
	margin: 0 4px 4px 0;
	width: 125px;
	height: 125px;
}

.content .box-link,
.box .box-link,
.box a.more-link {
	float: right;
	margin: 0 0 1.5em !important;
	font-size: 10px;
	border-bottom: 1px solid #9FC54E;
	color: #333;
}

.box .entry p {
	margin: 0;
}

h1 img, h2 img, h3 img,
.box h1 img, .box h2 img, .box h3 img {
	vertical-align: middle;
}

#sidebar ul li a {
	border-bottom: none;	
}

#sidebar ul li.current_item,
#sidebar ul li:hover,
#sidebar ul li a:hover {
	border-bottom: none;
	color: #333;
	background: #ccc;
	-moz-border-radius: 8px; 
	-khtml-border-radius: 8px;	
	-webkit-border-radius: 8px;	
	border-radius: 8px;	
/*	margin-bottom: 10px; */
}

/* Add to Blueprint */
.append-1-half {padding-right:20px;}
.append-1-home {padding-right:35px;}
.prepend-1-half {padding-left:12px;}

/* VIMEO */
.content .nippleBox {
	height: 40px;
	margin-bottom: 5px;
}

.content .nippleBox .bar {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	height: 30px;
}

.content .nippleBox .bar .bar-content {
	top: 14px;
}

.content .nippleBox .bar-content h2 {
	font-size: 1.5em;
	color: #333333;
	// padding: 0 10px 8px 5px;
}

.content .nippleBox .bar-content .title {
	float: left;
}

.content .nippleBox .bar-content .pagination {
	float: right;
	color: #666;
	font-size: 11px;
	padding-right: 20px;
}

.content .nippleBox .bar-content .data {
	color: #666666;
	margin-right: 20px;
	float: right;
}

.content .nippleBox .bar-content .button-right {
	float: right;
	color: #666;
	font-size: 11px;
	height: 20px;
	cursor: pointer;
	padding-right: 5px;
}

.content .nippleBox .bar.end {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-top-left-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-khtml-border-bottom-left-radius: 12px;
	-khtml-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;

	height: 12px;
}

.content .nippleBox .bar.puntina {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	height: 10px;
	background: transparent url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/puntina_big.gif) 0 0px no-repeat;
}

.nippleBox {
	position: relative;
	z-index: 3;
}


.nippleBox .bar {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	background-color: #4EBAFF;
	height: 20px;
}

.nippleBox .bar.end {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-khtml-border-top-left-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

	height: 10px;
}

.nippleBox .bar.puntina {
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	height: 5px;
	background: transparent url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/puntina.gif) 0 0px no-repeat;
}

.color-main,
.content .nippleBox .bar.color-main,
.nippleBox .bar.color-main {
	background-color: #90D5EC;
}

.color-green,
.content .nippleBox .bar.color-green,
.nippleBox .bar.color-green {
	background-color: #9FC54E;
}

.color-gray,
.content .nippleBox .bar.color-gray,
.nippleBox .bar.color-gray {
	background-color: #eeeeee;
}

.nippleBox .bar div.bar-content {
	-x-system-font:none;
	color:#FFFFFF;
/*	float:left; */
/*	font-family: verdana,sans-serif; */
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	left: 8px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 9px;
	
	z-index: 4;
}

.nippleBox img.nipple {
	height: 5px;
	left: 18px;
	position: absolute;
	width: 9px;
}

img.centered {
	float: none;
}

/* contact form */
div.wpcf7 {
	margin: 0;
	padding: 10px !important;
	border: 1px solid #aaa;
}

/* mapstraction */
.mapstraction {
	border: 1px solid #aaa;
}

/* for Sidebar
----------------------------------------------- */

.bar-title {
	line-height: 1.2em;
	padding: 6px 0 6px 8px;
	background-color: #ccc;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}

.bar-title.hover {
	color: #fff;
}

/*Links 
------------------------------------------------------------ */
#footer a:link, a:visited {
/*	padding-left: 2px; */
/*	padding-right: 2px; */
}

/*Hover 
------------------------------------------------------------ */
#footer a:hover, #footer a:focus { 
	background-color: #9FC54E;
	color: #fff;
}
#footer a:focus { 
/*	background-color: #9FC54E; */
	color: #fff;
}

#footer ul li a,
ul.txt li {
	height: 1%;
	line-height: 1.0em;
	display: block;
	padding: 2px 0 2px 2px;
}

#footer ul li a:hover,
ul.txt li:hover{ 
	color: #fff;
	background-position: 1px 0.8em;
	background: #9FC54E;
}

/* roundimage */

.roundimage {
/*	background-image: url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/boxround_200_120.gif); */
	background-color: #fff; /* #CCCCFF; */ /* #C4CDE0; */
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 4px;
}

.roundimage_small {
	width: 200px;
	height: 120px;
}

.roundimage_medium {
	width: 200px;
	height: 200px;
}

.roundimage_corners {
	background: transparent none repeat scroll 0 0;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.roundimage_image {
	background: transparent none repeat scroll 0 0 !important;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

/**/
.news-home .thumbnail, .news-home .attachment-thumbnail {
	max-height: 60px;
	max-width: 60px;
	margin: 0.8em 0.9em 0.7em 0;
}

.news-home h3 {
	font-size: 1.0em;
}

/* ie6-box */
#ie6-box {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #cddceb;
}
#ie6-box p {
	margin-bottom: 0px;
}
#ie6-box .upgrade-message {
	FONT-SIZE: 14px;
	width: 381px;
}
#ie6-box .upgrade-message a {
	border-bottom-width: 0px! important;
	cursor: text;
	color: black! important;
	text-decoration: none! important;
}
#ie6-box .close-button {
	display: block;
	float: right;
	margin-left: 8px;
}
#ie6-box .close-icon {
	background-position: -57px -712px;
	display: block;
	width: 12px;
	height: 12px;
}
#ie6-box .browser-links {
	float: right
}
#ie6-box .browser-link img {
	background-image: url(http://www.giorgiotesivivai.it/site/wp-content/themes/giorgiotesivivai/images/browsers-vfl107426.png);
	margin-left: 8px;
	width: 172px;
	height: 32px;
}
#ie6-box .browser-link:hover img {
	background-position-x: -172px;
}
#ie6-box .chrome-link {
	background-position: 0px 0px;
	background-position-y: 0px;
}
#ie6-box .ie8-link {
	background-position: 0px -32px;
	background-position-y: -32px;
}
#ie6-box .firefox-link {
	background-position: 0px -64px;
	background-position-y: -64px;
}
