/*
Theme Name: Ice - Nubilaria
Theme URI: http://www.nubilaria.com
Description: Nubilaria Wordpress Theme, widgets supported,  
Version: 0.1
Author: Giovanni Manzo
Author URI: http://

Tags: White, Custom-header, Fixed-width, Two Columns, Left Sidebar, Light, translate-ready, front-page-post-form, Company
*/

/********************  Typography & Colors   *******************/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: "Trebuchet MS",verdana,arial,georgia,helvetica,sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	background: #fff;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	}

p {
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}
.nobackground {
	background: none !important;
	}

small {
	font-size:0.9em;
	color: #777;
	}
h1 {
	font-size: 2.2em;
}

h2 {
	font-size:1.8em;
	font-weight:bold;
	line-height: normal;	
	color: #12445B;
	/* background: #ddd; */
	border-bottom: 1px solid #ddd;
	}
	
h3, h4 {
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:normal;
	line-height: normal;
	color: #19799a;
	}

h3 a:hover {
	background:#eee;
	color:#000;
	}


h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited,h4,h4 a,h4 a:visited {
	padding: 0px 0px 0px 0px;
	color:#12445B;
	}

h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,h4,h4 a,h4 a:hover,h4 a:visited {
	text-decoration:none;
	}

h2 a:hover,h2 span a:hover {
	padding: 0px px 0px 5px;
	
	}
a img,:link img,:visited img {
	padding: 0px;
	margin:0px;
	border:0px;
	}
	
strike {
	color:#777;
	}

ol li {
	font-size: 12px;
	list-style:decimal outside;
	}


ul li {
	font-size: 12px;
	}
	
	
.alignright {
	float:right;
	}

.alignleft {
	float:left;
	}
	
.aligncenter {
	text-align:center;
	}

.clearboth {
	clear:both;
	}

.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clear {
	display:inline-block;
	display:block;
	}

.center {
	text-align:center;
	padding-bottom:0px;
	margin:0;
	}
.hide {
	display:none;
}

/********************  Header   *******************/

#header {
	/* border: 1px #000 solid; */
	width: 964px;
	height: 115px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: url(images/bg_header.gif) no-repeat top left;
	}
	
#header h2 {
	font-size:3em;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	position:absolute;
	text-indent: -99999px;
	}

#header .description {
	font-size:1.2em;
	color:#333;
	margin:0;
	padding:0;
	}	
	
#header .headerleft {
	float: left;
	margin: 0px;
	padding:30px 0px 0px 35px;
	}

#header .headerleft a {
	background: none;
	}
	
#header img {
	margin: 0px 0px 0px 0px;
	padding:0px;
	border: none;
	}
	
#header .headerright {
	float: right;
	margin: 0px;
	padding:51px 35px 4px 0px;
	width: 550px;
	}

#headerlogin {
	padding: 0px;
	margin: 0px;
	clear:both;
	}

#headerlogin ul {
	margin:0px;
	padding: 0px;
	}

#headerlogin li {
	display: inline;
	}
	
#headerlogin a:hover {
	color: #fff;
	}

.headersearch {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	}
.headersearch p{
	float:right;
	}
/******************** qTranslate ****************/
#flaggenmast { heigth: 12px; width: 56px; margin: 0; padding: 0; float: right; clear: right; }
      
ul.qtrans_language_chooser { list-style: none; margin: 0; padding: 0; }
 
ul.qtrans_language_chooser li { display: inline-block; float: left; position: relative; margin: 0; padding: 0; }

a.qtrans_flag { margin-left: 10px }
	
/********************  post   *******************/

.post {
	float:left;
	margin: 0px;
	
	}
.post .entry img {
	margin: 10px;
}
.post h2 {
	margin:0px 0px 7px 0px;
}
/********************  postmetadata   *******************/

.post .postmetadata ul, .postmetadata li {

	list-style-type: none;
	list-style-image: none;
	}
	
.post .postmetadata {
	padding: 0px 0 30px 0;
	color:#9c9c9c;
	font-size:12px;
	margin-bottom:-8px;
	margin-top:0;
	}
	
