﻿/*  
Theme Name: Premade #1 "Black & White" (ERD)
Theme URI: http://englishrain.org/
Description: Coppermine theme designed in October 2016
Author: Lora
Author URI: http://englishrain.org/
! DO NOT RESELL OR COPY !
*/


/* -------------------------BODY------------------------- */
body {
    background-color: #ffffff;
    font: 200 13px "Overpass";
    text-align: justify;
    color: #4f4f4f;
    height: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    word-wrap: break-word;
}

/* -------------------------LINKS------------------------- */
a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/* -------------------------CUSTOM------------------------- */

select {
    max-width: 300px;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}

b, strong {
    color: #222222;
}

u, ins {
    text-decoration: underline;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #eeeeee;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #222222;
}

::selection {
    background: #ddffe9;
    text-shadow: 0px 0px 0px;
}

::-moz-selection {
    background: #ddffe9;
    text-shadow: 0px 0px 0px;
}

a.thumbLink {
    width: 0% !important;
}
/* -------------------------HEADER------------------------- */
#header {
    margin: 0 auto;
    width: 100%;
    height: 411px;
    overflow: hidden;
    background-image: url("images/header.png");
    background-repeat: no-repeat;
    background-position: top center;
}

#top {
    margin: 0 auto;
    width: 100%;
}

#top .inner {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
    padding: 20px 0px 0px 0px;
}

#top .sname {
    font-size: 23pt;
    font-weight: 400;
    font-family: 'Over the Rainbow', cursive;
}

#top .inner span {
    font-family: times;
    font-size: 8px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* -------------------------NAVIGATION------------------------- */
ul#navigation {
    list-style: none;
    padding: 15px 0px 0px 0px;
    border-top: #f1f1f1 1px solid;
}

ul#navigation li {
    display: inline-block;
}

ul#navigation li a {
    color: #000000;
    font-size: 10px;
    margin: 0px 10px;
    text-transform: uppercase;
    font: 200 15px "Overpass";
}

ul#navigation li a:hover {
    color: #222222;
    margin: 0px 10px;
}

.show-menu {
    text-decoration: none;
    color: #222222;
    background: #f1f1f1;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #navigation {
    display: block;
}


/* -------------------------CONTENT------------------------- */
#wrapper {
    height: 100%;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.container {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 30px;
}

#menu {
    color: #222222;
    font-size: 12px;
    padding: 15px;
    text-align: center;
    border: #bcbcbc 1px solid;
}

#menu a {
    margin: 0px 5px;
    color: #222222;
}


/* -------------------------FOOTER------------------------- */
#footer {
    clear: both;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px 20px 0px;
    overflow: hidden;
}

#footer .inner {
    margin: 0 auto;
    width: 1080px;
}

#footer a {
    margin: 0 5px;
    color: #222222;
    letter-spacing: 2px;
}

#footer a:hover {
    margin: 0 5px;
}

#footer .copyright {
    text-align: center;
}

#footer .copyright a {
    font-weight: 700;
}

#footer .sname {
    font-size: 16pt;
    font-weight: 400;
    font-family: 'Over the Rainbow', cursive;
    text-align: center;
}



/* -------------------------SCROLLTOP------------------------- */
.scrolltop {
    background: url(images/scrolltop.png) no-repeat top center;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
    bottom: 30px;
    right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scrolltop:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* -------------------------RESPONSIVE------------------------- */
@media only screen and (max-width: 1024px) {
    #wrapper {
        max-width: 90%;
        width: 90%;
    }

    #top .inner {
        width: 90%;
    }

    #header {
        display: none;
    }

    ul#navigation {
        position: static;
        display: none;
    }

    ul#navigation li {
        margin-bottom: 1px;
    }

    ul#navigation li, #navigation li a {
        width: 100%;
    }

    .show-menu {
        display: block;
        margin-top: 10px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    table {
        border-spacing: 0px!important;
    }

    .display_media .image {
        max-width: 50vw !important;
        height: auto;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .thumbnails .image, .thumbnails .thumbnail {
        height: auto;
        display: inline;
        max-width: 10vw;
    }

    .thumbnails {
        padding: 0px!important;
    }

    .thumb_title {
        max-width: 11vw !important;
        overflow: hidden;
        font-size: 8px!important;
    }

    .thumb_caption {
        font-size: 6px!important;
    }

    .thumb_title_views {
        font-size: 6px!important;
    }


    #footer {
        width: 100%;
        max-width: 100%;
    }

    #footer .inner {
        max-width: 90%;
    };
}

