/*
Theme Name: WordPress Oratori Fermani
              _           _  __                         _
 ___ _ _ __ _| |_ ___ _ _(_)/ _|___ _ _ _ __  __ _ _ _ (_)
/ _ \ '_/ _` |  _/ _ \ '_| |  _/ -_) '_| '  \/ _` | ' \| |
\___/_| \__,_|\__\___/_| |_|_| \___|_| |_|_|_\__,_|_||_|_|

Theme URI: http://www.oratorifermani.it
Description: Theme for the oratorifermani website.
Version: 0.9999
Author: Samuele Serafini 
Author websites: http://www.samueleserafini.it - http://serafini.tel
Tags: trhee columns, fixed width, two columns, widgets
*/


* {
    padding: 0;
    margin: 0;
}
html, body {
    font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    background: #e9e8e7 url('images/resources/fade_top_bg.png') repeat-x top;
}
/*
========================== 
== COMMON CLASSESTAINER ==
==========================
*/
a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #444444;
}
a:hover {
    color: #898989;
}
blockquote {
    padding: 10px;
    border: thin dotted #004c99;
    margin: 10px;
    font-style: italic;
    font-size: 1.15em;
    color: #004c99;
}
.centered {
    text-align: center;
    font-size: 13px;
}
.imgcentered {
    display: block;
    text-align: center;
    margin: 2px auto;
    border: none;
}
.dottedbar {
    display: block;
    border-bottom: thin dotted #898989;
    margin: 6px 0;
}
.pdf {
    background: url(images/resources/smallicons/pdf.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.word {
    background: url(images/resources/smallicons/word.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.email {
    background: url(images/resources/smallicons/email.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.excel {
    background: url(images/resources/smallicons/excel.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.openoffice {
    background: url(images/resources/smallicons/openoffice.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.zip {
    background: url(images/resources/smallicons/zip.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
.mp3 {
    background: url(images/resources/smallicons/mp3.png) no-repeat left center;
    margin-left: 3px;
    padding-left: 20px;
    line-height: 18px;
}
/*
===============
== CONTAINER ==
===============
*/
#container {
    margin: 0 auto;
}
/*
===============
=== HEADER ====
===============
*/
#header {
    display: block;
    float: left;
    width: 100%;
    height: 123px;
    /*  background: #fff;*/
}
#insideheader {
    position: relative;
    display: table;
    width: 980px;
    margin: 0 auto;
    background: transparent;
}
#headerleft {
    position: relative;
}
#headerleft .logocof {
    position: absolute;
    top: 2px;
    left: 5px;
    border: none;
}
#headerright {
    position: relative;
    float: right;
    width: 200px;
}
#headerright .arcidiocesi {
    position: absolute;
    top: 14px;
    right: 10px;
    border: none;
}
#headerright .dateupright {
    position: absolute;
    font-style: italic;
    top: 100px;
    right: 10px;
    font-size: 13px;
    color: #333;
}
form#search input[type=text] {
    font-size: 12px;
    letter-spacing: 0px;
    display: inline;
    float: left;
    background: #fff;
    padding: 3px;
    border: none;
    color: #444444;
    margin-right: 4px;
    height: 19px;
}
form#search input[type=submit] {
    font-size: 12px;
    letter-spacing: 0px;
    display: inline;
    float: left;
    background: #5f8dd3;
    padding: 3px;
    border: none;
    color: #fff;
    height: 25px;
}
/*
================
=== NAV MENU ===
================
*/
#menubar {
    position: relative;
    height: 45px;
    background: url('images/resources/bg_nav.png') no-repeat top;
    z-index: 90;
}
#nav {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 10px;
    float: left;
    padding: 0;
    height: 35px;
    list-style: none;
}
#nav ul {
    position: relative;
    z-index: 50;
}
#nav li {
    list-style: none;
    float: left;
    position: relative;
}
#nav li a {
    background: url('images/resources/bg_nav_barmenu.png') repeat-x bottom;
    background-position: bottom;
    float: left;
    display: block;
    padding: 4px;
    padding: 2px 12px;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 28px;
    border-right: 2px solid #b9b9b9;
    color: #E0E0E0;
    font-weight: bold;
}
#nav li a:hover {
    background: url('images/resources/bg_nav_barmenu.png') repeat-x top;
}
#nav li a.last-item {
    border-right: none;
}
#nav li img {
    padding-right: 3px;
    line-height: 28px;
    border: none;
}
#nav li ul {
    position: absolute;
    left: 0;
    top: 32px;
    display: none;
    padding: 0px;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}