.post .postmetadata a {
	color:#777;
	}
/********************  searchform   *******************/

#searchform {
	margin: 0px ;
	padding: 0px;
	}
	
#searchform p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size:12px;
	}
	
input#s {
	width:132px;
	}

/********************  img   *******************/

img .alignnone {
	display:inline;
	margin:0px;
	padding: 0px;
	}

img .alignright {
	padding:0px;
	margin:0px;
	display:inline;
	}

img .alignleft {
	padding:0px;
	margin:0px;
	display:inline;
	}	

/********************  Impaginazione   *******************/
#wrapper {  
	background: #fff url(images/bg_content.gif) repeat-y top left;
	margin:0px auto;
	padding:0px;
	position:relative;
	width:964px; 
	/* border: 1px #000 solid; */
	}
#content {
	padding:10px 13px 0px 25px;
	width:926px;
	float:left;
	}
.halfcolumn {
	clear:both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	overflow:hidden;
	width: 630px;
	}
.primary {
	width: 607px;/* 554px*/
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px 10px 0px 0px;
	/* overflow: hidden; */
	}

/********************  primary & secondary  *******************/

.greybackground  {
	padding: 10px;
	background: #E3F1F6;
	width: 555px;
	}

.secondary .pareti {
	padding:10px 0px 0px 0px;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	overflow:hidden;
	}
.secondary li.current_page_item a {
	background:#dbdbdb;
	color:#222;
/*	padding: 4px 0px 4px 24px;*/
	text-decoration:none;
	}
.secondary li ul.children {
	padding-bottom: 0px; 
}
.secondary li.current_page_item ul.children a {
	background:none;
	/*color:#CC6A00;*/
	text-decoration:none;
	}
.secondary li.current_page_item ul.children	a:hover {
	text-decoration:none;
	color:#222;
	background:#dbdbdb;
	}
.secondary ul li {
	width:100%;
}
.secondary ul li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding: 4px 0px 4px 12px;
	text-decoration:none;
}
.secondary ul li li a {
	font-size:12px;
	font-weight:normal;
}
.secondary ul li a:hover {
	color:#222;
	background:#dbdbdb;
}
.secondary ul,.secondary ol {
	margin:0px;
	padding:0px 0px 15px 6px;
	}
.secondary ul li, .secondary ol li {	
	list-style-type:none;
	list-style-image:none;
	}	

/********************  blockquote   *******************/

blockquote {
	width: 277px;
	border-left: 1px solid #ccc;
	padding: 5px 0 0 12px;
	float: right;
	margin: 0px 0 12px 12px;
	font-family: georgia;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #93905B;
	}

blockquote p {
	margin: 0px;
	padding: 0px;
	font-family: georgia;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #93905B;
	}

/********************  Intro   *******************/

.intro {
	padding: 0px 0px 26px 0px;
	margin: 0px 10px 10px 0px;
	/*border: 1px #d7eeff solid;*/
	width: 274px;
	background:url(images/bg_news2.gif) no-repeat bottom left;
	}

.intro h2{
	height: 23px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	/*background:url(images/bg_news_top3.gif) no-repeat top left;*/
	border-bottom: 1px #dbdbdb solid;
	color: #333;
	}

.intro h2 a {
	border-top: 1px solid #dbdbdb;
	color: #333;
	display:block;
	float: left;
	padding: 4px 0px 0px 0px !important;
	width:236px;
	}	
	
.intro h2 a:hover {
	color: #111;
	background:none;
	padding: 4px 0px 0px 0px !important;
	}
.intro h2 .top-left-corner {
	background: url(images/top-left-corner.png) no-repeat top left;
	display:block;
	float:left;
	height: 100%;
	width: 15px;
	}
.intro h2 .top-right-corner {
	background: url(images/top-right-corner.png) no-repeat top left;
	display:block;
	float:right;
	height: 100%;
	width: 23px;
	}

.intro h3 {
	margin: 0px 0px 0.4em 0em;
	padding: 0px;
	font-size:14px;
	font-weight:bold;
	color: #12445B;
	text-align:left;
	clear:both;
	background: none;
	}
	
