/*
Theme Name: iatmartinengo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
body {
	background: #efefef;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #c3ae70;
}
a:visited {
	color: #c3ae70;
}
a:hover,
a:focus,
a:active {
	color: #c3ae70;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Layout
----------------------------------------------- */
.inner-content {
	width: 1222px;
	margin: 0 auto;
}

#main {
	width: 1222px;
	margin: 0 auto;
	background: #fff;
	padding-top: 1px;

	-webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#Events-Preview-Container {
	/*float: left;
	width: 570px;
	margin-left: 20px;*/
	float: right;
	width: 570px;
	margin-right: 20px;
}

#News-Preview-Container {
	/*float: right;
	width: 560px;
	margin-right: 20px;*/
	float: left;
	width: 560px;
	margin-left: 20px;
}

.highlight-box {
	background: #f9f9f9;
	border-top: 1px solid #dedede;
	padding: 25px 20px;
	margin-top: 30px;
}

.one-third {
	width: 366px;
	margin-right: 42px;
	float: left;
}

.one-third.last {
	margin-right: 0;
}

#comments {
	margin-left: 42px;
	width: 672px;
}

#nav-below {
	margin-left: 42px;
	width: 876px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

#nav-below a {
	padding: 15px 10px;
	display: block;
	text-decoration: none;
	color:#999;
}

#nav-below a:hover {
	color:#fff;
	background: #c3ae70;
}


/* =Typography
----------------------------------------------- */
h2.section-title {
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#333333;
}

h2.section-title a {
	color:#333333;
	text-decoration: none;
}

h2.section-title a:hover {
	color:#c3ae70;
}

.highlight-box h2.section-title {
	font-size: 32px;
}

.incipit {
	font-size: 22px;
	color:#555555;
	font-style: italic;
	line-height: 32px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #333;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: -1px;
	margin: 25px 0 15px 0;

	border-left: 4px solid #dedede;
	padding-left: 10px;
}

.entry-content h1 {
	font-size: 32px;
	line-height: 32px;
}

.entry-content h2 {
	font-size: 28px;
	line-height: 28px;
}

.entry-content h3 {
	font-size: 24px;
	line-height: 24px;
}

.entry-content h4 {
	font-size: 20px;
	line-height: 20px;
}

.entry-content h5 {
	font-size: 18px;
	line-height: 18px;
}

a.moretag {
	display: inline-block;
	background: #dedede;
	color:#777;
	text-decoration: none;
	font-size: 10px;
	padding:0px 8px;
	text-transform: uppercase;

	-webkit-border-radius: 3px;
    border-radius: 3px;
}

a.moretag:hover {
	background: #c3ae70;
	color:#fff;
}

/* =Header
----------------------------------------------- */
#Top-Masthead {
	background: #3d3d3d;
	color:#9f9f9f;
	border-bottom: 3px solid #c3ae70;

	line-height: 42px;
}

#Top-Masthead .site-description {
	width: 300px;
	float: left;
}

#Social-Icons {
	float: right;
}

#Social-Icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Social-Icons ul li {
	float: left;
	margin-left: 8px;
	padding-top: 5px;
}

#Social-Icons ul li a {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}

#Social-Icons ul li.facebook a { background: url(img/facebook.png) center center no-repeat; }
#Social-Icons ul li.twitter a { background: url(img/twitter.png) center center no-repeat; }
#Social-Icons ul li.googleplus a { background: url(img/google_plus.png) center center no-repeat; }
#Social-Icons ul li.youtube a { background: url(img/youtube.png) center center no-repeat; }
#Social-Icons ul li.pinterest a { background: url(img/pinterest.png) center center no-repeat; }
#Social-Icons ul li.rss a { background: url(img/rss.png) center center no-repeat; }

#Search-Box {
	float: right;
	background: transparent url(img/header-separator.gif) top left repeat-y;
	padding-left: 5px;
	margin-left: 20px;
}

#Search-Box form {
	background: transparent url(img/header-separator.gif) top right repeat-y;
	padding-right: 8px;
}

#Search-Box #s {
	width: 0;
	padding:0;
	border: none;
	height: 32px;

	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

#Search-Box:hover #s {
	width: 150px;
	padding:0px 5px;
	border: none;
	margin-left: 10px;
}

#Search-Box .submit {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #c3ae70 url(img/search_btn.png) center center no-repeat;
	border:none;
	text-indent: -9999px;
	overflow: hidden; 


	border-radius: 0px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}

#Search-Box .submit:hover {
	background-color: #fff;
}

.site-branding {
	line-height: 120px;
	width: 428px;
	float: left;
}

.site-title {
	font-size: 34px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#3d3d3d;
	text-decoration: none;
}

.site-info .site-title {
	font-size: 30px;
	color:#606060;
	margin: 0;
}

.site-title a {
	color:#3d3d3d;
	text-decoration: none;
	background: url(img/iat_martinengo.png) center left no-repeat;
	line-height: 120px;
	height: 120px;
	display: block;
	padding-left: 120px;
}

.site-info .site-title a {
	background: none;
	padding-left: 0;
	color:#606060;
	line-height: 30px;
	height: 30px;
	text-shadow: 0px 1px 0px #000000;
}

.site-info hgroup {
	background: url(img/iat_martinengo_small.png) center left no-repeat;
	padding-left: 80px;
	height: 60px;
	padding-top: 10px;
}

.first-letter {
	color:#c3ae70;
}

/* =Menu
----------------------------------------------- */
#Mobile-Navigation {
	display: none;
}

#site-navigation {
	float: right;
	width: 790px;
}

