/* @override http://192.168.1.72:8888/pokervideo/wp-content/themes/pokervideo/style.css */

/*
Theme Name: Poker Video
Description: Poker Video
Version: 0.99
Author: ResetStudio
Author URI: http://resetstudio.it/
*/

/* Resetter */

* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
    position : relative;
}

/* Inizio Tipografia e colori */

body, a, input, textarea, label {
    font-family: Tahoma, Arial, Helvetica, lucida-sans;
    font-size: 62.5%;
    /* Resets 1em to 10px */
    font-size: 12px;
    color : rgb(76,72,64);
    line-height: 130%;
}
img, fieldset, input, textarea {
    border : 0px;
}
a *{
    cursor : pointer !important;
}
h1,h2,h3,h4,h5{
    display : block;
    font-weight : normal;
}

/* Inizio struttura */

body{
    background: url(images/body-bgsmall.jpg) repeat-x left top;
}
body#home{
    background: url(images/body-bg.jpg) repeat-x left top;
}
#main-container{
    margin : 0 auto;
    width : 960px;
}
#top{
    height : 124px;
    width : 960px;
}

/* Logo e Banner */

.logo, .logo a{
    float : left;
    margin-top : 35px;
    width : 228px;
    height : 77px;
}
.logo a{
    background: url(images/logo.jpg) no-repeat left top;
    margin : 0px;
}
.banner{
    float : right;
    margin-top : 12px;
    height : 90px;
    width : 728px;
}

/* Header */

#header{
    width : 960px;
    height : 250px;
    margin : 15px 0px 25px 0px;
    position : relative;
}
#header .images{
    float : left;
    width : 420px;
    height : 250px;
    overflow : hidden;
    position : relative;
}
#header .images img{
    width : 100%;
    position : absolute;
    top : 0;
    left : 0;
}
.opacity{
    height : 90px;
    width : 420px;
    background: #000;
    opacity : 0.7;
    position : absolute;
    left : 0px;
    bottom : 0px;
}
.news-relevant{
    height : 70px;
    width : 390px;
    background: none;
    position : absolute;
    left : 0px;
    bottom : 0px;
    padding : 10px 15px;
    overflow: hidden;
}
.news-relevant a{
    color : #ccc;
    text-decoration : none;
}
.news-relevant a strong{
    font-weight : bold;
    color : #fff;
    display : block;
    margin-bottom : 3px;
}
.news-relevant a span{
    color : #fff;
    display : block;
    margin-bottom : 3px;
}
.news-relevant a b{
    color : #ff0000;
    font-weight : bold;
}

/* News List */

.news-list {
    float : left;
    width : 218px;
    background: #f2f2f2;
    height : 248px;
    border : 1px solid #ccc;
    overflow : hidden;
}
.news-list ul{
    float : left;
    position : relative;
    height : 248px;
    overflow : hidden;
}
.news-list ul li{
    border-bottom : 1px solid #ccc;
    width : 218px;
}
.news-list ul li a{
    font-weight : bold;
    display : block;
    padding : 6px 10px 6px 10px;
    text-decoration : none;
}
.news-list ul li.last{
    border : 0px;
}
.news-list ul li.last a{
    padding : 5px 10px 5px 10px;
}
.news-list ul li a:hover, .news-list ul li a.active{
    background: #DDDDDD;
}
.news-list ul li span{
    color : #666;
    display : block;
    margin-bottom : 3px;
    font-size: 11px;
}
.news-list ul li b{
    color : #ff0000;
    font-weight : bold;
}

/* News Principali */

.main-news ul{
    float : left;
    position : relative;
    padding : 10px;
    height : 1%;
}
.main-news li{
    width : 195px;
    float : left;
    margin-right : 15px;
}
.main-news li.last{
    margin : 0px;
}
.main-news li img{
    float : left;
    width : 185px;
    margin-bottom : 10px;
    border : 1px solid #dddddd;
    padding : 4px;
    background: #fff;
}
.main-news a{
    text-decoration : none;
    font-size : 12px;
    font-weight : bold;
    color : #000;
}
.main-news a:hover{
    text-decoration : underline;
}
.main-news ul li div{
    margin-top : 3px;
}
a.cat-link, .commlink a{
    color : #ff0000;
    font-size : 11px;
    font-weight : bold;
}
.commlink a:hover, a.cat-link:hover{
    text-decoration : underline !important;
}
.main-news span{
    color : #666;
    display : block;
    font-size : 11px;
    margin-bottom : 3px;
}

