/*
Theme Name: Marco Nicolai
Theme URI: 
Author: Minerva Solutions s.r.l.
Author URI: http://www.minerva-solutions.it/
Description: Marco Nicolai custom theme
Version: 1.0
License: All rights reserved
License URI: 
Text Domain: MN


*/


/************************************************************************************************************************************************************************************/
/************** GENERAL **************/

* { margin: 0px; }

html, body {
	height: 100%;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


h1 { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
h2 { font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
h3 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }


a, a:link, a:visited, a:active {
	color: #4a6eae;
	text-decoration: underline;
}
a:hover { color: #365899; text-decoration: none; }

	a img { border: none; }

p {
	margin: 0px;
	padding: 10px 5px;
}

table {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
}
	table td {}
	table th {}

hr { height: 0px; width: 100%; margin: 0px auto; margin-top: 5px; margin-bottom: 5px; border: none; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #fff; }

.w100 { width: 98%; }
.w90 { width: 90%; }
.w75 { width: 74%; }
.w70 { width: 70%; }
.w66 { width: 65%; }
.w60 { width: 59%; }
.w50 { width: 48.5%; }
.w40 { width: 39%; }
.w33 { width: 32%; }
.w25 { width: 24.5%; }


ul.list li {
	list-style-type: none;
	background: url(images/li_dot.gif) left 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

/************************************************************************************************************************************************************************************/
/************** LAYOUT **************/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

div.container { width: 960px; margin: 0px auto; }

div.header {
	position: relative;
	height: 241px;
	width: 100%;
	background: url(images/header_bkg2.png) center top repeat-x;
	/*background-color: #003261;*/
	z-index: 100;
}
	.header .container {
		height: 238px;
		/*background: url(images/header_picture.jpg) #1a2d5c center bottom no-repeat;*/
		background-color: #003261;
		position: relative;
	}
	
	.header a.logo {
		display: block;
		float: left;
		margin-top: 90px;
		margin-left: 240px;
	}
	
	.header img.header_picture {
		width: 200px;
		height: 200px;
		
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	
	.inner_picture {
		margin: 0px;
		height: 238px;
		width: 35%;
		float: right;
		/*overflow: hidden;*/
		position: relative;
		z-index: 101;
		/*-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);*/
	}
	
		.inner_picture .slide {
			width: 100%;
		}
		
		.inner_picture div.quote {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 100%;
			/*background: url(images/quote_bkg.png) left top repeat-y;*/
		}
			.inner_picture .quote p {
				width: 350px;
				float: right;
				margin: 10px;
				margin-bottom: 0px;
				padding-bottom: 0px;
				text-align: right;
				/*color: #114a7f;*/
				color: #fff;
				font-size: 15px;
				font-weight: bold;
				line-height: 20px;
			}
			
			.inner_picture .quote p.author em { font-size: 15px; line-height: 32px; }
			
			.inner_picture .quote p.author {
				margin-top: 5px;
				margin-bottom: 10px;
				padding-top: 0px;
			}

div.navigation {
	width: 100%;
	height: 41px;
	margin-top: -3px;
	background: url(images/menu_bkg.gif) #1b2444 left bottom repeat-x;
}
	.navigation ul {
		display: block;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
	}
	
	.navigation ul li {
		display: inline-block;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	
	.navigation ul li a {
		display: block;
		margin: 0px;
		padding: 0px 20px;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		line-height: 39px;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	.navigation ul li.current-menu-item > a,
	.navigation ul li.hover > a,
	.navigation ul li a:hover,
	.navigation ul li.current-menu-ancestor,
	.navigation ul li.current_page_parent {
		background: url(images/menu_current_bkg.png) #2d4882 center top repeat-y;
	}
	
		.navigation ul ul {
			position: absolute;
			top: 39px;
			left: 0px;
			width: 220px;
			display: block;
			margin: 0px;
			padding: 0px;
			background: #8aabdf;
			border: 1px solid #5a7ebc;
			list-style-type: none;
			text-align: left;
			z-index: 10000;
			-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.7);
			box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.7);
			
			display: none;
		}
		
		.navigation ul li ul li {
			display: block;
			margin: 0px;
			padding: 0px;
		}
		
		.navigation ul ul li a {
			display: block;
			min-height: 20px;
			margin: 0px;
			padding: 6px 10px 4px 10px;
			color: #fff;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			line-height: 16px;
			background: none;
		}
		.navigation ul ul li a:hover {
			background: #355697;
		}
	
	

div.main {
	height: 100%;
	padding-top: 10px;
}

	.main div.left_col {
		width: 645px;
		float: left;
	}
	
		.main .left_col .left_side {
			float: left;
			width: 200px;
			text-align: left;
		}
		
		.main .left_col .left_side img {}

		.main .left_col .left_side img.attachment-thumbnail {
			max-width: 150px;
			max-height: 150px;
			margin-top: 10px;
			margin-right: 10px;
			float: right;
		}
		
		.main .left_col .main_contents {
			float: right;
			width: 420px;
			/*width: 98%;*/
			margin-right: 15px;
			font-size: 12px;
			color: #666;
			text-align: justify;
			line-height: 18px;
		}
		
		.main .left_col .main_contents.full_width {
			width: 645px;
			margin: 0px;
			padding-right: 5px;
		}
		
		.main .left_col .main_contents h2 {
			display: block;
			margin: 0px;
			padding: 0px;
			color: #4a6eae;
			font-size: 15px;
			font-weight: bold;
			text-align: left;
		}
		
		.main .left_col .main_contents h3 {
			display: block;
			margin: 10px 0px 0px 0px;
			padding: 0px;
			color: #333;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
		}
		
		
		
		.main .left_col div.search_item {
			margin: 0px;
			margin-bottom: 10px;
			padding-bottom: 10px;
			
		}
		
			.main .left_col div.search_item .left_side img.attachment-thumbnail { height: 100px; width: auto; }
		
			.main .left_col div.search_item .main_contents { font-size: 12px; }
			
			.main .left_col div.search_item .main_contents .search_result a {
				display: block;
				margin: 10px 0px 0px 0px;
				padding: 0px;
				color: #333;
				font-size: 13px;
				font-weight: bold;
				text-align: left;
				text-decoration: none;
			}
			.main .left_col div.search_item .main_contents .search_result a:hover { text-decoration: underline; }
		
		
	
	.main div.right_col {
		width: 315px;
		float: right;
	}
	
.footer {
	background: url(images/footer_bkg.png) #1a2d5c center top repeat-y;
	border-top: 1px solid #1b285c;
}

.footer, .push {
	clear: both;
	height: 40px;
}


/*******************************************************************************************************************************************************************************/
/************** CONTENTS **************/

h1.page_title {
	display: block;
	width: 99%;
	height: 30px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	color: #1a2d5c;
	border-bottom: 2px solid #1a2d5c;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}

	h1.page_title span { font-style: italic; }
	
		h1.page_title span.breadcrumb {
			color: #4a6eae;
			font-size: 16px;
		}

h2.page_subtitle {
	display: block;
	margin: 0px 0px 8px 10px;
	padding: 0px;
	color: #4a6eae;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

h2.anno {
	display: block;
	width: 638px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #4a6eae;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #4a6eae;
}

h2#underline {
	display: block;
	width: 420px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	color: #4a6eae;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #4a6eae;
}	

h5 {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	color: #4a6eae;
}
	

div.press {
	width: 98%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
	.press ul li {
		margin-bottom: 6px;
	}

div.article {
	width: 98%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #1a2d5c;
}

	.article h2 {
		display: block;
		margin: 0px 0px 8px 10px;
		padding: 0px;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
		.article h2 a { color: #4a6eae; text-decoration: underline; }
		.article h2 a:hover { text-decoration: none; }
	
	.article h3 {
		display: block;
		margin: 0px 0px 5px 10px;
		padding: 0px;
		color: #333;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	
	.article p {
		margin: 5px 5px 5px 10px;
		padding: 0px;
		color: #555;
		font-size: 12px;
		line-height: 16px;
		text-align: justify;
	}
	
	div.share {
		margin: 15px 0px 5px 0px;
	}
		.share div { float: right; }
		
	div.article_image {
		float: left;
		margin-right: 10px;
		margin-left: 10px;	
		margin-top: 10px;
	}
		.article div.article_image { margin-top: 0px; }
	
		div.article_image img {
			padding: 5px;
			background: #fff;
			border: 1px solid #ccc;
		}
		
	

ul.toc {
	display: block;
	margin: 0px;
	/*margin-top: 20px;*/
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
	ul.toc.by_year { margin-left: 20px; }

	ul.toc li { display: block; margin: 0px; margin-bottom: 5px; padding: 0px; padding-bottom: 5px; text-align: left;
		background: url(images/li_dot.gif) left 4px no-repeat;
		padding-left: 15px;
	}
	ul.toc li a { font-size: 11px; font-weight: bold; line-height: 15px; }
	ul.toc li a.current { color: #365899; font-size: 13px; font-weight: bold; line-height: 15px; }
	
	div.book_preview {
	}
	
		.book_preview span.title {
			display: block;
			margin: 0px 0px 15px 0px;
			text-align: center;
			font-style: italic;
		}
		
		.book_preview img {
			display: block;
			max-width: 175px;
			margin: 0px auto;
		}
		
		.book_preview div.notes {
			margin: 0px;
			margin-top: 15px;
		}

div.grey_box {
	width: 298px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px;
	background: url(images/box_bkg.png) #e1e1e1 center top repeat-x;
	border: 1px solid #b0b0b0;
	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px px rgba(0, 0, 0, 0.4);
}

	.grey_box h3.box_title,
	.grey_box h3.widget-title {
		height: 28px;
		margin: 10px;
		margin-bottom: 0px;
		padding-left: 5px;
		color: #333;
		border-bottom: 1px solid #b7b7b7;
		font-size: 16px;
		text-align: left;
		line-height: 20px;
	}
	
	.grey_box div.box_content {
		margin: 10px;
		margin-top: 0px;
		padding: 10px 5px;
		color: #555;
		border-top: 1px solid #fff;
		font-size: 12px;
		line-height: 16px;
	}
	
		.grey_box div.box_content div.box_thumbnail {
			max-width: 100px;
			margin-right: 10px;
			float: left;
		}

div.iframe_container {
	float: left;
	margin-left: 60px;
	margin-bottom: 30px;
	background: url(images/ajax-loader.gif) #E9E9E9 center center no-repeat;
}

	div.iframe_container p { display: none; }
	
div.video_box iframe {
	width: 270px;
	height: 202px;
}


a.back_to_top {
	float: right;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	background: url(images/ico_top.png) center center no-repeat;
	text-decoration: none;
}

/*******************************************************************************************************************************************************************************/
/************** SEARCH **************/

div.search {
	width: 255px;
	height: 30px;
	margin: 0px auto;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #888;
}

	.search .textbox {
		float: left;
		width: 220px;
		height: 28px;
		margin: 0px;
		padding: 1px 3px;
		background: #fff;
		border: none;
		color: #888;
		font-size: 12px;
		line-height: 30px;
	}
	
	.search .search_button {
		float: right;
		height: 30px;
		width: 25px;
		margin-right: 3px;
		background: url(images/ico_search.png) center center no-repeat;
		border: none;
		cursor: pointer;
	}


/*******************************************************************************************************************************************************************************/
/************** SOCIAL NETWORKS **************/

div.socials {
	width: 95%;
	margin: 0px auto;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}

	.socials a {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin: 0px 15px;
	}


.vimeo_links { text-align: center; font-size: 11px; }
.vimeo_links a {
	color: #4a6eae;
	text-decoration: none;
}
.vimeo_links a:hover { color: #1a2d5c; text-decoration: underline; }


/*******************************************************************************************************************************************************************************/
/************** FORMAT **************/

.display_block { display: block; }
.display_inline { display: inline; }

.left { float: left; }
.right { float: right; }

.txt_left { text-align: left; }
.txt_right { text-align: right; }
.txt_center { text-align: center; }
.txt_justify { text-align: justify; }

.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }

.line_16 { line-height: 16px; }
.line_18 { line-height: 18px; }
.line_20 { line-height: 20px; }
.line_24 { line-height: 24px; }
.line_28 { line-height: 28px; }

.strong { font-weight: bold; }

.clear_all { clear: both; }
	div.clear_all, br.clear_all { clear: both; font-size: 1px; line-height: 1px; }


/* MARGINS COUPLES DEFINITIONS (low priority) */
.margin_topbottom_5 { margin-top: 5px; margin-bottom: 5px; }
.margin_topbottom_10 { margin-top: 10px; margin-bottom: 10px; }
.margin_topbottom_20 { margin-top: 20px; margin-bottom: 20px; }

.margin_leftright_10 { margin-left: 10px; margin-right: 10px; }
.margin_leftright_15 { margin-left: 15px; margin-right: 15px; }
.margin_leftright_20 { margin-left: 20px; margin-right: 20px; }

/* SINGLE MARGIN DEFINITION (higher priority) */
.margin_top_5 { margin-top: 5px; }
.margin_bottom_5 { margin-bottom: 5px; }

.margin_top_10 { margin-top: 10px; }
.margin_bottom_10 { margin-bottom: 10px; }

.margin_top_20 { margin-top: 20px; }
.margin_bottom_20 { margin-bottom: 20px; }

.margin_top_25 { margin-top: 25px; }
.margin_bottom_25 { margin-bottom: 25px; }

.margin_top_30 { margin-top: 30px; }
.margin_bottom_30 { margin-bottom: 30px; }

.margin_top_40 { margin-top: 40px; }
.margin_bottom_40 { margin-bottom: 40px; }

.margin_left_10 { margin-left: 10px; }
.margin_right_10 { margin-right: 10px; }

.margin_left_15 { margin-left: 15px; }
.margin_right_15 { margin-right: 15px; }

.margin_left_20 { margin-left: 20px; }
.margin_right_20 { margin-right: 20px; }

.margin_left_30 { margin-left: 30px; }
.margin_right_30 { margin-right: 30px; }


/* SINGLE PADDING DEFINITION (higher priority) */
.padding_top_5 { padding-top: 5px; }
.padding_bottom_5 { padding-bottom: 5px; }

.padding_top_10 { padding-top: 10px; }
.padding_bottom_10 { padding-bottom: 10px; }

.padding_top_15 { padding-top: 20px; }
.padding_bottom_15 { padding-bottom: 20px; }

.padding_top_20 { padding-top: 25px; }
.padding_bottom_20 { padding-bottom: 25px; }

.padding_left_5 { padding-left: 5px; }
.padding_right_5 { padding-right: 5px; }

.padding_left_10 { padding-left: 10px; }
.padding_right_10 { padding-right: 10px; }

.padding_left_15 { padding-left: 15px; }
.padding_right_15 { padding-right: 15px; }

.padding_left_20 { padding-left: 20px; }
.padding_right_20 { padding-right: 20px; }

.margin_5_10 { margin: 5px 10px; }


/* MARGINS RESET (top priority) */
.margin_zero { margin: 0px; }
.margin_top_0 { margin-top: 0px; }
.margin_left_0 { margin-left: 0px; }
.margin_right_0 { margin-right: 0px; }
.margin_bottom_0 { margin-right: 0px; }


/* PADDING RESET (top priority) */
.padding_zero { padding: 0px; }
.padding_top_0 { margin-top: 0px; }
.padding_left_0 { margin-left: 0px; }
.padding_right_0 { margin-right: 0px; }
.padding_bottom_0 { margin-right: 0px; }


.reset {
	float: none;
	margin: 0px;
	padding: 0px;
}


a.no_underline { text-decoration: none; }
	a:hover.no_underline { text-decoration: none; }




/*******************************************************************************************************************************************************************************/
/************** TWITTER PLUGIN **************/

iframe.twitter-timeline { margin-left: -5px; }

.timeline { border: none; background: none; }

h1.summary { border-bottom: 1px solid #b7b7b7; font-size: 16px; line-height: 20px; }

div.stream { border-top: 1px solid #fff; }



/*******************************************************************************************************************************************************************************/
/************** JQUERY UI CORRECTIONS **************/

.ui-accordion h3.ui-accordion-header {
	padding-left: 25px !important;
	font-size: 14px;
}

.ui-accordion h3.ui-accordion-header.ui-state-hover,
.ui-accordion h3.ui-accordion-header.ui-state-active,
.ui-accordion h3.ui-accordion-header.ui-state-focus { color: #FFF; }