/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}


/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}

td,
th {
  padding: 0;
}




/*
Theme Name: MND CPG13
Author: Monica
Author URI: http://monicandesign.com
Description: A responsive Coppermine theme for galleries by MonicaNDesign.
Version: 1.0
*/

/*
Table of Contents:
1.0 - Main
2.0 - Structure
3.0 - Menu
4.0 - Branding
5.0 - Footer
6.0 - Sidebar
7.0 - Content
8.0 - Forms
9.0 - Images
10.0 - Tables
11.0 - Statlinks
12.0 - Categories
13.0 - Albums
14.0 - Thumbnails
15.0 - Sort order
16.0 - Preview
17.0 - Administrator
18.0 - Miscellaneous
19.0 - No Edit
20.0 - Responsive
-------------------------------------------------------------- */


/* 1.0 Main
-------------------------------------------------------------- */

body {
	font: 14px/23px 'Arimo',sans-serif;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #595959;
	background: #fff;
}

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: #2d5c56;
}

a:hover,
a:focus {
	color: #000;
}


/* 2.0 Structure
-------------------------------------------------------------- */

.site-content,
.site-container,
.site-branding {
	max-width: 1100px;
	margin: 0 auto;
}

.site-content:before,
.site-content:after {
	display: table;
	content: '';
}

.site-content:after {
	clear: both;
}


/* 3.0 Menu
-------------------------------------------------------------- */

.site-navigation {
	line-height: 20px;
	box-shadow: 0 1px 5px rgba(196,196,196,.5);
}

.classic .site-navigation {
	box-shadow: none;
}

.site-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation li,
.main-navigation,
.social-navigation {
	display: inline-block;
}

.site-navigation a {
	display: block;
	padding: 20px 0;
	color: #000;
}

.site-navigation a:hover,
.site-navigation a:focus {
	color: #2d5c56;
}

