/*
Theme Name: MND CPG06
Author: Monica
Author URI: http://monicandesign.com
Description: A responsive Coppermine theme for galleries by MonicaNDesign.
Version: 1.0
*/


/* Main
-------------------------------------------------------------- */

body {
	font: 13px/23px 'Open Sans',Arial,sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #595959;
	background: #f1f1f1;
}


/* Menu
-------------------------------------------------------------- */

#nav-menu {
	color: #fff;
	background: #111;
}

.container-menu {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

/* Logo */

.logo {
	font-family: 'Oswald',Arial,sans-serif;
	line-height: 1;
	position: absolute;
	float: left;
	padding: 23px;
	text-align: center;
	text-transform: uppercase;
	background: #1abc9c;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.site-tagline {
	font-size: 10px;
	margin: 5px 0 0 0;
	color: #333;
}

/* Header menu */

.header-menu {
	font-size: 14px;
	position: relative;
	float: right;
}

.header-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-menu li {
	display: inline-block;
	padding: 23px 0;
}

.header-menu li:after {
	margin: 0 5px 0 10px;
	content: '/';
}

.header-menu li:last-child:after {
	margin: 0;
	content: '';
}

.header-menu a {
	font-weight: 700;
	color: #fff;
}

.header-menu a:hover {
	padding: 0 0 3px 0;
	color: #fff;
	border-bottom: 3px solid #1abc9c;
}


/* Header
-------------------------------------------------------------- */

#header {
	height: 449px;
	margin: 0 0 14px 0;
	padding: 1px 0 0 0;
	border-bottom: 10px solid #1abc9c;
	background: url(images/platinumabanner.png) no-repeat center;
}

.container-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.site-welcome {
	font-size: 12px;
	line-height: 20px;
	width: 460px;
	margin: 100px 0 0 0;
	padding: 20px;
	text-align: justify;
	color: #fff;
	background: rgba(51,51,51,.75);
}

/* Social Menu */

.social-menu {
	position: relative;
	margin: 10px 0 0 0;
}

.social-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-menu li {
	display: inline-block;
}

.social-menu a {
	font-size: 14px;
	line-height: 1;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 2px 0 0;
	padding: 7px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
}

.social-menu a:hover {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}


/* Structure
-------------------------------------------------------------- */

#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}


/* Content
-------------------------------------------------------------- */

#content {
	margin: 14px 0 23px 0;
}


/* Footer
-------------------------------------------------------------- */

#footer {
	padding: 14px 10px;
	color: #ccc;
	border-top: 5px solid #1abc9c;
	background: #333;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #1abc9c;
}

.site-credits {
	font: 14px 'Oswald',Arial,sans-serif;
	text-align: center;
}


/* Patterns
-------------------------------------------------------------- */

.clear {
	clear: both;
}


/* CPG Nav
-------------------------------------------------------------- */

.cpg-nav {
	font-size: 12px;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.cpg-nav a:hover {
	text-decoration: underline;
}


/* Coppermine
-------------------------------------------------------------- */

/* Forms */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #ccc;
}

.listbox {
	vertical-align: middle;
	border: 1px solid #ccc;
}

.button,
.buttonlist ul li a {
	font-size: 10px;
	margin-right: 2px;
	padding: 3px;
	-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;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background: #1abc9c;
}

.button:hover,
.buttonlist ul li a:hover {
	background: #107763;
}

.radio {
	vertical-align: middle;
}

.checkbox {
	vertical-align: middle;
}

/* Links */

a {
	-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-decoration: none;
	color: #107763;
}

a:hover {
	color: #1abc9c;
}

/* Images */

.image {
	margin: 3px;
	padding: 3px;
	-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;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #fff;
}

.image:hover {
	border: 1px solid #1abc9c;
}

/* Main */

.maintable {
	padding: 10px;
	border-bottom: 3px solid #ccc;
	background: #fff;
}

/* Statlinks */

.tableh1 {
	font: 21px 'Oswald',Arial,sans-serif;
	margin: 0;
	padding: 10px 15px;
	color: #fff;
	background: #333;
}

.statlink {
	font-size: 13px;
}

.statlink a {
	color: #fff;
}

.statlink a:hover {
	color: #1abc9c;
}

.statlink h2 {
	font-weight: 400;
	margin: 0;
}

/* Categories */