.intro .post{
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 14px;
	}
.intro .post .entry p{
	margin: 0px;
	}
.intro .post img {
	margin:10px;
	}	
.intro .clienti {
	width: 272px;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	overflow:hidden;
	padding:0px;
	}

.intro .bottom-left-corner {
	background: url(images/bottom-left-corner.png) no-repeat top left;
	float:left;
	height:37px;
	width:12px;
}
.intro .bottom-center {
	background: url(images/bottom-center.png) repeat-x top left;
	float:left;
	height:37px;
	width:594px;
}
.intro .bottom-right-corner {
	background: url(images/bottom-right-corner.png) no-repeat top left;
	float:left;
	height:37px;
	width:11px;
}
#casestudies {
	padding: 0px 0px 26px 0px;
	margin: 0px 10px 10px 0px;
	/*border: 1px #d7eeff solid;*/
	width: 274px;
	background:url(images/bg_news2.gif) no-repeat bottom left;
	}
#casestudies .post {
	height: 354px;
}
#bloglastpostinhome, #profilo {
	background:none;
	padding: 0px !important;
	margin: 0px 10px 10px 0px;
	width: 617px;
}	
#bloglastpostinhome h2 a, #profilo h2 a {
	width:579px;
}	
#bloglastpostinhome .post, #profilo .post {
	width:581px;
}
#bloglastpostinhome .lastpostmetadata {
	margin: 0px;
	font-size: 10px;
	color: #777;
	float: left;
	}	

#bloglastpostinhome .commento {
	font-size: 10px;
	float:right;
	}

#bloglastpostinhome .entry {
	padding: 0px;
	clear: both;
	}
#partner{
	padding: 15px 0px 0px 33px;
}

/* =Menu
-------------------------------------------------------------- */

#menu {
	background: url(images/bg_menu.gif) repeat-x top left;
	float:right;
	height: 38px;
	margin: 4px 23px 0px 25px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	width:915px;
	}
#menu ul {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	padding: 0px;
    width: 220px;
	}
#menu li {
	height: 38px;	
	/*float:left;*/
	list-style: none;
	background: url(images/bg_menu.gif) repeat-x bottom left;
	}	
#menu .li_left {
	float:left;
	height:38px;
	padding: 0px 10px 0px 0px;
	width: 12px;
	background: url(images/bg_menu_left.gif) no-repeat bottom left;
	}
#menu .li_right {
	float:right;
	height:38px;
	padding: 0px;
	width: 12px;
	background: url(images/bg_menu_right.gif) no-repeat bottom left;
	}
#menu li a {
	color: #222222;
	display:block;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 12px 8px 10px 6px;
	text-decoration: none;	
	text-transform:capitalize;
	}
#menu li a:hover, #menu li.current_page_item a, #menu li.current_page_item li a:hover{
	/*background: #d7d7d7;*/
	/*background:#d7d7d7;*/
	background: url(images/bg_menu_hover_blue.gif) repeat-x top left;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:normal;
	/*padding: 12px 6px 12px 6px;*/
	}
#menu li li {
	background:#f7f7f7;
    height: 36px;
}
#menu li li:hover{
	background:none;
	height: 36px;
}
#menu li li a {
    background: #f7f7f7;
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	padding-bottom:10px;
}
/*#menu li li:last-child a {
	border-bottom: 1px solid #898989;
}*/
#menu li li li {
	height: 36px;
}
#menu li li li a {
    background: #f7f7f7;
	border-right: 1px solid #898989;
	border-left: 0px solid #898989;
}

#menu ul ul li a:hover{
	background: url(images/bg_menu_hover_blue.gif) repeat-x top left;
	color:#FFFFFF;
	font-size: 12px;
	font-weight:normal;
	padding: 12px 6px 10px 6px;
	}
#menu li.current_page_item li a {
    background: #fefefe;
	color: #222;
	font-weight:normal;
}	
/********************  Adv   *******************/
		
.adv {
	width: 964px;
	padding: 0px;
    overflow: hidden;
	}
	