@media only screen and (max-width: 800px) {
    #wrapper {
        max-width: 90%;
        width: 90%;
    }

    #top .inner {
        width: 90%;
    }

    #header {
        display: none;
    }

    ul#navigation {
        position: static;
        display: none;
    }

    ul#navigation li {
        margin-bottom: 1px;
    }

    ul#navigation li, #navigation li a {
        width: 100%;
    }

    .show-menu {
        display: block;
        margin-top: 10px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .display_media .image {
        max-width: 50vw !important;
        height: auto;
    }

    table {
        border-spacing: 0px!important;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .thumbnails .image, .thumbnails .thumbnail {
        height: auto;
        display: inline;
        max-width: 10vw;
    }

   .thumbnails {
        padding: 0px !important;
    }

   .thumb_title {
        max-width: 11vw !important;
        overflow: hidden;
        font-size: 8px!important;
    }

    .thumb_caption {
        font-size: 6px!important;
    }

    .thumb_title_views {
        font-size: 6px!important;
    }



    #footer {
        width: 100%;
        max-width: 100%;
    }

    #footer .inner {
        max-width: 90%;
    };
}

/* -------------------------GALLERY------------------------- */
.image {
    margin: 10px 3px;
    opacity: 1;
    border: 1px solid #e3e1d6;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.11);
}

.image:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.9;
}

h1 {
    font-weight: normal;
    font-size: 21px;
    font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 120%;
    color: #718EA5;
    margin: 2px;
}