#nav li ul a {
    filter:alpha('opacity=90');
    opacity:0.90;
    width: 185px;
    display: block;
    border: none;
    font-size: 13px;
    letter-spacing: 0px;
    padding: 3px 6px 3px 12px;
    display: block;
    background: #162d50;
}
#nav li ul a:hover {
    background: #fff;
    color: #162d50;
}
#nav li:hover ul {
    display: block;
}
/* Holly Hack. IE Requirement \*/
* html li { float: left; height: 1%; }
* html li a { height: 1%; }
/* End */
#navright {
    position: absolute;
    bottom: 0px;
    right: 10px;
    list-style: none;
    float: left;
    padding: 0px;
}
#navright li {
    float: left;
    position: relative;
    z-index: 50;
}
#navright li.open, #navright li:hover {

}
#navright li {
    background: url('images/resources/bg_nav_barmenu.png') repeat-x bottom;
    display: block;
    padding: 2px 12px;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: lighter;
    color: #b9b9b9;
    text-decoration: none;
    line-height: 28px;
    border-right: 2px solid #b9b9b9;
}
#navright li a {
    color: #b9b9b9;
}
#navright li.last-item {
    border: none;
}
#navright li img {
    padding-right: 6px;
    vertical-align: middle;
    border: none;
}
/*
================
=== CONTENT ====
================
*/
#content {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}
#insidecontent {
    position: relative; /*** Let's be nice to IE ***/
    display: table; /*** For non-IE browsers ***/
    height: 100%;
    height: 100%;
    width: 980px;
    margin: 0 auto;
    background: #ffffff; /*url('images/resources/fade_bg_top_content.png') repeat-x top;*/
}
/*#blocksliderhomepage {
    position: relative;
    border:2px solid #CCDDFF;
    display:block;
    height:210px;
    margin:5px auto;
    padding:0;
    width:924px;
    overflow: hidden;
    z-index: 20;
}*/
ul#blocksliderhomepage img {
    border:2px solid #CCDDFF;
}
ul#blocksliderhomepage {
    list-style: none;
    margin:5px auto;
    margin-top: 10px;
    display:block;
    overflow: hidden;
    width:928px;
    height:210px;
    -webkit-box-shadow: #444 0px 0px 3px;
    -moz-box-shadow: #444 0px 0px 3px;
    -o-box-shadow: #444 0px 0px 3px;
    box-shadow: #444 0px 0px 3px;
}
ul#slidefading_homepage_bigimages li {
    width:924px;
    height:210px;
    display:block;
    position:relative;
}
/*
=====================
=== LEFT CONTENT ====
=====================
*/
#leftcontent {
    display: block;
    float: left;
    margin: 0px 10px;
    width: 520px;
    padding: 5px;
}
#leftcontentpost {
    position: relative;
    background: url('images/resources/bottom_box.png') no-repeat scroll left bottom #EEEEEE;
    display: block;
    float: left;
    width: 510px;
    margin-bottom: 10px;
    padding: 5px;
}
#leftcontentpost ul li {
    list-style: inside circle;
}
#leftcontentpost ol li {
    list-style: inside upper-roman;
}
#leftcontentpost ul.submenuinsidepages li {
    padding: 2px 6px;
    margin: 2px 10px;
    list-style: none;
    border: thin solid #898989;
    background: #fff;
}
#leftcontentpost .dateblock {
    display: block;
    float: left;
    width: 55px;
    height: 58px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px dotted #444;
    background: transparent; /* url('images/resources/dateblock.png') no-repeat */
}
#leftcontentpost .day {
    color: #444444;
    display: block;
    font-size: 30px;
    text-align: right;
}
#leftcontentpost .month {
    color: #222;
    display: block;
    text-align: right;
    font-size: 11px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#leftcontentpost .posttitle {
    display:block;
    float:none;
    font-size:20px;
    font-weight:normal;
    letter-spacing:-1px;
    text-transform: uppercase;
}
#leftcontentpost .posttitle a {
    color: #004c99;
}
#leftcontentpost .posttitle a:hover {
    color: #0066cc;
}
#leftcontentpost .postmeta {
    display: block;
    width: 470px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    color: #162d50;
    margin: 4px 10px;
    border-top: 1px dotted #162d50;
}
#leftcontentpost .postmeta a{
    color: #004c99;
}
#leftcontentpost .postmeta a:hover{
    color: #0066cc;
}
#leftcontentpost .posttext {
    /*
    ricordarsi del trick nel js per riportare i post modificati tramite il
    colore dell'editor di wordpress, altrimenti i cambiamenti a questo selettore
    non avranno effetto
    */
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}
#leftcontentpost .fblike {
    margin-right: 10px;
}
#leftcontentpost .postcomment {
    display: block;
    float: left;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    margin-left: 10px;
    margin-bottom: 5px;
    border: thin dotted #898989;
    text-transform: uppercase;
}
#leftcontentpost .comments {
    display: block;
    float: left;
    width: 300px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
}
#leftcontentpost .commentlist {
    display: block;
    float: left;
    margin-left: 22px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
}
#leftcontentpost .commentlist li {
    list-style-position: inside;
}
#leftcontentpost .commentssmall {
    display: block;
    float: left;
    margin-left: 22px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1px;
}
#leftcontentpost .posttext img {
    float: left;
    border: none;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}
