/*
Theme Name: Ice - Nubilaria WP Theme
Theme URI: http://www.nubilaria.com
Description:
Version: 0.1
Author: Giovanni Manzo
Author URI: http://

Tags: two columns, fixed width, minimal
*/

/********************  Typography & Colors   *******************/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Trebuchet MS",verdana,arial,georgia,helvetica,sans-serif;
	color:#333;
	background: #fff;
	margin:0px;
	padding:0px;
	overflow: -moz-scrollbars-vertical;
	}

p {
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}

#page {  
	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:20px 0px 0px 30px;
	width:904px;
	float:left;
	}

	
.nobackground {
	background: none !important;
	}

small {
	font-size:0.9em;
	color: #777;
	}

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 {
	padding: 0px;
	margin:0px;
	color:#19799a;
	text-decoration:none;
	}
	
a:hover {
	padding: 0px;
	margin:0px;
	text-decoration:none;
	color:#fff;
	background: #19799a;/*19799a*/
	}

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;
	}

/********************  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 h1 {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size:3em;
	}

#header .description {
	font-size:1.2em;
	color:#333;
	margin:0;
	padding:0;
	}	
	
#header .headerleft {
	float: left;
	margin: 0px;
	padding:30px 0px 13px 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 0px 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 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
	}


/********************  Nav   *******************/

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	}

#nav ul {
	margin: 0px;
	padding: 0px;
	/*width: 915px;*/
	}

#nav li {
	height: 38px;
	float:left;
	list-style: none;
	background: url(images/bg_menu.gif) repeat-x bottom left;
	}
	
#nav .li_left {
	padding: 0px;
	width: 12px;
	background: url(images/bg_menu_left.gif) no-repeat bottom right;
	}

#nav .li_right {
	padding: 0px;
	width: 12px;
	background: url(images/bg_menu_right.gif) no-repeat bottom left;
	}

#nav li a {
	line-height: 38px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 12px 10px 10px 10px;
	color: #12445B;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
			
#nav li a:hover, #nav li.current_page_item a {
	background: none;
	text-decoration:underline;
	}

/*
#nav li a:hover {
	background: url(images/bg_menu_sel.gif) repeat-x bottom left;
	color: #fff;
	}
		
#nav li.current_page_item a {
	background: url(images/bg_menu_sel.gif) repeat-x bottom left;
	color: #fff;
	}

*/
/********************  post   *******************/

.post {
	margin: 0 0 40px;
	}


/********************  searchform   *******************/

#searchform {
	margin: 0px ;
	padding: 0px;
	}
	
#searchform p {
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size:12px;
	}
	
input#s {
	width:182px;
	}

/********************  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   *******************/
	
.widecolumn {
	width: 874px;
	}
	
.narrowcolumn {
	width: 160px;
	float: left;
	display: inline;
}

.halfcolumn {
	padding: 0px 0px 0px 15px;
	/*float: left;*/
	margin: 0 auto;
	/*display: inline;*/
	width: 566px;
}

#content_homepage {
	display: block;
	margin: 0px auto;
	width:852px;
	}

.primary {
	width:554px;
	float:left;
	padding:0px;
	margin:0px 15px 0px 15px;
	/* overflow: hidden; */
	}

/********************  primary & secondary  *******************/

/*
.primary .item {
	margin:0;
	padding:5px 0 15px;
	position:relative;
	}
	
.primary .item .itemtext {
	font-size:1.1em/1.5em;
	text-align:left;
	color:#444;
	}

.primary .item .itemtext p,.primary .item .itemtext ul,.primary .item .itemtext ol,.primary .item .itemtext div {
	margin:10px 0;
	}

*/
.greybackground  {
	padding: 10px;
	background: #E3F1F6;
	width: 555px;
	}

.secondary {
	width: 160px; /* 274px */
	margin:0px 0px 15px 0px;
	padding:0px 0px 35px 0px;
	background:url(images/bg_news3.gif) no-repeat bottom left;
	}

	
.secondary h2{
	width: 145px;
	height: 21px;
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px 15px;
	font-size:14px;
	font-weight:bold;
	background:url(images/bg_news_top6.gif) no-repeat top left;
	border-bottom: 1px #dbdbdb solid;
	color: #333;
	}

.secondary h2 a {
	float: left;
	width: 145px;
	height: 21px;
	color: #333;
	background:url(images/bg_news_top_arrow_160.gif) no-repeat top left;
	}	
	
