/*********************************
  Galeria de fotos Coppermine
  DESENVOLVIDO POR: KEZILY CORREA
  kezily@gmail.com
*********************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Raleway|Abel);
@import url('fonts/font-awesome.css');

@font-face {
	font-family: 'Segoe UI';
    src: url(fonts/segoeui.otf),
    	   url(fonts/segoeui.ttf);
}

@font-face {
	font-family: 'SegoeBlack';
    src: url(fonts/seguibl.otf),
    	   url(fonts/seguibl.ttf);
}


/* GERAL */

body {
	background: #eeddc1;
	font: 12px/15px 'Open Sans',Arial, Helvetica, sans-serif;
	color: #aba8a8;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #a3a3a3;
}

a:hover {
	text-decoration: none;
}

a, img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img {vertical-align: bottom;}

h1 {
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
	margin: 2px;
}

h2 {
	font-size: 18px;
	margin: 0px;
}

h3 {
	font-weight: normal;
	font-size: 12px;
	margin: 2px;
}

p {
	font-size: 100%;
	margin: 2px 0px;
}

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

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #4D4D4D;
	padding-right: 3px;
	padding-left: 3px;
}

.listbox {
	font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #D1D7DC;
	vertical-align: middle;
}

.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

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

/* MENU ADM */

.admin_menu_wrapper {
	background: #FFFFFF;
	padding: 15px;
	margin-bottom: 2%;
}

.button, .admin_menu {
	color: #000;
	background-color: #E6E6E6;
	border: 1px solid #000000;
	cursor: pointer;
	display: inline-block;
	padding: 5px 4px;
	margin: 2px;
}

.button, .admin_menu a {
	color: #000;
}

.button {
	font-size: 0.8em;
	white-space: nowrap;
}

a.button, a.admin_menu {
	color: rgb(104, 104, 104);
	text-decoration: none;
}

a:hover.button, a:hover.admin_menu {
	background-color: #FD9604;
}

.bblink a {
	color: #0033CC;
	text-decoration: none;
}

.bblink a:hover {
	color: #0033CC;
}

/* HEADER */

#header {
	width: 100%;
	text-align: center;
	position: relative;
}

#header .topo {
	width: 100%;
	max-width: 1600px;
}

/* MENU */

nav.menu {
	width: 70%;
	padding: 25px 0;
	background: rgba(103,99,89,0.4);
	font: 13px 'SegoeBlack';
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

nav.menu a {
	color: #ffffff;
	margin: 0 4% 0 0;
	text-decoration: none;
}

nav.menu a:hover {
	color: #d9ec01;
}

/* CORPO */

#container {
	width: 95%;
	max-width: 1010px;
	margin: -6.5% auto 0;
	z-index: 999;
	position: relative;
}

.lastnews {
    width: 96%;
    height: 135px;
    padding: 2%;
    margin: -3px 0 2%;
    background: #F1F1F1;
}

.anuncio {
	width: 100%;
	height: 90px;
	margin: 15px auto;
	background: url(images/anuncio.png) right center no-repeat #cea198;
	overflow: hidden;
}

#cpg_main_block_outer {
	width: 100%;
	background: #f9efdf;
}

.maintable {
	background-color: #f9efdf;
	border-radius: 1px;
	padding: 2%;
}

/* TABLES */

.tableh1 {
	padding: 15px;
	font: 17px 'SegoeBlack';
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e9bdb5;
	color: #cea198;
}


.tableh2 {
	background: #ffffff;
	padding: 10px;
}

.tableb {
	background: transparent;
	overflow: hidden;
}

.tableb_alternate {
}

.tablef {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* CATEGORIAS */

.categoriass {
    width: 18.5%;
    float: left;
    padding: 1% 1.8% 1% 1%;
    margin: 3% 4.9% 2% 0;
    background-color: #191919;
}

.categoriass:nth-child(4n+1) {margin-right: 0;}

.catrow, .catrow_noalb {
	padding: 10px 0;
	color: #8a8a8a;
	border-bottom: 1px solid #eeddc1;
}

.catrow img, .catrow_noalb img {
	width: 100%;
	height: auto;
}

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

.statlink {
	font-size: 12px;
	padding: 10px;
	font-weight: normal;
	text-transform: none;
	display: block;
	background: #f9efdf;
	color: #8c8989;
}

.statlink a {
	text-decoration: none;
}

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

.alblink {
	font: 15px 'Abel';
}

.catlink {
	display: block;
	font: 17px 'Segoe UI';
	position: relative;
	margin-bottom: 5px;
}

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

.thumb_title {
	font-size: 80%;
	display: block;
}

.thumb_title_title {
	margin: 10px 0;
	color: #b36f62;
	font-size: 13px;
	font-family: 'Segoe UI';
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 3px;
}

.thumb_title_views {
	color: #828181;
	opacity: 1;
}

.thumb_caption_ctime {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	color: #b79f78;
}

.thumb_num_comments {
	font-weight: normal;
	font-size: 80%;
	padding: 2px;
	font-style: italic;
	display: block;
}

.thumb_title,.thumb_caption,.thumb_filename,.thumb_num_comments {
	overflow: hidden;
}

.sortorder_cell {display: none;}

.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: 80%;
	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;
}

.sortorder_options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
}

/* MENU DE IMAGENS */

.navmenu {
	padding: 1%;
	font-size: 12px;
	background: #ffffff;
	border-style: none;
}

