/*   
Theme Name: forumcultura
Theme URI: http://www.forumcultura.it/
Description: Tema personalizzato per Forum Cultura
Author: Factotum Srl
Author URI: http://www.factotum.it/
Version: 1.0
*/

@import url("reset.css");

/* Begin Images */  

p img {  

padding: 0;  

max-width: 100%;  

}  

.single .entry p {
    line-height: 1.1em;
}

  

/*    Using 'class="alignright"' on an image will (who would've 

thought?!) align the image to the right. And using 'class="centered', 

will of course center the image. This is much better than using 

align="center", being much more futureproof (and valid) */  

  

img.centered {  

display: block;  

margin-left: auto;  

margin-right: auto;  

}  

  

img.alignright {  

padding: 4px;  

margin: 0 0 2px 7px;  

display: inline;  

}  

  

img.alignleft {  

padding: 4px;  

margin: 0 7px 2px 0;  

display: inline;  

}  

  

.alignright {  

float: right;  

}  

  

.alignleft {  

float: left  

}  

/* End Images */



/* Captions */

.aligncenter,

div.aligncenter {

display: block;

margin-left: auto;

margin-right: auto;

}



.wp-caption {

color: black;

border: 1px solid #ddd;

text-align: center;

background-color: #f3f3f3;

padding-top: 4px;

margin: 10px;

-moz-border-radius: 3px;

-khtml-border-radius: 3px;

-webkit-border-radius: 3px;

border-radius: 3px;

}



.wp-caption img {

margin: 0;

padding: 0;

border: 0 none;

}



.wp-caption p.wp-caption-text {

font-size: 11px;

line-height: 17px;

padding: 0 4px 5px;

margin: 0;

}

/* End captions */



body {
    background-color: #E0E1E1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a {
    color: #481D2A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.clear {
    height: 6px;
    background: grey url(images/hr.jpg) repeat-x center center;
    clear: both;
}

.internal div.clear.header {
    background: transparent;
    background-image: none;
    height: 0;
}

#page {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    background: #F0F0F0 url(images/header-white.jpg) no-repeat center top;
/*    min-height: 240px;*/
    padding-bottom: 10px;
    height: 240px;
}

.home #header {
    background-image: url(images/header.jpg);
}

#header h1.sitetitle {
    position: absolute;
    margin-left: 19px;
    margin-top: 13px;
    height: 206px;
    width: 67px;
    overflow: hidden;
}

#header h1.sitetitle a {
    display: block;
    padding-top: 206px;
}

#menu {
   display: none;
}

.menu {
    position: absolute;
    margin-left: 120px;
    margin-top: 26px;
}

.menu li {
    display: block;
    float: left;
    padding-bottom: 10px;
}

.menu a {
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 7px 10px;
}

.menu a:hover {
    text-decoration: underline;
}

.menu li.current_page_item {
    background: transparent url(images/menu-bottom.jpg) no-repeat center bottom;
    padding-bottom: 10px;
}

.menu li.current_page_item .left {
    display: block;
    background: transparent url(images/menu-left.jpg) no-repeat left top;
}

.menu li.current_page_item .right {
    padding: 7px 10px;
    display: block;
    background: transparent url(images/menu-right.jpg) no-repeat right top;
}

.menu li.current_page_item a {
    color: #481D2A;
    padding: 0;
}

#searchform {
    position: absolute;
    margin-left: 780px;
    top: 29px;
    width: 180px;
    height: 22px;
    background: transparent url(images/search.jpg) no-repeat left top;
}

#searchform input {
    background-color: transparent;
    border: none;
}

#searchform input#s {
    width: 146px;
    margin-left: 5px;
    padding: 3px 0;
}

#searchform input#go {
    margin: 0;
    width: 20px;
    cursor: pointer;
}

.feedlink {
    position: absolute;
    margin-left: 968px;
    width: 22px;
    height: 22px;
    overflow: hidden;
    top: 29px;
    background: transparent url(images/feed.jpg) no-repeat left top;
}

.feedlink a {
    display: block;
    padding-top: 22px;
}

#headerBar {
    margin-left: 110px;
    padding-top: 82px;
}

#headerBar .widget_category {
    width: 680px;
    float: left;
}

#headerBar .widget_category .widgettitle {
    display: none;
}

#headerBar .widget_category h1 {
    margin-bottom: 0.5em;
}

#headerBar .widget_category .meta {
    display: none;
}

#headerBar .widget_category img {
    float: left;
    margin-right: 10px;
}

#headerBar .widget_category_children {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 180px;
    float: right;
    margin-right: 10px;
    height: 70px;
}

#headerBar .widget_category_children .widgettitle {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: normal;
}

#headerBar .widget_category_children ul {
    padding: 10px;
}

#headerBar .widget_category_children li {
    margin: 5px 0;
}

#headerBar .widget_text {
    width: 180px;
    margin-right: 10px;
    padding-top: 10px;
    float: right;
    text-align: center;
    font-size: 10px;
}

#headerBar .widget_text p {
    margin: 5px;
}

#headerBar h1 {
    width: auto;
    position: static;
    height: auto;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    font-family: Georgia;
}

#headerBar h1 a {
    padding-top: 0;
}

#body {
    background: white;
    padding: 10px;
}

.leftSidebar {
    width: 145px;
    float: left;
}

.home .leftSidebar {
    width: 300px;
}

.rightSidebar {
    width: 190px;
    float: right;
    margin-top: -190px;
}

.home .rightSidebar {
    margin-top: 0;
}