/*
======================
=== RIGHT CONTENT ====
======================
*/
#rightcontent {
    display: block;
    float: left;
    width: 425px;
    overflow: hidden;
}
/*
===================
=== SIDEBAR ONE ===
===================
*/
#sidebarone {
    position: relative;
    margin: 5px 10px 5px 0px;
    padding: 0;
    float: left;
    overflow: hidden;
    width: 230px;
}
#sidebarone .block {
    display: block;
    padding: 2px;
    margin: 0px 0px 5px 0px;
    background: url('images/resources/bottom_box.png') no-repeat scroll left bottom #EEEEEE;
    list-style: none;
}
#sidebarone .blocktitle, #sidebarone .widget h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #004c99;
    background: #ffffff;
    border: thin solid #004c99;
    list-style: none;
    margin: 5px;
}
#sidebarone .menu img, #sidebarone .widget img {
    border: none;
    margin: 5px;
}
#sidebarone .menu ul, #sidebarone .widget ul {
    padding: 0 0 5px 0;
}
#sidebarone .menu ul li, #sidebarone .widget ul li {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.75em;
    text-transform: uppercase;
}
#sidebarone .menu ul li a, #sidebarone .widget ul li a {
    color: #222;
    display: block;
    padding: 1px 8px;
    border: thin solid transparent;
}
#sidebarone .menu ul li a:hover, #sidebarone .widget ul li a:hover {
    color: #162d50;
    background: #fff;
    border: thin solid #162d50;
}
#sidebarone .menu ul li ul, #sidebarone .widget ul li ul {
    display: none;
    margin:  3px;
    background: #E6E6E6;
}
#sidebarone .menu ul li ul li, #sidebarone .widget ul li ul li {
    font-size: 1em;
}
#sidebarone .menu ul li ul li a, #sidebarone .widget ul li ul li a {
    color: #162d50;
}
#sidebarone .cat-item {
    list-style: none;
}
#sidebarone .widget ul li {
    list-style: none;
}
/*
===================
=== SIDEBAR TWO ===
===================
*/
#sidebartwo {
    position: relative;
    margin: 5px 10px 5px 0px;
    padding: 0;
    background: #FFFFFF;
    float: left;
    overflow: hidden;
    width: 175px;
}
#sidebartwo .block {
    display: block;
    padding: 6px;
    margin: 0px 0px 5px 0px;
    background: url('images/resources/bottom_box.png') no-repeat scroll left bottom #EEEEEE;
    list-style: none;
}
#sidebartwo .blocktitle, #sidebartwo .widget h3 {
    font-size: 13px;
    text-transform: uppercase;
    padding: 1px 7px;
    color: #004c99;
    background: #ffffff;
    border: thin solid #004c99;
    list-style: none;
    margin-bottom: 3px;
}
#sidebartwo .widget ul li {
    list-style: none;
}
#sidebartwo .rssblock {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 5px 4px 10px 4px;
    background: url('images/resources/bottom_box.png') no-repeat scroll left bottom #EEEEEE;
}
#sidebartwo .rssblock li {
    list-style: inside;
    list-style-image: url('images/resources/drop_deep_blue_small.png');
    font-size: 11px;
    line-height: 12px;
    margin: 2px 0;
}
#sidebartwo .rssblock li:hover {
}
#sidebartwo .rssblock li a, #sidebartwo .rssblock li a:link, #sidebartwo .rssblock li a:visited, #sidebartwo .rssblock li a:active {
    color: #444444;
}
#sidebartwo .rssblock li a:hover {
    color: #004c99;
}
#sidebartwo .rssblock img.rsstitle {
    margin-bottom: 5px;
}
/*
===================
=== NEWSLETTER  ===
===================
*/
#sidebartwo .newsletter {
    margin-bottom: 24px;
}
#sidebartwo .newsletter p {
    font-size: 12px;
}
#sidebartwo .newsletter input[type=text] {
    font-size: 12px;
    letter-spacing: 0px;
    background: #fff;
    padding: 1px;
    border: thin solid #898989;
    color: #444444;
    margin: 2px 0;
    height: 16px;
    width: 159px;
}
#sidebartwo .newsletter input[type=submit] {
    padding: 1px;
    display: block;
    float: left;
    border: 1px solid #ffffff;
    background: #3b5998;
    color: #DFDFDF;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}