.main-navigation {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main-navigation li {
	margin: 0 20px 0 0;
}

.social-navigation {
	float: right;
}

.social-navigation li {
	margin: 0 0 0 10px;
}

.social-navigation a:before {
	font-family: FontAwesome;
	content: '\f1e0';
}

.social-navigation a[href*='facebook.com']:before {
	content: '\f09a';
}

.social-navigation a[href*='plus.google.com']:before {
	content: '\f0d5';
}

.social-navigation a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-navigation a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-navigation a[href*='twitter.com']:before {
	content: '\f099';
}

.social-navigation a[href*='youtube.com']:before {
	content: '\f16a';
}

.social-navigation a[href*='mailto:']:before,
.social-navigation a[href$='/contact/']:before {
	content: '\f0e0';
}

.social-navigation a[href$='/feed/']:before {
	content: '\f09e';
}


/* 4.0 Branding
-------------------------------------------------------------- */

.site-branding {
	padding: 60px 0;
	text-align: center;
}

.classic .site-branding {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.site-title {
	font: 400 40px/1 'Lora',serif;
	margin: 0 0 5px 0;
	color: #000;
}

.site-title a {
	color: #fff;
}

.site-title span {
	font-weight: 700;
}

.site-title:after {
	font-weight: 700;
	margin: 0 0 0 5px;
	content: '';
	color: #2d5c56;
}

.site-tagline {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	display: table;
	margin: 0 auto;
	padding: 5px;
	letter-spacing: 1px;
	color: #fff;
}


/* 5.0 Footer
-------------------------------------------------------------- */

.site-footer {
	padding: 20px 0;
	color: #969696;
	background: #000;
	text-align:center;
}

.site-footer a {
	color: #e5e5e5;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}

.site-info {
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* 6.0 Sidebar
-------------------------------------------------------------- */

.secondary {
	font-size: 12px;
	line-height: 19px;
	float: left;
	width: 220px;
	margin: 0 0 23px 0;
	color: #969696;
	background: #000;
}

.side-area {
	margin: 0 auto;
	padding: 0 30px;
}

.side-area a {
	color: #e5e5e5;
}

.side-area a:hover,
.side-area a:focus {
	color: #fff;
}

.site-header {
	position: relative;
	overflow: hidden;
	height: 175px;
	background: #000;
}

.classic .site-header {
	position: relative;
	height: 150px;
	margin-bottom: 40px;
	padding: 0;
	background: #2d5c56;
	background-position: center;
}

.site-header:after {
	position: absolute;
	bottom: -211px;
	display: block;
	width: 125%;
	height: 20px;
	content: '';
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	background: #000;
}

.classic .site-header:after {
	display: none;
}

.site-welcome {
	margin: 0 0 38px 0;
}

.classic .site-welcome {
	margin-top: 30px;
}

.welcome-title {
	font: 700 15px/19px 'Lora',serif;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	color: #000;
}

.welcome-content {
	margin: 0 0 38px 0;
	text-align: justify;
	color: #e5e5e5;
}

.welcome-content a {
	color: #969696;
}

.side,
.side-content {
	margin: 19px 0 38px 0;
}

.side-title {
	font: 700 15px/19px 'Lora',serif;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 2px solid #3b3b3b;
}

.side-title:before {
	font-size: 19px;
	font-weight: 400;
	margin-right: 5px;
	content: '\25C6';
	color: #2d5c56;
}

.side-content {
	text-align: justify;
}

.side-cpg a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #3b3b3b;
}


/* 7.0 Content
-------------------------------------------------------------- */

.content-area {
	float: right;
	width: 850px;
	margin: -10px 0 23px 0;
}

.albinfo {
	font: 14px/23px 'Arimo',sans-serif;
	color: #595959;
	font-weight: 400;
	text-transform: none;
	}



/* 8.0 Forms
-------------------------------------------------------------- */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #c4c4c4;
}

.listbox {
	vertical-align: middle;
	border: 1px solid #c4c4c4;
}

.button,
.buttonlist ul li a {
	font-size: 11px;
	line-height: 17px;
	margin-right: 2px;
	padding: 0 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: capitalize;
	color: #fff;
	border: 1px solid #2d5c56;
	background: #2d5c56;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	color: #fff;
	border: 1px solid #3b3b3b;
	background: #3b3b3b;
}

.radio,
.checkbox {
	vertical-align: middle;
}


/* 9.0 Images
-------------------------------------------------------------- */

.image {
	margin: 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;
	border: 8px solid #e5e5e5;
}

.image:hover {
	opacity: .9;
}


/* 10.0 Tables
-------------------------------------------------------------- */

.maintable {
	background: #fff;
}

.tableb {
	padding: 5px 10px;
}

.tableb_alternate {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.tablef {
	padding: 10px;
	background: #e5e5e5;
}


/* 11.0 Statlinks
-------------------------------------------------------------- */

.tableh1 {
	font: 700 16px/1 'Lora',serif;
	padding: 10px 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
}

.statlink {
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	text-transform: none;
	color: #595959;
}

.statlink a {
	color: #000;
}

.statlink a:hover,
.statlink a:focus {
	color: #2d5c56;
}

.statlink h2, .statlink h1 {
	font-size: 22px;
	margin: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.15;
}


/* 12.0 Categories
-------------------------------------------------------------- */

.catrow_noalb {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.catrow {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.catlink {
	display: block;
}

.catlink a {
	font: 700 11px 'Lora',serif;
	padding: 0 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	background: #2d5c56;
}

.catlink a:hover,
.catlink a:focus {
	color: #fff;
	background: #3b3b3b;
}


/* 13.0 Albums
-------------------------------------------------------------- */

.tableh2 {
	font-weight: 700;
	line-height: 21px;
	padding: 11px 10px;
	background: #e5e5e5;
}

.alblink {
	font-weight: 700;
}

.alblink a {
	color: #3b3b3b;
}

.alblink a:hover,
.alblink a:focus {
	color: #2d5c56;
}

.album_stat {
	font-size: 85%;
	margin: 5px 0;
}

.tableb p {
	line-height: 1.5;
	margin: 0;
	padding: 10px 0 0 0;
}

p.album_stat {
	padding: 5px 0 0 0;
}


/* 14.0 Thumbnails
-------------------------------------------------------------- */

.thumbnails {
	padding: 10px 5px;
}

.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;
	padding: 2px;
}

.thumb_caption {
	font-size: 80%;
	line-height: 1.5;
	display: block;
	padding: 1px;
}

.thumb_num_comments {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5;
	display: block;
	padding: 2px;
}


/* 15.0 Sort order
-------------------------------------------------------------- */

.sortorder_cell {
	font: 11px/1 'Arimo',sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	color: #595959;
}

.sortorder_options {
	white-space: nowrap;
}


/* 16.0 Preview
-------------------------------------------------------------- */

.navmenu {
	font-weight: 700;
	border-style: none;
	background: #e5e5e5;
}

.navmenu img {
	margin: 0;
	padding: 5px;
}

.navmenu a {
	display: block;
	padding: 5px;
}

.navmenu a:hover,
.navmenu a:focus {
	background: #fff;
}

.display_media {
	padding: 10px 0;
}


/* 17.0 Administrator
-------------------------------------------------------------- */

.admin_menu_wrapper {
	margin-top: 10px;
}

.admin_menu {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	background: #e5e5e5;
}

.admin_menu a {
	display: block;
	padding: 5px;
	color: #3b3b3b;
}

.admin_menu a:hover,
.admin_menu a:focus {
	text-decoration: underline;
	color: #3b3b3b;
}

.admin_float {
	line-height: 1;
	position: relative;
	display: block;
	float: left;
	margin: 1px;
	white-space: nowrap;
}


/* 18.0 Miscellaneous
-------------------------------------------------------------- */

.filmstrip_background {
	background-color: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #000;
}


/* 19.0 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;
}

.footer {
	font-size: 9px;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
	color: #000;
}

.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;
}

/** 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;
}

.external {
	padding-right: 10px;
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
}


/* 20.0 Responsive
-------------------------------------------------------------- */

@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.show-menu,
.main-navigation input[type=checkbox] {
	display: none;
}

.main-navigation input[type=checkbox]:checked ~ .rpv-menu {
	display: block;
}

.side-content ul {
	padding-left: 15px;
 }
 

@media (max-width: 954px) {
	.show-menu {
		font-size: 14px;
		display: block;
		padding: 10px 3%;
		letter-spacing: 0;
		text-transform: none;
		color: #000;
	}

	.show-menu:before {
		font-family: sans-serif;
		margin: 0 5px 0 0;
		content: '\2630';
	}

	.site-navigation {
		line-height: 23px;
		box-shadow: none;
	}

	.site-navigation a {
		padding: 0;
	}

	.main-navigation,
    .main-navigation a {
		display: block;
	}

	.main-navigation ul,
    .social-navigation {
		display: none;
	}

	.main-navigation ul li,
    .main-navigation li a {
		width: 100%;
	}

	.main-navigation li {
		margin: 0;
		padding: 7px 3%;
		border-top: 1px solid #e5e5e5;
	}

	.site-branding {
		margin: 0 0 23px 0;
		padding: 20px 3%;
		text-transform: none;
		background: #2d5c56;
	}

	.classic .site-branding {
		position: static;
		padding: 20px 3%;
	}

	.site-title {
		font-size: 1.8em;
		font-weight: 700;
		margin: 0;
		color: #fff;
		letter-spacing: 1px;
        line-height: 1.1;
	}

	.site-title a {
		color: #fff;
	}

	.site-title:after {
		display: none;
	}

	.site-tagline {
		font-size: 1em;
		font-weight: 400;
		line-height: 23px;
		padding: 3px 0 0;
		letter-spacing: 0;
		background: none;
	}

	.content-area {
		float: none;
		width: auto;
		padding: 0 3%;
	}

	.secondary {
		float: none;
		width: auto;
		margin: 0 3% 23px 3%;
		padding: 19px 3% 1px 3%;
	}

	.side-area {
		padding: 0;
	}

	.site-header {
		display: none;
	}

	.classic .site-header {
		position: static;
		display: block;
		height: auto;
		margin: 0;
		background-image: none;
	background: #fff;
	}

	.classic .site-welcome {
		margin-top: 0;
	}

	.site-footer {
		padding: 20px 3%;
	}
}

.thumbnail {
	max-width: 12vw!important;
	height: auto;
}

.thumb_title,
.thumb_caption,
.thumb_filename,
.thumb_num_comments {
	overflow: hidden;
	max-width: 12vw!important;
}

.strip_image {
	max-width: 10vw!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: 95%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
}

#picinfo {
	overflow: scroll;
	width: 100%!important;
}

@media (max-width: 739px) {
	body,
    .statlink {
		line-height: 21px;
	}

	.site-tagline,
    .site-footer {
		line-height: 23px;
	}

	.image {
		margin: 2px;
		border: 4px solid #e5e5e5;
	}

	.tableb {
		padding: 5px;
	}

	.tableb_alternate {
		padding-top: 0;
		padding-bottom: 0;
		background: transparent;
	}

	.tablef {
		padding: 10px 5px;
	}

    .statlink h2 {
		font-size: 23px;
	}

	.tableh1 {
		font-size: 13px;
	}

	.tableh2 {
		padding: 6px 5px;
	}

	.tableb p {
		padding: 5px 0 0 0;
	}

	.thumbnails {
		padding: 10px 3px;
	}

	.sortorder_cell {
		display: none;
	}

	.navmenu {
		font-size: 1.5vw!important;
	}

	.display_media {
		padding: 5px 0;
	}

	.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: 1.5vw!important;
	}
}

@media (min-width: 620px) {
	#tabsMenu .navmenu a {
		display: block!important;
	}

	#tabsMenu .navmenu span {
		display: block!important;
	}
}

@media (max-width: 619px) {
	.navmenu {
		font-size: 2.5vw!important;
	}

	.display_media {
		padding: 0;
	}

	#tabsMenu .navmenu a {
		display: none!important;
	}

	#tabsMenu .navmenu span {
		display: block!important;
	}

	.tableb {
		padding: 1px 1px!important;
	}

	.buttonlist ul li a {
		font-size: 2vw!important;
	}
}

@media (max-width: 1119px) and (min-width: 955px) {
	.site-content,
    .site-container,
    .site-branding {
		margin: 0 10px;
	}

	.content-area {
		width: 77.28%;
	}

	.secondary {
		width: 20%;
	}

	.side-area {
		padding: 0 13.55%;
	}

	.image {
		margin: 2px;
	}

	.thumbnails {
		padding: 10px 3px;
	}
}

/* Greybox used for help pop-ups */
#GB_window {
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 150;
  border: 1px solid #2d5c56;
  background-color: #59ffff;
}
#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
}
#GB_window img {
  position: absolute;
  top: 3px;
  right: 6px;
  cursor: pointer;
}

.clearer {
    clear:both;
}

/* Aggiunte
-------------------------------------------------------------- */

	
	
	
}