/*
Description: This design was custom made by Carol of Sin21 Designs.
This theme is not to be used or redistributed without the explicit permission of Carol L.
Version: 1.0
Author: Carol L. (admin@sin21.org)
Author URI: http://sin21.org

--------------------------
	Design Colors
--------------------------

green - #AFAA70 (accent color 1)
dark grey - #474747 (top nav/footer background color)
light grey - #eee (background color)
fff - white

Note: Be sure to check the nav.css for any additional color codes 
featured above to assure that all colors are changed.

*/

/* Custom CSS
-------------------------------------------------------------- */


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

@font-face {
	font-family: 'Underland';
	src: url('inc/UnderlandDEMO.woff2') format('woff2'),
        url('inc/UnderlandDEMO.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0 auto;
	background:#fff;
	font:400 14px/24px Open Sans, sans-serif;
	line-height:190%;
	text-align:justify;
	word-wrap: break-word;
}

a {
	color:#c97677;
	text-decoration: none;
	transition: ease-in-out 0.20s;
}

a:hover,
a:focus {
	color:#474747;
	text-decoration: none;
}

strong, b {
	font-weight:700;
	color:#474747;
}

em, i {
	font-style:italic;
	font-family:Lora, serif;
	color: #363636;
}

u {
	color: #666666;
	box-shadow:inset 0 -2px 0 #c97677;
	text-decoration:none;
}


/* Global Pattern Styling
-------------------------------------------------------------- */

body,
a,
input,
input[type="text"],
textarea,
select {
	color:#666666;
}

body, 
html,
.spec,
.spec-alt,
.navigation-container,
.first-area,
.sidebar,
.cpg-nav,
.cpg-nav a,
.site-footer {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.image, 
a,
a:hover:after,
input[type='reset'],
input[type='submit'],
input[type='button'] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.image {
	border: 1px solid #dfdfdf;
	box-shadow: 0 3px 3px rgba(0,0,0,0.035);
}

.thumb_resolution,
.thumb_title_views {
	border: 1px solid #dfdfdf!important;
}

.sidebar,
.catrow_noalb,
.catrow {
	line-height:170%;
}

.side,
.admin_menu_wrapper,
.tableh1-small,
.tabs-table .navmenu,
.tabs-table,
.tableh2,
.tabs-table-alt .tableh1-small,
.image,
.cpg-nav a,
.mast-img,
.site-branding .tag-line,
blockquote,
input,
input[type="text"],
.widget_search input[type='search'],
textarea,
#comment,
select,
.stats,
.thumb_caption_ctime,
.thumb_resolution,
.thumb_title_views {
	border-radius:4px;
}

.clear {
	clear: both; 
	display:block;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.pull-left {
	float: left!important;
}

.pull-right {
	float: right!important;
}

.align-center {
	display: block;
	margin: 5px auto 5px auto!important;
}

.alignleft {
	margin: 5px 20px 20px 0!important;
	float:left;
}

.alignright {
	margin: 5px 0 20px 20px!important;
	float:right;
}

.cpg-nav a {
	font-family:Lora, serif;
	font-weight:700;
	text-transform:uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tableh1,
.statlink h2 {
	margin: 14px 0;
	font-family:Lora, serif;
	font-weight:700;
	text-transform:uppercase;
}
 

.hide {
	display: none!important;
}

.social-nav a:before,
.show-menu:before {
	font-family:fontawesome;
	font-weight:400;
}


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

.cpg-nav {
	margin:10px auto 0!important;
	padding:0;
	position:relative;
	z-index:100;
}

.cpg-nav a {
	display:inline-block;
	margin:0 0 5px 3px;
	padding:5px 8px;
	font-size:10px;
	color:#474747;
	letter-spacing:1px;
	line-height:13px;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
	background:#474747;
	color:#fff;
	text-decoration: none;
}


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

.spec,
.spec-alt,
.site-footer .spec-alt {
	margin:0 auto; 
	position:relative; 
	max-width:1300px;
}

.spacer {
	display:block;
	width:100%;
	height:15px;
	background:transparent;
}

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

.site-footer {
	margin:0 auto 0;
	padding:15px 0;
 	font-size:13px;
	background:#F2F2F2;
	color:#666666;
	text-align:center;
	position:relative;
	border-top:1px solid #dfdfdf;
}

.site-footer .spec-alt {
	padding:0 2%;
}

.site-footer .site-info {
	margin-bottom:10px;
	display:block;
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
}

.site-footer .site-disclaimer {
	margin:5px auto 0;
	padding-top:10px;
	width:85%;
	border-top:1px solid #dfdfdf;
}

.site-footer a {
	color:inherit;
	font-weight:700;
}

.site-footer a:hover {
	box-shadow:inset 0 -2px 0 #c97677;
	color:#474747;
	text-decoration: none;
}


/* Desktop Version
-------------------------------------------------------------- */

@media only screen and (min-width:966px), only screen and (min-width:966px) {
	
.mobile-name, 
.hide {
	display: none!important;
}

.spec {
	margin:30px auto 0;
	overflow:hidden;
	padding:0;
}

.wrap-width {
	float:left;
	width:74.5%;
}

.cpg-nav a {
	display:inline-block;
	margin:0 0 5px 3px;
	padding:5px 0;
	background:#eee;
	text-align:center;
	border-radius:4px;
	min-width:48.4%;
}


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

.navigation-container {
	margin:0 auto 10px;
	display:block;
	position:relative; 
	overflow:hidden;
	height:55px;
	text-align:left;
	background:#fff;
	border-bottom:1px solid #eee;
}

.navigation-container .navigation:before {
	position:absolute; 
	top:13px; left:-25px;
	content:'\f0c9';
	font:400 14px fontawesome;
	color:#cfcccc;
}

.navigation-container .navigation {
	position: relative; 
	top:8px; left:25px;
}

.navigation-container .nav {
	overflow:show; 
	position:relative; 
	z-index:999; 
	display:inline-block; 
}

.navigation-container .social-nav ul li:last-child {
	border:0; 
}

.navigation-container .social-nav {
	float:right;
	display:inline-block; 
	position:absolute; 
	top:10px; right:-9px;
	z-index:100!important;
}

.navigation-container .social-nav ul li {
	margin:0;  
	margin-right:0; 
	padding:5px 3px; 
	float:left;
}

.navigation-container .social-nav a {
	display:inline-block!important;
	color:#5A5A5A; 
	margin-right:0!important;
	padding:0 5px!important;
	line-height:12px;
}

.navigation-container .social-nav a:hover,
.navigation-container .social-nav a:focus {
	color:#c97677;
}


/* First Content Area
---------------------------- */

.first-area {
	margin:0 auto 0;
	padding:0;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:5;
	text-align:center;
}


/* Site Branding
---------------------------- */

.site-branding {
	margin:0 auto;
	display:block;
	position:relative;
	top:5px; z-index:99;
	text-align:center;
	overflow:hidden;
}

.site-branding .site-name {
	display:block;
	position:relative; 
	top:25px; right:0;
	font: 400 26px Underland;
	color:#c97677;
	letter-spacing:1px;
	line-height:38px;
	min-height:80px;
}

.site-branding .tag-line {
	display:inline-block;
	padding:3px 8px 4px 8px;
	font: 400 10px Open Sans, sans-serif;;
	color:#858282;
	text-transform:none;
	letter-spacing:1px;
	position:relative; 
	top:-14px; left:0;
	border:1px solid #DFDFDF;
}

.site-branding .site-name i {
	font-family:Underland;
	color:#c97677;
	font-weight:400;
	font-style:normal;
}

.site-branding .site-name b {
	color:#c97677;
	font-weight:400;
}

/* Header (template-full-width-header.html)
---------------------------- */

.full-width .mast-img {
	margin:25px auto; 
	position:relative; 
	display:block; 
	width:100%; 
	height:500px; 
	background-image:url('./images/header.jpg'); 
	background-repeat: repeat; 
	background-position:center top;
	border-radius:0!important;
}

/* Sidebar
---------------------------- */

.sidebar {
	float:right;
	width:24%; 
	font-size:13px!important;
}

.side {margin-bottom:25px!important;}

.sidebar .mast-img {
	margin:0 auto 0; 
	position:relative; 
	display:block; 
	width:100%; 
	height:500px; 
	background-image:url('images/header.jpg'); 
	background-repeat: repeat; 
	background-position:center top;
}

.sidebar .site-welcome h1:before {
	content:' ';
	margin:0 0 0 0;
	background-image: linear-gradient(135deg, 
	#dfdfdf 8.33%, 
	#ffffff 8.33%, 
	#ffffff 50%, 
	#dfdfdf 50%, 
	#dfdfdf 58.33%, 
	#ffffff 58.33%, 
	#ffffff 100%);
	background-size: 8.49px 8.49px;
	height:8px;
	width:100%;
	border:0; 
	position:absolute;
	top:10px; left:0;
	z-index:1;
}

.sidebar .fa {
	margin:0 6px 0 0;
	padding:7px 0 0;
	position:relative; 
	top:0; z-index:50;
	color:#c97677;
	font-size:14px;
}

.sidebar .side-title {
	margin:0 auto 25px;
	font-size:13px;
	font-family:Lora, serif;
	font-weight:700;
	font-style:normal;
	color:#474747;
	line-height:110%;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
}

.sidebar .side-title:after {
	display:block;
	content:' ';
	width:75px;
	height:3px;
	background:#c97677;
	margin:0 auto;
	position:relative;
	top:10px; left:0;
}

.sidebar .site-welcome h1 {
	margin:0 0 10px;
	font:400 18px Underland;
	color:#575757;
	text-transform:none;
	position:relative; 
	text-align:right;
}

.sidebar .site-welcome h1 span {
	background:#fff;
	padding:0 0 0 3%;
	position:relative; 
	z-index:10;
}

.sidebar .site-welcome {
	text-align:justify; 
	overflow:hidden;
}
}


/* Forms
-------------------------------------------------------------- */

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	background: #eee; 
	font-weight:400;
	border:1px solid #EDEDED;
}

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

.button,
.buttonlist ul li a {
	margin-right: 2px;
	padding: 4px 8px;
	background: #5F5F5F;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	border: 0;
	-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;
}

.button:hover,
.buttonlist ul li a:hover,
.button:focus,
.buttonlist ul li a:focus {
	background: #3A3A3A;
	color: #fff;
	border: 0;
}

.radio,
.checkbox {
	vertical-align: middle;
}

.bblink a, 
.bblink a:focus {
	color: #c97677; 
	text-decoration: none;
}

.bblink a:hover {
	color: #474747; 
	text-decoration: underline;
}


/* Images
-------------------------------------------------------------- */

.image {
	margin:3px; 
	padding:2px;
}

.image:hover {
	border-color:#c97677;
}


/* Tables
-------------------------------------------------------------- */

.maintable {
	margin: 0 auto;
	padding:1% 0 0;
	background:#fff;
}

.tabs-table {
	margin: 15px auto;
	padding:0;
	background:#eee;
}

.tabs-table .tableh1-small {
	margin:0 10px;
	padding:0 0 0 10px;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	color:#666666;
}

.tabs-table-alt {
	margin: 0 auto;
	padding:0;
	background:#fff;
}

.tabs-table-alt .tableh1-small {
	display:block;
	margin:0 auto;
	padding:5px 10px;
	background:#F5F5F5;
	font-size:12px;
	font-weight:700;
	letter-spacing:0;
	color:#c97677;
}

.tableb,
.tablef {
	padding: 5px 10px;
	font-family: Open Sans, sans-serif;
	font-size:13px;
	text-transform:none;
}

.tableb_alternate {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

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


/* Statlinks
-------------------------------------------------------------- */

.tableh1 {
	margin:0;
	padding:0 0 5px!important;
	font-size:20px;
	color:#474747;
	letter-spacing:1px;
	line-height:25px;
	border-bottom:1px solid #eee;
}

.tableh1 a {
	color: #474747;
}

.tableh1 a:hover, 
.tableh1 a:focus,
.tableh1 .statlink a:hover,
.tableh1 .statlink a:focus {
	color:#c97677;
}

.statstable {
	margin:15px 15px;
	width:97%;
}

.stats {
	padding: 5px 10px;  
	font-weight:700; 
	font-size:10px; 
	background:#F5F5F5;
	color:#8B8B8B; 
	text-transform:uppercase; 
	letter-spacing:1px;
	text-align:center;
	position:relative;
}

.stats strong {
	font-weight:700;
	color: #8B8B8B;  
}

.statlink {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0;
	color: #595959;
}

.statlink a,
.statlink a:hover,
.statlink a:focus {
	letter-spacing: -1px;
	color: #212121;
}

.statlink h2 {
	margin: 0;
	padding:2% 0;
	font-size: 16px; 
	font-weight:700;
	color: #c97677;
	letter-spacing: 1px;
	text-transform:none!important;
}

td .tableh1:last-child {
	font-size: 15px; font-weight:400;
}


/* Categories
-------------------------------------------------------------- */

.catrow_noalb,
.catrow {
	padding: 5px 5px; 
	background:#fff; 
	font-size:13px;
	border-bottom:1px solid #eee;
}

.catlink {
	display: block;
	font-family:Open Sans, sans-serif;
	font-style:normal;
	font-weight: 700;
}

.catlink a {
	color: #333333;
}

.catlink a:hover,
.catlink a:focus {
	color:#c97677;
	box-shadow:inset 0 -2px 0 #c97677;
}

.catlink:before {
	margin-right:10px;
	content:'\0276F';
	font-weight:400;
	font-style:normal;
	font-size:11px;
	color:#2E2E2E;
	position:relative;
	top:-1px;
}

.catrow .thumbnail {
	margin-right:15px;
	vertical-align:middle;
	width:90px;
	height:auto;
}


/* Albums
-------------------------------------------------------------- */

.tableh2 {
	padding: 10px 10px;
	background:#F5F5F5;
	color: #5D5D5D;
	font-weight: 700;
	line-height: 22px;
}

.alblink {
	color: #5B5B5B;
	font-weight: 700;
}

.alblink a,
.alblink a:hover,
.alblink a:focus {
	color: #5B5B5B;
}

.album_stat {
	margin: 5px 0;
	font-size: 12px;
	font-family: Open Sans, sans-serif;
	font-weight:400;
	text-transform:none;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 1.5;
}

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


/* Thumbnails
-------------------------------------------------------------- */

.thumbnails {
	padding: 10px 0;
}

.thumbnails img,
.thumbnails br {display:none;}
.thumbnails a img {
	display:block;
	margin:0 0 8px;
}

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

.thumb_title {
	color:#3B3B3B;
}

.thumb_title_title {
	margin:8px 0 5px!important;
	font-size:13px;
	font-weight:700;
}

.thumb_title,
.thumb_caption {
	display: block; 
	margin:6px 1px 0; 
	padding: 0; 
	width:auto; 
	border:0; 
	font-family:Lora, serif;
	line-height:140%;
}

.thumb_caption_ctime,
.thumb_caption_mtime {
	margin-top:2px;
	font-size:10px!important;
	font-family:Open Sans, sans-serif;
	color:#C7C7C7;
	letter-spacing:1px!important;
	text-transform:uppercase;
}

.thumb_resolution,
.thumb_title_views {
	margin: 0!important; 
	display: inline; 
	padding: 3px 6px; 
	background:#F5F5F5;
	font-size:10px;
	font-family:Open Sans, sans-serif!important;
	font-weight:400!important;
	color:#8B8B8B; 
	text-transform:uppercase;
}

.thumb_caption {
	font-size:12px; 
	font-weight:400;
	letter-spacing:1px;
}

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



/* Sort order
-------------------------------------------------------------- */

.sortorder_cell {
	font: 11px/1 Open Sans, sans-serif;
	letter-spacing: 0;
	color: #ccc;
}

.sortorder_options {
	white-space: nowrap;
}


/* Preview
-------------------------------------------------------------- */

.navmenu {
	padding:5px; 
	background: #eee;
	font-size:11px;
	font-weight: 700;
	border-style: none;
}

.tabs-table .navmenu {
	padding:5px 0; 
}

.navmenu img {
	margin: 0;
	padding: 5px 10px 5px 0;
}

.navmenu-active {
	padding:5px 10px; 
	background: #fff;
	font-size:11px;
	font-weight: 700;
	border-right:1px solid #DFDFDF;
}

.navmenu a,
.navmenu a:hover,
.navmenu a:focus {
	display: block;
	padding: 5px 10px;
	color:#666666;
}

.tabs-table .navmenu a,
.tabs-table .navmenu a:hover,
.tabs-table .navmenu a:focus {
	border-right:1px solid #DFDFDF;
}

.tabs-table td:last-child a,
.tabs-table td:last-child a:focus,
.tabs-table td:last-child a:hover {
	border:0;
}

.display_media {
	padding: 0 10px 10px 10px;
}

.display_media .image {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: 0;
}


/* Administrator
-------------------------------------------------------------- */

.admin_menu_wrapper {
	margin:0 auto 15px!important;
	padding:0;
	background:#fff;
}

.admin_menu {
	background: #eee;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.admin_menu a,
.admin_menu a:hover,
.admin_menu a:focus {
	padding: 5px;
	display: block;
	color: #5A5A5A;
}

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


/* Miscellaneous
-------------------------------------------------------------- */

.filmstrip_background {
	background-color: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: #5D5D5D;
}

.fitpic {
	max-width: 794px;
}


/* 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: #5D5D5D;
}

.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:Open Sans, 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;
}

#GB_window {
	border: 5px solid #ccd7e0;
	background-color: #f2f5f7;
}

.external {
	padding-right: 10px;
	background: transparent url('../../images/link.gif') 100% 50% no-repeat;
}


/* Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 966px), only screen and (max-device-width: 966px) {
	
.mobile,
.catrow .thumbnail,
.thumb_resolution {
	display: none!important;
}

body {
	margin:0!important;
	padding:0!important;
	overflow-x:hidden;
}

.spec,
.maintable,
.sidebar,
.cpg-nav,
.site-footer .spec-alt {
	width:92vw!important;
	overflow:hidden;
}

.first-area {
	margin:0 auto; 
	z-index:899; 
	width:100%!important;
	position:relative!important;
}

.navigation-container .social-nav {
	position: absolute; 
	top:25px; right:10px;
	z-index:999!important;
}

.mobile-name {
	position: absolute; 
	top: 20px; right: 50%;
	transform: translate(50%, 5%);
	z-index:999!important;
}

.mobile-name h1 {
	margin:0 0 -10px;
	font: 400 18px Underland;
	letter-spacing:1px;
	text-transform:none;
}

.mobile-name h1 i {
	font-family:Underland;
	color:#c97677;
	font-weight:400;
	font-style:normal;
}

.mobile-name h1 b {
	font-weight:400;
	font-style:normal;
}

.wrap-width,
.sidebar,
.side {
	float:none!important;
	width:100%!important;
	border:0;
}

.cpg-nav {
	margin:15px auto 15px!important;
	padding:0; 
	text-align:center; 
	overflow:hidden;
	border:0;
	background:#fff;
}

.site-footer {
	margin:25px auto 0!important;
	padding:15px 0!important;
	text-align:jusitify!important;
}

.site-footer .site-info {
	padding:5px 0 3px;
}

.site-footer .site-disclaimer {
	padding-bottom:10px;
	width:100%!important;
}

.tableh1 {
	font-size:18px!important;
}

.statlink h2 {
	font-size:16px!important;
	font-weight:700;
}

/* -- CPG -- */
.maintable {
	margin:0 auto!important;
	padding:0!important; 
	line-height:145%;
}

.image {
	margin: 6px 2px!important;
}

.thumbnails {
	margin:0!important; 
	max-width: 10vw!important; 
	height: auto;
}

.thumb_title {
	margin: 2px 0!important;
}
 

#fullsize_image {
	max-width: 100%; 
	height: auto;
}


.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:block; 
	max-width:10vw;
}

a:link .image {
	
}

.thumb_caption,
.thumb_filename,
.thumb_num_comments,
.thumb_title_views,
.thumb_resolution {
	max-width: 12vw!important; 
	overflow: hidden; 
	font-size:10px!important;
}

.thumb_title_views,
.thumb_resolution {
	padding:1px 3px!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: 0px!important;
}

.remove {
	display: none!important;
}

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

#picinfo {
	width: 100%!important; 
	overflow: scroll;
}

.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 {
	text-align:center;
}

.buttonlist ul li a span {
	height: 2vw!important; 
	line-height: 2vw!important;
}

.buttonlist ul li a {
	font-size: 1vw!important;
}

}

@media only screen and (max-width: 481px), only screen and (max-width: 481px) {

.tableh1 {
	padding: 5px 7px!important; 
	font-size: 19px!important;
}

.thumbnail {
	max-width: 8vw!important; 
	height: auto;
}

.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: 15px!important; 
	line-height: 21px!important;
}

.tableh2 {
	padding: 5px!important;
}

.alblink {
	font-size: 15px!important; 
	line-height: 20px!important;
}

.tableb p {
	font-size: 10px!important; 
	line-height: 1.5!important;
}

.sortorder_cell {
	display: none;
}

}