/*
================
=== FOOTER  ====
================
*/
#footer {
    display: block;
    float: left;
    width: 100%;
    background: #666666;
    color: #E0E0E0;
    padding-bottom: 30px;
    padding-top: 15px;
    overflow: hidden;
}
#insidefooter {
    display: block;
    width: 980px;
    margin: 0 auto;
}
#leftsidefooter {
    display: block;
    float: left;
    width: 665px;
    padding: 4px;
}
#leftsidefooter .title {
    padding: 4px 5px 1px 5px;
    margin-bottom: 8px;
    width: 90%;
    display: block;
    border: 1px solid #EEEEEE;
    background: #3b5998;
    color: #DFDFDF;
    text-align: center;
    font-size: 1.08em;
}
#leftsidefooter ul {
    padding: 10px 5px 0px 5px;
    display: block;
    height: 92%;
    max-width: 205px;
    float: left;
    border-right: thin dotted #E0E0E0;
}
#leftsidefooter ul li {
    list-style-image: url('images/resources/drop_deep_blue_small.png');
    list-style-position: inside;
    font-size: 12px;
    font-family: 'Lucida grande', 'Lucida Unicode', Tahoma, Verdana, sans-serif;
}
#leftsidefooter ul img {
    margin: 10px;
}
#leftsidefooter ul li a{
    text-decoration: none;
    color: #e5e5e5;
}
#rightsidefooter {
    display: block;
    float: left;
    width: 275px;
    padding: 4px;
}
#rightsidefooteraddress {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    width: 245px;
    height: 250px;
}
#rightsidefooteraddress .title {
    display: block;
    width: 235px;
    height: 84px;
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 19px;
    font-weight: lighter;
    margin-top: 5px;
    background: url('images/logo_cont.png') no-repeat bottom;
}
#rightsidefooteraddress .title:hover {
    background-position: top;
}
#rightsidefooteraddress .normal {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-left: 8px;
    margin-bottom: 5px;
}
#rightsidefooteraddress .email {
    width: 85%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    padding: 2px;
    margin: 6px auto;
    border: 1px solid #898989;
}
#rightsidefooteraddress .email a,#rightsidefooteraddress .email a:link,#rightsidefooteraddress .email a:visited,#rightsidefooteraddress .email a:active {
    text-decoration: none;
    color: #3b5998;
}
#rightsidefooteraddress .email a:hover {
    text-decoration: none;
    color: #898989;
}
#rightsidefooteraddress img {
    display: block;
    text-align: center;
    margin: 2px auto;
    border: none;
}
#rightsidefooteraddress .copy {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
}
/*
=========================
=== COMMENTS SECTION ====
=========================
*/
#comments {
    display: block;
    border-top: 1px dotted #444444;
    float: left;
    width: 480px;
    margin: 0px 0px 10px 10px;
}
#comments .howmanycomments {
    border: thin solid #DFDFDF;
    color: #444444;
    padding: 3px;
    margin: 4px 0;
    font-size: 16px;
}
#comments ol.commentlist {
    display: block;
    border: thin solid #DFDFDF;
    margin: 4px 0 4px 35px;
    padding: 3px;
    width: 430px;
    color: #444444;
}
#comments ol li:hover {
    background: #DFDFDF;
}
#comments p.cite {
    color: #0066cc;
}
#comments .formtitle {
    color: #444444;
    padding: 3px;
    margin: 4px 0;
    font-size: 19px;
}
#comments .commentssmall {
    color: #0066cc;
    letter-spacing: 0;
}
#comments input[type=text] {
    font-size: 12px;
    letter-spacing: 0px;
    background: #fff;
    padding: 3px;
    border: thin solid #898989;
    color: #444444;
    margin: 2px 4px;
    height: 19px;
}
#comments textarea {
    font-size: 12px;
    letter-spacing: 0px;
    background: #fff;
    padding: 3px;
    border: thin solid #898989;
    color: #444444;
    margin: 2px 4px;
}
#comments input[type=submit] {
    padding: 4px 5px 1px 5px;
    margin-bottom: 8px;
    display: block;
    border: 1px solid #ffffff;
    background: #3b5998;
    color: #DFDFDF;
    text-align: center;
    font-size: 1.08em;
    text-transform: uppercase;
}
#comments p.captchacomments {
    display: block;
    float: left;
    width: 100%;
}
/*
=========================
=== CONTACT US FORMS ====
=========================
*/
#contactusform {
    display: block;
    float: left;
    width: 480px;
    margin: 0px 0px 10px 10px;
}
#contactusform .formtitle {
    color: #444444;
    margin: 4px 0;
    font-size: 19px;
}
#contactusform input[type=text] {
    font-size: 12px;
    letter-spacing: 0px;
    background: #fff;
    border: thin solid #898989;
    color: #444444;
    margin: 2px 0;
    height: 19px;
}
#contactusform textarea {
    font-size: 12px;
    letter-spacing: 0px;
    background: #fff;
    border: thin solid #898989;
    color: #444444;
    margin: 2px 0 2px 3px;
}
#contactusform input[type=submit] {
    padding: 4px 5px 1px 5px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ffffff;
    background: #3b5998;
    color: #DFDFDF;
    text-align: center;
    font-size: 1.08em;
    text-transform: uppercase;
}
#contactusform label {
    font-size: .9em;
    padding-left: 3px;
}
/*
====================
=== CONTACTABLE ====
====================
*/
#contactForm {
    background: transparent url('images/contactable/contact_bg_fade.png') repeat-x;
    border-right: 2px solid #FFFFFF;
    color:#222;
    height: 100%;
    margin-left: -400px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    position:fixed;
    width: 335px;
    z-index:2000;
}
#contactable {
    background: url(images/contactable/contactmelat_it.png) no-repeat;
    color:#FFFFFF;
    cursor:pointer;
    height:135px;
    overflow:hidden;
    position:fixed;
    text-indent:-100000px;
    top:200px;
    width:39px;
    z-index:900;
}
form#contactForm input, textarea {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #DFDFDF;
    font-family:georgia;
    font-size:1em;
    margin-bottom:5px;
    outline-style:none;
    outline-width:medium;
    padding:3px;
    width:325px;
}
form#contactForm .submit {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: #3b5998;
    border:2px solid #EBEBEB;
    color: #EBEBEB;
    cursor:pointer;
    font-family:Helvetica;
    font-size:1.5em;
    font-weight:normal;
    margin-top:10px;
    padding:3px;
    text-transform:uppercase;
    width:333px;
}
form#contactForm p {
    width:337px;
    font-size:0.9em;
}
#contactForm .red {
    color: #A1D2EA;
}
#overlay {
    background-color:#666666;
    display:none;
    height:100%;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:0;
}
.error { background-color: #EBEBEB; }
#name.error { background-color: #EBEBEB; }
#email.error { background-color: #EBEBEB; }
#comment.error { background-color: #EBEBEB; }
form#contactForm label{

}
form#contactForm #loading {
    background: url(images/contactable/ajax-loader.gif) no-repeat;
    width:55px;
    height:55px;
    margin: 100px auto;
    display:none;
}
#callback {
    font-family: georgia;
    font-size:1.1em;
    color: #222;
    width:337px;
    margin: 100px auto;
    display:none;
}
#logoimgcontactable {
    display: block;
    visibility: visible;
    width: 333px;
    height: 123px;
    margin-bottom: 10px;
    background: url('images/contactable/logo_cof_contactable.png') no-repeat;
}
/*
=================
=== SOCIABLE ====
=================
*/
div.sociable { margin: 5px 0; }
div.sociable_tagline {
    position: absolute;
}
.sociable ul {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.sociable ul li {
    background: none;
    display: inline !important;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
    float: none;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}
.sociable-hovers {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
}
.sociable-hovers:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