.navigation-main {

	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;

	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 120px;
	padding: 0 20px;
	color: #3d3d3d;
	font-size: 18px;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 120px;
		left: 0;
	z-index: 99999;

	background: #fff;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}

.navigation-main ul a:hover {
	
}

.navigation-main ul ul a {
	width: 200px;
	line-height: 28px;
}
.navigation-main ul ul li {
	padding: 1px 0;
	border-bottom: 1px solid #dedede;
}
.navigation-main li:hover > a {	
	background: #bbb;
	color:#fff;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a,
.navigation-main li.current_page_parent a {
	background: #c3ae70;
	color:#fff;
}



.navigation-main li.current_page_item li a,
.navigation-main li.current-menu-item li a,
.navigation-main li.current_page_parent li a {
	background: transparent;
	color: #3d3d3d;
}

.navigation-main li.current_page_item li:hover a,
.navigation-main li.current-menu-item li:hover a,
.navigation-main li.current_page_parent li:hover a  {
	background: #bbb;
	color:#fff;
}

/*-- fix per la pagina di evento singolo*/
.single-ai1ec_event .navigation-main li.current_page_item a,
.single-ai1ec_event .navigation-main li.current-menu-item a,
.single-ai1ec_event .navigation-main li.current_page_parent a {
	background: transparent;
	color: #3d3d3d;
}

.single-ai1ec_event .navigation-main li.current_page_item:hover a,
.single-ai1ec_event .navigation-main li.current-menu-item:hover a,
.single-ai1ec_event .navigation-main li.current_page_parent:hover a  {
	background: #bbb;
	color:#fff;
}

.single-ai1ec_event .navigation-main li.events-link a {
	background: #c3ae70;
	color:#fff;
}
/*-- fine - fix per la pagina di evento singolo*/

/*-- fix per la pagina singola news associazioni*/
.single-post-category-associazioni .navigation-main li.current_page_item a,
.single-post-category-associazioni .navigation-main li.current-menu-item a,
.single-post-category-associazioni .navigation-main li.current_page_parent a {
	background: transparent;
	color: #3d3d3d;
}

.single-post-category-associazioni .navigation-main li.current_page_item:hover a,
.single-post-category-associazioni .navigation-main li.current-menu-item:hover a,
.single-post-category-associazioni .navigation-main li.current_page_parent:hover a  {
	background: #bbb;
	color:#fff;
}

.single-post-category-associazioni .navigation-main li.associazioni-link a {
	background: #c3ae70;
	color:#fff;
}
/*-- fine - fix per la pagina di evento singolo*/

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: none;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--- Home -------------------------*/
.home .wooslider {
	margin-bottom: 40px;
	max-height: 359px;
	overflow: hidden;
}

.home .ai1ec-agenda-view {
	margin-top: 20px;
}

.home .ai1ec-agenda-view .ai1ec-event {
	position: relative;
	clear: right;
	overflow: hidden;

	/*padding: 0.6em;*/
	padding: 5px 0;
	
	/*margin: 6.5px 0;*/
	margin: 0;

	background: #fff;
	border: 0px solid #ccc;

	-webkit-border-radius: 0em;
	-moz-border-radius: 0em;
	border-radius: 0em;

	-webkit-transition: border-color 0.1s;
	-moz-transition: border-color 0.1s;
	-ms-transition: border-color 0.1s;
	-o-transition: border-color 0.1s;
	transition: border-color 0.1s;
}

.ai1ec-agenda-view .ai1ec-date-title {
	margin: 0 10px 10px 0;
}

.home .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	color: #333;
	letter-spacing: -1px;
}

.home .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title:hover {
	color:#c3ae70;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #c3ae70;
	font-size: 12px;
	line-height: 16px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.ai1ec-agenda-view .ai1ec-date {
	border-bottom: 1px solid #e5e5e5;
	border-top: 0px solid #e5e5e5;
	background: transparent;
	margin-bottom: 10px;
}

.ai1ec-agenda-view .ai1ec-date.ai1ec-today {
	border-top: 0px solid #f0f0a9;
	background: transparent;
}

.ai1ec-agenda-view .ai1ec-month {
	background: #c3ae70;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	padding: 0 0.2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.ai1ec-agenda-view .ai1ec-event-description,
.ai1ec-agenda-view .ai1ec-event-description p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-top: 8px;
	color:#555;
}

.home .ai1ec-categories .ai1ec-label {
	display: none;
}

.ai1ec-agenda-view .ai1ec-date-title {
	border: 0px solid #cacaca;
	background: #eee6ce;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.0);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.0);
	box-shadow: 0 2px 2px rgba(0,0,0,0.0);
}



.ai1ec-agenda-view .ai1ec-date-events {
	overflow: hidden;
	margin: 0;
}

.home .ai1ec-calendar-toolbar {
	display: none;
}

.home .ai1ec-pagination {
	display: none !important;
}

.home .ai1ec-title-buttons {
	
}

.home .btn-group {
	margin-top: 12px;
}

.home #ai1ec-print-button {
	display: none;
}

.home h2.ai1ec-calendar-title {
	float: right;
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	background: #efefef;
	padding: 4px 12px;
	/*margin-right: 40px !important;*/
	margin-right: 0px !important;

	-webkit-border-radius: 3px;   
    border-radius: 3px;
}

.home #ai1ec-calendar-view {
	margin-top: -30px;
	width: 610px; /* larghezza per posterboard */
	width: 560px;
}

.home .ai1ec-subscribe-container {
	display: none;
}

#Events-Preview-Container h2.section-title {
	position: relative;
	width: 150px;
	z-index: 1000;
}

#Primo-Piano-Container .post-title {
	margin: 10px 0;
}

/*--- News Preview -------------------------*/
.news-preview .image-link {
	float: right;
	margin: 0 0 0px 8px;
}

#Primo-Piano-Container .news-preview .image-link {
	margin: 0;
}

#Primo-Piano-Container .news-preview {
	border: none;
	margin-top: 5px;
}

.image-link img {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.highlight-box .image-link img {
	border-bottom: 1px solid #fff;
}

#News-Preview-Container .section-title {
	margin-bottom: 20px;
}

.news-preview {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0 0px 0;
	margin-bottom: 5px;
}

.news-preview:hover {
	border-bottom: 1px solid #c3ae70;
}

.news-preview-small {
	padding: 0px 0 0px 0;
}

.post-title
{
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	color: #333;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	line-height: 28px;
}

.news-preview-small .post-title {
	font-size: 22px;
}

a.post-title {
	color: #333;
}

.post-title:hover {
	color:#c3ae70;
	text-decoration: none;
}

.post-date {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color: #c3ae70;
	font-size: 12px;
	line-height: 16px;
	margin:5px 0 10px 0;

	display: block;
}

.post-meta {
	border-top: 1px solid #e2e2e2;
	padding: 1px 0 5px 0;
	margin-top: 5px;
}

a.category-tag {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 20px;
	margin: 1px 3px 1px 0px;
	padding: 0 0.5em !important;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666 !important;
	text-decoration: none;
}

