/* 
    Document   : base.css
    Created on : 6-ott-2011, 17.11.58
    Author     : marcello
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body{
    /*font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-family: Georgia, "Times New Roman PS MT","Times New Roman",Times,serif;
    font-size:0.9em;
    background-color: #DDD;
    margin:0 0 0 10px;
    padding:0;
    color: #333;
}

a:link, a:visited{
    color: #016b8c;
}


a:hover{
    color: #0d8eb6;
}


.location,
.speaker,
.ref,
.func
{
    color: #900;
    padding: 0 1em;
}

.location{
	max-width: 500px;
}

.speaker{
    margin-top:0.5em;
}
h1, h2, h3{
    padding-left:12px;
}

.page0{
    background: #DDD url(../img/back1.png) 100% 0 repeat-y;
    width: 744px;
}
.page1{
    background: #FFF;
    width: 700px;
    padding:16px;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

.pc{

    clear:left;
}

.pc p{
    width: 580px;
    max-width: 580px;
    float: left;
    padding: 1em;
    margin:0;
   
}

.pc .commentable{

     cursor: pointer;
}

.pc .nc{

    width: 25px;
    height: 21px;
    padding: 1em 1em 1em 1.2em;
    position: relative;
    background: #FFF url(../img/speech_no.png) 1px 50% no-repeat;
    color: #000;
    display: inline;
    float: left;
    margin-left: 2em;

    cursor: pointer;
}


.pc .nc-more1{

    
    background: #FFF url(../img/speech.png) 0 50% no-repeat;
    cursor: pointer;
}

.hover{
    background-color: #ccffcc;
}

.new_comm{

    border: 1px solid #ffcc66;
    background-color: #fcfac6;
    padding: 1em;
}

.comm_head{


}

#comm_txt{
    width: 222px;
    padding:0.2em;
    margin-bottom: 1em;
}

#comm_submit{

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #363;
    background-color: #77d677;
    color: #030;
    padding:1em;
    cursor: pointer;
    font-size: 1.0em;
     margin: 0.5em 1em 0.5em 0;
}

#comm_cancel{

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #AAA;
    background-color: #DDD;
    color: #333;
    padding:1em;
    cursor: pointer;
    font-size: 1.0em;
    margin: 0.5em 1em 0.5em 0;
}

#comm_submit:hover{
    background-color: #99ff99;
}

#comm_cancel:hover{
    background-color: #EEE;
}

.footer{

    margin: 4em 0 1em 0;
    clear: left;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #CCC;
    padding:2em 0 0 0;
}

.cleaner{
    clear: left;
}

.speech{
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #EEE;
}
/*
h1.tit{
    height: 121px;
    margin: -16px;
    max-width: 721px;
    width: 721px;
    margin-bottom: 1em;
    background: url('../img/head.png') no-repeat;
}
*/

.head{
	height: 121px;
    margin: -16px;
    max-width: 721px;
	padding-bottom: 1em;
}

.head a{
	border:0;
}

h2.tagline{

    background: url('../img/making_speeches_talk.png') no-repeat;
}

h1.tit span,
h2.tagline span {
    display: none;
}


#last_speech{

    width: 400px;
    padding-right: 20px;
    float: left;

}

#last_speech .cont-sp1{
    border-right: 1px solid #CCC;
    padding-right: 25px;
}

#last_speech .list-sp{

    
}

#most_comm_speech{
    margin-left: 390px;
    width: 380px;
    padding-left: 20px;

}

#last_speech h3{
    padding: 20px 0 0 0;
}

#most_comm_speech h3{
    padding: 32px 0 0 0;
}

.list-sp{

    border-bottom: 1px dashed #CCC;
    padding: 1em 0;
}

.list-sp .title{

    font-size: 1.2em;
}

.list-sp .desc{
    color: #555;
    font-size: 0.9em;
}

#wstats{
    border-collapse: collapse;
}

