/*
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
*/

/* Main
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400i,700i,400,700|Montserrat:400,500,600,700|Inconsolata:400,700);
@font-face {
    font-family: 'Clattering';
    src: url('inc/fonts/ClatteringRegular.woff') format('woff'),
        url('inc/fonts/ClatteringRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
iframe#google_esf {height:0!important;width:0!important;overflow:hidden!important;display:none!important;padding:0!important;margin:0!important;position: absolute!important;visibility: hidden!important;}
body {
	margin:0 auto;
	background: #fff;
	font:400 15px/24px Roboto Condensed, sans serif; 
	line-height:26px;
	text-align:left;
	word-wrap: break-word;
}

a {
	color:inherit;
	text-decoration: none;
}

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

strong, b {
	font-weight:700;
	color:#2D2D2D;
	box-shadow:inset 0 -8px 0 #F3F3F3;
}

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

u {
	color: #2D2D2D;
	box-shadow:0 2px 0 #0F87EA;
	text-decoration:none;
}


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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

img,
.image,
.image:before,
.image:after {
	box-sizing:content-box!important;
}


::-webkit-scrollbar {
  width: 8px;
  transiton: all .7s ease;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #0F87EA;
  border-radius: 0;
}

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

body, 
html,
.spec,
.spec-alt,
.first-area,
.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;
}

.catrow_noalb,
.catrow {
	line-height:170%;
}
.nav ul li,
.admin_menu_wrapper,
.tableh1-small,
.tabs-table .navmenu,
.tabs-table,
.tableh2,
.tabs-table-alt .tableh1-small,
.image,
.cpg-nav,
.cpg-nav a,
input,
input[type="text"],
.widget_search input[type='search'],
textarea,
#comment,
select,
.stats,
.thumb_caption_ctime,
.thumb_resolution,
.thumb_title_views {
	border-radius:2px;
}

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

ul {
	margin:0 0; 
	padding:0;
}

.cpg-nav a {
	font-weight:700;
	text-transform:uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tableh1,
.statlink h2 {
	margin: 14px 0;
	font-family:Montserrat;
	font-weight:700;
	letter-spacing:-1px;
}

.hide {
	display: none!important;
}

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

.hide {
	display:none!important;
}


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

.cpg-nav {
	margin:10px auto 0;
	padding:10px;
	position:relative;
	z-index:100;
	background:#0F87EA;
}

.cpg-nav a {
	display:inline-block;
	margin:0 0 5px 3px;
	padding:5px 8px;
	font-size:10px;
	background: rgba(0,0,0,.05);
	color:#fff;
	letter-spacing:1px;
	line-height:13px;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
	background: rgba(255,255,255,1);
	color:#2d2d2d;
	text-decoration: none;
}


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

.spec,
.spec-alt,
.site-footer .site-info,
.site-footer .site-disclaimer {
	margin:0 auto; 
	position:relative; 
	max-width:1280px;
	overflow:hidden;
}

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

.site-footer .pad {
	margin:0 auto; 
	max-width:1280px;
}


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

.site-footer {
	margin:0 auto 0;
	padding:1.5% 2%;
	width:100%;
	background:#333333;
	color:#6F6F6F;
	position:relative;
}

.site-footer .site-info {
	margin:0 auto 10px;
	padding:0 5px 0;
	display:block;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	overflow:hidden;
}

.site-footer .site-disclaimer {
	margin:0 auto;
	padding:10px 0 0;
	border-top:1px solid #444444;
}

.site-footer a,
.site-footer .fa {
	color:#6F6F6F;
}

.site-footer a:hover .fa {
	color:#fff;
	background:transparent;
}

.site-footer a:hover {
	background:#0F87EA;
	color:#fff;
	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 {
	padding:0;
	background:#fff;
	overflow:hidden;
	position: relative; 
}

.push {
	margin-top:150px;
}


.cpg-nav {
	margin-bottom:25px!important;
	background:#eee;
}

.cpg-nav a {
	color:#2d2d2d;
}


/* first Content Area
---------------------------- */

.first-area {
	margin:0 auto;
	padding:30px 0;
	display:block;
	background:#333333;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	transition: all 1s ease;
}

.first-area-scroll {
	padding:5px 0;
	transition: all 1s ease;
}

.first-area-scroll .site-name {
	font-size:28px!important;
	text-align:left!important;
	background-position:center 42%!important;
	width:200px;
	margin:0!important;
}

.first-area-scroll .navigation {
	top:10%!important;
}

.first-area .site-name {
	margin:0;
	position:relative; 
	left:20px;
	font: 400 46px Clattering;
	color:#fff;
	text-align:left;
	background: url(images/logo-bg.jpg); 
	background-position:center 42%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 1s ease;
	width:350px;
}