a.category-tag:hover
{
	background: #c3ae70;
	color:#c3ae70;
	border-color:#e0efff;
	-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	color:#fff !important;

	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

/*--- Associazioni ---*/
#Associazioni-Container .news-preview-small {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#Associazioni-Container .image-link {
	float: left;
	margin: 0 8px 0px 0;
}

#Associazioni-Container .section-title {
	margin-bottom: 15px;
}

#Associazioni-Container a.category-tag {
	margin-top: 0px;
	margin-bottom: 2px;
}

#Associazioni-Container .post-title {
	margin-bottom: 3px;
}

/*--- Blog -----------------------------------*/
.blog .image-link,
.archive .image-link,
.page-template-page-associazione-php .image-link,
.page-template-page-lista-associazioni-php .image-link,
.search .image-link  {
	float: right;
	margin-left: 15px;
}

.blog .entry-content,
.archive .entry-content,
.page-template-page-associazione-php .entry-content,
.page-template-page-lista-associazioni-php .entry-content,
.search .entry-summary   {
	width: 876px;
}

.blog .entry-meta,
.archive .entry-meta,
.single-post footer.entry-meta,
.search .entry-meta {
	font-size: 12px;
}

.blog .entry-meta a,
.archive .entry-meta a {
	text-decoration: none;
	color:#666;
}

.blog .entry-meta a:hover,
.archive .entry-meta a:hover  {
	color: #c3ae70;
}

.cat-links a,
.single-post footer.entry-meta a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	cursor: pointer;
	display: inline-block;

	line-height: 20px;
	padding: 0 0.5em !important;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

.cat-links a:hover,
.single-post footer.entry-meta a:hover {
	background: #c3ae70;
	color:#fff !important;

	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

.tags-links a,
.single-post footer.entry-meta .tags-links a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	cursor: pointer;
	display: inline-block;

	line-height: 20px;
	padding: 0 0.5em !important;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	color: #666;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
}

.tags-links a:hover,
.single-post footer.entry-meta .tags-links a:hover {
	background-color:#e0efff;
	border-color:#e0efff;
	-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	color:#222 !important;

	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

/*--- Pagina Singola -------------------------*/
.page #main,
.single #main,
.blog #main,
.archive #main,
.search #main  {
	background: #f9f9f9;
}

.page #primary,
.single #primary,
.blog #primary,
.archive #primary,
.search #primary  {
	width: 937px;
	float: right;
	background: #fff;
	border-left: 1px solid #dedede;
}

.home #primary {
	width: 100%;
	float: none;
}

.page #secondary,
.single #secondary,
.blog #secondary,
.archive #secondary,
.search #secondary   {
	width: 284px;
	float: left;
	
	
	height: 100%;
}

body .wooslider .slide-content {
	margin: 0em;
	padding: 0;
	border: 0;
	width: auto;
	height: auto;
}

.entry-header,
.page-header  {
	padding: 20px 20px 20px 42px; 
}

.entry-header .breadcrumbs,
.page-header .breadcrumbs  {
	float: left;
	width: 520px;
}

h1.entry-title,
h1.page-title {
	color: #333;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 38px;
	letter-spacing: -1px;
	margin: 25px 0;
	line-height: 32px;
}

.search .ai1ec_event h1.entry-title {
	margin-bottom: 0;
}

h1.page-title { color: #aaa; }
h1.page-title span { color: #333; } 

h1.page-title {
	font-size: 38px !important;
	margin-bottom: 0;
}

.blog .content-area > .entry-header,
.archive .page-header,
.search .page-header {
	padding: 20px 20px 0px 42px;
}

.blog .content-area > .entry-header h1 {
	margin-bottom: 0;
}

.page-template-page-associazione-php .entry-header h1.main-title,
.page-template-page-lista-associazioni-php .entry-header h1.main-title  {
	margin-bottom: 0 !important;
	margin-top: 25px !important;
	font-size: 38px !important;
}

.blog .site-content h1.entry-title,
.archive .site-content h1.entry-title,
.archive .site-content h1.page-title,
.page-template-page-associazione-php .site-content h1.entry-title,
.page-template-page-lista-associazioni-php .site-content h1.entry-title,
.search .site-content h1.page-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.page-template-page-associazione-php .site-content h1.entry-title,
.page-template-page-lista-associazioni-php .site-content h1.entry-title {
	margin-top: 0;
}

.blog .site-content h1.entry-title a,
.archive .site-content h1.entry-title a,
.page-template-page-associazione-php .site-content h1.entry-title a,
.page-template-page-lista-associazioni-php .site-content h1.entry-title a,
.search .site-content h1.entry-title a {
	text-decoration: none;
	color: #333;
}

.blog .site-content h1.entry-title a:hover,
.archive .site-content h1.entry-title a:hover,
.page-template-page-associazione-php .site-content h1.entry-title a:hover,
.page-template-page-lista-associazioni-php .site-content h1.entry-title a:hover,
.search .site-content h1.entry-title a:hover   {
	color: #c3ae70;
}

.addthis_toolbox {
	float: right;
	margin-right: 0px;
	width: 340px;
	text-align: right;
}


.entry-content,
.entry-summary {
	width: 672px;
	margin-left: 42px;
}

.post .entry-content,
.post .entry-summary,
.ai1ec_event .entry-summary {
	margin-top: 0;
}

.page-eventi .entry-content {
	width: 896px;
	margin-left: 42px;
}

.entry-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-right: -102px;
}

.entry-meta {
	width: 672px;
	margin-left: 42px;
}

.entry-header .entry-meta {
	margin: 0;
	font-size: 12px;
	border-top: 1px dotted #dedede;
	border-bottom: 1px dotted #dedede;
	width: 100%;
	color:#b2b2b2;
	padding:5px 0;
}

.entry-header .entry-meta a {
	color:#666;
	text-decoration: none;
}

.entry-header .entry-meta a:hover {
	color:#c3ae70;
}

.fb-comments-container {
	width: 672px;
	margin-left: 42px;
}

#fbSEOComments {
	margin:20px 0 20px 42px !important;
}

#fbSEOComments, #fbSEOComments .fb_iframe_widget, 
#fbSEOComments .fb_iframe_widget span, #fbSEOComments .fb_iframe_widget span iframe {
	width: 672px !important;
	
}


/*--- Breadcrumbs -------------------------*/
.breadcrumbs {
	font-size: 12px;
	color: #b2b2b2;
}

.breadcrumbs a {
	color: #777777;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #000000;
}

