body 
{
    font-family: Berlin Sans FB, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    -webkit-font-smoothing:auto;
}

.h1 {font-size:3em;line-height:1;}
.h2 {font-size:2em;}
.h3 {font-size:1.5em;line-height:1;}
.h4 {font-size:1.2em;line-height:1.25;}
.h5 {font-size:1em;font-weight:bold;}
.h6 {font-size:1em;font-weight:bold;}

.fall-1{margin-top:10px;}
.fall-2{margin-top:20px;}
.fall-3{margin-top:30px;}
.fall-4{margin-top:40px;}
.fall-5{margin-top:50px;}

/*.nudge-left-1{margin-right:5px;}
.nudge-left-2{margin-right:10px;}
.nudge-left-3{margin-right:15px;}
.nudge-left-4{margin-right:20px;}
.nudge-left-5{margin-right:25px;}
.nudge-right-1{margin-left:5px;}
.nudge-right-2{margin-left:10px;}
.nudge-right-3{margin-left:15px;}
.nudge-right-4{margin-left:20px;}
.nudge-right-5{margin-left:25px;}
.nudge-down-1{margin-top:5px;}
.nudge-down-2{margin-top:10px;}
.nudge-down-3{margin-top:15px;}
.nudge-down-4{margin-top:20px;}
.nudge-down-5{margin-top:25px;}
.nudge-up-1{margin-bottom:5px;}
.nudge-up-2{margin-bottom:10px;}
.nudge-up-3{margin-bottom:15px;}
.nudge-up-4{margin-bottom:20px;}
.nudge-up-5{margin-bottom:25px;}*/

.layer-0 {z-index:0;  position:relative;}
.layer-1 {z-index:1;  position:relative;}
.layer-2 {z-index:2;  position:relative;}
.layer-3 {z-index:3;  position:relative;}
.layer-4 {z-index:4;  position:relative;}
.layer-5 {z-index:5;  position:relative;}
.layer-6 {z-index:6;  position:relative;}
.layer-7 {z-index:7;  position:relative;}
.layer-8 {z-index:8;  position:relative;}
.layer-9 {z-index:9;  position:relative;}
.layer-10{z-index:10; position:relative;}

