/*
Theme Name: MonicaN Free Premade
Theme URI: http://monican.stars.bz
Author: Monica
Author URI: http://monican.stars.bz/
Description: A free Coppermine theme for galleries by MonicaNDesign.
Version: 1.0
*/


/* Main
-------------------------------------------------------------- */

body {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: #f2f4f5;
    background-repeat: repeat-x;
    color: #7e245b;
    font: 14px arial;
    

}


/* Structure
-------------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
    width: 1150px;
    background: none ;

}


/* Header
-------------------------------------------------------------- */

#header {
	height: 478px;
	background: url(https://martinastoesselfrance.net/Photos/themes/mnd_cpgfree_112025/images/tinigalerie1125.png);
}


/* Menu
-------------------------------------------------------------- */

.menu {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font: 700 18px/21px 'Alegreya',serif;
	color: #fafafa;
	padding: 21px 15px;
	background-color: rgb(92, 80, 100);
}

.menu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline-block;
	margin: 0 15px;
}

.menu a {
	color: #fafafa;
}

.menu a:hover {
	color: #fafafa;
}


/* Content
-------------------------------------------------------------- */

#content {
    padding: 21px 0px;
    margin: auto;
    width: 1100px;
    background: none;
;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 21px 15px;
	text-align: center;
	text-transform: uppercase;
	font: 700 13px/21px 'Arial',serif;
	background-color: none;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #8a7355;
}


/* Navigation
-------------------------------------------------------------- */

.cpg-nav {
	padding: 12px 15px;
    background-color: #4B0831;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #a05a52;
    text-transform: uppercase;
    font-size: 12px;
    word-spacing : 3px;


}

.cpg-nav a {
	color: #fff;
    font-size: 11px;

}


/* Coppermine
-------------------------------------------------------------- */

/* Forms */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

.listbox {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.button,
.buttonlist ul li a {
	margin-right: 2px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #5e4737;
	background: #5e4737;
	color: #fafafa;
	white-space: nowrap;
	font-size: 90%;
}

.radio {
	vertical-align: middle;
}

.checkbox {
	vertical-align: middle;
}

/* Links */

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;

}

a:hover {
	color: #4B0831 ;
}

/* Images */

.image {
	margin: 3px;
    padding: 6px;
    border: 0px solid #ccc;
    background: #4B0831;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.image:hover {
        /* border: 2px solid #c07c98; */
    padding: 6px;
    background: #000;

}

/* Main */

.maintable {
	background: none;
	margin-bottom: 30px;
}

/* Statlinks */

.tableh1 {
	padding: 20px;
    background-color: #4B0831;
    color: #fafafa;
    font: 600 12px 'Lato', sans-serif;
    text-transform: uppercase;


}

.statlink {
	font-size: 12px;
	   
}

.statlink a {
	color: #c9c7cc;
}

.statlink a:hover {
	color: #fff9ed;
}

.statlink h2 {
	margin: 0;
    font: bold 16px arial;
    text-transform: uppercase;

}

/* Categories */

.catrow_noalb {
	padding: 10px;
	border-bottom: 1px solid rgba(190, 161, 157, 0.53);
}

.catrow {
	padding: 10px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 13px;
    

}

.catlink {
	display: block;
    margin: 0 8px 2px;
    font: bold 14px arial;

}

/* Albums */

.tableh2 {
	padding: 10px;
    background: rgb(23, 22, 22);
    color: ;
    font: 14px arial;

}

.alblink {
	color: #d55437;
}

.alblink a {
	color: #f0c1b7;
	font-weight: 700;
}

.alblink a:hover {
	color: #988181;
}

.album_stat {
    font-size : 85%;
    margin: 5px 0;
	line-height: 1.5;
}

p.album_stat {
	padding: 9px 0 0 0;
}

/* Tables */

.tableb {
	padding: 10px;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
}

/* 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 {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.tablef {
	padding: 10px;
	background: #eee;
}

/* Thumbnails */

.thumbnails {
	padding: 5px;
	padding-top: 20px;
}

.thumb_filename {
	display: block;
	font-size: 80%;
	line-height: 1.5;
}

.thumb_title {
	display: block;
	margin: 2px 5px;
	padding: 3px 5px;
	background : #000 ;
	font-weight: 700;
	font-size: 80%;
	width: 95px;
	line-height: 1.5;
        color : #fff9ed;
        font : 'Tahoma',serif
}

.thumb_caption {
	display: block;
	text-transform: uppercase;
    font-weight: bold;
    font-family: Century Gothic;
    font-size: 9px;
    padding: 7px;
    color: #3e3e3e;
    margin-left: 20px;
    margin-right: 20px;
    background: #f0f0f0;
    width: 90px;
}

.thumb_caption a {
	color: #000;
	text-decoration: underline;
}

.thumb_num_comments {
	display: block;
	padding: 2px;
	font-weight: 400;
	font-style: italic;
	font-size: 85%;
	line-height: 1.5;
}

/* Sortorder */

.sortorder_options {
	white-space: nowrap;
	font-size: 11px;
}

/* Preview */

.navmenu {
	background: #8b3567;
	color: #fff;
	font-weight: 700;
}

.navmenu img {
	margin: 5px;
}

.navmenu a {
	display: block;
	padding: 5px;
}

.display_media {
	padding: 10px;
}

/* Admin */

.admin_menu {
    margin-top: 0;
    margin-bottom: 0;
	border: 1px solid #5e4737;
	background: #5e4737;
	color: #fafafa;
	text-align: center;
	font-size: 90%;
}

.admin_menu a {
	color: #fafafa;
}

.admin_menu a:hover {
	color: #fafafa;
}

.admin_float {
	position: relative;
	display: block;
	float: left;
	margin: 1px;
	padding: 5px;
	white-space: nowrap;
	line-height: 1;
}


/* No Edit
-------------------------------------------------------------- */

pre.filepath {
    margin: 0px;
    padding: 0px;
}

.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;
}

.icon {
    vertical-align:middle;
    margin-right:1px;
}

.comment_date{
    color : #5F5F5F;
    font-size: 90%;
    vertical-align : middle;
}

.footer {
    font-size : 9px;
}

.footer a {
    text-decoration: none;
    color: #000000;
}

.footer a:hover {
    color: #000000;
    text-decoration: underline;
}

.topmenu {
    font-family: "Trebuchet MS", 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: transparent;
}

.prev_strip {
    text-align: left;
}

.next_strip{
    text-align: right;
}

/** 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: #8AA5B5;
    color: #FFF;
    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: #000;
}