/* CSS Styles */

/*------ CONTAINER ------*/
#view_image_container {
    margin:0 auto 0 auto;
    width: 1024px;
}
#view_image_container_left {
    width: 60%;
    float: left;
    clear: left;
}
#view_image_container_right {
    width: 39%;
    float: right;
    clear: right;
}

/*------ PREVIEW ------*/
#preview_section, #preview_section * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#preview_section {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}
#preview_section .prv_container {
    border: 2px solid #000;
}

#preview_section .prv_image_container {
    position: relative;
    background-color: #000;
    text-align: center;
    height: 380px;
    width: 100%;
}

#preview_section .prv_image_container img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

#preview_section .prv_image_header {
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2em;
    padding: 0 .5em;
    background-color: rgba(153,153,153,0.6);
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    z-index: 10;
}

#preview_section .prv_info {
    float: left;
    clear: left;
}
#preview_section .prv_icons {
    float:right;
    clear: right;
    margin: .5em .5em 0 0;
}
#preview_section .prv_icons img {
    height: 25px;
    margin: 0 0 0 1em;
    /*width: 25px;*/
}

#preview_section .prv_arrows {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#preview_section .prv_arrow {
    width: 40px;
    height: 100%;
    text-align: center;
    opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}

#preview_section .prv_arrow:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#preview_section .prv_arrow a {
    margin-top: 155px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

#preview_section .prv_left_arrow {
    float:left;
    clear: left;
}

#preview_section .prv_right_arrow {
    float: right;
    clear: right;
}

#preview_section .prv_tag_data {
    position: absolute;
    top: 204px;
    left: 430px;
    width: 200px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: white;
    padding: 5px;
    display: none;
}
#preview_section .prv_tag_data_image {
    float:left;
    width: 25%;
}
#preview_section .prv_tag_data_image img {
    width: 100%;
    padding: 0 4px 0 0;
}
#preview_section .prv_tag_data_info {
    float:left;
    width: 75%;
}

#preview_section .prv_tag_data_info > a, #preview_section .prv_tag_data_info > span {
    display: block;
}

#preview_section .prv_tags_bullets > a {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #000;
    text-decoration: none;
    color: #000;
}
#preview_section .prv_footer {
    background-color: #999;
    line-height: 2em;
    padding: 0 .5em;
    width: 100%;
}
#preview_section .prv_caption {
    float:left;
    clear: left;
    width: 75%;
    word-wrap: break-word;
}
#preview_section .prv_flag {
    /*margin-top: 5px;*/
    float:right;
    clear: right;
    font-size: 10px;
}
#preview_section .prv_flag a {
    font-size: 10px;
    color: red;
}

/*------ TAGS ------*/
#carrucel_section, #carrucel_section * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
#carrucel_section {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    }
#carrucel_section .crr_arrow {
    width: 30px;
    height: 100%;
    background-color: white;
    border: 2px solid #000;
    cursor: pointer;
    float:left;
    text-align: center;
    position: absolute;
    }
#carrucel_section #crr_left_arrow {
    left: 0;
    }
#carrucel_section #crr_right_arrow {
    right: 0;
    }
#carrucel_section .crr_arrow a {
    color: #000;
    font-weight: 700;
    line-height: 108px;
    text-decoration: none;
    vertical-align: middle;
    }
#carrucel_section .crr_images_scroll {
    float:left;
    width: 100%;
    overflow:hidden;
    }
#carrucel_section .crr_images_container {
    margin: 0 34px 0 0;
    width: 10000px;
    }
#carrucel_section .crr_dummy {
    height: 112px;
    width: 30px;
    }
#carrucel_section .crr_images_container > div {
    float:left;
    }
#carrucel_section .crr_images_container a {
    margin: 0 2px;
    display: block;
    }
#carrucel_section .crr_images_container img {
    width: 149px;
    height: 112px;
    display: block;
    border: 0;
    }

/*------ COMMENTS ------*/
#comm_section, #comm_section * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
#comm_section {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000;
    font-size: 12px;
    }
#comm_section .cmm_title_counter {
    padding: 0 4px;
    width: 100%;
    border-bottom: 2px solid #000;
    line-height: 20px;
    }
#comm_section .cmm_data_container {
    width: 100%;
    padding: 4px;
    }
#comm_section .cmm_container {
    display: block;
    float: left;
    padding: 10px 0px;
    width: 100%;
    }