#wstats tr th,
#wstats tr td{
    border: 1px solid #ccc;
    border-left:0;
    border-right:0;
    padding:  0.4em;
}

#wstats tr th{
    text-align: left;
    font-size: 0.9em;
}

/* Stats */
td.td-img span{
    vertical-align: top;
    padding: 5px;
}


/* Commenti */

.comm-cont {

    border: 1px solid #999;
    padding: 1em;
    font-size:0.8em;
    font-family: "Lucida Grande",Verdana, sans;
    background-color: #bfdfff;
    margin-top: -1px;
    clear:left;
}

.comm-cont .img{
    float: left;
 
}

.comm-cont .img img{
    width:25px;
}

.comm-cont .author{
    margin-left: 35px;
    font-weight: bold;
}

.comm-cont .author em{
    font-weight: normal;
}

.new_comm2 {
    background-color: #d0e7fe;
}
.new_comm2 h4{
    margin: 0;
}

.new_comm2 textarea{
    width: 100% !important;
}


.comm-cont .txt{
    margin-left: 35px;
   
}

#comm-collapse{
    font-size:0.8em;
    font-family: "Lucida Grande",Verdana, sans;
    color: #00F;
    cursor: pointer;
    text-align: right;
}

.menu {

    text-align: right;
   /* font-family: "Lucida Grande", Lucida, Verdana, sans-serif; */
    font-size: 0.9em;
    float: right;
}


.ratings{

    position: absolute;
    width: 170px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #f2f2f2;
    height:40px;
    padding:1em;
    top: 227px;
    left: 532px;

}

#rating_title{
    float:left;
    padding-right: 5px;
}

#caption{
    float: left;
}

#social{
    margin-top: 10px;
}


/* pagine */
body + #cont0{
    background: #fff ;
}

#cont0{

    background: #fff url(../img/new_head1.png) 0 0 no-repeat;
    max-width: 1010px;
}

#cont0 h1 span,
#cont0 h2 span {
    display: none;
}

#cont0 .menu{

    text-align: right;
    font-family: Times, "Times new roman", serif;
    font-size: 1.1em;
    position: absolute;
    left: 480px;
    top: 180px;
    width: 500px;
}

#cont0 #social{

    text-align: right;
    width: 400px;
    left: 600px;
    position: absolute;
    top: 210px;
    
}

.twitter-share-button{
     text-align: right;
}

#cont1{
    padding-top: 280px;
    margin-left: 200px;
}

#home-txt{

   
}


.hhh{
	display:none;
}

.comm-delete{
	text-align: right;
	font-size: 0.9em;
	cursor: pointer;
}

.comm-delete:hover{
	text-decoration: underline;
}

.comm-report{
	text-align: right;
	font-size: 0.9em;
	cursor: pointer;
}

.comm-report:hover{
	text-decoration: underline;
}

.comm-report-stop{
	text-align: right;
	font-size: 0.9em;
	color: #900;
}



#comm-counter{
	padding: 1em;
	position: relative;
	float: right;
	color: #999;
}

#comm-counter.rosso{
	color: red;
}

.comm-link{
	font-size:0.9em;
}

#fb-faces{
	margin: 1em 0;
}

.comm-votes{
	float: left;
	font-size: 0.9em;
}

.comm-votes .agree{
	padding-left: 24px;
	background: url('../img/agree.png') no-repeat;
	cursor: pointer;
}

.comm-votes .disagree{
	padding-left: 24px;
	background: url('../img/disagree.png') no-repeat;
	cursor: pointer;
}

.n_commenti{
    
    font-size: 0.95em;
    font-weight: bold;
}

.sentence-link{
    display:none;
    font-size: 0.8em;
    text-align: right;
    float: right;
}

#nl-search #qs{
    border: 1px solid #999;
    padding: 3px;
}
#nl-search .button{
    padding: 2px 10px;
}

.new{
    color: red;
    font-size: 0.7em;
    vertical-align: top;
}