/** General *******************************/
body {
	font-family:'PT Serif';
}
h1, h2, h3, h4, h5, h6 {
	font-family:'PT Serif';
}

/** Header ********************************/
#header-wrap {
  max-width: 980px;
  padding: 5px 0;
}
#header-wrap.one-widget #header-logo {
	width:50%;
	padding:20px 0;
}
#header-wrap.one-widget #header-right, #header-wrap.one-widget #header-left {
	width:48%;
}
/** / Header ********************************/

/** Main *********************************/  
#main {
  margin: 0 auto;
  width: 928px;
  background-color: #EAEFF5;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
}
#main.two-sidebars .mid-wrap {
	left: 179px;
	width: 550px;
}
#main.one-sidebar .mid-wrap {
	width: 726px;
}
#main.one-sidebar.leftside .mid-wrap {
	left: 179px;
	width: 750px;
}
#content {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 1.5;
  padding: 12px;
  position: relative;
}
#content.single {
	padding:25px;
}
/*#content.search .post .entry-title h2, */#content.search .post .before-summary, #content.search .post .entry-summary, #content.search .post .after-summary, #content.search .post .entry-utility {
	float: right;
	width: 735px;
	clear: none;
}
/*#main.one-sidebar #content.search .post .entry-title h2, */#main.one-sidebar #content.search .post .before-summary, #main.one-sidebar #content.search .post .entry-summary, #main.one-sidebar #content.search .post .after-summary, #main.one-sidebar #content.search .post .entry-utility {
	width: 535px;
}
/*#main.one-sidebar.leftside #content.search .post .entry-title h2, */#main.one-sidebar.leftside #content.search .post .before-summary, #main.one-sidebar.leftside #content.search .post .entry-summary, #main.one-sidebar.leftside #content.search .post .after-summary, #main.one-sidebar.leftside #content.search .post .entry-utility {
	width: 555px;
}
/*#main.two-sidebars #content.search .post .entry-title h2, */#main.two-sidebars #content.search .post .before-summary, #main.two-sidebars #content.search .post .entry-summary, #main.two-sidebars #content.search .post .after-summary, #main.two-sidebars #content.search .post .entry-utility {
	width: 360px;
}
/*#content.search .post.no-thumb .entry-title h2, */#content.search .post.no-thumb .before-summary, #content.search .post.no-thumb .entry-summary, #content.search .post.no-thumb .after-summary, #content.search .post.no-thumb .entry-utility {
	float: none;
	width: auto !important;
}



/* Search */
#content.search .post {
  /*border-color: #555555;
  border-radius: 0;
  border-width: 0 0 5px;
  padding: 0;*/
}
#content.search .post .before-title, #content.search .post .entry-title, #content.search .post .after-title, #content.search .post .entry-content {
	padding: 0 15px;
}
#content.search .post .before-title {
}
#content.search .post .entry-title {
	background: #555555;
	padding: 2px 15px;
}
	#content.search .post .entry-title h2 {
		font-size: 18px;
		font-style: italic;
		line-height: 1.2;
	}
	#content.search .post .entry-title h2 a {
		color: #BBB;
	}
#content.search .post .after-title {
}
#content.search .post .entry-content {
	border-color: #555555;
	border-radius: 0;
	border-width: 0 0 5px;
	padding: 5px 10px;
	overflow:visible;
	position:relative;
}
	#content.search .post .entry-thumb {
		width:120px;
		height:120px;
		overflow:hidden;
		background: #cccccc; /* Old browsers */
		background: #cccccc; /* Old browsers */
		background: -moz-linear-gradient(top,  #cccccc 0%, #eee 20%, #eee 80%, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(20%,#eee), color-stop(80%,#eee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #cccccc 0%,#eee 20%,#eee 80%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #cccccc 0%,#eee 20%,#eee 80%,#cccccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #cccccc 0%,#eee 20%,#eee 80%,#cccccc 100%); /* IE10+ */
		background: linear-gradient(top,  #cccccc 0%,#eee 20%,#eee 80%,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
		border:1px solid #999;
		/*margin-top: -25px;*/
		z-index:9999;
		position:relative;
	}
	#content.search .post .before-summary {
	}
	#content.search .post .entry-summary {
	}
	#content.search .post .after-summary {
		/*clear:both;*/
	}
#leibnizgrouper_suggestion_form .leibnizgrouper_button.leibnizgrouper_search_button {
	border-radius: 3px;
	float: right;
	margin: 0 0 15px;
	padding: 0 15px;
}