#comm_section .cmm_container:first-child {
    padding: 0 0 10px 0;
    }
#comm_section .cmm_user_info {
    float: left;
    width: 20%;
    }
#comm_section .cmm_comment {
    float: left;
    width: 80%;
    }
#comm_section .cmm_comment_text {
    word-wrap: break-word;
    }
#comm_section .cmm_comment_add {
    width: 100%;
    }
#comm_section .cmm_comment_add div:nth-child(1) {
    width: 80%;
    float: left;
    }
#comm_section .cmm_comment_add div:nth-child(2) {
    width: 20%;
    float: left;
    }
#comm_section .cmm_comment_add textarea, #comm_section .cmm_comment_add input[type=text] {
    width: 100%;
    resize: none;
    }
#comm_section .cmm_comment_add button, #comm_section .cmm_comment_add input[type=button], #comm_section .cmm_comment_add input[type=submit] {
    width: 100%;
    }
#comm_section .cmm_reply_add {
    display: none;
    }
    
/*------ ALBUM INFO ------*/
#album_info_section, #album_info_section * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
#album_info_section {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000;
    font-size: 12px;
    padding: 4px;
    }
    
#album_info_section > span {
    display: block;
    margin: 5px 0;
    }
    
#album_info_section > span img {
    width: 1em;
    }
    
#album_info_section > span > span {
    vertical-align: middle;
    }
#album_info_section .alm_title {
    font-weight: 700;
    font-size: 14px;
    }
    
#album_info_section img {
    vertical-align: middle;
    }
    
#album_info_section .alm_keywords {
        display: inline-block;
    }
    
#album_info_section .alm_keywords a {
        padding: 3px;
        border-radius: 5px;
        border: 1px solid #000;
        text-decoration: none;
        color: #000;
        margin: 2px 3px;
        display: inline-block;
    }
    
/*------ AD ------*/
#ad_section, #ad_section * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }
#ad_section {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #000;
    font-size: 12px;
    }
#ad_section img {
    display: block;
    }
#ad_section * {
    width: 100%;
    }
/*------ AD ------*/
.flg_dialog, .flg_dialog * {
    box-sizing: border-box ;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.flg_dialog .flg_comment_add {
    width: 100%;
    }
.flg_dialog .flg_comment_add div:nth-child(1) {
    width: 80%;
    float: left;
    margin: 5px;
    }
.flg_dialog .flg_comment_add div:nth-child(2) {
    width: 20%;
    float: left;
    }
.flg_dialog .flg_comment_add textarea, .flg_dialog .flg_comment_add input[type=text] {
    width: 100%;
    resize: none;
    }
.flg_dialog .flg_comment_add button, .flg_dialog .flg_comment_add input[type=button], .flg_dialog .flg_comment_add input[type=submit] {
    background: url("../images/sprite.gif") no-repeat scroll 0 -52px transparent;
    border: 0 none;
    color: #FEFEFE;
    font-weight: bold;
    height: 26px;
    line-height: 24px;
    padding-bottom: 4px;
    width: 81px;
    margin-left: 5px;
    }
    
/* View User Images */
#view-images-subheader{
    overflow: hidden;
    width: 100%;
}
#view-images-data{
    float: left;
    padding: 2%;
    width: 30%;
}
#view-images-data div{
    float:left;
    text-align: center;
    border:2px solid #063881;
    background-color: #08C;
    color:#FFF;
    width:48%;
}
#view-images-data a{
    width:100%;
    height: 100%;
    display: block;
    background-color: #FFF;
}
#view-images-profile{
    float: left;
    width: 33%;
    text-align: right;
    padding: 2% 0;
}
#view-images-title{
    float: left;
    width: 33%;
}
#view-images-list{
    list-style: none outside none;
    margin: 25px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.view-images-item{
    border: 1px solid #000000;
    float: left;
    height: 120px;
    margin: 16px 20px 0 0;
    overflow: hidden;
    width: 160px;
    text-align: center;
    position:relative;
}
.view-images-description{
    position:absolute;
    top:120px;
    background-color: #FFF;
    left:0;
    padding: 0px 5px 5px;
    width:150px;
    height: 50px;
}
.view-images-item a{
    color: #000;
}
/* Login */
#contLogin > ul {
    margin:  0 !important;
    padding: 0 !important;
}
