/* 
    Document   : style
    Created on : 28 mai 2010, 16:32:38
    Author     : Sam
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


html,body,.fineatyPage,.fineatyPageFrame{

	margin: 0px;
	padding: 0px;
	color: #aaaaaa;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    height:100%;
    width:100%;
}

a {
    text-decoration: none;
    color : #4078b0;
}

a:visited {
    color : #4078b0;
}

a:hover {
    color : #4078b0;
    text-decoration: none;
}




input,select,textarea{
    color:#131313;
    background-color: #cccccc;
    border:0px none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


body{
	background-color: #131313;
 
}

.navbar {
    padding:5px;
    border: 0px none;
    background-color: #000000;
    border-radius:0px;
    margin: 0px;
   
}

.navbar-collapse .navbar-nav > li {
    text-align: center;
}

.navbar-collapse .navbar-nav > li > a {
    border: 0 none;
    color: #cccccc;
    display: inline-block;
    line-height: 60px;
    padding: 0 10px;
}

#logo-sigle{
    height:60px;
    width:60px;
    float:left;
    margin: 0px 5px 0px 10px ;
}


#logo-name-baseline{
    float:left;
    height:60px;
    margin-right:15px;
}

#logo-name{
    margin-top:8px;
    height:30px;
    float:left;
}

#logo-baseline{
    height:20px;
    float:left;
    clear:left;
    line-height: 20px;
    vertical-align: middle;
    position:relative;
    font-size: 11px;
    padding: 0px 4px;
}

#topBannerAd{
    margin:0px 20px;
    height:60px;
}


.marged{
    margin-top:15px;
    margin-bottom:15px;
}

.bottomBannerAd{
    margin:25px 0px;
}

#page{
    margin: -70px 0px -50px 0px;
    min-height: 100%;
    overflow: visible;
    padding: 70px 0px 50px 0px;
}

#page > .container {
    padding : 0px;
}


.frame{
     margin: 0px;
     padding: 0px;
     background-color: #202020;
     width: 100%;
      -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -moz-box-shadow: 0px 7px 10px #0a0a0a;
    -webkit-box-shadow: 0px 7px 10px #0a0a0a;
    box-shadow: 0px 7px 10px #0a0a0a;
    border : 0px none;
}

#pageContent{
    padding:12px;
}

.innerFrame{
    background-color: #222222;
    border: 1px solid #242424;
    margin-bottom:15px;
    padding:10px;
    -moz-box-shadow: 0px 0px 5px #181818;
    -webkit-box-shadow: 0px 0px 5px #181818;
    box-shadow: 0px 0px 5px #181818;
}

.innerFrame > .row > div {
    margin-bottom : 15px;
}

#rightColumn{
    padding-left: 0px;
}

#rightColumn label{
    float:none;
    clear:both;
    width:auto;
    margin: auto;
}

#rightColumn input{
    clear:both;
    width: 150px;
}

#rightColumn .forminput{
    text-align : center;
}

#rightColumn .fineatyModule{
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 10px;
    text-align : center;
    
    padding-bottom: 10px;
    padding-top: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border : 0px none;
    overflow:hidden;
}


#footer{

    height:50px;
   background-color:#202020;
    width:100%;
    -moz-box-shadow: 0px 0px 10px #0a0a0a;
    -webkit-box-shadow: 0px 0px 10px #0a0a0a;
    box-shadow: 0px 0px 10px #0a0a0a;

}

#footerContent{
    text-align:center;
    color:#444444;
}

#footerContent a,#footerContent a:visited{
    color:#cccccc;
}

#footerContent a:hover,#footerContent a:focus{
    color:#ffffff;
}

.fineatyPopUp {
    background-color: #222222;
     -moz-box-shadow: 2px 2px 10px #000000;
    -webkit-box-shadow: 2px 2px 10px #000000;
    box-shadow: 2px 2px 10px #000000;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fineatyPopUpHeader {
    background-color: #000000;
    border-bottom : 0px;
    color : #ffffff;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.fineatyPopUpContent{
    text-align:center;
    
    border-top : 0px;
    color : #666;
    font-size: 11px;
    -moz-border-radius: 0px 0px 3px 3px ;
    -webkit-border-radius: 0px 0px 3px 3px ;
    border-radius: 0px 0px 3px 3px ;
  
}

.fineatyPopUp h2,.fineatyPopUp h3{
    margin : 10px;
    border : none 0px;
    color : #dddddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #181818;
}

.fineatyPopUp h2{
        font-size: 15px;
}

.fineatyPopUp h3{
        font-size: 13px;
}

.fineatyPopUp p{
    text-align: left;
     margin : 0px;
    margin-bottom : 5px;
}

.fineatyPopUp{
     border:0px none;

    

}

#pageTitle{
    border-bottom : 1px solid #464646;
    background: #444444;
    padding: 5px;
}

h1{
    text-align: center;
    margin : 0px;
    font-size:18px;
    font-weight:lighter;
    color:#ccc;
    margin-bottom : 5px;
    text-transform: uppercase;
}

h2{
    color:#fff;
    font-size:16px;
    padding-left: 5px;
    margin-top:0px;
    text-align: center;
}

h3{
    color:#fff;
    font-size:14px;
    padding-left: 5px;
  
}


img {
    border : 0px;
    margin: 0px;
}

table{
    font-size:11px;
}

.errormessage{
	color: #FF0000;
}


.exploreFolderItem {
     position: relative;
    clear:both;
    padding:3px;
    border-radius : 5px;
    height:18px;
}

.exploreFolderItem:hover{
	background-color:#453f36;
}

.exploreFolderItemThumb {
    position: absolute;
    left : 0px;
    display:block;
    border-radius : 2px;
}

.exploreFolderItemThumb img{
    border-radius : 2px;
}


.exploreFolderItemName {
    position: absolute;
    left: 20px;
    margin-left: 8px;
	overflow:hidden;
     
}

.exploreFolderItemRating{
    font-size: 9px;
    position : absolute;
    right: 20px;
    top : 5px;
    width : 100px;
    text-align: left;
}

.exploreFolderItemName a {
    font-weight:bold;
    text-decoration: none;
}

.exploreFolderItemActions {
    position : absolute;
    right: 0px;
}

.exploreFolderItemActions a {
    font-size: 11px;
    text-decoration: none;
}

.exploreFolderInfos{
    clear:both;
    margin-top : 10px;
}

.exploreLinks {
    display:block;
    clear:both;
    margin: 5px;
}


.showMediaHeader {
    text-align: left;
    font-size:15px;
    font-weight:bold;
    margin: 0px;
    padding: 15px;
    width: 1070px;
    height : 30px;
    overflow: hidden;
    clear:both;
    text-shadow: 2px 2px 5px #000;
    color: #FFF
}

.showMediaNavigation{
    text-align:center;
}

.showMediaSocial{
    clear:left;
    float: left;
    margin:auto;
    margin-left: 150px;
}

.showMediaHeader a{
    color: #FFF
}

.showFolderItem{
    position:relative;
    height:20px;
    text-align:left;
}


.showFolderItemActions{
    position : absolute;
    right : 190px;
    top : -1px;
}

.showFolderItemName{
    position : absolute;
    left : 30px;
}
.showFolderItemRating{
    position : absolute;
    right : 0px;
    top : 0px;
}

.showMediaVideo {
    display: inline-block;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 0px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.ItemMediaViewModule .media {
    -moz-box-shadow: 0px 0px 5px #181818;
    -webkit-box-shadow: 0px 0px 5px #181818;
    box-shadow: 0px 0px 5px #181818;
    border-radius: 3px;
    border:1px solid #222222;
    
}

.showPreviousMedia{
    padding : 0px;
    margin : 0px;
width:100px;
    float:left;
    text-align : center;
}

.showNextMedia{
        padding : 0px;
    margin : 0px;
    width:100px;
float:left;
text-align : center;
}

.showMediaDetails{
    padding : 5px;
    font-size:11px;
    clear:both;
}

.showMediaRating{
    float:right;
    margin-right: 150px;
}

.showAlbumTrackName{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prevNextLinks img{
    border-radius : 2px;
}

.prevNextLinks .fineatyThumb{
    margin:5px;
}


.button{
    padding: 20px;
    background-color : #6e6e6e;
    display:inline-block;
    font-size : 25px;
        -moz-border-radius: 10px ;
    -webkit-border-radius: 10px ;
    border-radius: 10px ;
    color:#ffffff;
}

.button:hover,.button:focus{
    background-color : #888888;
    color:#ffffff;
}



