@CHARSET "ISO-8859-1";
/* CSS Document video search project*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

*{
    margin :0px;
    padding :0px;
}

#pubblicita {
    width: 320px;
    margin: 0px;
}

.waitsmall{
    background-image: url(immagini/ajax-loader-small.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height:15px;
}
.waitbig, .player_waitbig{
    background-image: url(immagini/ajax-loader-big.gif);
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
}

.waitbig-center{
    background-image: url(immagini/ajax-loader-big.gif);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
}

.waitbig-black{
    background-image: url(immagini/ajax-loader-black.gif);
    height: 35px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    padding: 0px;
}

#waitheader{
    /*width:875px;*/
    height:35px;
    border-top:2px solid #C4C4C4;
}

.clearer{
    clear:both;
}

#sidebar-right{
    float: right;
    width: 320px;
    padding:0px 5px 0px 5px;
    margin-top: 23px;
}

#wrapper-left{
    position:relative;
    float:left;
    width:630px;
    height: auto;  
    border:none;
    padding: 0px;
    margin: 0px;
}

#wrapper-player {
    float:left;
    width: 630px;
}

#content-wrapper{
    z-index:1;
    min-height:200px;
    height:auto !important;
    height:200px;
    /*
    border:1px solid #C4C4C4;
    border-top:none;
    border-left: none;*/
    background-color:#ffffff;
    padding:3px;
    padding-top: 2px;
    display: block;  
}

/*
#content-wrapper.content-right{
  border-left: 1px solid #C4C4C4;
  margin-left: 110px;
}
*/

div.node{
    border-bottom: 3px solid #C4C4C4;
}
#content{
    width:100%;
    margin:0px;
    padding:0px;
}
#floater {
    float: right;
    position: absolute;
    margin: 0;
    padding: 0;  
    background: transparent;
    height: 0px;
    width: 200px;
    top: 5px;
    right: 0px;  
    z-index:3;
}
#welcome {
    display: block;
    margin-right: 10px;
    color: #666666;
}

ul.secondary-links {
    font-weight: bold;
    float:right;
}

ul.secondary-links li {
    margin: 0;
    padding: 0;
    float: left;
    background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
    display: block;
    margin: 0 0.7em;
    padding: .3em 0 0;
    background: transparent;
    color: black;
    /*font-family: Arial;*/
    font-size: 11px;
}

ul.secondary-links li.first a {
    color: red;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
}

#menu ul{
    padding: 3px 0;
    margin-left: 0;

    font-size:13px;
    font-weight: bold;
}

#menu ul li
{
    list-style: none;

    display: inline;
}

#menu ul a
{
    padding: 3px 0.5em;
    padding-bottom: 0px;
    margin-left: 3px;
    border: 1px solid  #C4C4C4;
    border-bottom: 1px solid  #C4C4C4;
    border-top: none;
    text-decoration: none;
}

#menu ul li a:link { color: #448; }
#menu ul li a:visited { color: #667; }

#menu ul li a:hover
{
    color: #000;
    background: white;

}

#menu ul li a.active
{
    background: white;
    border-top: 1px solid white;
}

#menu{
    display:inline;
}

.block{
    padding:0px;
    /*padding-top: 5px;*/
}

.block .content{
    background-color:#ffffff;
    /*border:1px solid #C4C4C4;*/
    padding: 5px 0px 5px 0px;
}

.status{
	border: 8px solid;
	border-color: rgb(0, 102, 255);
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	
	/* border-bottom:1px solid #C4C4C4; */
    padding: 5px;
} 

.admin-panel{
    border:1px solid #C4C4C4;
    border-bottom: none;
    border-right:none;
    margin: 2px;
}

fieldset{
    border: 1px solid #C4C4C4;
}

h2{
    margin: 3px;
}

img.screenshot{
    width:75px;
    height:45px;
}
#content table{
    width:100%;  
    word-wrap:break-all;
}

/*.content-right table{
  table-layout:fixed;
}*/

.content-right td, .content-right th{
    padding: 3px;
    overflow:hidden;
}

#content table tr{
    /*border: 1px solid #C4C4C4;*/
}

th {
    border-bottom: 2px solid #C4C4C4;
}
#content table tr.odd{
    background-color: #eeefea;
}

#content table tr.even{
    background-color: #ffffff;
}

ul,ol {
    margin: 5px 5px 5px 2em;
}
ul {
    list-style-type: square;
}

#media-player ul, #content ul {
}

#content h2 {
    /*font-family: Arial;*/
    font-size: 18px;
    margin-bottom: 10px;
}

#content h3 {
    /*font-family: Arial;*/
    font-size: 14px;
    margin-bottom: 5px;
}

#content a, #content a:visited {
    color: #333;
}

.comment{
    border-top: 1px solid #C4C4C4; 
    padding: 5px;
}

.comment .picture-wrapper{
    float: left;
    padding: 2px;
    padding-right: 10px;
}
.comment .picture-wrapper .picture img{
    border: 1px solid #C4C4C4;
}
.comment .content-wrapper{
    padding: 2px;
    margin-left: 105px;
    /* border-left : 1px solid #C4C4C4; */
    padding-left: 10px;
}

.comment ul .links{
}

.comment span .submitted {
    border-bottom: 1px solid #C4C4C4;
}

.comment span .new {
    margin-right:5px;
    float:right;
}

.comment .content {
	/* padding: 5px; */
    padding-bottom: 15px;
	word-wrap: break-word;
}

.comment .h3 .a{
    padding: 2px;
    text-decoration:none;
}

div.links span{
    margin:0px;
    padding:0px;
}

ul.links a{
    text-decoration:none;
    border: none;

}

ul.primary {
    white-space: normal;
    padding-left: 3px;
    margin: 13px 3px 5px !important;
}

#content ul.primary {
    margin: 10px 3px 5px !important;
}

ul.primary li a {
    margin-right: 0px;
    white-space: nowrap;
}

#content ul.primary li a {
    margin-right: 5px;
}

ul.secondary {
    display: inline;
    padding: 0px;
    line-height: 20px;
}

ul.secondary li {
    border-right: none;
    padding: 0px 5px;
}

ul.secondary li a:hover {
    border-bottom: 4px solid #aaa;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button {
  padding: 2px 6px;
}
