/* 	Themes:Pro Consultant plus
	author: Cristiano Cannella */			  				  				  				  


/* 	UTILITY STYLES */			  				  				  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/* TYPOGRAPHY */
ul											{ list-style: square inside; }
a, a:visited								{ color:#F30; text-decoration: none; }
a:hover, a:active							{ color:#F30; text-decoration:underline;}
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/* SLIDER */
#slideCntnt {margin:0 auto; width:100%;}
.slider-wrap{width: 934px; margin:0 auto; background-color:#000;}

.stripViewer .panelContainer .panel ul		{ text-align: center; margin: 0 auto; }
.stripViewer								{ position: relative; overflow: hidden; width: 934px; height: 314px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 960px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.nav-thumb 									{ border: 1px solid black; margin: 0 auto;}

#movers-row									{ width:960px; margin: 0 0 0 14px; paddind:0px;} /* riga che contiene le miniature */
#movers-row div								{ width: 130px; float: left; text-align:center; margin:0 10px;} /* definisce lo spazio tra le miniature */
#movers-row div a.cross-link 				{ float: right; }

.photo-meta-data							{ background: url(images/transpBlack.png); 
											  padding: 10px;
											  height: 30px; 
											  margin-top: -50px;
											  position: relative;
											  z-index: 10; 
											  color: white; }
											  
.photo-meta-data h1							{font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:16px; display:inline;}
.photo-meta-data span 						{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; }

.cross-link									{ display: block; width: 129px; position: relative; z-index: 10; margin-top:5px; }



/***** fine CSS slide ******/


* { padding:0; margin:0;}
	html { font-size:100.01%;}
	body { font-size:62.5%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background:url(images/sfnd.gif) repeat-x top center #676b6f; color:#fff;}
	
	.clear { clear: both; line-height:0; font-size:0; height:0px;}

	table, td, div, img { border:0; border-collapse:collapse;}
	td {vertical-align:top;}
	ul { list-style: none;}
	p { padding:0px 0px 18px 0px;}
		
	a {text-decoration:none; color:#F30;}
	a:hover {text-decoration:underline;}

	input, select, textarea { vertical-align:middle; font-family: "Trebuchet MS"; font-size:11px; color:#000;}
	input.text, select, textarea { padding:2px 0px 3px 6px;}
	
	html body textarea { font-family: "Trebuchet MS"; font-size:11px; color:#000;}
	
/*** Main ***/
	.main { width:955px; background:url(images/sfnd_head.gif) no-repeat top center #FFF; color:#000; margin:20px auto;}

	.main-width { width:934px; margin:0 auto;}
	
	.header { height:200px;}
	
/*** Menu ***/
	.main-menu { clear:both; background:url(images/menu-bg.gif) repeat-x 0 0 #F30; float:left; width:100%; height:56px; }
	.main-menu .corner-left { background:url(images/menu-left.gif) no-repeat 0 0; height:56px; }
	.main-menu .corner-right { background:url(images/menu-right.gif) no-repeat right 0; height:56px; padding:10px 22px 9px 0px;}
	
	
	.sub-menu { float:right; padding:52px 0px 0px 0px; overflow:hidden;}


	
/************************************************
*	Menu superiore      							*
************************************************/

#nav {
	margin: 0px;
	padding: 0px;
	color:#000;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0px;
	}

	
#nav li {
	float: left;
	list-style: none;
	margin: 0px 5px; /* spaziatura tra le voci orizontai del menu in alto */
	padding:5px;
	}
	
#nav li a, #nav li a:visited {
	color:#fff;
	display: block;
	font-family:"Lucida Grande", Arial, sans-serif;
	text-shadow: 0px 1px 0px #930;
	font-size: 14px;
	line-height:14px;
	font-weight: normal;
	padding:5px;
	text-decoration: none;
	}

#nav li a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
#nav li li a, #nav li li a:visited { 
	z-index:9999;
	text-align:left;
	width: 100px;
	color: #fff;
	float: none;
	margin: -15px 15px 0px 0px;
	padding: 5px;
	line-height:15px;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #fff;
	text-decoration:underline;
	padding: 5px;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	margin: 0px;
	padding: 0px;
	}

#nav li ul a { 
	color:#fff;
	width: 100px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	color:#fff;
	text-decoration:none;
	}

#nav li ul ul {
	margin: -29px 0 0 171px;
	color:#fff;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color:#fff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
	
#nav .current_page_item a, {
	color:#000;
	}
	
#nav .current_page_item a:visited {
	color:#fff;
	}

#nav .current_page_item a:hover {
	color:#fff;
	}		
		

		
/*** Logo ***/
	.logo { float:left;}
	.logo .indent {  padding:35px 0px 25px 7px; overflow:hidden; height:100%;}
	.logo h1 { float:left; width:88px; height:80px; font-size:2.1em; display:block; color:#000; cursor:pointer; background:url(images/logoProConsultantPlus.png) no-repeat 0 0; overflow:hidden; text-indent:-1000em;}
	.logo h1:hover { text-decoration:none;}
	.description { font-size:1.1em; text-transform:uppercase; color:#2a2a2a; float:left; padding:33px 0px 0px 10px;}
	
/*** Search ***/
	.search { float:right;}
	
	.search .indent { padding:6px 0px 0px 0px;}
	
	.search form { background:url(images/search-bg.gif) no-repeat 0 0; padding:0px 0px 5px 0px; margin-top:0px;}
	.search .text { width:180px; border:0; background: transparent; padding:1px 0px 1px 5px; margin:0px 6px 0px 0px;}
	.search .but { cursor:pointer; margin:0px 0px 0px 0px;}
	
	
/*** Column ***/
	.content { clear:both; overflow:hidden; height:100%; padding:0px; margin:0px 0px 40px 0px; background:url(images/widget-line.gif) repeat-y right 0;}
	
	.column-left { width:265px; float:left; _margin:0px -16px 0px 0px;}
	.column-right { width:265px; float:right; margin:0px 0px 0px 18px; _margin:0px 0px 0px 15px;}
	
/*** Widgets  ***/
	.widget { width:247px; height:100%; overflow:hidden; padding:0px 0px 20px 0px; margin:0px 0px 0px 0px;}
	
	.column-right .widget { margin-left:18px;}
	
	.widget-bg {overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
	
	.widget .title { height:100%; overflow:hidden;}
	
	.widget h2 { height:100%; overflow:hidden;}
	.widget h2 { font-size: 3em; color:#000; font-weight: normal; padding:4px 0px 17px 3px;}
	.column-right .widget h2 { padding:4px 0px 10px 0px;}
	
	.widget ul { height:100%; font-size:1.3em; color:#000; margin:0px 0px 0px 4px;}
	.widget ul li { background:url(images/marker.gif) no-repeat 0 7px; padding:0px 0px 2px 11px;}
	.widget ul li a { color:#47b3d2; height:100%;}
	
	.widget a { color:#47b3d2; font-size:13px; text-decoration:none;}
	.widget a:hover { text-decoration:underline;}
	
	.widget_ideas p { padding:0px 0px 6px 0px;}
	

		
	/*********/
		#search form { padding:0px 0px 0px 0px;}
		#search .text { margin:0px 8px 0px 0px;}
		
		.widget_calendar table { margin:0px 0px 0px 0px;}
		
		.widget table a {}
		
		.widget_text h2 {}
		.widget_text { background: none;}
		.widget_text div {background: none;}
		.widget_text .widget-bg {background: none;}
		
		.textwidget { padding:0px 0px 0px 0px; font-size:13px; line-height:1.5em;}
		.textwidget {}
	
/*** Content  ***/

	.column-center { overflow:hidden; height:100%; padding:4px 0px 0px 0px; text-align:justify;}
	.column-center a:hover {color:#F30;}
	
		.column-center .indent { clear:both; overflow:hidden; height:100%; padding:0px; margin:0 auto;}
		
		
		
		
			.column-center .title .border-top { background:url(images/title-border-top.gif) repeat-x 0 0 #f2f5f5;}
			.column-center .title .border-bot { background:url(images/title-border-bot.gif) repeat-x 0 bottom; margin-bottom:20px;}
			.column-center .title .border-left { background:url(images/title-border-left.gif) repeat-y 0 0;}
			.column-center .title .border-right { background:url(images/title-border-right.gif) repeat-y right 0;}
			
			.column-center .title .corner-left-top { background:url(images/title-corner-left-top.gif) no-repeat 0 0;}
			.column-center .title .corner-right-top { background:url(images/title-corner-right-top.gif) no-repeat right 0;}
			.column-center .title .corner-left-bot { background:url(images/title-corner-left-bot.gif) no-repeat 0 bottom;}
			.column-center .title .corner-right-bot { background:url(images/title-corner-right-bot.gif) no-repeat right bottom; padding:10px 17px 11px 21px;}
			
			.column-center .title h2 {
				overflow:hidden;
				height:100%;
				font-size:23px;
				color:#F30;
				margin:0px;
				padding:1px 10px 0px 0px;
			}
				
			.column-center .title h3 {
				overflow:hidden;
				height:100%;
				font-size:1.4em;
				padding:0px 10px 0px 0px;
				color:#F30;
			}
			
			.column-center .title h2 a,
			.column-center .title h3 a { color:#F30; text-decoration:none;}
			
			.column-center .title h2 a:hover,
			.column-center .title h3 a:hover { text-decoration: underline;}
		
			.column-center .date {  font-size: 1.3em; color:#000; padding:0px 0px 0px 2px;}
			.column-center .date a { color:#47caf0; text-decoration:none;}
			.column-center .date a:hover { text-decoration: underline;}
			.column-center .date span { font-size:12px; color:#a5a5a5;}
			.column-center .date em { color:#47caf0; font-style: normal;}
			
			.column-center .categories { font-size:1.3em; padding:3px 0px 0px 3px; margin-bottom:33px;}
			.column-center .categories a { color:#47caf0; text-decoration:none;}
			.column-center .categories a:hover { text-decoration: underline;}	
					
		.title-page * {  font-size:1.8em; color:#000; font-weight: normal; text-transform:uppercase; padding:0px 0px 0px 0px;}
		
	.text-box { clear:both; overflow:hidden; height:100%; font-size:1.3em; line-height:1.3em; padding:10px 0px 0px 4px; margin:0px 0px 50px 0px;}
		
	.text-box p { padding:0px 0px 18px 0px;}

	.text-box p.img { padding:0px 0px 15px -2px;}

	.text-box p.img img { margin:0px 24px 0px 0px;}
	
	.text-box .line { height:1px; background:url(images/line.gif) repeat-x 0 0; overflow:hidden; margin:1px 0px 16px 0px;}
	
	.text-box .fleft { padding:0px 0px 0px 0px; display: inline; overflow:hidden; height:100%;}
	.text-box .fleft img { float:left; margin:-11px 26px 22px 8px;}
	
	.text-box .fright { padding:0px 0px 0px 0px; display: inline;}
	.text-box .fright img { float:right; direction: inherit; margin:4px 2px 4px 20px;}
	
	.fineArticolo{
		margin:-33px auto 55px auto;
		background:url(images/fineArticolo.gif) no-repeat center;
		height:55px;
		}
	
	/******/
		.more-link { font-size:13px; color:#47caf0; padding:0px 0px 0px 0px;}
		
		.more-link { text-decoration:none; margin:0px 0px 0px 0px;}
		.more-link:hover { text-decoration: underline;}
		
		.comments { float:right; font-size:1.8em; color:#343a49; margin:-7px 10px 0px 0px; text-align:center; text-align:center; background:url(images/comments.gif) no-repeat right 8px; width:44px; height:55px; line-height:52px;}
		.comments a { color:#000; font-weight:bold; text-decoration:none;}
		
		
		.link-edit a, .navigation a { font-size:1.1em; color:#038ea4; font-weight:bold;}
		
		.link-edit { clear:both; padding:0px 0px 10px 3px;}
		
		.navigation { clear:both; font-size:1.1em; color:#038ea4; padding:12px 0px 10px 5px;}
		
		.navigation a { text-decoration:none;}
		.navigation a:hover { text-decoration:underline;}
		
	/*******/
		.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5 { color:#000; font-family:Arial; line-height:1.5em;}
		.text-box h1 { font-size:1.8em; font-weight: normal;}
		.text-box h2 { font-size:1.7em; font-weight: normal;}
		.text-box h3 { font-size:1.4em;}
		.text-box h4 { font-size:1.3em;}
		.text-box h5 { font-size:1.2em;}
	
/*** OL UL style***/
	.text-box ul { padding:2px 0px 5px 2px;}
	.text-box ul li { background:url(images/marker.gif) no-repeat 0 5px; padding:0px 0px 4px 20px; list-style-image:none; list-style:none; font-weight:normal;}
	.text-box ul li ul { margin-left:10px;}
	.text-box ul li ol { margin-left:15px;}
	.text-box ul li ol li { list-style-type:decimal;}
	
	.text-box ol { padding-left:2px;}
	.text-box ol li { /*background:none;*/ padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}
	.text-box ol li ul { padding:2px 0px 5px 2px;}
	.text-box ol li ul li { font-weight:normal; background:url(images/marker.gif) no-repeat 0 5px; padding:3px 0px 9px 20px;}
	
	.text-box ul li { list-style-image:none; list-style:none;}
	.text-box ul li a {}
	.text-box ul li a:hover {}
	.text-box ul li ul { margin-left:15px;}
	.text-box ul li ol {margin-left:20px;}
	.text-box ul li ol li { list-style-type:decimal;background:none;}
	.text-box ul li ol li a { /*background:none;*/}
	
	.text-box ol { padding:5px 0px 5px 2px;}
	.text-box ol li{ /*background:none;*/ padding:0px; margin-left:20px;}
	.text-box ol li a { padding-left:0px; text-decoration:none; font-weight:normal;}
	.text-box ol li a:hover{ text-decoration:underline; }
	.text-box ol li ul li a { font-weight:normal; text-decoration:underline;}
	.text-box ol li ul li a:hover {text-decoration:none;}

/*** Footer ****/
	.footer { 
		clear:both;
		height:100%;
		weight:956px;
		weight:916px !important;
		font-size:10px;
		color:#000;
		background-color:#CCC;
		margin:0px auto 33px auto;
		padding:20px;}
	.footer a { 
		text-decoration:none; 
		color:#FFF;}
	.footer a:hover {
		text-decoration: underline;
		color:#000;}
	
/*** WP-core ****/

	.info-sidebar { padding:0px 10px 25px 20px; margin:0px 0px 0px 0px;  width: auto; color:#000; overflow: hidden; font-size:1.2em; line-height:1.4em;}
	.info-sidebar a { text-transform:none;}
	
	.pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; color: #000; text-align:center; padding:6px 0px 0px 0px;/* margin:0px 0px -20px 0px;*/}

/*--- Navigations ---*/
	.navigation { padding:12px 5px 12px 5px; clear:both;}
	.navigation .alignleft { float: left; width:45%; text-align:left;  padding:0px 0px 0px 0px;}
	.navigation .alignright { float: right; width:45%; text-align:right; padding:0px 0px 0px 0px;}
	
	.pd-nav { padding:0; margin:0;}
	.pd-nav .alignleft { padding:0; margin:0;}
	.pd-nav .alignright { padding:0; margin:0;}
	
	.pd-title {padding-bottom:0;}
	
	.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
	p img {
		padding: 0;
		max-width: 100%;}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	img.alignright { float: right;display:inline;
		padding: 0;
		margin: 3px 0px 10px 20px;}
	
	img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
/*------*/
	.postmetadata { font-size:1.2em; clear:both; padding:40px 8px 10px 4px;}
	.postmetadata a {}
	.postmetadata a:hover {text-decoration:none;}
	
	/*------*/
	#tag_cloud .widget-bottom-left {padding-bottom:15px;}
	#tag_cloud .widget-heading {margin-bottom:15px;}
	#tag_cloud a {padding-left:3px;}
	
	/*--- Popup styles ---*/
	#commentspopup {}
	#commentspopup #header {background:#2F3F99 url(images/popup_header_bg.gif) top repeat-x;}
	#commentspopup .page-padding {padding:0 5px;}
	#commentspopup .page-width {width:538px; margin:0 auto;}
	#commentspopup .header-top {background:url(images/popup_header_bg_top.jpg) top repeat-x;}
	#commentspopup .header-top-right {background:url(images/popup_header_bg_top_right.jpg) top right no-repeat;}
	#commentspopup .header-top-left {background:url(images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}
	#commentspopup .header-padding {padding:39px 0 0 89px;}
	#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-10000em; width:141px; height:27px;}
	#commentspopup h1:hover {text-decoration: none; cursor:pointer;}
	#commentspopup .description {width:141px; height:9px; text-indent:-10000em; margin-top:2px;}
	#commentspopup .description2 {width:249px; height:27px; text-indent:-10000em; margin-top:19px;}
	#commentspopup .border-bottom-left {padding:17px 37px 10px;}
	#commentspopup p {font-size:12px;}
	
	
/*--- Begin Typography & Colors ---*/
	small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	small * {font-size: 0.9em;}
	small p {font-size: 0.9em;}
	
	select { width: 130px;}
		
	#commentform {font-size:1.2em;}
	
	#commentform input {
		margin: 5px 5px 1px 0;}
	
	#commentform {
		margin: 5px 10px 0 0;}
		
	#commentform textarea {
		width: 100%;
		padding: 2px;}
		
	#respond:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;}
		
	#commentform #submit {
		margin: 0 0 10px auto;
		float: right;}
		
	#respond p { padding:0px 0px 10px 0px; text-indent:0;}
	#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
	#wp-calendar { empty-cells:show; width: 155px; font-size:1.1em;}
	
	#wp-calendar th { padding:3px 0; text-align:center; color:#000;}
	#wp-calendar td { padding:3px 0; text-align:center; color:#000;}
	
	#wp-calendar a { display: block; font-weight:bold;}
	#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
	#wp-calendar #prev a { padding-left: 10px;text-align: left; font-weight: normal;}
	
	#wp-calendar caption { text-align: center; color:#000; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	
	.widget-bot #wp-calendar * { color:#000;}
	
	.widget-bottom #wp-calendar * { color:#000;}
	
	
/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #999;
		}
	
	blockquote {
		border:1px solid #d6d6cf;
		background:#f4f3ed; padding:15px 10px 10px 20px; margin:5px 0; color:#000;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	
/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;}
	
	
/* Begin Comments*/
	.alt { font-size:1.2em; line-height:1.4em; padding:0px 20px 15px 5px;}
	.alt a { padding:0px 0px 0px 0px;}
	.commentlist {/* font-size:1.2em;*/ color:#000;
		/*padding:0px 18px 0px 20px;*/
		text-align: justify;
		}
	.commentlist a { color:#000}
	.commentlist span { color:#000;}
	
	ol.commentlist  li { list-style: none; font-size:12px;
		margin:6px 0px 6px 0px;
		padding: 5px 10px 3px;
		/*list-style: none;*/
		border:1px solid #d6d6cf;
		background:#f4f3ed;
		}
		
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff; /*margin:0px 20px 15px 0px;*/
		}
	
	.commentlist p { color:#666;
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		padding-left:15px;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}
		