/* ADS Google and Advertisign*/

#header .adv{
    float : right;
    width : 300px;
}

/* Navigation */

#navigation{
    height : 40px;
    width : 960px;
    margin-bottom : 15px;
}
#home #navigation{
    margin-bottom : 0px;
}
#navigation ul{
    width : 760px;
    float : left;
    height : 26px;
}
#navigation ul li{
    height : 26px;
    width : auto;
    float : left;
}
#navigation ul li a{
    float : left;
    font-size: 11px;
    text-decoration : none;
    font-weight : bold;
    text-align : center;
    height : 25px;
    padding-left : 10px;
    background: url(images/nav-bg.jpg) no-repeat left top;
}
#navigation ul li a:hover, #navigation ul li a.active{
    background: url(images/nav-bg.jpg) no-repeat left -26px;;
}
#navigation ul li a span {
    padding-top : 4px;
    height : 21px;
    float : left;
    background: url(images/spannav-bg.jpg) no-repeat right top;
    padding-right : 10px;
}
#navigation ul li a:hover span, #navigation ul li a.active span{
    background: url(images/spannav-bg.jpg) no-repeat right -26px;
    color : #fff;
}

/* Pannello di ricerca */

#navigation .search{
    float : right;
    height : 25px;
    width : 196px;
    margin-top : 3px;
}
#navigation .search input{
    border : 1px solid #B3B3B3;
    float : right;
    background: #fff;
    color : #808080;
    padding : 2px 5px;
    width : 140px;
}
#navigation .search label{
    color : #666;
    font-weight : bold;
    width : 40px;
    margin : 1px 0px 0px 4px;
    float : left;
}

/* Content */

#content{

}
.primary-content{
    float : left;
    width : 640px;
}
.main-news{
    background: rgb(248,248,248) url(images/box-bg.jpg) repeat-x left bottom;
    padding-bottom : 5px;
}
.title{
    height : 22px;
    background: url(images/top-box.jpg) no-repeat left top;
    padding : 5px 10px 0px 10px;
    font-size : 11px;
    color : #666666;
}
.event-section .title h1.title{
    display : inline;
    background : none;
}
/* Tab Style Generico */

.tab {
    padding-bottom : 5px;
    height : 21px;
    margin-top : 15px;
}
.tab ul.menu{
    position : relative;
    height : 26px;
    width : 640px;
}
.tab ul.menu li{
    float : left;
    margin-right : 5px;
    height : 26px;
}
.tab ul.menu li a{
    height : 26px;
    background: url(images/tab-bg.jpg) no-repeat left top;
    font-size : 11px;
    color : #666666;
    padding-left : 10px;
    float : left;
    text-decoration : none;
}
.tab ul.menu li a span{
    background: url(images/tab-bgend.jpg) no-repeat right top;
    float : left;
    padding-right : 10px;
    padding-top : 5px;
    height : 21px;
}
.tab ul.menu li a:hover, .tab ul.menu li a.active:hover, .tab ul.menu li a.active{
    background: url(images/tab-bg.jpg) no-repeat left -26px;
}
.tab ul.menu li a:hover span, .tab ul.menu li a.active span{
    background: url(images/tab-bgend.jpg) no-repeat right -26px;
    color : #fff;
}

/* Tabella recenzioni download */