h2 {
    font-size: 14px;
    background-image: url(images/box_left_icon.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    margin: 0px;
}

h3 {
    font-weight: normal;
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    margin: 2px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 2px 0px;
}

pre.filepath {
    margin: 0px;
    padding: 0px;
}

.textinput {
    font-family: helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
    padding-right: 3px;
    padding-left: 3px;
}

.listbox {
    font-family: helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #E6E6E6;
    vertical-align: middle;
}

.radio {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.checkbox {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.bblink a {
    color: #0033CC;
    text-decoration: none;
}

.bblink a:hover {
    color: #0033CC;
    text-decoration: underline;
}

.maintable {
    margin-top: 0px;
    margin-bottom: 5px;
}

.tableh1 {
    white-space: normal!important;
    padding: 5px 0px;
    color: #000000;
    font: 300 16px "Quicksand";
	text-transform: uppercase;
}

.tableh2 {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.tableb {
    padding: 3px;
    background: #;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
        background: #transparent;
    padding: 5px;
    font: 100 10px "Overpass";
color: #606060;
line-height: 17px;
}

.tableb p {
	padding: 7px 0 0 0;
    font: 200 12px "Overpass";
}

.tablef {
    background: # ;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.catrow_noalb {
padding: 10px 0px;
border-bottom: 1px solid #dedede;
}


.catrow {
padding: 10px 0px;
border-bottom: 1px solid #dedede;
}


.album_stat {
    margin: 5px 0px;
}
p.album_stat {
    font-size: 95%;
    margin: 5px 0px;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
   display: block;
    font-size: 13px;
    line-height: 1.4;
padding-bottom: 3px;
}

.thumb_caption_ctime {
font-family: "Overpass"!important;
}
.thumb_caption {
    margin-top: 5px;
margin-bottom: 5px;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
padding: 2px;
}

.thumb_title_views {
    display: inline;
    padding: 2px;
margin-right: 5px;
background: #f5ebe6;
font-size: 9px;
letter-spacing: 1px;
text-transform: uppercase;
}

.thumb_dimension {
    display: block;
width: 50%;
letter-spacing: 0.2em;
font-size: 8px;
font-weight: normal;
color: #222222;
}


.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style : italic;
    display : block;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

.sortorder_cell {
    color: #afafaf;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_options {
  font-family: helvetica, Verdana, Geneva, Arial, sans-serif;
    color: #afafaf;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 40%;
    white-space: nowrap;
}

.navmenu {
    font-family: helvetica, Arial, sans-serif;
    font-weight: bold;
    border-style: none;
}

td.navmenu {
white-space: pre-line!important;
padding-right: 0px;}

.navmenu img {

}

.navmenu a {
   
    text-decoration: none;
}

.navmenu a:hover {
    text-decoration: none;
}

.admin_menu {
margin-bottom: 5px;
padding: 3px;
font-size:10px;
text-transform: lowercase;

}

.admin_menu a {
margin-bottom: 5px;
padding: 3px;
color: #afafaf;
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
}

.admin_menu a:hover {
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease;
}

.admin_float {
    float:left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
text-transform: lowercase;
    max-height:1.5em;
    position: relative;
display:block;
    white-space:nowrap;
    /*width:100px;*/
}

#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}



.display_media {
    background: #FFFFFF ;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.thumbnails {
    padding: 5px;
}



.statlink {
text-transform:initial;
-webkit-text-stroke: 0px; 
font-style: normal;
font: 200 10px "Overpass";
    text-transform: uppercase; 
}

span.statlink {
letter-spacing: 0.1em;}

.statlink a:hover {
border:none!important;
    text-decoration: none;
}

.alblink {
    width: 100%;
    display: block;
	font: 100 14px "Overpass";
    padding: 5px;
}

.alblink a {
	text-align: center;
	font: 100 14px "Overpass";
	color: #000000;
    padding: 3px;

}
.alblink a::before {
content: '';
}



.catlink {
    display: block;
    line-height: 25px;
    font-weight: 700;
	
}


.catlink a {
 padding: 3px 0px;
    font: 300 12px "Overpass";
    text-decoration: none;
    text-transform: uppercase;}



.topmenu {
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    line-height : 130%;
    font-size : 110%;
}

.topmenu a {
    color : #0033CC;
    text-decoration : none;
}

.topmenu a:hover  {
    color : #0033CC;
    text-decoration : underline;
}

.img_caption_table {
    border: none;
    background-color: #ffffff;
    width : 100%;
    margin : 0px;
}

.img_caption_table th {
    background: #D1D7DC ;
    font-size : 100%;
    color : #000000;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
    background: #F2F5F7 ;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top : 1px solid #FFFFFF;
    white-space: normal;
}

.debug_text {
    border: #BDBEBD;
    background-color: #EFEFEF;
    width : 100%;
    margin : 0px;
}

.clickable_option {
    cursor : default;

}

.listbox_lang {
    color: #000666;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align : middle;

}

.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight:bold;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
}

.pic_caption {
    color: #000666;
    font-size: 100%;
    font-weight:normal;
    text-align : center;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    line-height:1.0em;
    background-image:none;
}

.important {
    /* background-image : url(images/important.gif); */
    color: red;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.filmstrip_background {
    background-color:#ffffff;
}

.prev_strip {
    text-align: left;
}

.next_strip{
    text-align: right;
}
.strip_image {
    max-width: 10vw !important;
    height: auto;
}

/** Swfupload css **/
div.fieldset {
    border:  2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}

div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #ffffff;
 
    font-weight: bold;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
    color: #555;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}

.swfupload {
    vertical-align: top;
}

/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}

.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
    color: #333333;
}
                            