.first-area .navigation {
	position:absolute;
	top:25%; right:0;
}

.first-area .nav {
	margin:0 auto 0;
	position:relative;
	z-index:999;
	display:inline-block;
}

.first-area .social-nav {
	position:relative; 
	top:2px; right:0;
	display:inline-block;
}

.first-area .social-nav ul li { 
	margin-right:9px; 
}

.first-area .social-nav a {
	display:inline-block!important;
	color:#fff; 
	font-size:11px;
	padding:7px 8px 5px!important;
	line-height:11px;
	width:30px; height:30px;
	text-align:center;
	border:2px solid #555555;
	border-radius:40px;
	vertical-align:middle;
}
.first-area .social-nav a:hover {
	background:#555555;
	color:#fff;
}
}


/* 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: #0F87EA; 
	text-decoration: none;
}

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


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

.image {
	margin:3px;
	background:#fff;
	border-bottom:3px solid #ddd;
}

.image:hover {
	opacity:.9;
	border-color:#0F87EA;
}


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

.maintable {
	margin: 0 auto;
	padding:0;
	background:#fff;
	position:relative;
}

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


.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:#B6B6B6;
}

.tableb,
.tablef {
	padding: 5px 10px;
	font-family: Roboto Condensed, sans-serif;
	text-transform:none;
}

.tableb input,
.tableb textarea {
	width:auto!important;
	max-width:50%!important;
}


.tableb select,
.tableb .listbox,
.tableb .listbox option {
	width: 200px;
	max-width: 100%;
}

.tableb option {
	/* wrap text in compatible browsers */
	-moz-white-space: pre-wrap;
	-o-white-space: pre-wrap;
	white-space: pre-wrap;
	/* hide text that can't wrap with an ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}

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


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

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

.tableh1 a {
	color: #2D2D2D;
}

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

.statstable {
	margin:15px 0;
	width:100%;
}

.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:1% 0;
	font-size: 16px; 
	font-family:Roboto Condensed, sans-serif;
	font-weight:400;
	color: #666666;
	letter-spacing:0;
	text-transform:none!important;
}

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


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

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

.catlink {
	display: block;
	font-style:normal;
	font-weight: 700;
}

.catlink a {
	font-size:14px;
	color: #333333;
	position:relative;
	line-height:15px;
}

.catlink a:hover,
.catlink a:focus {
	color:#2d2d2d;
	box-shadow: inset 0 -7px 0 #0F87EA;

}

.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: 14px;
	font-family: Roboto Condensed, sans-serif;
	font-weight:400;
	text-transform:none;
	letter-spacing:0;
}

.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:12px 15px 0px!important;
	font-size:14px;
	font-weight:700;
}

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

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

.thumb_resolution,
.thumb_title_views {
	margin: 0!important; 
	display: inline; 
	padding: 2px 6px; 
	background:#0F87EA;
	font-size:10px;
	font-weight:400!important; 
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}

.thumb_caption {
	font-size:10px; 
	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 Roboto Condensed, 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:Roboto Condensed, 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 {
	margin-top:20px!important;
	background:#fff;
}

.spec,
.maintable,
.cpg-nav,
.site-footer .pad {
	margin-right:auto;
	margin-left:auto;
	width:95vw!important;
	overflow:hidden;
}

.spec-alt {
	width:100%; 
	max-width:none!important
}

.first-area {
	margin:0 auto 0!important
	padding:0;
	display:block;
	background:#333333;
	width: 100%;
	z-index: 999;
	text-align:center;
	transition: all 1s ease;
}

.first-area .site-name {
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	position:relative; 
	font: 400 34px Clattering;
	color:#fff;
	text-align:center;
	background: url(images/logo-bg.jpg); 
	background-position:center 42%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 1s ease;
	max-width:350px;
}

.first-area .social-nav {
	position: absolute; 
	top:10px; right:10px;
	z-index:999!important;
}

.first-area .social-nav a {
	padding:0 2px 0!important;
	text-shadow:0 0 0;
	font-size:13px!important;
	color:#333333;
}

.first-area .navigation {
	background:#fff;
	position:relative;
}

.cpg-nav {
	margin:15px auto!important;
	padding:10px 5px; 
	text-align:center; 
	overflow:hidden;
}

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

.site-footer .pull-left,
.site-footer .pull-right {
	float:none!important;
	display:inline;
}
.site-footer .pull-right {
	margin-left:10px;
}


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

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

/* -- CPG -- */
.maintable {
	margin:0 auto!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;
}
 
.statstable {
	margin:15px auto;
	width:100%;
}

#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 5px!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;
}

}