.breadcrumbs a.root {
	display: block;
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(img/home_link.png) top left no-repeat;
	margin-top: 3px;
}

.breadcrumbs a.root:hover {
	background-position: 0px -16px;
}

/*--- Calendar -------------------------*/
.timely {
	color: #555555;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.timely a {
	color: #c3ae70;
	text-decoration: none;
}

.timely a:hover {
	text-decoration: underline;
}

.ai1ec-posterboard-view .ai1ec-event-title-wrap {
	min-height: 100px;
}

.ai1ec-posterboard-view .ai1ec-event-wrap {
	margin: 20px 40px 0 0;
	background: transparent;
	border: 0px solid #fff9f0;
	border-bottom: 1px solid #e2e2e2;
	padding: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0);
	box-shadow: 0 1px 3px rgba(0,0,0,0);

	opacity: 1;
}

.ai1ec-posterboard-view .ai1ec-event-wrap:hover {
	border-bottom: 1px solid #c3ae70;
}

.ai1ec-posterboard-view .ai1ec-event-title {
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	color: #999;
	letter-spacing: -1px;


}

.ai1ec-posterboard-view .ai1ec-event-title a {
	font-weight: 300 !important;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #333;
	display: block;
	font-size: 26px;
	line-height: 28px;

	border-left: 4px solid #c3ae70;
	padding-left: 5px;
}

.ai1ec-posterboard-view .ai1ec-event-title a:hover {
	color:#c3ae70;
}

.ai1ec-date-block-wrap {
	display: none;
}

.ai1ec-posterboard-view .ai1ec-event-time {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color:#c3ae70;
	font-size: 12px;
	line-height: 16px;
}

.ai1ec-posterboard-view .ai1ec-event-avatar {
	border: 0px solid rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 5px 0;
	padding: 0px;
	position: relative;
	width: 100%;

	max-height: 130px;
	overflow: hidden;
}

.ai1ec-categories {
	display: block;
	margin-bottom: 0px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}

.ai1ec-category:hover,.active > .ai1ec-category
{
	background-color:#e0efff;
	border-color:#e0efff;
	-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	-moz-box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.3) ;
	color:#fff !important;

	text-shadow: 0px 0px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=0);
}

.ai1ec-tags {
	display: none;
}

.ai1ec-single-event .ai1ec-tag {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
	cursor: pointer;
	display: inline-block !important;
	line-height: 1.7em !important;
	margin: 1px 0 0;
	padding: 0 4px !important;
	white-space: nowrap;

	font-size: 10px;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	line-height: 20px !important;
}

.ai1ec-single-event .ai1ec-tag .icon-tag {
	display: none;
}

.ai1ec-single-event .ai1ec-tags {
	display: block;
	margin-top: 0;
}

.ai1ec-single-event .ai1ec-categories + .ai1ec-tags, .ai1ec-multi-event .ai1ec-categories + .ai1ec-tags {
	margin-top: 0px;
}

.ai1ec-categories a:hover {
	background: #c3ae70;
	color:#c3ae70;
}

.ai1ec-posterboard-view footer {
	background: none;
	border-top: 1px solid #e2e2e2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 8pt;
	margin: 0px 0px;
	padding: 5px 0px;
	position: relative;
}

.ai1ec-posterboard-view footer:after {
	background: none;
}

.ai1ec-posterboard-view .ai1ec-event-description {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	color:#555555;

	min-height: 115px;
}

.ai1ec-calendar-toolbar {
	width: 876px;
	padding: 0 0 3px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #dedede;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
	box-shadow: 0 1px 2px rgba(0,0,0,0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 8px;
}

h2.ai1ec-calendar-title {

	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	font-weight: normal;
	background: #efefef;
	padding: 4px 12px;
	margin-right: 40px !important;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-left: 0px solid #fff;
}

.page-eventi .timely .btn-group {
	margin-right: 20px;
}

.page-eventi .entry-header {
	padding: 20px 20px 0px 42px;
}

#ai1ec-container .ai1ec-category-filter a:hover, 
#ai1ec-container .ai1ec-tag-filter a:hover {
	background: #c3ae70 !important;
}

#ai1ec-container .ai1ec-category-filter .active a,
#ai1ec-container .ai1ec-tag-filter .active a  {
	background: #c3ae70 !important;
}

.ai1ec-allday-badge {
	display: none;
}

.single-ai1ec_event .entry-content {
	margin-top: 0;
}

.single-ai1ec_event .entry-content .ai1ec-single-event {
	width: 876px;
	position: relative;
}

.single-ai1ec_event .entry-content .ai1ec-calendar-link {
	position: absolute;
	top:-51px;
	right: 0;
}

.ai1ec-single-event .ai1ec-label, .ai1ec-multi-event .ai1ec-label {
	text-align: left;
	border-bottom: 1px solid #dedede;
}

.ai1ec-field-value {

}

.ai1ec-time {

}

.ai1ec-single-event .ai1ec-category, .ai1ec-multi-event .ai1ec-category {
	font-size: 10px;
	line-height: 20px;
}

/*--- Newsletter-Box ---------------------------*/
#Newsletter-Box {
	background: #c3ae70;
	color:#fff;
	text-align: center;
	margin-bottom: 15px;
}

#secondary #Newsletter-Box {
	text-align: left;
}

#Newsletter-Box-Small {
	text-align: right;
	padding-top: 20px;
}

.newsletter-box-inner {
	padding: 20px 25px;
}

#secondary #Newsletter-Box .newsletter-box-inner {
	padding: 20px 20px;
}

#Newsletter-Box-Small .newsletter-box-inner {
	padding: 0px;
}

#Newsletter-Box h3,
#Newsletter-Box-Small h3 {
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	margin-bottom: 15px;
}

#secondary #Newsletter-Box h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#Newsletter-Box-Small h3 {
	display: inline;
	font-size: 20px;
	line-height: 30px;
}

.newsletter-success {
	display: none;

	background: #8e5a1a;
	padding: 3px;
	margin-top: -5px;
	text-align: center;

	-webkit-border-radius: 3px;
    border-radius: 3px;
}

#Newsletter-Box-Small .newsletter-success {
	color:#fff;
	width: 300px;
	
	margin: 0;
	margin-left: 20px;
	text-align: center;
	float: right;
}

#Newsletter-Box form {
	width: 100%;
}

#Newsletter-Box-Small form {
	float: right;
	width: 320px;
}

