/*   
Theme Name: Arci Pop 2009
Theme URI: 
Description: Pop - Festa popolare 2009 - Tema derivato da Temathic
Author: Manuel Chiarlo / Amanuensi
Author URI: http://amanuensi.info/
Template: thematic
Version: 1.0
Tags: Thematic
.
Arci Pop 2009 is © Manuel Chiarlo http://amanuensi.info/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* GENERAL STYLES */

#wrapper {
	/*margin-bottom: 27px;*/
	margin-top: 27px;
}

#branding {
	height: 255px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/header.png)
}

#blog-title, #blog-description {
	margin-left: -999px;
}

#access {
	border-bottom: 0;
	height: 56px;
}

.menu {
	padding-bottom: 10px;
	padding-top: 16px;
	/*height: 30px;*/
	background-color: #9CCAED;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/menu-bg.png);
}

.sf-menu {
	border-right:0;
	margin-left:20px;
}
.sf-menu li {
	margin-right: 10px;
	width: 115px;
	background-color: #207AB8;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/menu-tab.gif);
}

.sf-menu a, .sf-menu a:visited {
	color: white;
	background-color: none;
	text-shadow: 0px 0px white;
	text-transform: uppercase;
	border-bottom:0;
	border-left:0;
	border-top:0;
	font-size: 14px;
	font-family: "Arial Black", Arial, sans;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #9CCAED;
}
.sf-menu li.page-item-278,
.sf-menu li.page-item-288 {
	width:auto;
	background-image: none;
}
.sf-menu li.page-item-278  a, .sf-menu li.page-item-278  a:visited,
.sf-menu li.page-item-288  a, .sf-menu li.page-item-288  a:visited {
	font-size: 11px;
	line-height: 13px;
	padding: 3px;
}

#amanuensi_middle {
	width: 890px;
	margin:0 auto;
    overflow:hidden;
    position:relative;
	background-color: white;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(images/right-shadow.png)
}

#main {
	border-color: #464646;
	border-width: 1px;
	border-style: solid;
	background-color: #002651; /*#F4F4F4;*/
	margin: 0;
	padding:25px 0 25px;
}
.home #main {
	/*
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/content-home-bg.png);
	*/
	background-color: #002651; /*#074773;*/
	border: 0;
	width: 880px;
}

.category #container {
	width: 878px;
}
.category #content {
	margin: 0px;
	width: 878px;
}
.category .main-aside {
	display: none;
}
.category .entry-meta {
	background-color: #9CCAED;
	color: white;
}
.category .hentry {
	width: 152px;
	margin-left: 20px;
	float: left;
	padding: 0;
}
.category .vcard, .category .meta-sep, .category .entry-content, .category .page-title {
	display: none;
}
.category #container {
	margin-bottom: 21px;
}


#footer {
	border-top-width: 0px;
	margin-top:0;
}

#siteinfo {
	background-image: url(images/footer-shadow.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#siteinfo p {
	padding-left: 20px;
	margin-bottom: 0;
}

#sponsor {
	background-color: white;
	border-color: #464646;
	border-width: 1px;
	border-style: solid;
	clear: both;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#sponsor img {
	margin-left: 32px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#content-home {
	/*margin-left: 19px;*/
	margin-right: 19px;
}

#content-home .entry-title, #content-home abbr {
	font-family:"Arial Black",Arial,sans;
	font-size:12px;
	letter-spacing:-0.03em;
	line-height:24px;
	padding: 5px;
	text-transform: uppercase;
}

#content-home abbr {
background-color:#207AB8;
color:#FDBE10;
display:block;
}

.home .entry-title {
	margin-top: 0;
}

#content-home .entry-title a, #content-home .entry-title a:visited {
	color: white;
}
#content-home .entry-title a:active, #content-home .entry-title a:hover {
	color: white;
}

.entry-home {
	width: 152px;
	margin-left: 20px;
	float: left;
	background-color:#2074B8;
}


/* SINGLE ENTRY TITLE & META & CONTENT */
.single .entry-date {
	height: 27px;
	background-color: #b92d74;
}

.entry-date abbr {
	line-height: 28px;
	font-family: "Arial Black", Arial, sans;
	font-size: 14px;
	color: white;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin-left: 8px;
	margin-right: 8px;
}

.single .entry-meta {
	background-color: #d294c1;
	color: #b92d74;
	margin-bottom: 15px;
}

.share_button {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/share-facebook.gif);
	margin-right: 8px;
	padding-right: 20px;
}

.entry-meta a, .entry-meta a:visited {
	color: white;
}
.entry-meta a:active, .entry-meta a:hover {
	color: #b92d74;
}

.entry-meta {
	font-style: normal;
	font-family: "Arial Black", arial, sans;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: -0.01em;
}

