/* Default Light */

body,
button,
input,
select,
textarea {
	color: #404040;
}

hr {
	background-color: #ccc;
}
pre {
	background: #eee;
}
abbr, acronym {
	border-color: #666;
}
mark, ins {
	background: #fff9c0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	-webkit-box-shadow: inset 0 2px 1px #fff;
	-moz-box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
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 2px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
/* Links */
a {
	color: #666;
}
a:hover {
	color: #111;
}

body {
	/*background: #eee*/
	/*background:#DED3B3 url('https://www.laroccadiperti.it/wp/wp-content/themes/auditorium/css/images/torre-2.jpg') no-repeat right bottom;*/
	background:#DED3B3;
	background-image:url('../images/torre-3.png');
background-repeat:no-repeat;
background-attachment:scroll;
background-position:right bottom; 
}
.site {
	background: #fff;
}
.site {
	box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	-moz-box-shadow: 0px 0px 3px #ccc;
}

h1.site-title a {
	color: #333;
}
h2.site-description {
	color: #aaa;
}

#main {
	border-top: 1px dashed #eee;
}
#flags_language_selector img{
      margin:1px;
      border:1px solid #333;
      float: right;
}
/* INIZIO MENU SMALL */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.main-small-navigation .menu {
	background: #352C28;
    border: 1px solid #111111;
    box-shadow: 0 1px 4px #111111;
    color: #FFF;
	-moz-box-shadow: 0 1px 4px #ddd;
	-webkit-box-shadow: 0 1px 4px #ddd;
	-ms-box-shadow: 0 1px 4px #ddd;
	text-align: center;
	list-style:none;
	display: none;
	clear:left;
	right:0;
	width: 100%;
	margin-top: 21px;
	margin-bottom: -21px;
}
.main-small-navigation .menu a {
	text-decoration: none;
	text-align: center;
}
.main-small-navigation .menu a:hover {
	color: #AAAAAA;
	text-align: center;
}
.main-small-navigation .menu ul {
	background: #dfcfb3; 
	/*margin: 31px 0px 0px 0;*/
	list-style:none;
	margin: auto;
	text-align:center;
	width: 100%;
}
.menu-menu_principale-container-small  {
	text-align: center;
	padding: 2px 2px;
	border-radius: 2px;
}
div.menu-menu_principale-container-small ul li  {
	padding: 0;
	text-align: center;
	
}
.main-small-navigation .menu ul li a {
	color: #333;
	text-align: center;
}
.main-small-navigation .menu a {
	color: #FFF;
}


.main-small-navigation h1 {
    font-size: 2em;
    line-height: 0;
    padding: 25px 0;
    background: #87000D;
    border-radius:2px;
    color: #FFF;
    text-align: center;
    margin-bottom: -21px;
}

/* FINE MENU SMALL */
/* Menu */
.main-navigation a {
	color: #CCC;
}
.main-navigation a:hover {
	color: #888;
}
.main-navigation ul ul a:hover {
	color: #FFF;
	background: #87000d;
}
.main-navigation ul ul {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 3px 3px 0px 0px #2a2a2a;
	-moz-box-shadow: 3px 3px 0px 0px #2a2a2a;
	box-shadow: 3px 3px 0px 0px #2a2a2a;
}
.main-navigation ul ul :hover > a {
	color: #fff;
	background: #87000d;
}
.main-navigation ul ul li {
    background: none repeat scroll 0 0 #2F221F;
}
/* Content */
.home h1.entry-title a,
.category h1.entry-title a {
	color: #fff;
}
.home h1.entry-title a:hover,
.category h1.entry-title a:hover {
	color: #ccc;
}
.wp-caption {
	border: 1px solid #ccc;
}

#leftnav {
	left: -30px;
	background-position: -1px -61px;
}
#rightnav {
	right: -30px;
	background-position: -26px -61px ;
}
#leftnav:hover {
	background-position: -1px -26px;
}
#rightnav:hover {
	background-position: -26px -26px;
}
#rightnav.disabled {
	background-position: -26px -26px;
	cursor: default;
}
#leftnav.disabled {
	background-position: -1px -26px;
	cursor: default;
}
.loading {
	background: url(../images/ajax-loader.gif) no-repeat;
}

/* Comments */
#respond {
	border-top: 1px dashed #ccc;
}
.comment .avatar {
	background: #eaeaea;
	border: 3px solid #eaeaea;
}
.bypostauthor .avatar {
	border-color:#222;
}
.comment-author-admin {
	background:#fbfbfb!important;
	border:#fa6274;
}
.comment-author cite a {
	color:#37393c;
}
.comment-author cite a:hover {
	color:#fa6274;
}
.comment-meta a {
	color:#9fa2a6;
}
.comment-meta a:hover {
	color:#5e6066;
}
#commentform label span {
	color:#fa6274;
} 

/* =Footer
----------------------------------------------- */
footer.entry-meta {
	background: #eee;
	color: #666;
}
.site-info, .site-info a {
	color: #aaa;
}
.site-info a:hover {
	color: #888;
}