.catrow_noalb {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.catrow {
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
}

.catlink {
    /*margin-bottom: 2px;*/
	font: 15px 'Oswald',Arial,sans-serif;
	display: block;
}

.catlink a {
	color: #111;
}

.catlink a:hover {
	color: #1abc9c;
}

/* Albums */

.tableh2 {
	padding: 11px 10px;
	background: #eee;
}

.alblink {
	font-size: 14px;
	font-weight: 700;
}

.alblink a {
	line-height: 21px;
	color: #333;
}

.alblink a:hover {
	color: #1abc9c;
}

.album_stat {
	font-size: 85%;
	line-height: 1.5;
	margin: 5px 0;
}

p.album_stat {
	padding: 9px 0 0 0;
}

/* Tables */

.tableb {
	padding: 10px;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
}

.tableb_alternate {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.tablef {
	padding: 10px;
	background: #eee;
}

/* Thumbnails */

.thumbnails {
	padding: 5px 0;
	background: #fff;
}

.thumb_filename {
	font-size: 80%;
	line-height: 1.5;
	display: block;
}

.thumb_title {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	margin: 2px 5px;
	padding: 5px 5px;
	background: #f2f2f2;
}

.thumb_caption {
	font-size: 80%;
	line-height: 1.5;
	display: block;
	padding: 1px;
}

.thumb_caption a {
	line-height: 1.5;
	text-decoration: underline;
	color: #000;
}

.thumb_num_comments {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5;
	display: block;
	padding: 2px;
}

/* Sortorder */

.sortorder_cell {
	font: 10px 'Open Sans',Arial,sans-serif;
	line-height: 15px;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #ccc;
}

.sortorder_options {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

/* Preview */

.navmenu {
	font-weight: 700;
	color: #333;
	border-style: none;
	background: #eee;
}

.navmenu img {
	margin: 0;
	padding: 5px;
}

.navmenu a {
	display: block;
	padding: 5px;
}

.navmenu a:hover {
	background: #f2f2f2;
}

.display_media {
	padding: 5px 10px;
}

/* Admin */

.admin_menu {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	color: #111;
	border: 1px solid #ccc;
	background: #ccc;
}

.admin_menu a {
	color: #111;
}

.admin_menu a:hover {
	text-decoration: underline;
	color: #111;
}

.admin_float {
	line-height: 1;
	position: relative;
	display: block;
	float: left;
	margin: 1px;
	white-space: nowrap;
}


/* No Edit
-------------------------------------------------------------- */

pre.filepath {
	margin: 0;
	padding: 0;
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	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: #000;
}

.user_thumb_infobox a:hover {
	text-decoration: underline;
	color: #000;
}

.icon {
	margin-right: 1px;
	vertical-align: middle;
}

.comment_date {
	font-size: 90%;
	vertical-align: middle;
	color: #5f5f5f;
}

.topmenu {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, sans-serif;
	font-size: 110%;
	line-height: 130%;
}

.topmenu a {
	text-decoration: none;
	color: #03c;
}

.topmenu a:hover {
	text-decoration: underline;
	color: #03c;
}

.img_caption_table {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #fff;
}

.img_caption_table th {
	font-size: 100%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #000;
	border-top: 1px solid #fff;
	background: #d1d7dc;
}

.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	white-space: normal;
	border-top: 1px solid #fff;
	background: #f2f5f7;
}

.debug_text {
	width: 100%;
	margin: 0;
	border: #bdbebd;
	background-color: #efefef;
}

.clickable_option {
	cursor: default;
}

.listbox_lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	color: #000666;
	border: 1px solid #d1d7dc;
	background-color: #f2f5f7;
}

.pic_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
}

.pic_caption {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
	background-image: none;
}

.important {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
    /* background-image : url(images/important.gif); */
	color: red;
}

#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 {
	margin: 10px 0;
	padding: 20px 10px;
	border: 2px solid #0e72a4;
}

div.fieldset span.legend {
	font-weight: bold;
	position: relative;
	top: -30px;
	padding: 3px;
	color: #fff;
	background-color: #8aa5b5;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #ccd7e0;
}

input[disabled] {
	border: 1px solid #ccc;
} /* FF 2 Fix */


.progressWrapper {
	overflow: hidden;
	width: 357px;
}

.progressContainer {
	overflow: hidden;
	margin: 5px;
	padding: 4px;
	border: solid 1px #e8e8e8;
	background-color: #f7f7f7;
}
/* Message */
.message {
	overflow: hidden;
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #fd9;
	background-color: #ffc;
}
/* 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;
	overflow: hidden;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0;
	height: 2px;
	margin-top: 2px;
	background-color: blue;
}

.progressBarComplete {
	visibility: hidden;
	width: 100%;
	background-color: green;
}

.progressBarError {
	visibility: hidden;
	width: 100%;
	background-color: red;
}

.progressBarStatus {
	font-family: Arial;
	font-size: 7pt;
	width: 337px;
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

a.progressCancel {
	font-size: 0;
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	background-image: url(../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0;
}

a.progressCancel:hover {
	background-position: 0 0;
}

.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 {
	font-size: 10px;
	line-height: 100%;
	display: none;
	margin-left: 100px;
	cursor: pointer;
	text-decoration: underline;
	color: #f00;
}

.cpg_message_info,
.cpg_message_success,
.cpg_message_warning,
.cpg_message_error,
.cpg_message_validation {
	margin: 10px 0;
	padding: 15px 10px 15px 50px;
	border: 1px solid;
	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: .9em;
	float: right;
	width: 400px;
	margin: 10px 0;
	padding: 5px 10px 5px 10px;
	text-align: right;
	color: #ff2b9c;
	border: 1px solid;
	background-color: #ffdeef;
}

#GB_window {
	border: 5px solid #ccd7e0;
	background-color: #f2f5f7;
}

.external {
	padding-right: 10px;
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #333;
}


/* Responsive
-------------------------------------------------------------- */