ul.reviews{
    width : 640px;
    padding : 0px;
    padding : 0px !important;
    background: rgb(248,248,248) url(images/box-bg.jpg) repeat-x left bottom;
    clear: both;
}
ul.reviews li{
    padding : 15px 10px 8px 10px;
    margin  : 0px !important;
    width : 620px;
    border-bottom : 1px solid #DDDDDD;
    position : relative;
}
ul.reviews li div.rooms-name{
    text-transform : uppercase;
    color : #000;
    font-weight : bold;
    float : left;
    width : 175px;
}
ul.reviews li div.rooms-name a{
    text-decoration : none;
}
ul.reviews li div.rooms-name a:hover{
    color : #777;
}
ul.reviews .item-icon{
    float : left;
    width : 100px;
    text-align: center;
}
ul.reviews .item-icon img{
    height : 25px;
    margin-top : -5px;
}
ul.reviews li div.moreinfo{
    width : 220px;
    float : left;
    padding-top : 3px;
}
ul.reviews li div.moreinfo a{
    text-decoration : none;
    color : #ff0000;
    font-weight : bold;
}
ul.reviews li div.moreinfo a:hover{
    color : #FF8080;
}
ul.reviews li div.download{
    /*width : 100px;*/
    float : left;
}
ul.reviews li div.download a{
    text-decoration : none;
    color : #ff0000;
    font-weight : bold;
    background: url(images/download.gif) no-repeat left 0px;
    display : block;
    padding: 3px 0px 5px 35px;
}

/* Sidebar : Poker Room Online */

.room-online{
    margin-top : 20px;
}
.room-online ul{
    width : 300px;
    padding : 0px;
    padding : 0px !important;
    background: rgb(248,248,248) url(images/box-bg.jpg) repeat-x left bottom;
}
.room-online ul li{
    padding : 15px 10px 15px 10px;
    margin  : 0px !important;
    width : 280px;
    border-bottom : 1px solid #DDDDDD;
    font-size : 11px;
}
.room-online ul div.rooms-name{
    text-transform : uppercase;
    color : #000;
    font-weight : bold;
    float : left;
    width : 210px;
}
.room-online ul div.rooms-name a{
    text-decoration: none;
}
.room-online ul li div.moreinfo{
    width : 70px;
    float : left;
}
.room-online ul div.moreinfo a{
    text-decoration : none;
    color : #ff0000;
    font-weight : bold;
    font-size : 11px;
}
.room-online ul div.moreinfo a:hover{
    text-decoration : underline;
}

/* Write Comments */

.write-comments{
    background : #F8F8F8 none repeat scroll 0 0;
    margin-top : 20px;
    padding-bottom : 10px;
}
li.comment .write-comments{
    margin-left : -10px;
    width : 640px;
}
.write-comments .social-links{
    margin : 0px;
    padding : 10px;
    width : 620px;
    height : auto;
}
.write-comments .social-links a.facebook{
    float : left;
    height : 20px;
    background: url(images/facebook.jpg) no-repeat left top;
    width : 169px;
    margin : 10px 0px;
    margin-right : 15px;
}
.write-comments .social-links .twitter, .write-comments #twc_connect button{
    float : left;
    cursor : pointer !important;
    margin : 3px 0px 0px 0px;
}
#fbc_login span small{
    display : none;
}
.write-comments .fbc_connect_button_area br{
    display : none;
}
.write-comments .fbc_connect_button_area {
float : left;
margin-left: 0px;
margin-top: 1px;
padding-left:0px;
padding-top: 3px;
}
.write-comments .fbc_connect_button_area .dark{
    margin-top : 3px;
}
.write-comments form{
    margin-top : 20px;
}
.write-comments form fieldset{
    margin-bottom : 10px;
}
.write-comments form input{
    border : 1px solid #D0D2D3;
    width : 160px;
    padding : 1px 5px;
    height : 16px;
    float : left;
    margin-right : 10px;
}
.write-comments form textarea{
    border : 1px solid #D0D2D3;
    width : 610px;
    padding : 5px;
    height : 190px;
    float : left;
    overflow : auto;
}
.write-comments form label{
    float : left;
    padding-top : 2px;
}
.tag-list{
    margin-top : 15px;
}
.tag-list div{
    background: #e6e6e6;
    padding : 10px;
}
.tag-list span{
    display : block;
    margin-bottom : 10px;
}
.write-comments .reply{
    margin-right : 10px;
}
.reply a:hover{
    text-decoration : underline;
}

/* Lista articoli generici dentro i tab */

