body {
    font-size: 1em;
    font-family: Georgia, Times, "Times New Roman", serif;
}

input, textarea {
    font: inherit;
}

img {
    border: 0;
}

.default-text {
    color: #999;
}


.panel {
    margin: 10px;
    background-color: #cdf;
    padding: 6px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 5px 5px 3px #aaa;
    border-radius: 5px;
    box-shadow: 5px 5px 3px #aaa;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 3px #aaa;
}

.panel input.title {
    font-weight: bold;
    width: 30%;
}

.panel input.description {
    width: 60%;
    margin-left: 4px;
}

.panel input.meta,
.panel input.description,
.panel input.title {
    background-color: #fff;
    border: 0;
    padding: 2px;
    margin-bottom: 4px;
}

.panel input.meta {
    display: block;
    width: 90%;
}



/*** ADMIN MENU ***/

#admin-menu {
    list-style-type: none;
    height: 50px;
}

#admin-menu li {
    float: left;
    line-height: 50px;
    height: 50px;
}

#admin-menu li a {
    display: block;
    margin: 5px;
    background-color: #89c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    color: black;
    padding: 0 1em;
    text-decoration: none;
}

#admin-menu li.current a {
    -moz-box-shadow:3px 3px 3px #aaa;
    box-shadow: 3px 3px 3px #aaa;
    -webkit-box-shadow: 3px 3px 3px #aaa;
    margin: 2px 5px 0 -3px;
    background-color: #abc;
}



/*** ADMIN GALLERIES ***/

#admin-galleries ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#admin-galleries img {
    margin: 4px;
    cursor: move;
    vertical-align: middle;
}

#admin-galleries .images {
    padding: 4px;
    white-space: nowrap;
    overflow: auto;
    clear: both;
    background-color: white;
    min-height: 50px;
}

#admin-galleries .handler {
    cursor: move;
    width: 20px;
    height: 20px;
    float: left;
    background: transparent url(arrow_up_down.png) center center no-repeat;
}

#admin-galleries .delete {
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: right;
    background: transparent url(cross.png) center center no-repeat;
    border: none;
}

#admin-galleries .image-title {
    background: transparent url(whiteBack.png);
}

#admin-galleries .edit-panel {
    background: red;
    height: 0;
}

#admin-galleries .gallery-add {
    background: transparent url(add.png) 3px center no-repeat;
    border: none;
    padding: 3px 4px 3px 20px;
}

#left-panel {
    width: 200px;
    position: absolute;
}

#orphaned-images {
    margin: 0 0 10px !important;
}

#orphaned-images .images {
    white-space: normal;
}

#galleries-container {
    margin-left: 185px;
    position: relative;
}

/*** SAVING STATUS ***/

.status {
    position: fixed;
    top: -8px;
    left: 0;
    right: 0;
    height: 10px;
}

.synched {
    background-color: #75ba75;
    -moz-box-shadow: 0 0 10px green;
    box-shadow: 0 0 10px green;
    -webkit-box-shadow: 0 0 10px green;
}
.saving {
    background-color: #ff7373;
    -moz-box-shadow: 0 0 10px red;
    box-shadow: 0 0 10px red;
    -webkit-box-shadow: 0 0 10px red;
}


/*** ADMIN PAGES ***/

#admin-pages .page-list {
    width: 150px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

#admin-pages .page {
    cursor: pointer;
    background: transparent url(page.png) left center no-repeat;
    padding: 3px 0 3px 20px;
}

#admin-pages .current-page {
    background: transparent url(page_edit.png) left center no-repeat;
    font-weight: bold;
}

#admin-pages .editor-container {
    margin-left: 160px;
}

#editor {
    width: 100%;
    height: 20em;
}


/*** ADMIN UPLOAD ***/

.swiff-uploader-box a {
    display: none !important;
}


#upload-status {
    float: left;
    width: 500px;
}

#upload-list {
    margin-left: 510px;
}

#upload-status .progress {
    background: url(fu/progress-bar/progress.gif) +50% 0 no-repeat;
    margin-right: 0.5em;
    vertical-align: middle;
}

#upload-status .progress-text {
    font-size: 0.9em;
    font-weight: bold;
}

#upload-status p {
    margin: 0 0 10px;
}

#upload-status p a {
    text-decoration: none;
    padding: 0 10px 0 20px;
    
}

#upload-list {
    list-style-type: none;
}

#upload-list li.validation-error {
    padding-left: 44px;
    display: block;
    clear: left;
    line-height: 40px;
    color: #8a1f11;
    cursor: pointer;
    border-bottom: 1px solid #fbc2c4;
    background: #fbe3e4 url(fu/failed.png) no-repeat 4px 4px;
}

#upload-list li.file {
    border-bottom: 1px solid #eee;
    background: url(fu/file.png) no-repeat 4px 4px;
    overflow: auto;
}
#upload-list li.file.file-uploading {
    background-image: url(fu/uploading.png);
    background-color: #D9DDE9;
}
#upload-list li.file.file-success {
    background-image: url(fu/success.png);
}
#upload-list li.file.file-failed {
    background-image: url(fu/failed.png);
}

#upload-list li.file .file-name {
    font-size: 1.2em;
    margin-left: 44px;
    display: block;
    clear: left;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}
#upload-list li.file .file-size {
    font-size: 0.9em;
    line-height: 18px;
    float: right;
    margin-top: 2px;
    margin-right: 6px;
}
#upload-list li.file .file-info {
    display: block;
    margin-left: 44px;
    font-size: 0.9em;
    line-height: 20px;
    clear:both;
}
#upload-list li.file .file-remove {
    clear: right;
    float: right;
    line-height: 18px;
    margin-right: 6px;
}

#upload-browse {
    background: transparent url(folder_explore.png) left center no-repeat;
}

#upload-upload {
    background: transparent url(lightning_go.png) left center no-repeat;
}

#upload-clear {
    background: transparent url(lightning_delete.png) left center no-repeat;
}
