/* @override http://localhost:8888/slicing/rossobastardo/style.css */

/*   
Theme Name: rossobastardo
Theme URI: <www.>
Description: the theme of <>
Author: ResetStudio
Author URI: http://www.resetstudio.it
Version: 1.9
.
Copyright resetstudio.it
.
*/

/* @group Color Definition */
/* -------------------------------------------------------------- 

		Color definition
   
-------------------------------------------------------------- 
	
- Green Title (Headings): #5F7D22
- 70% Black (Top navigation, text): #5E5E5E
- 60% Black (Various): #707070
- 50% Black (footer addresses): #828282
- 20% Black #c7c9cb
 */
/* @end */


/* @group Css Reset */

/* -------------------------------------------------------------- 

		Css Reset
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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

strong {
	font-weight: bolder;
}

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

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

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

/* @end */

/* @group Tipography */

/* -------------------------------------------------------------- 

		Typography: font size, line heights
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

html {
	font-size: 100.01%;
}

body {
	font-family: Georgia, Times, serif;
	color: #5E5E5E;
	font-size: 12px;
	line-height: 1.3;
}

/* 			Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: 30px;
}

h1 {
	
}

.title {
	font-size: 20px;
	color: #a12109;
	font-style: italic;
	margin: 0;
	text-align: center;
	width: 800px;
}

h3 {
	
}

h4 {
	font-size: 20px;
}

h5 {
	
}

h6 {
	
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

/* 			Text elements
-------------------------------------------------------------- */
br{
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}

small, .post-header em {
	font-size: 14px;
}

em {
	font-style: italic;
}
/* @end */

/* @group Footer */
#top{
	background: #383733 url(/images/header.jpg) no-repeat center top;
}
#header{
	height: 148px;
	position: relative;
}
#logo{
	width: 120px;
	height: 88px;
	position: absolute;
	top : 30px;
	left: 390px;
	text-indent: -9999px;
}
#footer, #navigation{
	background: #030508 url(/images/navigation.gif) repeat-x left bottom;
	height : 54px;
	line-height: 54px;
}
#footer {
	bottom: 0;
	clear: both;
}

#container {
	height: 100%;
}
#page {
	height: 100%;
}
#navigation, #navigation a{
	color: #fff;
	font-size: 16px;
}
#navigation div, #footer div, #content, #header{
	width: 800px;
	margin: 0 auto;
}
#navigation div{
	height: 54px;
}
#nav li, #lang-selector li{
	float: left;
	display: inline;
	height: 54px;
}
#nav li{
	margin-right: 30px;
	position: relative;
}
#nav a{
	float: left;
	height: 54px;
	line-height: 54px;
}
#nav a:hover, #nav .active a{
	background: url(/images/nav-active.gif) no-repeat center 45px;
}
#nav ul{
	position: absolute;
	top: 54px;
	left: 0;
	background: #3d3834;
	/*-webkit-box-shadow : 0px 5px 15px rgba(0,0,0, .5);*/
	/*-moz-box-shadow : 0px 5px 15px rgba(0,0,0, .5);*/
	margin: 0 auto;
}
#nav li > ul li{
	display: none;
	position: relative;
	/*margin: 0 auto;*/
	width: 100%;
	background: #3d3834;
	z-index: 99;
	/*-webkit-box-shadow : 0px 5px 15px rgba(0,0,0, .5);*/
	/*-moz-box-shadow : 0px 5px 15px rgba(0,0,0, .5);*/
}
#nav li > ul{
	/*width: 100%;
	margin: 0 auto;*/
}
#nav li > ul a{
	/*width: 100%;*/
	display: block;
}
#nav li.active > ul a{
	background: none;
}
#nav li:hover > ul li{
	display: block;
}
#nav ul li{
	float: none;
	_float : left;
	clear: both;
	display: block;
	border-bottom: 1px solid #4e4b47;
	margin-right: 0;
	height: 12px;
	line-height: 12px;
	padding: 10px;
	text-align: center;
}
#nav ul li:hover{
	background-color: #47423c;
}
#nav ul a{
	float: none;
	display: inline;
	white-space: nowrap;
	line-height: 12px;
	font-size: 12px;
}
#nav ul a:hover{
	background: none;
}
#lang-selector{
	position: absolute;
	top: 0;
	left: 800px;
	float: right;
	width: 200px;
	z-index:2;
}
#lang-selector li{
	margin-right: 10px;
}
#lang-selector a{
	height: 18px;
	width: 19px;
	float: left;
	background: url(/images/flags.gif) no-repeat;
	opacity: .8;
	filter:alpha(opacity=80);
	-msie-filter:alpha(opacity=80);
	margin-top: 17px;
}
#lang-selector a:hover, #lang-selector .active a{
	opacity: 1;
	filter:alpha(opacity=100);
	-msie-filter:alpha(opacity=100);
}
#lang-selector a.it{
	background-position: left;
}
#lang-selector a.en{
	background-position: -27px 0;
}
#lang-selector a.fr{
	background-position: -53px;
}
#lang-selector a.de{
	background-position: -80px;
}
#lang-selector a.es{
	background-position: -107px;
	margin-right: 0;
}
#content{
	padding-top: 20px;
}
.post{
	margin-bottom: 30px;
}
.post br{
	clear: none;
}
.post p{
	padding-bottom: 10px;
}
.post a{
	text-decoration: underline;
}
.alignleft{
	float: left;
	margin: 0px 25px 25px 0px;
}
.alignleft2{
	float: left;
	margin: 5px;
}
.alignright{
	float: right;
	margin: 0px 0px 25px 25px;
}

ul.homeul {
	
}

ul.homeul li {
	padding: 10px;
}

/* bottles */
#primarycontainer_reverse {
    float: left;
    width: 40%;
}
#secondarycontent_reverse {
    float: right;
    margin-top: 1.5em;
    width: 58%;
}
.dativino tr td {
    padding: 5px;
}
/* @end */

.mytooltipstyle {
	position: absolute;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
}

.mytooltipstyle h3 {
	margin: 0;
	padding: 0;
}


/******************************

per il carousel

********************************/

.main_image {
    width: 598px;
    height: 500px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    text-align:center;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 10px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}
.image_thumb {
    float: left;
    width: 118px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
    width: 100px;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    /*padding: 12px 10px;*/
    padding: 2px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 114px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    /*font-size: 1.5em;*/
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px;
    display: none;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

#outer {height: 530px; width: 860px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {/*position: absolute;*/ top: 50%;display: table-cell; vertical-align: middle; width: 610px; } /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 610px;}

#inner {position: relative; top: -50%; text-align: center;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

#mainblock {
 font-size: 18px; margin: 5px; text-align: center; /*height: 100%;*/ 
 width: 600px; vertical-align: middle; clear: both;left: 250px; 
 }
 

 .topprod a {
	text-decoration: none;
 }
 .topprod a:hover {
	text-decoration: underline;
 }
 
 .topprod .lefta {
	margin-right: 40%;
 }
 .topprod .righta {
	margin-left: 40%;
 }