.articles{
    background: rgb(248,248,248) url(images/box-bg.jpg) repeat-x left bottom;
}
#the-tag-cloud div{
    padding : 10px;
    text-align: center;
}
.articles ul{
    padding : 10px 10px 1px 10px;
    width : 610px;
    position : relative;
}
.articles ul li{
    margin-bottom : 15px;
    height : 1%;
}
.articles ul li span{
    color : #666;
    margin-bottom : 0px;
    font-size: 11px;
}
.articles ul li b{
    color : #ff0000;
    font-weight : bold;
}
.articles ul li a{
    text-decoration : none;
    font-weight : bold;
    margin-bottom : 2px;
}
.articles ul li a:hover{
    text-decoration : underline;
}
.articles ul li img{
    padding : 4px;
    background: #fff;
    border : 2px solid #ccc;
    float : left;
    width : 55px;
}
.articles .details{
    float : right;
    width : 530px;
}
.articles .details p{
    padding : 2px 0px;
}
.no-post{
    padding : 10px;
}
/* Poker Rules */

.poker-rules{
    margin-top : 15px;
    background: rgb(248,248,248) url(images/rules-bg.jpg) repeat-x left bottom;
}
.poker-rules ul{
    height : 1%;
    padding-top : 15px;
}
.poker-rules ul li{
    float : left;
    padding : 0px 8px 0px 8px;
    margin-bottom : 15px;
    border-right : 1px solid #ccc;
    width : 90px;
}
.poker-rules ul li.last{
    border : none;
    padding-right : 0px;
}
.poker-rules ul li a.game{
    width : 90px;
    text-align : center;
    font-weight : bold;
    float : left;
    text-decoration : none;
    margin-bottom : 5px;
}
.poker-rules ul li img{
    float : left;
    margin-bottom : 5px;
}
.poker-rules ul li a{
    text-decoration : none;
    font-size : 11px;
    float : left;
}

/* SIDEBAR ed elementi interni */

.sidebar{
    float : right;
    width : 300px;
}
.video-relevant{
    width : 300px;
    background : #F8F8F8 url(images/box-bg.jpg) repeat-x left bottom;
}
.video-relevant .title, .video-relevant .subtitle {
    background : transparent url(images/top-boxs.jpg) no-repeat scroll left top;
    color : #666666;
    font-size : 11px;
    height : 22px;
    padding : 5px 10px 0;
}
.video{
    margin-bottom : 15px;
}
.video-relevant .subtitle {
    background : transparent url(images/border.gif) repeat-x left bottom;
    padding-left : 0px;
    margin-bottom : 15px;
}
.video-relevant .player{
    padding : 10px 12px 10px 12px;
}
.video-relevant .player object, .video-relevant .player embed{
    width: 275px;
    height: 176px;
}
.most-watched{
    padding : 5px 12px;
}
.most-watched ul li{
    margin-bottom : 12px;
    height : 1%;
}
.video-relevant a {
    display : block;
    padding-left : 23px;
    text-decoration : none;
    background: url(images/list-bg.jpg) no-repeat left 3px;
    text-decoration : none;
    font-weight : bold;
    color : #000;
    font-size : 11px;
}
.video-relevant .player a{
    margin-top: 10px;
    background: none;
    padding-left: 0;
}
.video-relevant a:hover{
    color : #ff0000;
}
.social-links{
    height : 41px;
    width : 300px;
    margin-top : 20px;
}
.social-links .logo{
    float : left;
    margin : 0px;
    width : 129px;
    height : 66px;
    margin-top : 3px;
    background : url(images/logo-mini.jpg) no-repeat left top;
}
.social-links ul{
    float : right;
    height : 48px;
    width : 153px;
    float : right;
}
.social-links ul li{
    float : left;
    width : 44px;
    margin-right : 10px;
}
.social-links ul li.last{
    margin : 0px;
}
.social-links ul li a{
    font-size : 10px;
    text-align : center;
    padding-top : 44px;
    height : 4px;
    width : 44px;
    text-decoration : none;
    float : left;
}
.social-links ul li a.twitter{
    background: url(images/icona-twitter.gif) no-repeat left top;
}
.social-links ul li a.twitter:hover{
    color : #33CCFF;
}
.social-links ul li a.facebook{
    background: url(images/icona-facebook.gif) no-repeat left top;
}
.social-links ul li a.facebook:hover{
    color : #004D95;
}
.social-links ul li a.rss{
    background: url(images/icona-rss.gif) no-repeat left top;
}
.social-links ul li a.rss:hover{
    color : #F5A600;
}
.sidebar .adv{
    margin : 0px;
    width : 300px;
    height : auto;
    float : left;
}
.event-page .sidebar .adv{
    margin-bottom : 15px;
}
.sidebar .adv a{
    float : left;
}