#Newsletter-Box .newsletterTB,
#Newsletter-Box-Small .newsletterTB {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0 5px;
	margin: 0;
	width: 190px;
	border: none;
	color:#959494;
	float: left;
}

#secondary #Newsletter-Box .newsletterTB {
	width: 125px;
}

#Newsletter-Box-Small .newsletterTB {
	margin: 0 10px;
}

#Newsletter-Box .newsletterSubmitBtn,
#Newsletter-Box-Small .newsletterSubmitBtn {
	background: #8e5a1a;
	color: #fff;
	line-height: 30px;
	height: 30px;
	border: none;
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	float: none;
	text-decoration: none;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0), inset 0 15px 17px rgba(255, 255, 255, 0), inset 0 -5px 12px rgba(0, 0, 0, 0);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
	
}

#Newsletter-Box .loading,
#Newsletter-Box-Small .loading {
	display: inline-block;
	height: 30px;
	width: 100px;
	background: #8e5a1a url(img/ajax-loader.gif) center center no-repeat;
	line-height: 30px;
	float: right;

	-webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
}


/* =Pagina Associazioni
----------------------------------------------- */
.page-template-page-associazione-php .widget p,
.page-template-page-associazione-dettaglio-php .widget p {
	margin:0;
}

.page-template-page-associazione-php footer.entry-meta{ display: none; }



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Sidebar
----------------------------------------------- */
#secondary .widget {
	padding:20px;
	margin-bottom: 0px;
}

#secondary .widget-title {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color:#3d3d3d;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary ul li {
	line-height: 32px;
}

#secondary ul li a {
	color: #777777;
	text-decoration: none;
}

#secondary ul li a:hover {
	color:#c3ae70;
}

.wp-tag-cloud:before,
.wp-tag-cloud:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.wp-tag-cloud:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.wp-tag-cloud {
    *zoom: 1;
}

.wp-tag-cloud li {
	float: left;
	margin-right: 7px;
	line-height: 24px !important;
}

.wp-tag-cloud li a {
	background: #e3e2e2;
	border-bottom: 1px solid #b0a9a9;
	color: #777777;
	padding:0px 0px 0 4px; 
}

.wp-tag-cloud li a:hover {
	color:#fff !important;
	background: #555;
	border-bottom: 1px solid #555;
}

.wp-tag-cloud li a span {
	margin-left: 4px;
	background: #b0a9a9;
	padding: 0 2px;
	color: #fff;
}

.wp-tag-cloud li a:hover span {
	background: #555;
}


/* =Footer
----------------------------------------------- */
#Footer-Banner {
	width: 1182px;
	margin: 20px auto;
}

#Footer-Banner .widget {
	width: 264px;
	float: left;
	margin-right: 40px;
	margin-bottom: 0;
}

#Footer-Banner .widget_sp_image img {
	max-width: 100% !important;
}

#Footer-Banner .widget:last-child {
	margin-right: 0px;
}

#colophon {
	width: 1220px;
	margin: 0 auto;

	color: #b3b3b3;
	background: #3d3d3d;
}

#Footer-Menu {
	padding:10px 20px 20px 20px;
}

#Footer-Menu .widget {
	width: 20%;
	float: left;
}

.site-info {
	background: #2e2e2e;
	padding: 5px 20px;
}

.site-info hgroup {
	float: left;
	width: 300px;
}

#Newsletter-Box-Small {
	width: 600px;
	float: right;
}

#Footer-Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Footer-Menu ul li {
	padding-right: 10px;
}

#Footer-Menu ul li a {
	color:#e0e0e0;
	text-decoration: none;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0px 1px 0px #000000;
	margin: 20px 0 15px 0;
	display: block;
}

#Footer-Menu ul li a:hover {
	color:#fff;
}

#Footer-Menu ul li li a {
	color: #b3b3b3;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =NextGen Gallery
----------------------------------------------- */
.ngg-galleryoverview {
	width: 875px !important;
	margin-bottom: 20px;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 1px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color: #FFFFFF !important;
	border: 0px solid #A9A9A9 !important;
	display: block;
	margin: 1px 0px 0px 0px !important;
	padding: 0px;
	position: relative;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #c3ae70;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* =Cookie policy
----------------------------------------------- */
#Cookies {
	background: none repeat scroll 0% 0% #8bd9f6;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	color: #524134;
	font-size: 13px;
	z-index: 1000;
	display: none;
}

.cookies-inner {
    width: 700px;
    margin: 0px auto;
    position: relative;
}

.cookies-inner p {
	float: left;
	width: 480px;
	padding: 15px 0;
	margin: 0;
}

.cookies-inner a {
	color: #333;
	font-size: 13px;
}

.cookies-inner a:hover {
	opacity: 0.6;
}

.accept-cookie-btn {
	font-size: 16px;
	font-size: 1.6rem;
	color: #4CB5AB;
	display: inline-block;
	border: 1px solid #333;
	width: 145px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-top: 20px;
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.cross-cookie-btn {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top:10px;
	right: 10px;
	background: transparent url('img/close_btn.png') left center no-repeat;
}

@media only screen and (max-width: 767px) {
	.cookies-inner {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 20px;
	}

	.cookies-inner p {
		width: 100%;
		float: none;
		font-size: 11px;
		font-size: 1.1rem;
	}

	.cross-cookie-btn {
		background-position: center center;
	}

	.accept-cookie-btn {
		float: none;
		margin: 0 auto 10px auto;
		display: block;
	}
}


/* =Facebook comments
----------------------------------------------- */
#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.home .fb_iframe_widget, .home .fb_iframe_widget span, .home .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.clearer {
	clear: both;
}

/*------------------------------------------------------------------------------------*/
/*		MEDIA QUERIES																  */
/*------------------------------------------------------------------------------------*/

/* #Desktop (Small screen)
================================================== */

/* Note: Design for a width of 960px */

