body {
     background: none repeat-x scroll 50% 0 #F6F8F7;
	color: #807B75;
    font-family: Arial,Helvetica,sans-serif;
	padding: 0;
}

a:link,
a:visited{
    color: #F8CF2D;
    outline: none;
    text-decoration: underline;
}

.bg {
    background: url("images/top-body.jpg") no-repeat scroll 50% 0 transparent;
}

#wrapper{
	padding: 0 0 63px;
}

#header {
    color: #FFFFFF;
    position: relative;
    z-index: 99;
	padding: 0;
}

#logo {
    float: left;
    margin-left: -5px;
    padding: 63px 0 0;
}

#topad{
	width: 660px;
	padding: 30px 0 0;
}

nav.primary {
    position: relative;
    z-index: 2;
}

.top-menu {
	background: none repeat scroll 0 0 #282828;
    border-radius: 6px 6px 0 0;
    float: left;
    margin-top: 27px;
    position: relative;
    width: 100%;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.top-menu > li {
    background: url("images/menu-spacer.png") repeat-y scroll 100% 0 transparent;
    float: left;
    position: relative;
}

.top-menu > li > a {
	color: #E9E9E9;
    font-size: 17px;
    line-height: 20px;
    padding: 21px 44px 21px 40px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	display: block;
    position: relative;
}

.top-menu > li > a:hover, 
.top-menu > li.current-menu-item > a{
    background: url("images/menu-active-tail.gif") no-repeat scroll right 0 #D1D1D1;
    color: #2D2826;
}

.top-menu > li:first-child > a {
    border-radius: 5px 0 0 0;
}

#image-wrapper {
    border-bottom: 1px solid #FFFFFF;
    height: 455px;
    overflow: hidden;
    position: relative;
	display: block;
}

.image-caption {
    background: url("images/image-caption.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 200px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 100px;
    width: 290px;
    z-index: 89;
}

.image-caption-inner{
    margin: 0;
    padding: 35px 30px 10px;
}

.image-caption{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.image-caption h3 {
	color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 57px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 1;
    margin: 0;
}

.image-caption strong {
	color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 37px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 1;
    margin: -1px 0 5px;
    padding-left: 35px;
}

.image-caption em {
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 33px;
    font-style: normal;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 22px;
}

.primary-content-wrap {
    background: url("images/shadow-content.png") repeat-y scroll 50% 0 transparent;
    margin: 0 -15px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.primary-content-wrap > div {
    background: url("images/content-shadow.gif") repeat-x scroll 50% 0 #FFFFFF;
    overflow: hidden;
	padding: 28px 15px 31px;
}

.primary-content-wrap > div:after {
    content: "";
    display: block;
    height: 86px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.container-12 {
	width: 960px;
    margin: 0 auto;
}

.page-content {
    padding: 6px 0 0;
}

#main{
	width: 610px !important;
	margin: 0 15px;
}

.archive_header{
    color: #2D2826;
    font-size: 23px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 9px;
	border-bottom: none;
}

img.thumbnail {
    background: none repeat scroll 0 0 transparent;
	float: left;
    position: relative;
	border: none;
	margin: 5px 20px 10px 0;
	padding: 0;
}

.post .title,
.post .title a:link,
.post .title a:visited{
    color: #2D2826;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 5px;
}

/* Solo articoli serviti da find_page.php / r-template_article.php (es. /pages/slug) */
body.routed-article .post h1.title,
body.routed-article .post h1.title a:link,
body.routed-article .post h1.title a:visited {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
}

.post-meta{
	margin: 0 0 5px;
}

.post-meta a{
	text-decoration: none;
}

.post-meta a:hover{
	color: #ADD28D;
}

abbr{
	border-bottom: none;
}

.entry, .entry p{
	color: #807B75;
    font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    font-style: normal;
	line-height: 1.583em;
	margin-bottom: 1.5em;
}

.read-more a {
    background: none repeat scroll 0 0 #444444;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    height: 33px;
    line-height: 32px;
    margin: 8px 0 0;
    overflow: hidden;
    padding: 0 14px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.read-more a:hover{
	background: none repeat scroll 0 0 #B3C178;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar{
	width: 290px !important;
	margin: 0 15px;
}

.widget h3 {
    border-bottom: 1px solid #D7D7D7;
    color: #2D2826;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.widget ul li {
    background: url("images/marker-2.gif") no-repeat scroll 0 10px transparent;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
    padding: 4px 0
}

.widget ul li a {
    color: #ADD28D;
    font-weight: bold;
    text-decoration: none;
	line-height: 16px;
	padding: 0 0 0 8px;
}

.widget ul li a:hover{
	color: #807B75;
	text-decoration: none;
}

.searchform input.submit {
    background: url("images/search-button.png") repeat scroll 0 0 transparent;
    border: none;
    border-radius: 0 0 0 0;
    height: 20px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 20px;
}

.searchform input.submit:hover{
	background-position: 0 -20px;
} 

.tagcloud a, .post p.tags a {
	background: none repeat scroll 0 0 #444444;
    border-bottom: 1px solid #373737;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #373737;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px !important;
    line-height: 1.5em;
    margin: 0 1px 4px 0;
    padding: 2px 7px;
    text-decoration: none;
    vertical-align: top;
}

.tagcloud a:hover,
.post p.tags a:hover{
	background: none repeat scroll 0 0 #B3C178;
	color: #FFFFFF;
}

#footer-widgets {
    width: 230px;
	position: absolute;
	right: 35px;
	bottom: -100px;
    clear: both;
    padding: 0;
    border-top: none;
}

#footer-widgets .widget.widget_text{
	margin: 0;
}

#footer-widgets .widget.widget_text h3{
	color: #FFFFFF;
	border-bottom: none;
	padding: 0;
	margin: 0;
}

#footer-widgets .textwidget {
    color: #FFFFFF;
    font: 12px/1.5em Arial,sans-serif;
}