.sidebar ul {
    list-style: none;
    margin: 0 0 1em 0;
}

.sidebar ul ul {
    list-style: disc;
    padding-left: 1.5em;
    margin: 0.8em 0;
}

.sidebar ul ul li {
    margin: 8px 0;
}

.sidebar ul ul ul {
    list-style: circle;
    margin: 0;
}

#content .sidebar h2 {
    display: none;
}

#content .sidebar ul {
    list-style: none;
    padding: 0;
}

#content .sidebar ul li {
    margin: 1.5em 0;
}


.sidebar h2 {
    clear: both;
    background: #481D2A url(images/boxtitle.jpg) repeat-x center top;
    font-size: 14px;
    font-weight: normal;
    color: white;
    text-align: center;
    padding: 7px 0;
}

.sidebar h2 a {
    color: white;
}

.sidebar .widget_category li {
    margin: 1em 0;
}

.sidebar .widget_category li img {
    float: left;
    margin-right: 5px;
}

.sidebar .widget_recent_comments ul, .sidebar .widget_category ul, .sidebar .widget_links ul, .sidebar .widget_popular_posts ul, .sidebar .widget_factotum_comments ul, .sidebar .widget_factotum_popular ul, .sidebar .widget_views ul, .sidebar .widget_factotum_video ul {
    list-style: none;
    padding: 0;
}

.sidebar .widget_recent_comments ul li, .sidebar .widget_recent_entries ul li, .sidebar .widget_popular_posts ul li, .sidebar .widget_factotum_comments ul li, .sidebar .widget_factotum_popular ul li, .sidebar .widget_views ul li {
    margin: 5px 0;
}

.widget_factotum_comments a {
    font-weight: normal;
    text-decoration: underline;
} 

.home .widget_categories {
    width: 145px;
    float: left;
}

.widget_categories ul ul {
    display: none;
}

.home .widget_archive {
    width: 145px;
    float: right;
}

.widget_links li {
    margin: 1em 0;
}

#linkcat-44.widget_links h2 {
    display: none;
}

#linkcat-44.widget_links {
    text-align: center;
}

#content {
    width: 625px;
    margin-top: -190px;
    margin-left: 10px;
    float: left;
}

.home #content {
    width:  470px;
    margin-top: 0;
}

#tbox {
    background: transparent url(images/title.jpg) no-repeat left bottom;
    padding: 15px 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666666;
}

h2.storytitle {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: Georgia;
}

span.meta {
    display: block;
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px;
}

.single span.meta, .home span.meta, .sidebar span.meta {
    text-align: right;
}

span.meta a {
    font-weight: bold;
    color: #666666;
}

.entry {
/*    line-height: 1.5em;*/
}

.entry .more-link, .widget_category .readmore a {
    font-size: 12px;
    font-weight: bold;
    color: #9DB0B8;
    text-decoration: underline;
    text-transform: lowercase;
}

.home .entry .more-link, .widget_category .readmore a {
    float: right;
}

.home .entry .more-link {
    padding-top: 6px;
}

.entry p {
    margin-bottom: 1em;
}

.postmetadata {
    background: transparent url(images/comments.jpg) no-repeat left center;
    padding-left: 20px;
}

.postmetadata a {
    font-size: 12px;
    font-weight: bold;
    text-transform: lowercase;
    color: #666666;
}

.hentry {
    padding-bottom: 70px;
}

.commentsBox .comment-author.vcard {
    width: 120px;
    float: left;
    text-align: right;
    font-size: 15px;
}

.commentsBox cite.fn {
    font-style: normal;
}

.commentsBox .avatar {
    float: left;
}

.commentsBox .says {
    display: none;
}

.comment-meta.commentmetadata {
    width: 120px;
    font-size: 10px;
    float: left;
    position: absolute;
    margin-top: 50px;
    text-align: right;
}

.comment-body p {
    width: 468px;
    float: right;
    font-size: 13px;
}

.comment {
    clear: both;
    padding-top: 30px;
    background: transparent url(images/comment.jpg) no-repeat 120px 10px;
    min-height: 80px;
}

#commentform {
    clear: both;
    background: transparent url(images/comment.jpg) no-repeat 130px 30px;
}

#commentform h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 18px;
}

#commentform label {
    display: block;
    font-size: 11px;
    color: #666666;
    text-align: left;
}

#commentform .commentauthor {
    width: 120px;
    float: left;
    text-align: right;
    font-size: 10px;
}

#commentform .commentauthor span.name {
    display: block;
    font-size: 18px;
    color: black;
    text-align: right;
}

#commentform .commentauthor input {
    width: 100%;
}

#commentform .commentcomment, #commentform .commentemail, #commentform .commenturl {
    width: 460px;
    float: right;
}

#commentform .commentcomment textarea {
    width: 100%;
}

#commentform .commentsubmit {
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.navigation a {
    display: block;
    background-color: #481D2A;
    padding: 5px;
    color: white;
}

.bottomSidebar ul.left {
    width: 320px;
    float: left;
}

.bottomSidebar ul.center {
    width: 320px;
    float: left;
    margin-left: 10px;
}

.bottomSidebar ul.right {
    width: 320px;
    float: left;
    margin-left: 10px;
}


#footer {
    padding: 10px;
    font-size: 12px;
    color: black;
    line-height: 1.5em;
    background-color: #F0F0F0;
}

.paginaSpettacoli a {
    display: block;
    font-size: 18px;
    font-family: Georgia;
    margin-top: 1em;
}