/*!
 * Copyright (c) 2011-2012 Mike Green <myatus@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */

.fixed .column-description {
    width: 30%;
}

.fixed .column-categories, .fixed .column-tags {
    width: 15%;
}

.fixed .column-images {
    width:7%;
}

.fixed .column-modified {
    width: 12%;
}

.myatu_inline_block {
    display:-moz-inline-stack !important;
    display:inline-block !important;
    zoom:1 !important;
    *display:inline !important;
}

.pinterest_logo {
    width: 59px;
    height: 15px;
    white-space: nowrap;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url('../images/Pinterest_Logo_small.png');
}


.bg_pos, .info_tab_location, .pin_it_btn_location {
    width: 130px;
}


#imagediv_nav {
    float:right;
    margin: 0;
}

#editorcontainer {
    position: relative;
    height: 300px;
}

#images_iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#image_upload_html {
    float: left;
    margin-left: 10px;
}

#image_nav {
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    clear: both;
}

#image_nav_page_links {
    margin-right: 10px;
}

#image_container {
    padding: 10px;
}

#image_container .image img {
    width: 150px;
    height: 150px;
    border: 0 none;
    display: block;
}

#image_container .image {
    border: 1px solid #CCC;
    padding: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-right: 4px;
}

#image_container .image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#image_container .selected {
    background-color: #F1C1C1;
}

#image_container .image:hover,
#image_container .highlighted {
    border: 4px solid highlight;
    padding: 5px;
}

#image_container .highlighted img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#imagediv #quicktags {
    display: none;
}

#selected-count {
    display: none;
}

.image_buttons {
    display: none;
    position: absolute;
    padding: 2px;
    z-index: 95;
}

/* Image Edit Buttons */
.image_buttons .image_button {
    background-position: 0px 0px;
    background-repeat:  no-repeat;
    background-image: url('../images/buttons/buttons_24x24.png');
    width: 24px;
    height: 24px;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.image_buttons .image_button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#image_edit_button {
    background-position: -48px 0px;
}

#image_remove_button {
    background-position: -24px 0px;
}

#image_move_left_button {
    background-position: -72px 0px;
}

#image_move_right_button {
    background-position: -96px 0px;
}

#post-status-info {
    position: relative;
}

/* Resize window grab area */
#resize_window {
    display: block;
    background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
    width: 12px;
    height: 12px;
    cursor: se-resize;
    margin: 0 2px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

/* Selection Button Images */
.img_ed_buttons .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 6px;
}

.img_ed_buttons .button i {
    background-image: url('../images/buttons/buttons_16x16.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 2px;
}

#ed_move_l_selected i {
    background-position: -48px 0px;
}

#ed_move_r_selected i {
    background-position: -64px 0px;
    margin-left: 2px;
    margin-right: 0px;
}

#ed_remove_selected i {
    background-position: -16px 0px;
}

#color_picker {
    z-index: 100;
    background: #eeeeee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    position: absolute;
    display: none;
    padding: 2px;
    box-shadow: 5px 5px 5px #AAA;
    -moz-box-shadow: 5px 5px 5px #AAA;
    -webkit-box-shadow: 5px 5px 5px #AAA;
}

.js #settings_form {
    padding-top: 125px;
}

#bg_pos {
    min-width: 400px;
}

#bg_preview_div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    z-index: 10;
}

#bg_preview_container {
    border: 1px solid #DFDFDF;
    min-height: 100px;
    position: relative;
}

#bg_preview_bg_color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#bg_preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

#bg_preview_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#import_progress_bar_container {
    width: 300px;
    height: 30px;
    vertical-align: middle;
    background-color: #F1F1F1;
    border: 1px solid #CCC;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#import_progress_bar {
    width: 0;
    height: 100%;
    background-color: #21759B;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#import_job {
    width: 100%;
    height: 45px;
    border: 0 none;
}

#transition_speed_picker {
    width: 200px;
    margin: 0 10px;
}

#ov_opacity_picker, #opacity_picker {
    width: 200px;
    margin-right: 10px;
}

#overlay_opacity,
#background_opacity {
    width: 40px;
}

#my_footer {
    padding-top: 20px;
    text-align: center;
    color: ##777;
    font-size: 10px
}

#my_footer a {
    text-decoration: none;
}

#footer_debug {
    background-color: #EAEAEA;
    border: 1px solid #DDD;
    margin-top: 10px;
    padding: 10px;
}

#footer_debug table {
    font-family: Consolas,Monaco,monospace;
    font-size: 11px;
}

#small-loader {
    padding: 0;
    float: right;
    margin-right: 5px;
    margin-top: 7px;
    background: url('../images/small_loader.gif') no-repeat top left;
    width: 16px;
    height: 16px;
    display: none;
}
