﻿
/*********************************************************/
/********************** User Page ***********************/
/*********************************************************/

#content #userpage
{
    margin-top: 30px;
    background-color: #000000;
    
}

#content #userpage #leftside
{
    float: left;
    width: 300px;
    height: 100%;
    
}

#content #userpage #leftside .infobox
{
    width: 300px;
    background-image: url('../Images/siteimages/squaretexture.jpg');
    margin: 25px 0px 20px 0px;
  
}

#content #userpage #leftside .infobox .inner
{
    padding: 10px;
    min-height: 70px;
  
}

#content #userpage #leftside .infobox h1
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    margin-bottom: 20px;
  
}

#content #userpage #leftside .infobox h1
{
    font-size: 20px;
}


#content #userpage #leftside #infobox #infoboxcontent img
{
    margin: auto; 
}



#content #userpage #leftside #infobox #infoboxcontent p
{
    line-height: normal;
}

#content #userpage #leftside #infobox #infoboxcontent table
{
    font-size: small;
}

#content #userpage #rightside 
{
    float: left;
    display: block;
    width: 645px;
    
    
}


#content #userpage #rightside .player
{
    margin-left: 15px;
}

#content #userpage #rightside .player #vidInfo
{
    margin-top: 15px;
    background-image: url('../Images/siteimages/squaretexture.jpg'); 
    width: 645px;  
}

#content #userpage #rightside .player #vidInfo .infoinner
{
    padding: 0px 10px 10px 10px;
}




#content #userpage #rightside #DivNoVideos
{
   
}

#content #userpage #rightside #videoheading
{
    background-image: url('../Images/siteimages/squaretexture.jpg');
    margin-left: 15px;
    width: 645px;
}


#content #userpage .vidoes
{
    width: 645px;
    margin: 30px 0px 10px 15px;
    color: #000000;   
    background-image: url('../Images/siteimages/squaretexture.jpg'); 
}

#content #userpage .vidoes h3
{
    margin: 0px 0px 15px 20px; 
    font-size: 25px; 
    padding: 0px;
}

#content #userpage .vidoescontent
{
    padding: 10px;
}

#content #userpage .vidoescontent .thumbcontainer
{
    width: 190px;
    margin: 0px 20px 20px 0px;
    color: #FFFFFF;
}

#content #userpage .currentselection
{
    font-size: 15px;
    color: #FFFFFF;
}

#content #userpage .pager
{
    font-size: 15px;
    color: #FF9900;
}


#content #userpage .topbox
{ 
   padding: 3px 10px 5px 10px;
}

#content #userpage .topbox h1
{   
    margin: 0px;
    font-size: x-large;
   
}

#content #userpage .topbox h3
{   
    margin: 0px;
   font-size: large;
   
}

#content #userpage h2
{
    float:left;
    width: 520px;
}


#content #pagelinks
{
   margin: 20px 0px 30px 0px;
}


#content #pagelinks a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    padding: 6px 0px 10px 0px;
    width: 150px;
    text-align: center;
    background-image: url("../Images/siteimages/buttonbackgroundup.jpg");
    background-repeat: no-repeat;
}

#content #pagelinks a:hover
{
    color: #666666;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    padding: 6px 0px 10px 0px;
    width: 150px;
    text-align: center;
    background-image: url("../Images/siteimages/buttonbackgrounddown.jpg");
    background-repeat: no-repeat;
}