/* Pagina Eventi */

.event-section{
    width : 640px;
    background: url(images/border.gif) repeat-x left bottom;
    padding-bottom : 1px;
}
.event-section.events-list .description{
    padding-top : 0px;
}
.events-list .articles{
    background: none;
    padding : 0px;
}
.events-list .articles ul{
    padding : 0px;
    width : 640px;
}
.events-list .articles li{

    border-bottom : 1px solid #ddd;
    padding-bottom : 15px;
}
.events-list .articles .details{
    width : 555px;
}
.events-list .articles li.last{
    border : 0px;
    padding-bottom : 0px;
}
.event-section .title.section{
    background: url(images/border.gif) repeat-x left bottom;
    color : #000;
    padding-left : 0px;
    margin-bottom : 10px;
}
.event-section .title b, .event-section .title strong{
    color : #ff0000;
}
.event-section .description{
    padding : 15px 0px;
}

/* Video */

.video .post-info{
    margin-bottom : 10px;
}
.video-box{
    padding : 10px 10px 0px;    border : 1px solid #ccc;
    background: rgb(248,248,248) url(images/video-box.jpg) repeat-x left bottom;
}
.video-box .video-player{
    padding-bottom : 70px;
    background: url(images/video-boxlogo.jpg) no-repeat right bottom;
}
.video-box .video-player object, .video-box .video-player embed{
    width : 100%;
}
.video-box h2 a, .video-box h1 a, #single-post .video-box h1{
    color : #000000;
    display : block;
    font-size : 18px;
    font-weight : bold;
    line-height : 120%;
    float : left;
    margin-top : 15px;
    width : 550px;
    text-decoration: none;
    cursor : pointer;
}
.video-box h2 a:hover, video-box h1 a:hover{
    text-decoration: underline;
}
/* Player List pagina video */

.player-list{
    margin : 15px 0px;
    width : 640px;
}
.player-list ul{
    position : relative;
    height : 1%;
}
.player-list ul li{
    padding : 10px;
    float : left;
    width : 180px;
    background: rgb(248,248,248) url(images/video-bgsmall.jpg) no-repeat left bottom;
    margin-right : 20px;
}
.player-list ul li.last{
    margin : 0px;
}
.player-list ul li a{
    color : #000000;
    display : block;
    font-size : 12px;
    font-weight : bold;
    line-height : 110%;
    margin-top : 7px;
    margin-bottom : 15px;
    width : 165px;
    text-decoration : none;
}
.player-list ul li object, .player-list ul li embed{
    width : 180px;
    height : 115px;
}
/* Video Links */

.video-links{
    padding : 15px 0px;
    background: url(images/border.gif) repeat-x left bottom;
}
.video-links ul{
    padding : 10px 10px 5px 10px;
    background: #f2f2f2;
}
.video-links ul li{
    height : 1%;
    padding-left : 21px;
    background: url(images/list-bg.jpg) no-repeat left 3px;
    font-weight : bold;
    margin-bottom : 5px;
}
.video-links ul li div{
    float : left;
}
.video-links ul li a {
    float : right;
    text-decoration : none;
    text-decoration : none;
    font-weight : bold;
    color : #4C4840;
}
.video-links ul li a:hover{
    text-decoration : underline;
    color : #ff0000;
}

/* Paginazione */

.pagin {
    width : 600px;
    height : 20px;
    margin : 15px 0px;
}
.pagin ul {
    width : 600px;
    height : 20px;
}
.pagin li {
    display : inline;
    float : left;
    margin-right : 5px;
    font-size : 11px;
}
.pagin a {
    display : block;
    padding : 1px 0px;
    text-decoration : none;
    font-weight : bold;
    color : #ff0000;
    font-size : 11px;
}
.pagin a.last{
    background: url(images/pagin.jpg) no-repeat right 3px;
    width : 8px;
    height : 12px;
}
.pagin li.active a, .pagin a:hover {
    color : #000;
    text-decoration : none;
}

/* Categorie Eventi */