/* Single page images */
/*#content .post .feat-image {
	text-align:center;
	padding:10px;
	margin:10px 0;
	border:1px solid #DDD;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
}
#content .post .post-images {
	border: 1px solid #DDDDDD;
	margin: 20px 33px;
	padding: 25px 15px 6px;
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
}
#content .post .post-images ul li {
	float: left;
	margin: 0 14px 14px;
	max-width: 170px;
	text-align: center;
}
#content .post .post-images ul li img {
	border: 1px solid #AAAAAA;
}*/
#content .post .feat-image .img-caps, #content .post .post-images .img-caps {
	font-weight:bold;
	color:#555;
}
#content .post .feat-image .img-desc, #content .post .post-images .img-desc {
	font-size:12px;
}


#content .post .feat-image {
	box-shadow: 0 0 5px #CCCCCC;
	float: left;
	margin: 10px 20px 10px 0;
	padding: 5px;
	vertical-align: bottom;
	max-width: 250px;
}
#content .post .post-images {
	background: none;
	border: medium none;
	margin: 20px 0;
	padding: 0;
}
#content .post .post-images ul li {
	float: left;
	margin: 7px;
	max-width: 119px;
	text-align: center;
}
#content .post .post-images a {
	background: none;
	/*border: 1px solid #999999;*/
	box-shadow: 0 0 5px #CCCCCC;
	display: block;
	height: 110px;
	width: 110px;
}
#content .post .post-images a .gallery_img_wrap {
	/*border: 1px solid #AAAAAA;*/
	margin: 0;
	overflow: hidden;
	height:110px;
	width:110px;
}
#content .post .post-images ul li a img {
	border:none;
}


/** /Main *********************************/ 

/** Navbar *********************************/

#nav-primary .wrap-nav {
  max-width: 930px;
  padding: 10px 25px;
}
#nav-primary ul li a, #header-menu ul li a {
	display: block;
	font-family: 'PT Serif';
	font-size: 14px;
	font-weight: bold;
	/*padding: 0 15px 0 0;*/
	text-shadow: 0 1px 0 #FFFFFF;
	/*text-transform:uppercase;*/
}
#nav-primary ul li a:hover, #header-menu ul li a:hover {
	color:#333;
}

/** /Navbar *********************************/

/** Sidebar *********************************/ 