@media only screen and (min-width: 960px) and (max-width: 1260px) {
	#main {
		width: 960px;
	}

	.inner-content {
		width: 960px;
	}

	.site-branding {
		width: 320px;
	}

	.site-title {
		font-size: 26px;
		height: 100px;
		line-height: 100px;
	}

	.site-title a {
		height: 100px;
		line-height: 100px;
		background: url(img/iat_martinengo_960.png) center left no-repeat;
		padding-left: 100px;
	}

	#site-navigation {
		width: 600px;
	}

	.navigation-main a {
		padding: 0 10px;
		line-height: 100px;
	}

	.navigation-main ul ul {
		top: 100px;
	}

	#News-Preview-Container .section-title {
		margin-bottom: 15px;
	}

	#Events-Preview-Container{
		width: 460px;
		margin-right: 10px;
	}

	#News-Preview-Container {
		width: 460px;
		margin-left: 10px;
	}

	.home #ai1ec-calendar-view {
		width: 460px;
	}

	.ai1ec-posterboard-view .ai1ec-event-wrap {
		margin: 15px 10px 0 0;
	}

	.home .ai1ec-calendar-title {
		margin-right: 10px !important;
	}

	.news-preview .image-link {
		margin: 0 0 -3px 8px;
		max-width: 50%;
	}

	.highlight-box {
		padding: 25px 10px;
	}

	.one-third {
		width: 300px;
		margin-right: 20px;
	}

	#Primo-Piano-Container .news-preview .image-link {
		margin: 0;
		max-width: 100%;
	}

	#Newsletter-Box .newsletterTB {
		width: 130px;
	}

	#Footer-Banner {
		width: 960px;
	}

	#Footer-Banner .widget {
		width: 232px;
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}

	#colophon {
		width: 960px;
	}

	.site-info .site-title {
		line-height: 30px;
		height: 30px;
	}

	#Newsletter-Box-Small {
		width: 500px;
	}

	.page #primary, .single #primary, .blog #primary, .archive #primary, .search #primary {
		width: 675px;
	}

	.home #primary {
		width: 100%;
		float: none;
	}

	.page-eventi .entry-header {
		padding: 20px 20px 0px 20px;
	}

	.entry-header, .page-header {
		padding: 20px 20px 20px 20px;
	}

	.blog .content-area > .entry-header, .archive .page-header, .search .page-header {
		padding: 20px 20px 0px 20px;
	}

	.entry-content, .entry-summary {
		margin-left: 20px;
		width: 635px;
	}

	.entry-header .breadcrumbs, .page-header .breadcrumbs {
		float: none;
		width: 100%;
		margin-left: 4px;
	}

	.addthis_toolbox {
		float: none;
		margin-right: auto;
		margin-top: 5px;
		width: 100%;
		text-align: left;
	}

	.page-eventi .entry-content {
		width: 635px;
		margin-left: 20px;
	}

	.ai1ec-calendar-toolbar {
		width: 635px;
	}

	.page-eventi .timely .btn-group {
		margin-right: 0px;
	}

	.blog .entry-content, .archive .entry-content, .search .entry-summary {
		width: 635px;
	}

	.entry-meta {
		width: 635px;
		margin-left: 20px;
	}

	.single .entry-content .image-link {
		max-width: 50%;
	}

	.entry-content .alignright {
		margin-right: -20px;
	}

	#nav-below {
		margin-left: 20px;
		width: 635px;
	}

	.fb-comments-container {
		width: 635px;
		margin-left: 20px;
	}

	#fbSEOComments {
		margin:20px 0 20px 20px !important;
	}

	#fbSEOComments, #fbSEOComments .fb_iframe_widget, 
	#fbSEOComments .fb_iframe_widget span, #fbSEOComments .fb_iframe_widget span iframe {
		width: 635px !important;
		
	}
}

/* Note: Design for a width of 1100px */

@media only screen and (min-width: 1100px) and (max-width: 1299px) {

}