.event-section ul.category{
    margin : 0px;
    padding : 0px;
    width : 640px;
    height : 1%;
}
.event-section ul.category li{
    width : 620px;
    padding : 10px;
    background: #f2f2f2;
    margin-bottom : 20px;
}
.event-section ul.category li a{
    font-size : 18px;
    font-weight : bold;
    text-decoration : none;
    display : block;
    margin-bottom : 5px;
    width : auto;
}
.event-section ul.category li a:hover{
    color : #666;
}

/* Post */

.posts{
    width : 640px;
}
.post{
    width : 640px;
    height : 1%;
}
.post-info{
    background : transparent url(images/border.gif) repeat-x left bottom;
    color : #666666;
    font-size : 11px;
    height : 22px;
    padding : 5px 0px 0;
    margin-bottom : 18px;
}
.post-title{
    margin : 5px 0px;
}
.post-title {
    text-decoration : none;
    color : #000;
    font-size : 22px;
    margin-bottom : 15px;
    display : block;
    font-weight : bold;
    line-height : 120%;
}
.entry img{
    background : #FFFFFF none repeat left top;
    border : 1px solid #DDDDDD;
    float : left;
    margin-right : 15px;
    margin-top : 3px;
    padding : 4px;
}

.entry img.card {
	border:0 none;
	float:none;
	margin:0 3px 0 0;
	padding:4px 0 0 0;
}

.entry p {
    padding-bottom : 10px;
}
.entry a {
	color:#FF0000;
}
.post .ads{
    float : left;
    height : 70px;
    margin : 20px 0px;
    width : 640px;
}
.post-info span, .comment-info span{
    float : left;
    margin-right : 5px;
}
.post-info div.shareButtons{
    float : right;
}
.post-info div.shareButtons span{
    float: left;
    vertical-align: middle;
}
.post-info div.shareButtons img{
    vertical-align: middle;
    margin-right : 5px;
}
.post-info div.shareButtons small{
    font-size: 11px;
    color : #4C4840;
    font-weight : normal;
    margin-left : 5px;
}
.sharebutton{
    background:transparent url(images/widget06.png) no-repeat scroll left center;
    display:block;
    height:16px;
    line-height:16px !important;
    overflow:hidden;
    width:16px;
    float : left;
    margin : 0px;
    margin-left : 5px;
}
.sharefacebook{
    background-position:0 -400px;
}
.sharetwitter{
    background-position: 0 -1552px;
}
.post-info div, .comment-info div{
    float : left;
}
.post-info div a, .comment-info *.author{
    font-size : 11px;
    color : #ff0000;
    text-decoration : none;
    font-weight : bold;
}
.post-info .commlink{
    margin-left : 30px;
    padding-top : 1px;
}

/* Commenti Post Singolo */