#footer-widgets .textwidget a {
    display: block;
	text-decoration: none;
}

#footer {
    background: none repeat scroll 0 0 #282828;
	border-radius: 0 0 5px 5px;
    padding: 0 0 25px;
    position: relative;
}

#footer:after {
    background: url("images/footer-shadow.gif") repeat-x scroll 0 0 transparent;
	content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

nav.footer{
	width: 70%;
	display: block;
}

nav.footer ul {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #4B4742;
}

nav.footer ul li {
    float: left;
    font-size: 15px;
    line-height: 20px;
    list-style-type: none;
    margin: 0;
    padding-right: 30px;
}

nav.footer ul li a{
	color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    list-style-type: none;
	text-decoration: none;
}

nav.footer ul li a:hover{
	color: #F8CF2D;
	text-decoration: none;
}

#copyright{
	width: 610px;
	margin: 0 15px;
	position: relative;
	display: inline;
}

#footer-text, 
#footer-text a, 
#footer-text p {
    color: #979390;
	font-family: Arial, Helvetica, Sans-serif;
}

#footer-text {
    margin-left: -4px;
}

#footer-text a {
	float: left;
	margin-right: 5px;
	text-decoration: none;
}


.woo-pagination {
	border-top: 1px solid #D7D7D7;
    clear: both;
    overflow: hidden;
    padding: 26px 0 15px;
}

.woo-pagination span.current,
.woo-pagination a:hover {
   background: none repeat scroll 0 0 #B3C178 !important;
   color: #FFFFFF !important;
   display: inline-block;
   line-height: 20px;
   padding: 7px 13px 5px;
   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
}

.woo-pagination a:link, 
.woo-pagination a:visited, 
.woo-pagination a:active {
	background: none repeat scroll 0 0 #444444;
	color: #FFFFFF !important;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    line-height: 20px;
    margin: 0 3px 3px 0;
    padding: 7px 13px 5px;
    position: relative;
    text-decoration: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}