/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#main {
		width: 768px;
	}

	.inner-content {
		width: 768px;
	}

	.site-branding {
		width: 758px;
		padding-left: 10px;
		float: none;
	}

	#site-navigation {
		float: none;
		width: 768px;
	}

	.navigation-main ul {
		float: none;
		margin-left: 2px;
	}

	.navigation-main a {
		line-height: 30px;
	}

	.navigation-main ul ul {
		top: 30px;
		left: -2px;
	}

	#Events-Preview-Container {
		float: right;
		width: 360px;
		margin-right: 10px;
	}

	.home #ai1ec-calendar-view {
		margin-top: -30px;
		width: 360px;
	}

	#News-Preview-Container {
		float: left;
		width: 360px;
		margin-left: 10px;
	}

	.home .btn-toolbar {
		display: none;
	}

	.ai1ec-agenda-view .ai1ec-date-title {
		width: 3em;
	}

	.ai1ec-posterboard-view .ai1ec-event-wrap {
		margin: 20px 10px 0 0;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-wrap {
		margin: 20px 0px 0 0;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-title-wrap {
		min-height: auto;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-description {
		min-height: auto;
	}

	#ai1ec-calendar-view-container {
		width: 748px;
	}

	.home #ai1ec-calendar-view-container {
		width: 360px;
	}

	.news-preview .image-link {
		float: right;
		width:190px;
		margin: 0 0 0px 5px;
	}

	.highlight-box {
		padding: 20px 10px;
	}

	.one-third {
		width: 240px;
		margin-right: 14px;
		float: left;
	}

	#Primo-Piano-Container {
		width: 360px;
		margin-right: 28px;
	}

	#Associazioni-Container {
		width: 360px;
		margin-right: 0;
	}

	#Primo-Piano-Container .news-preview .image-link {
		margin: 0;
		width: 100%;
	}

	#Associazioni-Container .image-link {
		width: 105px;
	}

	#Newsletter-Facebook-Container {
		width: 748px;
		margin-top: 20px;
	}

	#Newsletter-Box {
		width: 360px;
		margin-right: 28px;
		float: left;
	}

	#Facebook-Like-Box-Container {
		width: 360px;
		margin-right: 0px;
		float: left;
	}

	#Footer-Banner {
		width: 768px;
		margin: 20px auto;
	}

	#Footer-Banner .widget {
		width: 184px;
		margin-right: 10px;
	}

	#colophon {
		width: 768px;
		margin: 0 auto;
		color: #b3b3b3;
		background: #3d3d3d;
	}

	.site-info {
		padding: 5px 10px;
	}

	#Newsletter-Box-Small {
		width: 360px;
		float: right;
	}

	#Newsletter-Box-Small form {
		float: right;
		width: 220px;
		margin-left: 0px;
	}

	#Newsletter-Box-Small .newsletterTB {
		width: 90px;
	}

	#Footer-Menu {
		padding: 10px 10px 20px 10px;
	}

	#secondary {
		display: none;
	}

	.page #primary, .single #primary, .blog #primary, .archive #primary, .search #primary {
		width: 748px;
		padding: 0 10px;
		float: none;
		border: none;
	}

	.home #primary {
		padding: 0;
		width: 768px;
	}

	.entry-header, .page-header {
		padding: 10px 5px 10px 5px;
	}

	.page-eventi .entry-header {
		padding: 10px 5px 10px 5px;
	}

	.blog .content-area > .entry-header, .archive .page-header, .search .page-header {
		padding: 10px 5px 10px 5px;
	}

	.entry-header .breadcrumbs, .page-header .breadcrumbs {
		float: none;
		width: 100%;
		margin-left: 4px;
	}

	.addthis_toolbox {
		float: none;
		margin-right: auto;
		margin-top: 5px;
		width: 100%;
		text-align: left;
	}

	.entry-content, .entry-summary {
		width: 672px;
		margin-left: 5px;
	}

	.entry-content .alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
		margin-right: -82px;
	}

	.entry-meta {
		width: 672px;
		margin-left: 5px;
	}

	#fbSEOComments {
		margin: 20px 0 20px 0px !important;
	}

	.blog .entry-content, .archive .entry-content, .search .entry-summary {
		width: 738px;
		margin: 0 auto;
	}

	.blog .site-content h1.entry-title, .archive .site-content h1.entry-title, .archive .site-content h1.page-title, .search .site-content h1.page-title {
		margin-top: 0;
	}

	#nav-below {
		margin-left: 5px;
		width: 738px;
	}

	.page .cover-image {
		width: 768px;
		max-width: 768px;
		margin-left: -10px;
	}

	.page-eventi .entry-content {
		width: 738px;
		margin-left: 5px;
		margin-top: 0;
	}

	.ai1ec-calendar-toolbar {
		width: 738px;
		padding: 0 0 3px 0;
		background: none;
		border: none;
		border-bottom: 1px solid #dedede;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
		box-shadow: 0 1px 2px rgba(0,0,0,0);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-bottom: 8px;
		}

	h2.ai1ec-calendar-title {
		margin: 0px 8px 6px 0 !important;
	}

	.home h2.ai1ec-calendar-title 
	{
		margin: 8px 8px 6px 0 !important;
	}

	.page-eventi .timely .btn-group {
		margin-right: 10px;
	}

	.page-eventi h1.entry-title {
		margin-bottom: 0;
	}

	.single-ai1ec_event .entry-content .ai1ec-single-event {
		width: 738px;
	}

	.single-ai1ec_event .entry-content .ai1ec-calendar-link {
		top: -41px;
	}
}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {

	#main {
		width: 320px;
	}

	.inner-content {
		width: 320px;
	}

	.site-branding {
		width: 280px;
		padding-left: 0px;
		float: none;
		margin:5px auto;
	}

	.site-title a {
		color: #3d3d3d;
		text-decoration: none;
		background: url(img/iat_martinengo_320.png) center left no-repeat;
		line-height: 60px;
		height: 60px;
		display: block;
		padding-left: 70px;
	}

	#site-navigation {
		float: none;
		width: 320px;
	}

	.navigation-main ul {
		display: none;	
	}

	#Mobile-Navigation {
		display: block;
		background: #c3ae70;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	#Mobile-Navigation select {
		width:90%;
	}

	#Top-Masthead .site-description {
		width: 320px;
		float: none;
		text-align: center;
	}

	#Search-Box {
		display: none;
	}

	#Social-Icons {
		display: none;
	}

	#Events-Preview-Container {
		float: none;
		width: 300px;
		margin: 0px auto;
	}

	.home #ai1ec-calendar-view {
		margin-top: -30px;
		width: 300px;
	}

	#News-Preview-Container {
		float: right;
		width: 300px;
		margin-right: 10px;
	}

	.ai1ec-agenda-view .ai1ec-date-title {
		width: 3em;
	}


	.ai1ec-posterboard-view .ai1ec-event-wrap {
		margin: 20px 10px 0 0;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-wrap {
		margin: 20px 0px 0 0;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-title-wrap {
		min-height: auto;
	}

	.home .ai1ec-posterboard-view .ai1ec-event-description {
		min-height: auto;
	}

	#ai1ec-calendar-view-container {
		width: 310px;
	}

	.home #ai1ec-calendar-view-container {
		width: 300px;
	}

	.ai1ec-posterboard-view .ai1ec-event-title-wrap {
		min-height: auto;
	}

	.ai1ec-posterboard-view .ai1ec-event-description {
		min-height: auto;
	}

	.news-preview .image-link {
		float: left;
		width:300px;
		max-width: 300px;
		margin: 0 0 0px 0px;
	}

	.news-preview .image-link img {
		max-width: 300px;
		width:300px;
	}

	.home h2.ai1ec-calendar-title {
		margin-right: 0px !important;
	}

	h2.section-title {
		font-size: 30px;
	}

	#News-Preview-Container .section-title {
		margin:20px 0 0px 0;
	}

	.highlight-box {
		padding: 20px 10px;
	}

	.highlight-box h2.section-title {
		font-size: 26px;
	}

	.one-third {
		width: 300px;
		margin-right: 0px;
		float: none;
	}

	#Primo-Piano-Container {
		width: 300px;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#Associazioni-Container {
		width: 300px;
		margin-right: 0;
	}

	#Primo-Piano-Container .news-preview .image-link {
		margin: 0;
		width: 100%;
	}

	#Associazioni-Container .image-link {
		width: 105px;
	}

	#Associazioni-Container .image-link img {
		width: 105px;
		max-width: 105px;
	}

	#Newsletter-Facebook-Container {
		width: 300px;
		margin-top: 20px;
	}

	#Newsletter-Box .newsletterTB {
		width: 140px;
	}

	#Newsletter-Box {
		width: 300px;
		margin-right: 0px;
		float: none;
	}

	#Facebook-Like-Box-Container {
		width: 300px;
		margin-right: 0px;
		float: none;
	}

	#Footer-Banner {
		width: 264px;
		margin: 20px auto;
	}

	#Footer-Banner .widget {
		width: 264px;
		margin-right: 0px;
	}

	#colophon {
		width: 320px;
		overflow: hidden;
		margin: 0 auto;
		color: #b3b3b3;
		background: #3d3d3d;
	}

	.site-info {
		padding: 5px 10px;
	}

	#Newsletter-Box-Small {
		width: 300px;
		float: none;
	}

	.site-info hgroup {
		background: url(img/iat_martinengo_320.png) center left no-repeat;
		padding-left: 65px;
		width: 235px;
		float: none;
	}

	.site-info hgroup h4 {
		font-size: 12px;
	}

	#Newsletter-Box-Small h3 {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		margin-top: 0px;
	}

	#Newsletter-Box-Small form {
		float: none;
		width: 300px;
	}

	#Newsletter-Box-Small .newsletterTB {
		margin: 0 10px 0 0;
		width: 180px;
	}

	#Footer-Menu .widget {
		width: 300px;
		float: none;
	}

	.page #primary, .single #primary, .blog #primary, .archive #primary, .search #primary {
		width: 300px;
		padding: 0 10px;
		float: none;
		border: none;
	}

	.home #primary {
		padding: 0;
		width: 320px;
	}

	.entry-header, .page-header {
		padding: 10px 0px 10px 0px;
	}

	.page-eventi .entry-header {
		padding: 10px 5px 10px 5px;
	}

	.blog .content-area > .entry-header, .archive .page-header, .search .page-header {
		padding: 10px 5px 10px 5px;
	}

	.entry-header .breadcrumbs, .page-header .breadcrumbs {
		float: none;
		width: 100%;
		margin-left: 4px;
	}

	.addthis_toolbox {
		float: none;
		margin-right: auto;
		margin-top: 5px;
		width: 320px;
		text-align: left;
	}

	.entry-content, .entry-summary {
		width: 300px;
		margin-left: 0px;
	}

	.entry-content .alignright {
		display: inline;
		float: right;
		margin-left: 0em;
		margin-right: 0px;
	}

	.entry-meta {
		width: 300px;
		margin-left: 0px;
	}

	#fbSEOComments {
		margin: 20px 0 20px 0px !important;
	}

	.blog .entry-content, .archive .entry-content, .search .entry-summary,
	.page-template-page-lista-associazioni-php .entry-content,
	.page-template-page-associazione-php .entry-content {
		width: 300px;
		margin: 0 auto;
	}

	.blog .site-content h1.entry-title, .archive .site-content h1.entry-title, .archive .site-content h1.page-title, .search .site-content h1.page-title,
	.page-template-page-lista-associazioni-php .site-content h1.entry-title {
		margin-top: 0;
		font-size: 24px;
		line-height: 28px;
	}

	h1.entry-title, h1.page-title,
	.page-template-page-lista-associazioni-php .site-content h1.entry-title {
		color: #333;
		font-weight: 300;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 30px;
		letter-spacing: -1px;
		line-height: 32px;
	}

	.page-template-page-associazione-php .site-content h1.entry-title,
	.page-template-page-lista-associazioni-php .site-content h1.entry-title {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.page-template-page-associazione-php .entry-header h1.main-title,
	.page-template-page-lista-associazioni-php .entry-header h1.main-title {
		font-size: 30px !important;
	}

	#nav-below {
		margin-left: 0px;
		width: 300px;
		font-size: 12px;
		line-height: 20px;
	}

	.page .cover-image {
		width: 320px;
		max-width: 320px;
		margin-left: -10px;
	}

	.page-eventi .entry-content {
		width: 300px;
		margin-left: 0px;
		margin-top: 0;
	}

	.ai1ec-calendar-toolbar {
		width: 300px;
		padding: 0 0 3px 0;
		background: none;
		border: none;
		border-bottom: 1px solid #dedede;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0);
		box-shadow: 0 1px 2px rgba(0,0,0,0);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-bottom: 8px;
	}

	h2.ai1ec-calendar-title {
		margin: 0px 8px 6px 0 !important;
	}

	.home h2.ai1ec-calendar-title 
	{
		margin: 8px 8px 6px 0 !important;
	}

	.page-eventi .timely .btn-group {
		margin-right: 10px;
	}

	.page-eventi h1.entry-title {
		margin-bottom: 0;
	}

	.single-ai1ec_event .entry-content .ai1ec-single-event {
		width: 300px;
	}

	.single-ai1ec_event .entry-content .ai1ec-calendar-link {
		top: -41px;
	}

	.ai1ec-single-event .ai1ec-map, .ai1ec-multi-event .ai1ec-map,
	.ai1ec-single-event .ai1ec-event-details .pull-right {
		width: 100%;
		float: none;
		margin:3px auto;
	}

	.ai1ec-single-event .ai1ec-time .ai1ec-field-value, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value {
		font-size: 1em;
	}

	.ai1ec-single-event .ai1ec-contact span, .ai1ec-multi-event .ai1ec-contact span {
		display: inline-block;
		white-space: pre-wrap;
	}

	.ai1ec-single-event .ai1ec-event-avatar {
		max-width: 100%;
	}

	.single-ai1ec_event .entry-content .ai1ec-calendar-link {
		position: static;
		padding-left: 0;
		padding-right: 0; 
	}

	.blog .image-link, .archive .image-link, .page-template-page-associazione-php .image-link, .page-template-page-lista-associazioni-php .image-link, .search .image-link {
		float: left;
		margin-left: 0px;
		width:300px;
	}

	.blog .image-link img, .archive .image-link img, .page-template-page-associazione-php .image-link img, .page-template-page-lista-associazioni-php .image-link img, .search .image-link img {
		width: 300px;
		max-width: 300px;
	}

	.page #secondary, .single #secondary, .blog #secondary, .archive #secondary, .search #secondary {
		width: 300px;
		margin: 0 auto;
		float: none;
	}

	#secondary .widget {
		padding: 20px 0;
		margin-bottom: 0px;
	}

	.ngg-galleryoverview {
		width: 302px;
		margin-bottom: 20px;
	}

	#fbSEOComments, #fbSEOComments .fb_iframe_widget, #fbSEOComments .fb_iframe_widget span, #fbSEOComments .fb_iframe_widget span iframe {
		width: 320px !important;
	}

	#fbSEOComments .fb_iframe_widget {
		margin-left: -10px;
	}

	.wooslider {
		margin: 0 0 10px;
		width: 320px;
		margin-left: -10px;
	}

	.home .wooslider {
		margin-left: 0px;
	}

	.incipit {
		font-size: 18px;
		line-height: 24px;
	}

	.hentry {
		margin: 0 0 .5em;
	}

	div.wpcf7 input[type="text"],
	div.wpcf7 input[type="email"]  {

		width: 294px;
	}
}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}