/* CSS Website - By Eaglix Srl */

/*
 Theme Name: Scritti sulla Musica
 Theme URI:http://www.scrittisullamusica.it
 Version: 3.0
 Author: Eaglix Srl
 Author URI:http://www.eaglix.com/
 Date: 20/10/2013
 */

/*-------------------- MAIN --------------------*/
#main {
    width: 1000px;
    min-height: 580px;
    position: relative;
    top: 10px;
    left: 0px;
    padding: 20px;
    margin: 0px auto 30px auto;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

/*-------------------- HEADER SECTION --------------------*/
/*-------------------- HEADER --------------------*/
#header {
    width: 100%;
    height: 190px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    background: none;
}

#header a {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}
#header a:hover{
    color: #555555;;
    text-decoration: underline;
}
#header a#activelink{
    color: #555555;
    text-decoration: none;
}
#header a:visited {
    color: #555555;
}

#header .logo {
    float: left;
}
#header .citation {
    position: relative;
    left: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
#header .signature {
    width: 150px;
    position: relative;
    left: 125px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

/*-------------------- MENU --------------------*/
#menu {
    width: 835px;
    height: 30px;
    position: absolute;
    top: 90px;
    right: 0px;
    padding: 0px;
    margin: 0px auto;
    border: 0px;
/*    border: 1px solid #cf0000;*/
    color: #ffffff; /* grey #001140 */
    background-color: #ff0000; /* #e60000 */
    background-image: url(../../images/navigator_bkg.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: 1% 100%;
    border-radius: 3px;
}

#menu ul {
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    list-style-type: none;
    vertical-align: middle;
}
#menu li {
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    display: inline;
    font-size: 16px;
    line-height: 1.75em;
    text-transform: uppercase;
    vertical-align: middle;
}
#menu a {
    padding: 0px;
    border: 0px;
    margin: 0px 15px 0px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
#menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#menu a:select {
    color: #ffffff;
    text-decoration: none;
}
#menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
#menu a:activelink {
    color: #ffffff;
    text-decoration: none;
}

#menu .selected {
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: underline;
}

/*-------------------- TOOLBAR --------------------*/
#toolbar {
    width: 825px;
    height: 70px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px auto;
    border: 0px;
    color: #666666; /* blue #001140 */
    background-color: #f5f5f5;
}

#toolbar ul {
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    list-style-type: none;
    vertical-align: middle;
}
#toolbar li {
    padding: 0px;
    border: 0px;
    margin: 0px auto;
    display: inline;
    font-size: 16px;
    line-height: 1.75em;
    text-transform: uppercase;
    vertical-align: middle;
}

/*-------------------- CENTRAL SECTION --------------------*/
/*-------------------- CENTRAL --------------------*/
#central {
    width: 100%;
    min-height: 550px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: none;
}

/*-------------------- LEFT TAB --------------------*/
#left_tab {
    width: 160px;
    min-height: 550px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}


/*-------------------- RIGHT TAB --------------------*/
#right_tab {
    width: 160px;
    min-height: 550px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

/*-------------------- CONTENT --------------------*/
#content {
    width: 820px;
    min-height: 800px;
    position: relative;
    top: 0px;
    left: 80px;
    padding: 0px 10px 0px 10px;
    border: 0px;
    margin: 0px auto;
    background-image: url(../../images/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: justify;
}

#content p {
    width: auto;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px 0px 25px 0px;
    border: 0px;
    margin: 0px;
    line-height: 1.5em;
}
#content table {
    width: 100%;
    position:relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    border-bottom: 1px solid #eeeeee;
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
    text-align: left;
    background-color: none;
    vertical-align: middle;
}
#content td {
    border-top: 1px solid #eeeeee;
    border-right: 1px dashed #eeeeee;
    padding: 12px;
    vertical-align: middle;
}
#content a {
    color: #ca0000;
    font-weight: normal;
    text-decoration: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
#content a:hover{
    color: #ca0000;
    text-decoration: underline;
}
#content a#activelink{
    color: #ca0000;
    text-decoration: none;
}
#content a:visited {
    color: #ca0000;
}

/*-------------------- FOOTER SECTION --------------------*/
/*-------------------- FOOTER --------------------*/
#footer {
    width: 980px;
    height: 40px;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 10px;
    margin: 0px auto;
    border-top: 3px solid #ca0000;
    border-radius: 0px 0px 3px 3px;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
}
#footer table {
    width: 980px;
    position:relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px auto;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: hide;
}
#footer td {
    padding: 2px;
    margin: 0px;
    border: 0px;
    text-align: center;
}
#footer a {
    color: #ca0000;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover{
    color: #ca0000;
    text-decoration: underline;
}
#footer a#activelink{
    color: #ca0000;
    text-decoration: none;
}
#footer a:visited {
    color: #ca0000;
}





