/*
Theme Name: Rinascita Montevarchi
Description: Theme develeoped for the Rinascita Montevarchi website.
Version: 1.0
Author: Davide Cesaroni
Author URI: http://cataclism.lilik.it
Tags: red, blue, white, friendly
*/

/*
    Style and behavior for href in most part of the page
*/
a {
    
    color: #7d0000;

}

a:hover{
    color: #694bd9;

}

a:visited{
    
}

body {

    background: url('img/page_bg.png') top left repeat-x;
    margin: 0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    

}

table {

    font-size: 10pt;

}

.head {

    background-color: #b22222;
    color: white;

}

.even {

    background-color: #D0D0FF;
    
}





/*
    Style for each page's block
*/
#wrapper {
    margin: 20px auto;
    width: 1000px;
}

#header {

    background: url('img/header_bg.png') no-repeat top left;
    width: 1000px;
    height:280px;
    margin: 0;
    padding: 0;
    float: left;

}

#menu {
    height: 28px;
    width: 860px;
    margin-left: 70px;
    margin-top: 252px;
    float:left;
    list-style: none;
    padding: 0;
}

#menu li {

    float: left;
    padding: 0;
    margin: 0;
    margin-top: 11px;

}

#menu li#admin {

    float: right;

}

#menu li a {

    padding-left: 7px;
    padding-right: 7px;
    margin-left: 2px;
    padding-top: 10px;
    background: #694bd9;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;

}

#menu li a:hover {

    color: white;
    background: #7d0000;

}

#menu li.current_page_item a{

    background: #c8cfff;
    color: black;

}

#content {

    margin: 0;
    padding: 20px 0 0 0;
    background: url('img/content_bg.png') repeat-y top left;
    width: 1000px;
    min-height: 500px;
    font-size: 10pt;
    float: left;

}

#main-content {
    width: 610px;
    margin-left: 50px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.entry h3{

    color: #00006F;
    border-bottom: 2px solid #00006F;
    margin-bottom: 0;
    padding: 0;
    font-size: 18pt;

}

.entry h5 {

    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
    font-size: 10pt;
    color: #00006F;

}

div.more-link {

    text-align: right;
    margin-bottom: 60px;

}


#sidebar{
    width: 250px;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar > li {
    margin-bottom: 40px;
}

#sidebar li h2 {

    background: url('img/sidebar_bg_head.png') top left no-repeat;
    height: 29px;
    margin-left: 20px;
    padding-left: 40px;
    color: white;
    font-size: 10pt;
    line-height: 27px;

}

#sidebar li.widget_calendar {

    text-align: center;

}

div#calendar_wrap {

    margin: 0 auto;
    text-align: center;
    width: 70%;

}

table#wp-calendar {
    width: 100%;
}

table#wp-calendar caption{
    background-color: #7d0000;
    padding: 2px;
    font-weight: bold;
    color: white;
}

#searchform {

    text-align: center;
    

}

#searchform label {

    display: none;

}

#searchform input {

    display: block;
    margin: 0 auto;

}

#sidebar li div.ngg-widget {

    text-align: center;

}

#sidebar li ul {

    margin-left:15px;
    list-style-image: url('img/list-style-image.png');

}

#sidebar li ul li{

    padding-bottom: 3px;

}

div.navigation div.alignleft{

    float: left;

}

div.navigation div.alignright{

    float: right;

}

#footer {

    margin: 0;
    padding: 0;
    background: url('img/footer_bg.png') no-repeat top left;
    width: 1000px;
    height: 422px;
    float: left;
}

#footer span {

    color: white;
    font-size: 10pt;
/*    font-weight: bold;*/
    margin-top: 340px;
    margin-left: 70px;
    float:left;
}

table.iniziative tbody tr {
    height: 30px;
}

/*
    Style and tricks for auguri table and table pagination
*/

table.auguri tr {

    height: 30px;

}

#tablePagination_perPage{

    display: none;

}

#tablePagination {

    font-size: 0.8em;
    padding: 0px 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 4px;
}

#tablePagination img {
  padding: 0px 2px;
}