@media only screen and (min-width: 0) and (max-width: 959px),
only screen and (min-device-width: 0) and (max-device-width: 959px) {
	.container-menu {
		max-width: none!important;
	}

	.logo {
		position: static!important;
		display: table!important;
		float: none!important;
		margin: 0 auto!important;
	}

	.site-tagline {
		display: none!important;
	}

	.header-menu {
		font-size: 14px!important;
		position: static!important;
		float: none!important;
		text-align: center!important;
	}

	.header-menu ul {
		padding: 12px 0!important;
	}

	.header-menu li {
		padding: 0!important;
	}

	.header-menu a:hover {
		padding: 0 0 1px 0!important;
		border-bottom: 1px solid #1abc9c!important;
	}

	#header {
		height: auto!important;
		margin: 0 0 23px 0!important;
		border: 0!important;
		background: none!important;
	}

	.site-welcome,
    .social-menu {
		display: none!important;
	}

	#wrapper {
		max-width: none!important;
	}

	.image {
		margin: 2px!important;
		padding: 2px!important;
	}

	.maintable {
		padding: 5px!important;
	}

	.thumb_title {
		margin: 2px 0!important;
	}

	#fullsize_image {
		max-width: 100%;
		height: auto;
	}

	.thumbnail {
		max-width: 14vw!important;
		height: auto;
	}

	.thumb_title,
    .thumb_caption,
    .thumb_filename,
    .thumb_num_comments {
		overflow: hidden;
		max-width: 13vw!important;
	}

	.strip_image {
		max-width: 14vw!important;
		height: auto;
	}

	#film {
		width: 100%!important;
	}

	#film .thumb a:link {
		width: 100%!important;
	}

	.tape {
		width: 100%!important;
		height: 100%!important;
		margin-left: 0!important;
	}

	.remove {
		display: none!important;
	}

	.display_media .image {
		max-width: 70vw!important;
		height: auto;
	}

	#picinfo {
		overflow: scroll;
		width: 100%!important;
	}

	.sortorder_cell img,
    .thumb_caption_rating img,
    #comments img {
		max-width: 2vw!important;
		height: auto!important;
	}

	#comments #captchaImg img {
		max-width: 25vw!important;
		height: auto!important;
	}

	.comment_date {
		font-size: 1.4vw!important;
	}

	.navmenu img,
    .buttonlist img {
		max-width: 2.5vw!important;
		height: auto;
	}

	.buttonlist ul li a span {
		line-height: 2vw!important;
		height: 2vw!important;
	}

	.buttonlist ul li a {
		font-size: 1vw!important;
	}
}

@media only screen and (min-width: 0) and (max-width: 499px),
only screen and (min-device-width: 0) and (max-device-width: 499px) {
	.tableh1 {
		font-size: 19px!important;
		padding: 5px 7px!important;
	}

	.statlink {
		line-height: 21px!important;
	}

	.catrow_noalb {
		padding: 5px 7px!important;
	}

	.catrow {
		padding: 5px 7px!important;
	}

	.catlink {
		font-size: 14px!important;
		line-height: 21px!important;
	}

	.catrow_noalb table,
    .catrow table {
		font-size: 12px!important;
		line-height: 21px!important;
	}

	.tableh2 {
		padding: 5px!important;
	}

	.alblink {
		font-size: 13px!important;
		line-height: 20px!important;
	}

	.tableb p {
		font-size: 10px!important;
		line-height: 1.5!important;
	}

	.sortorder_cell {
		display: none;
	}
}

@media all and (min-width: 600px) {
	.thumb_title,
    .thumb_caption,
    .thumb_filename,
    .thumb_num_comments {
		font-size: 80%!important;
	}

	#tabsMenu .navmenu a {
		display: block!important;
	}

	#tabsMenu .navmenu span {
		display: block!important;
	}
}

@media all and (min-width : 0) and (max-width : 600px) {
	.thumb_title,
    .thumb_caption,
    .thumb_filename,
    .thumb_num_comments {
		font-size: 70%!important;
	}

	#tabsMenu .navmenu a {
		display: none!important;
	}

	#tabsMenu .navmenu span {
		display: block!important;
	}

	.tableb {
		padding: 1px 1px!important;
	}
}