.sidebar {
	width:187px;
}
#sidebar-left {
  margin-left: -550px;
  margin-right: 15px;
  width: 164px;
}
#main.one-sidebar.leftside #sidebar-left {
	margin-left: -750px;
}
#sidebar-right {
	margin-left: 15px;
}
.sidebar-content .sidebar-widget {
	border:1px solid #999;
	box-shadow:0px 3px 15px #666;
	background:#FFF;
}
.sidebar-content .sidebar-widget li {
	border-bottom: 1px dashed #9E9E9E;	
}
.sidebar-content .sidebar-widget li:last-child {
	border-bottom: none;
}
.sidebar-content .sidebar-widget li a {
	clear: both;
	vertical-align: middle;
	padding: 3px 5px 3px 18px;
	display: block;
	background: url(images/arrow.png) no-repeat scroll -15px 5px transparent;
	color: #3E3E40;
	text-decoration: none;
	font-size: 12px;
    line-height: 130%;
}
.sidebar-content .sidebar-widget li a:hover {
	background: #666 5px -15px no-repeat url(images/arrow.png);
	color: #eee;
}
.sidebar-content .sidebar-widget li .excerpt {
	font-size:10px;
	line-height:120%;
	font-style:italic;
	padding:0 5px;
	color:#666;
}
.sidebar-content .sidebar-widget li a:hover .excerpt {
	color:#000;
}
.sidebar-content .sidebar-widget .widget-title {
	background:url(images/widget-title-bg.png) repeat-x bottom center #DDD;
	font-family: 'PT Serif' !important;
	text-shadow: 0 1px 0 #DDD;
	text-transform: uppercase;
}
.sidebar-content .sidebar-widget .widget-title h3, .sidebar-content .sidebar-widget .widget-title h3 a {
	color: #222;
	font-size: 14px;
}
.sidebar-content .sidebar-widget .widget-title h3 a:hover {
	color: #333;
}
.sidebar .wp_bannerize {
	padding: 15px;
}
.widget-content.compact {
	padding: 10px;
}
/* Search */
.sidebar-content .sidebar-widget.widget_search #searchform {
    padding: 10px 10px 25px;
}
.sidebar-content .sidebar-widget.widget_search .widget-title {
	background:url(images/search-widget-title.jpg) no-repeat top left;
	text-indent:-9999px;
}
.sidebar-content .sidebar-widget.widget_search #s {
	float:left;
	width:125px;
	height:14px;
	border:1px solid #CCC;
	border-top:1px solid #666;
	border-left:1px solid #666;
	font-size:10px;
	margin-right:5px;
}
.sidebar-content .sidebar-widget.widget_search #searchsubmit {
  background: url("images/btn_vai.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  display: block;
  float: left;
  height: 15px;
  text-indent: -9999px;
  width: 28px;
  cursor:pointer;
}
/* Newsletter */
.sidebar-content .sidebar-widget.leibnizgrouper_newsletter {
	font-size:12px;
}
.sidebar-content .sidebar-widget.leibnizgrouper_newsletter .widget-content.compact {
	font-size:9px;
}
.sidebar-content .sidebar-widget.leibnizgrouper_newsletter .widget-title {
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #434343 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#434343 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#434343 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#434343 100%); /* IE10+ */
	background: linear-gradient(top,  #b7b7b7 0%,#434343 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
	height: 31px;
	padding: 0;
	text-indent: -9999px;
}
.sidebar-content .sidebar-widget.leibnizgrouper_newsletter .widget-title h3 {
	background:url(images/newsletter-widget-title.jpg) no-repeat top left;
	height: 31px;
}
.sidebar-content .sidebar-widget.leibnizgrouper_newsletter.lg_lang_it .widget-title h3 {
	background:url(images/newsletter-widget-title-it.jpg) no-repeat top left;
	height: 31px;
}
.sidebar-content #emvForm input[type="text"] {
	margin-left: 4px;
    width: 90px;
	height:14px;
	border:1px solid #CCC;
	border-top:1px solid #666;
	border-left:1px solid #666;
	font-size:10px;
	float:right;
}
.sidebar-content .compact #emvForm input[type="text"] {
  margin-bottom: 4px;
  width: 120px;
}
.sidebar-content #emvForm label {
	float: left;
	line-height: 180%;
}
.sidebar-content #emvForm #submit {	
	background-color: #d81d24;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d81d24), to(#5a0815)); 
	background-image: -webkit-linear-gradient(top, #d81d24, #5a0815); 
	background-image:    -moz-linear-gradient(top, #d81d24, #5a0815); 
	background-image:     -ms-linear-gradient(top, #d81d24, #5a0815); 
	background-image:      -o-linear-gradient(top, #d81d24, #5a0815); 
	background-image:         linear-gradient(top, #d81d24, #5a0815);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d81d24', EndColorStr='#5a0815'); 
	color:#FFF;
	border:none;
	-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
			border-radius: 5px;           
	 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	 float:right;
	 font-size:12px;
	 padding:3px;
	 cursor:pointer;
	 margin:0;
}
.sidebar-content .compact #emvForm #submit {
	font-size:11px;
}
.sidebar-content #emvForm #submit:hover {	
  background-color: #ff3127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3127), to(#ae080e)); 
  background-image: -webkit-linear-gradient(top, #ff3127, #ae080e); 
  background-image:    -moz-linear-gradient(top, #ff3127, #ae080e); 
  background-image:     -ms-linear-gradient(top, #ff3127, #ae080e); 
  background-image:      -o-linear-gradient(top, #ff3127, #ae080e); 
  background-image:         linear-gradient(top, #ff3127, #ae080e);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff3127', EndColorStr='#ae080e'); 
}
.sidebar-content #emvForm .disclaimer {
	float: left;
	font-size: 8px;
	line-height: 100%;
	width: 85px;
}
.sidebar-content .compact #emvForm .disclaimer {
  font-size: 6px;
  width: 100px;
}
.sidebar-content #emvForm a#archive {
	color: #444444;
	float: right;
	font-size: 9px;
	font-style: italic;
	line-height: 180%;
    margin-top: 5px;
    padding: 2px 10px;
	text-transform: uppercase;
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(top, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	
  -webkit-border-radius: 12px; 
     -moz-border-radius: 12px; 
          border-radius: 12px; 
		  border: 1px solid #CBC9C9;
          
          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
.sidebar-content #emvForm a#archive:hover {
	text-decoration:none;
	color:#111;
}

/* Notizie */

.sidebar-content .sidebar-widget .notizie {
	font-size:12px;
}
.sidebar-content .sidebar-widget .notizie .widget-title {
	background: #b7b7b7; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #434343 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(90%,#434343)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#434343 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#434343 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#434343 90%); /* IE10+ */
	background: linear-gradient(top,  #b7b7b7 0%,#434343 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
	height: 31px;
	padding: 0;
	text-indent: -9999px;
}
.sidebar-content .sidebar-widget .notizie .widget-title h3 a {
	background:url(images/notizie-widget-title.jpg) no-repeat top left;
	width: 163px;
	height: 31px;
	display: block;
}
.sidebar-content .sidebar-widget .notizie li {
	border-bottom: none;
	background:url(images/news-bottom.gif) no-repeat bottom center;
}
.sidebar-content .sidebar-widget .notizie li:last-child {
	background: none;
}
.sidebar-content .sidebar-widget .notizie li a {
	clear: both;
	vertical-align: middle;
	padding: 3px 5px;
	margin: 5px;
	display: block;
	background: none;
	color:#222;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
    line-height: 130%;
	text-align:center;
}
.sidebar-content .sidebar-widget .notizie li a:hover {
	background: none;
	color: #555;
}
.sidebar-content .sidebar-widget .notizie li .excerpt {
	line-height: 130%;
	margin: 0 5px 5px;
	padding: 0 5px 3px 5px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.sidebar-content .sidebar-widget .notizie li .excerpt a {
	margin:0;
	padding:0;
	color: #666666;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

/** / Sidebar *********************************/ 

/** Home *************************************/

.main_news img, .second_news img, .third_news img {
	max-width:none;
}
.main_news .group_title, .second_news .group_title, .third_news .group_title {
	background: none repeat scroll 0 0 #666;
	border-radius: 5px 5px 5px 5px;
	padding: 3px 10px;
	margin: 0 0 10px;
}
.main_news h3, .second_news h3, .third_news h3 {
	margin:0;
	color: #FFFFFF;
	line-height: 140%;
}
.main_news {
	width:525px;
	overflow:hidden;
	margin:0 auto 10px;
}
.main_news .main_img {
	max-height:245px;
	overflow: hidden;
}
/*.main_news .main_img img {
	width:525px;
	height:auto;
}*/
.main_news.leftbar .main_img {
	float: right;
	width:325px;
	height:245px;
}
/*.main_news.leftbar .main_img img {
	width:325px;
}*/
.main_news a {
	color:#e7e7e7;
	display:block;
	text-decoration:none;
}
/*.main_news a:hover {
	background-color:#333333;
}*/
.main_news .main_news_content {
	width:525px;
	height:245px;
	position:relative;
}
.main_news .main_news_txt {
	z-index: 100;
	position:absolute;
	bottom:0;
	width:525px;
	height: 90px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 31%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(31%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.main_news.leftbar .main_news_txt {
	background: #444;
	height: 100%;
	width: 200px;
}
.main_news_txt h1 a {
	color:#CCC;
	font-size: 20px;
	font-weight: bold;
	margin: 8px 15px 0;
	text-shadow: 1px 1px 1px #000000;
}
.main_news.leftbar .main_news_txt h1 a {
	color:#999;
	font-size: 16px;
	margin: 15px 15px 5px;
	text-shadow:none;
}
.main_news_txt p, .main_news_txt a.more {
	font-family: 'PT Serif';
	margin: 0 15px;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}
.main_news_txt a.more {
	color:#999;
	margin-top:10px;
}
.home_ads {
	width: 525px;
	margin:0 auto 10px;
}
.home_ads div.WPBannerizeWidget div div, .home_ads div.banners div {
	text-align:none;
	float:left;
	width:175px;
}
.second_news {
	width: 525px;
	margin:0 auto;
}
.second_news .news_item {
	width: 170px;
	height: 170px;
	overflow:hidden;
	float: left;
	margin-right:7px;
	padding:0;
}
.second_news .news_item a {
	color:#CCCCCC;
	text-decoration:none;
}
.second_news .news_item a .sec_fade {
	width:170px;
	height:170px;
	position:absolute;
	background: transparent top left repeat url(images/sec_fade.png);
}
.second_news .news_item a:hover .sec_fade {
	display:none;
}
.second_news .news_item a .sec_txt {
	width: 170px;
	height: 85px;
	overflow:hidden;
	position:absolute;
	margin-top: 85px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 31%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(31%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 31%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
	display:none;
}
.second_news .news_item.show_excerpt a .sec_txt {
  display:block;
}
.second_news .news_item a .sec_txt h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin: 3px 10px 2px 10px;
}
.second_news .news_item a .sec_txt p {
	font-family: 'PT Serif';
    font-size: 0.75em;
    font-style: italic;
    line-height: 1;
    margin: 0 10px;
}
.second_news .news_item a:hover .sec_txt {
	display: block;
}
/* Text style second news */
.second_news .text_style {
	border:1px solid #CCC;
	padding:15px;
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(top,  #FFFFFF 0%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
}
.second_news .text_style .news_item {
	border-right: 1px solid #AAA;
	float: left;
	min-height: 180px;
	height: auto;
	line-height: 1.2;
	margin-right: 0;
	overflow: hidden;
	padding: 0 15px;
	width: 100px;
}
.second_news .text_style .news_item.first {
	padding:0 15px 0 0;
}
.second_news .text_style .news_item.last {
	padding:0 0 0 15px;
	border-right:none;
}
.second_news .text_style .news_item h2 {
	border-top: 1px dotted #DDDDDD;
	font-size:13px;
	line-height:1.3;
	padding: 10px 0;
}
.second_news .text_style a.more {
	margin-top:10px;
}
/*------------------------*/
.third_news {
	margin: 15px 0;
}
.third_news .third_content {
}
.third_news .third_entry {
	float: left;
	margin: 0 2% 10px 0;
	width: 49%;
}
.third_news .third_entry.last {
	margin-right: 0;
}
.third_news .third_entry h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#333;
}
.third_news .third_entry .third_img {
	border: 1px solid #CCCCCC;
	float: left;
	height: 75px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 4px;
	width: 100px;
}
.third_news .third_entry .third_img .wrap_third_feat_thumb {
	width:100px;
	height:75px;
	overflow:hidden;
}
.third_news .third_entry .third_txt {
	color: #666666;
	font-size: 11px;
	line-height: 1.4;
}
.third_news .third_entry .third_txt .more {
	color:#333;
	font-weight: bold;
}
.third_news .see-more {
	text-align: right;
}
.third_news .see-more a {
	color: black;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PT Serif';
}

/** / Home *************************************/

/* Footer */

#footer-wrap {
  padding: 15px 15px;
}

/** LeignizGrouper Elements ********************/
#content .leibnizgrouper_button.leibnizgrouper_lookitup {
	margin: 0 0 10px;
	padding: 2px 5px;
	line-height: 100%;
	background-position: center center;
}
#content .leibnizgrouper_button.leibnizgrouper_lookitup span {
	background: none;
	font-size: 12px;
	font-style: normal;
	padding:0;
}

/** /LeignizGrouper Elements ********************/

/** Dynamic styles for mobile */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 480px) {
/* Styles */
#top .top-container {
	padding:0;
}
#main {
  padding: 2% !important;
  width: 92% !important;
}
#main .mid-wrap, #main.two-sidebars .mid-wrap, .sidebar {
  clear:both;
  width:100% !important;
}
#main.two-sidebars .mid-wrap, #main.one-sidebar .mid-wrap {
	left: 0 !important;
	top: 0 !important;
}
#nav-primary {
	height:auto !important;
}
#nav-primary .wrap-nav {
	padding:0 10px;
}
#nav-primary ul li {
	clear:both;
	padding:5px;
}
#sidebar-left, #main.one-sidebar.leftside #sidebar-left {
	position:relative;
	left: 0;
	margin-left:0 !important;
}
#sidebar-right {
	margin-top:0  !important;
	margin-left:0  !important;
}
#logo img {
	width: 280px !important;
}
.main_news {
	min-height:130px;
	width:270px;
}
.main_news .main_news_content {
	width: auto;
}
.main_news .main_news_txt {
	height: 110px;
	width: 255px;
}
.main_news .main_news_txt h1 {
	margin: 5px 10px;
}
.main_news .main_news_txt h1 a {
	font-size: 12px;
	margin:0;
}
.main_news .main_news_txt p, .second_news .news_item a .sec_txt p {
	font-size: 10px;
	margin: 0 10px;
	line-height:1.2;
}
.main_news .main_img img {
	width: 255px;
	height:auto;
	margin: 0 !important;
}
.second_news {
	width:auto;
}
.second_news .news_item {
	background: #f6f8f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 7px auto;
	padding: 25px 42px;
}
.second_news .news_item a .sec_txt {
	display: block;
}
.second_news .news_item a .sec_img {
	overflow:hidden;
}
.second_news .news_item a .sec_fade {
	display: none;
}
.third_news .third_entry .third_img {
  float: none;
  margin: 10px auto;
}
.home_ads {
	width: auto;
}
.home_ads div.WPBannerizeWidget div div, .home_ads div.banners div {
	clear: both;
	float: none;
	margin-bottom: 20px;
	width: auto;
}
#feature-top {
	display:none;
}
#nav-primary ul li, #header-menu ul li {
	border-right: none !important;
	border-bottom: 1px solid #FFF;
	margin:0;
}
#content .post .entry-thumb {
  /*height: 170px;
  width: 170px;*/
  margin: 15px auto;
  float:none;
}
#content .post .entry-thumb img {
	/*width: 150px;
	height: 150px;*/
	margin:10px;
}
#content .post .entry-title, #content .post .entry-summary, #content .post .entry-utility {
  width: auto !important;
  float:none;
}
#content .post .post-images {
  margin: 20px 5px !important;
}
/*#lightbox {
	top:auto;
	bottom:0 !important;
}*/
#outerImageContainer, #imageDataContainer {
	width:300px !important;
	height:auto !important;
}
#outerImageContainer img {
	width:280px !important;
	height:auto !important;
}
#prevLink,#nextLink {
	height:100% !important;
}
.ui-state-default h4.tabhead a {
	display:block;
	text-indent:-9999px;
	width:10px;
}
.ui-state-default.ui-state-active h4.tabhead a {
	text-indent:0;
	width:auto;
}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px)
and (max-width : 480px) {
/* Styles */
#header-wrap {
	text-align: center;
}
#top .top-container {
	padding:0 5px;
}
.main_news {
	min-height:190px;
	width:410px;
}
.main_news .main_news_txt {
	width:410px;
	height:80px;
	margin-top:112px;
}
.main_news .main_news_txt h1 {
	font-size: 14px;
	margin: 5px 10px;
}
.main_news .main_news_txt p, .second_news .news_item a .sec_txt p {
	font-size: 10px;
	margin: 0 10px;
	line-height:1.2;
}
.main_news .img {
	width:410px;
	height:100%;
}
.main_news .img img {
	width:410px;
	height:auto;
}
.second_news .news_item {
	padding:25px 121px;
}
.ui-state-default h4.tabhead a {
	display:block;
	text-indent:-9999px;
	width:10px;
}
.ui-state-default.ui-state-active h4.tabhead a {
	text-indent:0;
	width:auto;
}
}
/* Tablets */
@media only screen 
and (min-width: 481px) 
and (max-width: 767px) {
/* Styles */
#header-wrap {
	text-align: center;
}
#top .top-container {
	padding:0 10px;
}
#sidebar-right {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 15px !important;
	margin-bottom:15px !important;
	width:100%;
}
#sidebar-right .sidebar-content .sidebar-widget {
	clear:none;
	float: left;
	margin: 0 5px;
	width: 228px;
}
#main {
	width:auto;
	padding:9px;
	margin:0 5px;
}
#nav-primary .wrap-nav {
	padding: 10px;
}
#feature-top .top-widget {
	margin-bottom: 5px;
	text-align: center;
}
.second_news .news_item a .sec_txt {
	display: block;
}
.second_news .news_item a .sec_fade {
	display: none;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
#header-wrap {
	text-align: center;
}
#top .top-container {
	padding:0 10px;
}
#main {
	width:auto;
	padding:9px;
	margin:0 5px;
}
#nav-primary .wrap-nav {
	padding: 10px;
}
#feature-top .top-widget {
	margin-bottom: 5px;
	text-align: center;
}
.second_news .news_item a .sec_txt {
	display: block;
}
.second_news .news_item a .sec_fade {
	display: none;
}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
.second_news .news_item a .sec_txt {
	display: block;
}
.second_news .news_item a .sec_fade {
	display: none;
}
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
#header-wrap {
	text-align: center;
}
#top .top-container {
	padding:0 10px;
}
#sidebar-right {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 15px !important;
	margin-bottom:15px;
	width:100%;
}
#sidebar-right .sidebar-content .sidebar-widget {
	clear:none;
	float: left;
	margin: 0 5px 10px;
	width: 226px;
}
#main {
	width:auto;
	padding:9px;
	margin:0 5px;
}
#nav-primary .wrap-nav {
	padding: 10px;
}
#feature-top .top-widget {
	margin-bottom: 5px;
	text-align: center;
}
.second_news .news_item a .sec_txt {
	display: block;
}
.second_news .news_item a .sec_fade {
	display: none;
}
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}