.secondary h2 a:hover {
	color: #333;
	background: url(images/bg_news_top_arrow_160.gif) no-repeat top left;
	}

.secondary .pareti {
	padding:10px 0px 0px 0px;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	float: left;
	width: 158px;
	}

.secondary ul {
	padding:0px;
	margin:0px;	
	list-style-type:none;
	/*float: left;*/
	}


.secondary li {
	display: block;
	/*float: left;*/
	clear: both;
	padding:0px 0px 0px 15px;
	}

.secondary li a {
	color: #333;
	}	
	
.secondary li a:hover {
	color: #333;
	background: #ccc;
	}
	
.secondary li.current_page_item a {
	background: none;
	text-decoration:underline;
	}

.secondary p {
	padding:0px 0px 0px 10px;
	margin: 0px;
	}	

.secondary img {
	display: block;
	margin:0px auto 5px auto !important;
	}

/********************  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 {
	height: 330px; /* 280px;*/
	display:inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	/*border: 1px #d7eeff solid;*/
	width: 274px;
	background:url(images/bg_news2.gif) no-repeat bottom left;
	}

.intro h1{
	width: 259px;
	height: 21px;
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px 15px;
	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 h1 a {
	float: left;
	width: 259px;
	height: 21px;
	color: #333;
	background:url(images/bg_news_top_arrow2.gif) no-repeat top left;
	}	
	
.intro h1 a:hover {
	color: #333;
	background: url(images/bg_news_top_arrow2.gif) no-repeat top left;
	}
	
.intro h2 {
	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{
	height:260px;
	width: 238px;
	margin: 0px 0px 30px 0px;
	padding: 10px 20px 0px 14px;;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	}
	
.intro .clienti {
	height:270px;
	width: 272px;
	border-right: 1px #dbdbdb solid;
	border-left: 1px #dbdbdb solid;
	}
	
.intro .clienti img {
	padding: 20px 0px 0px 30px ;
	}
	
/********************  Adv   *******************/
	
	
.adv {
	/* border: 1px #000 solid; */
	width: 964px;
	padding: 0px;
	/* margin: 0 auto; */
        overflow: hidden;
	/* background:url(images/linebg.gif) no-repeat top center; */
	}
	
.adv .banner {
	/* border: 1px #000 solid; 
	float:left;*/
	display:block;
        overflow: hidden;
	padding: 10px 0px 20px 0px;
	margin: 0px 94px 0px 94px;
	/* background:url(images/linebg.gif) no-repeat top center; */
	}

.adv .arrow_left {
	display:inline;
	/* border: 1px #000 solid; */
	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;
	}

/********************  Bloglastpostinhome   *******************/
	
#bloglastpostinhome .lastpostmetadata {
	margin: 0px;
	font-size: 10px;
	color: #777;
	float: left;
	}	

#bloglastpostinhome .commento {
	font-size: 10px;
	float:right;
	}

#bloglastpostinhome .entry {
	padding: 0em 0px 0px 0px;
	clear: both;
	}

/********************  Sidebar   *******************/


.widget {
	padding:0px 0px 40px 0px;
	margin:0px 0px 15px 0px;
	width: 160px;
	background:url(images/bg_news3.gif) no-repeat bottom left;
	}

.widget h2{
	width: 259px;
	height: 21px;
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px 15px;
	font-size:1.2em;
	font-weight:bold;
	background:url(images/bg_news_top6.gif) no-repeat top left;
	border-bottom: 1px #dbdbdb solid;
	color: #333;
	}

.sidebar {
	float: left;
	width: 160px;
	margin:0px 0px 15px 0px;
	overflow: hidden;
	}

.sidebar ul,.sidebar ol {
	float: left;
	clear: both;
	margin:0px;
	padding:0px;
	}

.sidebar ul li, .sidebar ol li {
	
	list-style-type:none;
	list-style-image:none;
	}

.sidebar a {
	margin:0px 0px 0px 10px;
	}	

/********************  postmetadata   *******************/

.postmetadata a:hover {
	color:#fff;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.postmetadata {
	margin: 30px 0;
	color:#9c9c9c;
	font-size:12px;
	display:block;
	margin-bottom:-8px;
	margin-top:0;
	}
	
.postmetadata a {
	color:#777;
	}

/********************  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   *******************/

#page_footer {
	/* background: #dab985; */
	background: #fff;
	margin: 0px;
	padding: 0px;
	}

#footer small {
	font-size:1em;
	}

#footer {
	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;
	}