.comments{
    background: #F8F8F8;
    margin-top : 20px;
    padding-bottom : 10px;
    clear: both;
}
.comment{
    margin-bottom : 30px;
    height : 1%;
}
.comment.last{
    margin-bottom : 0px;
}
.comment-children .comment{
    margin-bottom : 0px;
}
.single-comments{
    padding : 10px;
    height : 1%;
    position : relative;
}
.comment-info{
    padding-left : 10px;
    margin-bottom : 20px;
}
.comment-info span{
    font-size : 11px;
}
.comment-meta, .comment-author, .comment p{
    float : left;
}
.comment-info .author{
    padding : 1px 5px 0px 0px;
    float : left;
}
.comment-info .author a:hover{
    text-decoration : underline;
}
.avatar{
    float : left;
    width : 70px;
}
.avatar img{
    padding : 4px;
    background: #fff;
    border : 2px solid #ccc;
    float : left;
    width : 55px;
}
.comment .details{
    float : right;
    margin : 0px;
    padding : 0px;
    width : 550px;
    background: url(images/comment-top.jpg) no-repeat left 25px;
}
.comment-children{
    margin-top : 15px;
}
.comment-children .details{
    float : right;
    margin : 0px;
    padding : 0px;
    width : 423px;
    background: url(images/comment-topsmall.jpg) no-repeat left 25px;
}
.comment .text{
    width : 494px;
    margin-top : 24px;
    float : left;
    padding : 0px 20px;
    margin-left : 16px;
    padding-bottom : 15px;
    background: url(images/comment.jpg) repeat-y 2px top;
}
.approvation-pending{
    color : silver;
    clear : both;
}
.comment-children .text{
    background: url(images/comment-small.jpg) repeat-y 2px top;
    width : 367px !important;
}
.comment .text p{
    padding-bottom : 10px;
}
.comment-children .text{
    width : 390px;
}
.end-comment{
    height : 4px;
    float : right;
    background: url(images/comment-bottom.jpg) no-repeat left top;
    width : 532px;
}
.comment-children .end-comment{
    background: url(images/comment-bottomsmall.jpg) no-repeat left top;
    width : 405px;
}
.reply{
    width : 120px;
    text-align : right;
    float : right;
    width : 490px;
    margin-bottom : 5px;
}
.reply a{
    background:transparent url(images/reply.jpg) no-repeat scroll right 5px;
color:#000000;
float:right;
font-size:11px;
font-weight:bold;
padding-right:12px;
text-decoration:none;
}
.write-comments form .reply input{
    color : #000;
    text-decoration : none;
    font-weight : bold;
    font-size : 11px;
    background: url(images/reply.jpg) no-repeat right 5px;
    float : right;
    border : 0;
    height: auto;
    margin-right:0;
    padding: 0px;
    padding-right:12px;
    width: auto !important;
    margin-top : 10px;
    cursor:pointer;
}
.reply a span{
    font-size : 8px;
}
div.logged a{
   font-weight : bold;
   text-decoration: none;
}
div.logged a:hover{
    text-decoration: underline;
}
/* Regole Uso Generale */

/* Footer */

#footer-container{
    background: #E6E6E6;
    height : 250px;
    margin-top : 15px;
    margin-bottom : 15px;
}
#footer{
    height : 250px;
    margin : 0 auto;
    width : 960px;
    background: #fff;
    padding : 0px 15px;
}
#footer .adv{
    float : left;
    margin-right : 15px;
    width : 250px;
}
#footer .adv a img{
    margin : 0px;
    padding : 0px;
    border : 0px;
}
#footer .footer-content{
    float : right;
    padding : 0px;
    margin : 0px;
    width : 515px;
    height : 250px;
    background: rgb(51,51,51) url(images/footer.jpg) no-repeat left top;
    padding-left : 130px;
}

/* Commenti Recenti */

.recent-comments {
    float : left;
    width : 200px;
    overflow : hidden;
}
.recent-comments h2, .disclaimer h2{
    border-bottom : 1px dotted #999;
    font-size : 12px;
    font-weight : normal;
    padding : 35px 0px 5px 0px;
    margin-bottom : 5px;
    color : #666;
}
.recent-comments ul{
    float : left;
    position : relative;
    height : 1%;
    overflow : hidden;
}
.recent-comments ul li{
    position : relative;
}
.recent-comments a{
    display : block;
    padding : 6px 0px 6px 0px;
    text-decoration : none;
    color : #E6E6E6;
}
.recent-comments ul li span{
    color : #666 !important;
    font-weight : normal !important;
    display : block;
    margin-bottom : 1px;
    font-size: 11px;
}
.recent-comments ul li b{
    color : #999;;
    font-weight : bold;
}

/* Disclaimer */

.disclaimer{
    float : right;
    width : 275px;
    margin-right : 15px;
}
.disclaimer p{
    padding-top : 5px;
    color : #999;
}
.copyright{
    float : right;
    text-align : right;
    margin-right : 15px;
    width : 620px;
    font-size : 11px;
    margin-top : 18px;
    color : #666;
}
.clearer {
    clear : both;
    height : 0px;
    float : none !important;
}
.contact-form .myinput input, .contact-form .myinput textarea {
	border:1px solid gray;
	width:300px;
	margin:3px 0;
	padding:3px;
}
.contact-form .mybutton input {
	background-color:white;
	border:2px solid red;
	text-align:center;
	width:100px;
	padding:3px;
}
.contact-form .mybutton input:hover {
	border:1px solid red;
	cursor:pointer;
	padding:4px;
}
.contact-form input {
	border:1px solid gray;
	margin-top:-7px;
	padding:3px;
	width:60px;
}