.entry-title {
	font-family: "Helvetica Neue", Arial, sans;
	font-size: 26px;
	padding: 8px 8px 18px;
	letter-spacing: -0.05em;
	line-height: 26px;
	color: white;
	background-color: #2074b8;
	margin-top: 25px;
}

.entry-content {
	padding:8px;
	background-color: #2074b8;
	color: white;
	margin-bottom:100px;
}

.entry-content p {
	font-family: arial, sans;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.01em;
}
.entry-content p a:link, .entry-content p a:hover, .entry-content p a:visited, .entry-content p a:active {
	color:white;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-utility, .single #nav-below, #comments {
	display: none;
}

span.orario {
background-color:#9CCAED;
color:#666666;
padding:6px;
font-size: 12px;
font-family: "Arial Black", arial, sans;
text-transform: uppercase;
}

span.price {
	color: white;
	font-family: arial, sans;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 5px;
}

.single .image_attachment {
	margin-bottom: 25px;
	background-color: black;
}


/* IMMAGINE DI APERTURA PER SINGLE ENTRY */
.image_attachment {
	background-color: #2074B8;
}
.image_attachment img {
	margin: 8px;	
}
#content-home .image_attachment img {
	margin: 3px;	
}


/* PRIMARY-ASIDE WIDGET BOX */
.main-aside ul {
	padding: 0;
}

#primary {
	border: 0;
	padding: 0;
}

.execphpwidget {
	padding-left: 5px;
	padding-right: 5px;
}

li#execphp-3 {
	text-transform: uppercase;
	background-color: #074773;
/*	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/main-sidebar-widget-top.png); */
	padding-top:5px;
	font-family: "Arial Black", sans;
	letter-spacing: -0.05em;
	color: white;
}

li#execphp-3 a, li#execphp-3 a:visited {
	text-decoration: none;
}

li#execphp-3 h2 {
	font-size: 14px;
	margin-bottom: 18px;
}

/*
li#execphp-3 div.execphpwidget {
	background-color: #074773;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/main-sidebar-widget-bottom.png);
}
*/

li#execphp-3 ul {
	list-style: none;
	margin: 0;
	padding-bottom:6px;
	font-size: 12px;
}

li#execphp-3 ul li {
	background-color: #9ccaed;
/*	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/main-sidebar-list-widget-top.png);*/
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0;
}

li#execphp-3 p {
/*	background-color: #9ccaed;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/main-sidebar-list-widget-bottom.png);*/
	margin: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

span.entry-list-category {
	font-family: arial, sans;
}

.entry-list-category a, .entry-list-category a:visited {
	color: white;
}
.entry-list-title a, .entry-list-title a:visited {
	color: #4d4d4d;
}


/* ROUNDED CORNERS */
.entry-home, .image_attachment, .category .hentry, .single .entry-meta, li#execphp-3 ul li, li#execphp-3, #inaugurazione, .sf-menu li.page-item-278,
.sf-menu li.page-item-288 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


/* TOP ROUNDED CORNERS */
.single .entry-title, .category .entry-title, .page .entry-title {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}

/* BOTTOM ROUNDED CORNERS */
.single .entry-content, .category .entry-meta, .page .entry-content {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.single .entry-date {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}

/* INAUGURAZIONE */
#inaugurazione {
	color: white;
	background-position: 3px 3px;
	background-repeat: no-repeat;
	width: 841px;
	height: 296px;
	background-image: url(images/inaugurazione-banner.png);
	background-color: #2074B8;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 19px;
}
.box-inaugurazione {
	padding-top: 130px;
	padding-left: 20px;
}
.box-inaugurazione a, .box-inaugurazione a:visited {
	color: white;
	text-decoration: none;
}
.box-inaugurazione a:active, .box-inaugurazione a:hover {
	color: #2074B8;
	text-decoration: none;
}
.box-inaugurazione p {
	font-family:"Arial Black", arial, sans;
	text-transform: uppercase;
	font-size: 13px;
	color: white;
	margin-bottom: 0px;
	letter-spacing: -0.03;
}
.box-inaugurazione span.small {
	font-variant: small-caps;
	font-size: 11px;
	font-style: italic;
}


/* VARI */
.orari_apertura{
	font-family:arial, sans;
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	margin-left: 20px;
	margin-bottom: 25px;
	letter-spacing: -0.03;
}

/* STILI PER SINGOLE PAGINE */
#post-288 .entry-content {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(images/cartina-arci-pop-2009.png);
	padding-bottom: 500px;
}

/* FLOATING SYSTEM */

.align_left {
	float: left;
}

.align_right {
	float: right;
}

hr.space {
clear:both;	
background-color:transparent;
height: 25px;
}


/* FLOAT CLEARING */
.menu:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .menu,
* html .clearfix { height: 1%; } /* for IE5+6 */

*:first-child+html .menu,
*:first-child+html .clearfix { min-height: 1px; } /* for IE7 */