.navmenu img {
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.navmenu a {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #6C6565;
}

.navmenu a:hover {
	background: #EFEFEF;
	text-decoration: none;
	color: #000000;
}

/* THUMBNAILS E IMAGENS */

.thumbnails {
	position: relative;
	padding: 25px 0 10px;
}

.thumbnails:last-child {
	border-right: none;
}

.thumbnail {
	max-width: 10vw!important;
	height: auto;
	margin-bottom: 5px;
}

.tableb .thumbnails {
	padding: 0;
	background: transparent;
	border-top: 0;
	border-right: 0;
}

/* FILME */

.strip_image {
	max-width: 10vw!important;
	height: auto;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

#film {
	width: 100%!important;
}

#film .thumb a:link {
	width: 100%!important;
}

.tape {
	width: 100%!important;
	height: 100%!important;
	margin-left: 0px!important;
}

.remove {
	display: none!important;
}

.display_media {
	padding: 1%;
}

.display_media .image {
	max-width: 70vw!important;
	height: auto;
}

/* MIDDLETHUMB */

.imageborder {
	border: 1px solid #fff;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
}

.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: #EFEFEF;
	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: #000000;
	background-color: #D1D7DC;
	border: 1px solid #0E72A4;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.pic_title {
	color: #000000;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	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: #000000;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em;
}

.important {
	color: red;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* UPLOAD DE ARQUIVOS */

div.fieldset {
	border: 2px solid #0E72A4;
	margin: 10px 0;
	padding: 20px 10px;
}

div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -30px;
	background-color: #0E72A4;
	color: #fff;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;
}

input[disabled] {
	border: 1px solid #ccc;
}


.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* COMENTARIOS */

#comments {display: none;}

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

.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.8vw!important;
}

/* TOP MENU E FOOTER */

.topmenu {
	line-height: 130%;
	font-size: 100%;
}

.topmenu a {
	color: #0033CC;
	text-decoration: none;
}

.topmenu a:hover {
	color: #0033CC;
	text-decoration: underline;
}

#footer {
	padding: 3%;
	background: #f9efdf;
	font: 700 12px 'Segoe UI';
	text-align: center;
	text-transform: uppercase;
	clear: both;
	position: relative;
	bottom: 0;
}

.footer {
  display: none!important;
}

/* MENSAGENS */
.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;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	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 #CCCCCC;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

table#album_sort tr td span.editAlbum {
	margin-left: 100px;
	font-size: 10px;
	line-height: 100%;
	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 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.external {
	padding-right: 10px;
}

.detail_head_collapsed, .detail_head_expanded {
}

/* BOTOES ADM - ALBUNS */

.buttonlist ul li a {
	display: block;
	font-size: 0.8em;
	color: #807B7B;
	padding: 0;
	margin-left: 12px;
	margin-right: 0px;
	cursor: pointer;
}

.buttonlist ul li a:hover {
	color: #D68DBB;
}

.buttonlist ul li a span {
	display: block;
	padding: 5px;
	position: relative;
}

.buttonlist ul li a.active {
	color: black;
	font-weight: bold;
}

.buttonlist ul li a.active {
	font-weight: bold;
}

.buttonlist ul li a.active:hover {
	color: #ddf;
}

.align_top ul li a, .align_bottom ul li a {
	margin: 0 12px 0 0;
}

.rounded_menu {
	display: block;
	font-size: 0.8em;
	color: white;
	padding: 0;
	cursor: pointer;
}

.rounded_menu span {
	display: block;
	height: 24px;
	line-height: 20px;
	padding: 0 8px 0 0;
	position: relative;
	right: -8px;
}

a:hover.rounded_menu {
	color: #000;
	text-decoration: none;
}

/* MEDIA QUERIES */

@media all and (min-width: 700px) {
	.image {
		padding: 10px;
		border: 1px solid #e9bdb5;
	}

	#main_menu a {margin: 0 15px;}
}

@media all and (min-width: 600px) {
	#tabsMenu .menu a {display: block!important;}
	#tabsMenu .navmenu span {display: block!important;}
	.catrow_noalb table,.catrow table {font-size: 12px!important;};
}

@media all and (min-width : 0px) and (max-width : 600px) {
	.box-top > .item-left {display: none;}
	.box-top > .item-right {width: 100%;}
}

@media all and (min-width : 0px) and (max-width : 1000px) {
	.box-top > .item-left {margin-top: -35px;}
	.anuncio {display: none;}

	.thumb_title,.thumb_caption,.thumb_filename,.thumb_num_comments {font-size: 70%!important;}
	.tableh1 {font-size: 100%!important;}
	#tabsMenu .navmenu a {display: none!important;}
	#tabsMenu .navmenu span {display: block!important;}
	.tableb {padding: 1px 1px!important;}

	.cpg_starttable_outer,
   	.cpg_starttable_outer div.cpg_starttable_inner {
		background-color: #C7D0DB!important;
		background-image: none!important;
	}

	.statlink h2 {font-size: 2vw!important;}
	.thumbnail {height: auto;};
}

@media all and (min-width : 0px) and (max-width : 350px) {
	.catrow_noalb table,.catrow table {font-size: 70%!important;}
	.alblink a {font-size: 70%!important;}
	.statlink h2 {font-size: 3vw!important;}
	.cpg_starttable_outer,
  .cpg_starttable_outer div.cpg_starttable_inner {
		background-color: #C7D0DB!important;
		background-image: none!important;
	}

	.buttonlist ul li a span {height: 2vw!important; line-height: 2vw!important;}
	.buttonlist ul li a {font-size: 1vw!important;}
	.navmenu img,.buttonlist img {max-width: 2.5vw!important; height: auto;};
}