.adv .banner {
	display:block;
    overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 94px 0px 94px;
	}

.adv .arrow_left {
	display:inline;
	width: 25px;
	height: 124px;
	margin: 0px 60px 0px 0px;
	background:url(images/arrow_left_sprite.gif) no-repeat 0px 0px;
	float:left;
	cursor:pointer;
	}

.adv .arrow_left:hover {
	display:inline;
	/* border: 1px #000 solid; */
	width: 25px;
	height: 124px;
	margin: 0px 60px 0px 0px;
	background:url(images/arrow_left_sprite.gif) no-repeat -25px 0px;
	float:left;
	cursor:pointer;
	}

.adv .arrow_right {
	display:inline;
	/* border: 1px #000 solid; */
	width: 25px;
	height: 124px;
	background:url(images/arrow_right_sprite.gif) no-repeat 0px 0px;
	float:right;
	cursor:pointer;
	}

.adv .arrow_right:hover{
	display:inline;
	/* border: 1px #000 solid; */
	width: 25px;
	height: 124px;
	background:url(images/arrow_right_sprite.gif) no-repeat -25px 0px;
	float:right;
	cursor:pointer;
	}

/*
.adv img{
	border: 1px #dbf1fc solid;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	}
	


.adv a:hover img{
	border: 1px #fdde6a solid;
	}

*/

/********************  Login   *******************/
	
#login {
	padding: 0px 0px 0px 5px;
	}

#loginform label {
	color: #777;
	}

input#log, input#pwd {
	font-size: 2em;
	}

input#redirect_to {
	align: right;
	}


/********************  Sidebar   *******************/


.sidebar {
	float: left;
	width:274px; /* 160px */
	margin:0px 0px 15px 0px;
	overflow: hidden;
	}
.sidebar .sidebar-top {
	/*width: 259px;*/
	height: 21px;
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px 15px;
	font-size:1.2em;
	font-weight:bold;
	border-bottom: 1px #dbdbdb solid;
	color: #333;
	}

.sidebar li.widget h2 {
	height:20px;
	padding-left:12px;
	width: 260px;
}
.sidebar li.widget {
	padding:0px;
}
.sidebar li.widget ul {
	padding: 4px 0px 0px 0px;
}
.sidebar li.widget ul li {
	padding: 2px 0px;
	width:100%;
}
.sidebar li.widget ul li a {
	display:block;
	padding-left:12px;
	width: 260px;
}
.sidebar li.widget ul li a:hover {

}
.sidebar ul,.sidebar ol {
	float: left;
	clear: both;
	margin:0px;
	padding:0px;
	width:100%;
	}
.sidebar ul li, .sidebar ol li {	
	list-style-type:none;
	list-style-image:none;
	}	


/********************  Navigation   *******************/

.navigation {
	text-align:center;
	margin:10px 0 10px;
	width:99%;
	float: left;
	clear: both;
	}

.navigation p {
	margin:0;
	padding:0;
	}

.navigation a {
	color:#777;
	}

.navigation a:hover {
	color:#fff;
	}



/********************  Footer   *******************/

#footer small {
	font-size:1em;
	}

#footer {
	clear:both;
	margin: 0px auto;
	padding:20px 0px 0px 0px;
	height: 40px;
	text-align:center;
	background: #fff url(images/bg_footer.gif) no-repeat top left;
	width: 964px;
	/* border: 1px dashed #19799a; */
	}

/********************  Comments   *******************/

textarea#comment  {
	width: 400px;
	height:200px;
	}

#respond {
	width: 100px;
	}

/********************  code   *******************/

code {
	font:1em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	background:#111;
	color:#fff;
	border:1px solid #19799a;
	border-left:6px solid #19799a;
	padding:4px;
	}
	
/********************  alert   *******************/

.alert { 
	background:#FFF6BF;
	border-left:2px solid #FFD324;
	border-right:2px solid #FFD324;
	text-align:center;
	margin:10px auto;
	padding:5px 20px;
	}
		
.tourshot p strong {
	color: #19799a;
	font-size: 16px;
	}
	
.belt {
	font-size: 12px;
	}