a
{
    font-size:1em;
    cursor:pointer;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

.info a
{
    text-decoration:underline;
}

a.disabled,
a.disabled:hover
{
    color:#666;
    cursor:default;
    text-decoration:none;
}

b
{
    font-weight: 900;
    font-family:Berlin Sans FB Demi, Arial Black, Sans-Serif;
}

.em1 {font-size:1em;}
.large {font-size:1.2em;line-height:1.2em;}
.huge {font-size:2.4em;}
.black {color:#222 !important;}
.white {color:#FFF !important;}

textarea
{
    width:auto;
    height:auto;
    overflow:auto;
    font-family:Berlin Sans FB, Arial, Helvetica, sans-serif;
}

.input
{
    background-color:white;
    padding:3px 5px;
    border:2px inset #DDD;
    border-radius:12px;
    
    behavior: url(/PIE.htc);    
}

.center
{
    margin-left:auto;
    margin-right:auto;
    float:none;
}

.textRight
{
    text-align:right;
}

.block
{
    display:block;
}
.inline
{
    display:inline;
}

hr
{
    margin:9px 0px 8px 0px;
    height:1px;
}

.tight
{
    margin:0px;
}

.controlWithText .controlText
{
    padding:7px;
    border:2px solid #ddd;
    margin-top:-7px;
    font-size:1em;
    color:#666;
}

.controlWithText .controlText .a
{
    color:#666;
    text-decoration:underline;
}

.controlWithText .control:hover + .controlText
{
    color:#222;
}

.wrap-1
{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.wrap-2
{
    /*ToDo(DZ): Show ellipses*/
    text-overflow:ellipsis;
    overflow:hidden;
    height:35px;
}

.relative
{
    position:relative;
}
.absolute
{
    position:absolute;
}

.textBox
{
    border:2px solid #DDD;
    border-radius:10px;
    padding:8px 10px;
    
    behavior: url(/PIE.htc);    
}

.reqLogin,
.noLogin
{
    display:none;
}

.watermarked
{
    color: #666 !important;
}

/*Controls*/

.greenControl
{
    cursor:pointer;
    
    padding: 6px 8px;  
    border-radius:8px;
    
    font-size:30px;
    line-height:30px;
    color:White;
    
    background-color:#7cd748;
    background: -webkit-linear-gradient(#93ff55, #7cd748);
    background: -moz-linear-gradient(#93ff55, #7cd748);
    background: -ms-linear-gradient(#93ff55, #7cd748);
    background: linear-gradient(#93ff55, #7cd748);
    -pie-background: linear-gradient(#93ff55, #7cd748);
    
    box-shadow:0px 0px 4px 0px #222;    
    
    behavior: url(/PIE.htc);
}
.greenControl:hover
{
    box-shadow:0px 0px 4px 1px #222;
    
    text-decoration:none;
    color:White;
}

.control
{
    border-radius: 5px;
    padding-right: 8px;
    padding-left: 8px;
    color:White;
    background:#2f728f;
    text-align:center;
    font-size:1.5em;
    box-shadow: 0px 0px 6px #333;
    cursor:pointer;

    behavior: url(/PIE.htc);
}
.control:hover
{
    color:White;
    text-decoration:none;
    box-shadow: 0px 0px 8px 2px #111;
    
    behavior: url(/PIE.htc);
}

/*highlight*/
.highlight
{
    position:absolute; 
    top:-6px; 
    left:-6px; 
    background-color:#a0e1ed;
    border-radius:12px;
    border: 6px solid #a0e1ed;
    width:100%; 
    height:100%;
}

/*avatar*/
.avatar
{
    cursor:pointer;
}
.avatar .highlight
{
    display:none;
}
.avatar:hover .highlight
{
    display:block;
}

/*galleryItems*/
.galleryItem .highlight
{
    width:122px;
    height:100%;
    border:none;
    display:none;  
}
.galleryItem.selected .highlight
{
    display:block;
}
.galleryItem:hover .highlight
{
    display:block;
    background-color:#ffe76a;
}

/*worldThumbnails*/
.worldThumbnail
{
    text-align:center;
}
.worldThumbnail.gallery
{
    height:80px;
    border-radius:8px;
    box-shadow: 0px 0px 6px 1px #444;
    background-color:#444;
    overflow:hidden;
    cursor:pointer;
    background-size:cover;
    
    behavior: url(/PIE.htc);
}
/*
.worldThumbnail.gallery:hover
{    
    animation-timing-function:ease-in-out;
    box-shadow: 0px 0px 8px 3px #111;
    background-color:#111;
}*/
.worldThumbnail.gallery img
{
    border-radius:8px;
    width:100%;
    height:80px;
    
    behavior: url(/PIE.htc);
}
.worldThumbnail.wrldDetails img
{
    border-radius: 12px;
    box-shadow: 0px 0px 8px #444;
    
    behavior: url(/PIE.htc);
}

/*userThumbnails*/
.userThumbnail
{    
    box-shadow: 0px 0px 12px #444;
    border-radius: 12px;
    
    behavior: url(/PIE.htc);
}
.userThumbnail img
{
    border-radius: 12px;
    
    behavior: url(/PIE.htc);
}

/*pagination*/
.pageLink
{
    padding:2px 4px;
    font-weight: 900;
    font-family:Berlin Sans FB Demi, Arial Black, Sans-Serif;
    color:#888;
    width:16px;
    text-align:center;
    background-color:#FFF;
    border:1px solid #888;
    border-radius:6px;
    margin-left:5px;
    display:inline-block;
    cursor:pointer;
    
    behavior: url(/PIE.htc);
}
.pageLink:hover
{
    box-shadow: 0px 0px 4px #000;
    
    behavior: url(/PIE.htc);
}
.pageLink:hover.selected
{
    box-shadow: 0px 0px 0px #888;
    cursor:default;
    
    behavior: url(/PIE.htc);
}
.pageLink.selected
{
    background-color:#222;
    color:#EEE
}

/*ratings*/
.ratingHolder
{
    display:inline-block;
    margin-bottom:6px;
}
.ratingHolder.center
{
    display:block;
}
.ratingHolder.center > .rating
{    
    text-align:center;
    float:none;
}
.rating
{
    height:12px;
    vertical-align:central;
    cursor:default;
}
.starsHolder
{
    display:inline-block;
}
.star
{
    height:12px;
    width:6px;
    display:block;
    float:left;
    background-repeat:no-repeat;
}
.star.left-full{background-image:url(../images/starLeftFull.png);}
.star.right-full{background-image:url(../images/starRightFull.png);}
.star.left-empty{background-image:url(../images/starLeftEmpty.png);}
.star.right-empty{background-image:url(../images/starRightEmpty.png);}

.ratingCount
{
    position:relative;
    top:-2px;
}
.rating.voteable
{
    height:18px;
}
.rating.voteable .star
{
    cursor:pointer;
}
.rating.voteable .starsHolder
{
    padding:3px;
    border-radius:5px;
    
    behavior: url(/PIE.htc);
}
.rating.voteable:hover .starsHolder
{
    background-color:#ffe76a;
}
.rating.voteable .ratingCount
{
    top:-5px;
}
.star.temp-left-full,
.star.temp-right-full
{
}
.star.temp-left-full{background-image:url(../images/starLeftFull.png);}
.star.temp-right-full{background-image:url(../images/starRightFull.png);}
.star.temp-left-empty{background-image:url(../images/starLeftEmpty.png);}
.star.temp-right-empty{background-image:url(../images/starRightEmpty.png);}

.noCorner-top{border-top-left-radius:0px;border-top-right-radius:0px;}
.noCorner-bottom{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.noCorner-left{border-top-left-radius:0px;border-bottom-left-radius:0px;}
.noCorner-right{border-top-right-radius:0px;border-bottom-right-radius:0px;}

.large-1{font-size:1.2em;}
.large-2{font-size:1.4em;}
.large-3{font-size:1.6em;}
.large-4{font-size:1.8em;}
.large-5{font-size:2.0em;}
.large-6{font-size:2.2em;}
.large-7{font-size:2.4em;}
.large-8{font-size:2.6em;}
.large-9{font-size:2.8em;}
.large-10{font-size:3.0em;}

/*social*/
.facebook-like-button
{
}
.twitter-share-button
{
    position:relative;
    top:6px;
}

.socialButtonsNews {
    line-height: 20px;
}