﻿
/** Albumvisning */ 
.album 
{    
    /**background: transparent url(http://www.sexfaktor.no/img/albumBG.gif) no-repeat;**/
    margin-bottom: 10px;   
    margin-right: 10px;
    padding-left: 5px;
    float: left;    
    height: 155px;
    font-size: small;
    width: 200px;
}

.album .coverImage 
{
    float: left;
    clear: both;
    overflow: hidden;
    float: left;
    max-height: 100px;
    max-width: 100px;    
    border: 0px;
}

.album h4 
{
    display: block;
    background-image: url(http://www.sexfaktor.no/img/headliner.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    width: 200px;
    color: #fff;
    font-weight: bold;   
}

.album .toolbox 
{
    float: left;
    clear: both;
    margin-top: 2px;   
}
.coverImage img 
{
    border: 0px;
}

.coverImage a, .coverImage a:href 
{
    border: 0px;
}


/** Album i listevisning (for profil) */
#UserAlbumList .album 
{
    height: 175px;
    margin-left: 10px;
}


#AlbumElementContent{
    height: 600px;
    width: 800px;   
    border: solid 2px;
    border-color: #ff0;
}

.x-small-thumbnail 
{
    height: 40px;
    width: 40px;
    overflow: hidden;
}

/** IMG */
.small-thumbnail 
{    
    height: 120px;
    width: 120px;
    overflow: hidden;
}

.medium-thumnail 
{

}

/** Used for actually viewing an image (non full-screen)*/
.large-thumbnail 
{
   max-height: 420px;
   max-width: 420px; 
   overflow: hidden;
}

.large-thumbnail img 
{
   border: solid 2px;
}

div #NewPictures 
{
    
}

/** Todo - Will be fixed */
#NewPictures a, #NewPictures a:link, #NewPictures a:href, #NewPictures a:hover
{
    border: 0px;
    text-decoration: none;    
}

/** All added css classes and IDS should conform to the following standard */
/** Responsible for wrapping all preview of thumbnails */ 
#AlbumElementsPreviewPane
{
    width: 600px;      
    margin-top: 0px;    
    /*border-top: 1px solid #E9376B;*/
    z-index: -1;
    padding-top: 4px;
    background-color: #000;    
}


#AlbumElementsPreviewPane img
{
    border: solid 1px;
}

#AlbumElementsPreviewPane a, #AlbumElementsPreviewPane a:link, #AlbumElementsPreviewPane a:hover, #AlbumElementsPreviewPane a:visited {
    color: #000;
    text-decoration: none;        
}
/** Each element will be wrapped within one large div tag */
#AlbumElementWrapper{
    float: left;
    width: 590px;
    background-color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
}
/** Picture with text etc */
#AlbumElementContainer 
{
    
}
/** Comments etc */
#AlbumElementMetaContainer {
    float: right;            
    color: #E9376B;  
    background-color: #000;  
    width: 150px;
    overflow: hidden;
    
}

#AlbumElementsCommentsContainer 
{
    overflow: auto;
    float: left;
    width: 600px;
}


#AlbumElementContainer .description 
{
    clear: both;
    float: left;   
    color: #E9376B;    
}
.defaultMetaDataView 
{
    float: left;
    margin-right: 15px;
}


#NewComment, #NewRating
{
    padding: 10px;
}

#NewComment input 
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#FullScreenImage 
{
     height: 550px;
     width: 750px;
}

#AlbumBox
{
    width: 160px;    
    float: right;    
}
