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

red c44ebe (accent color 1)
blue 5bd6f8 (accent color 2)
dark grey 1A1A1A (text accent color)
fff - white
e1e1e1 - light grey (border colors)

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

----------------------------------------
	Theme Layout Options
----------------------------------------

If you would like to hide the top color bar or box-shadow CSS styling add the following CSS Classes under the BODY class below:

----------------------------------------
	Hide the top color bar:
----------------------------------------

.color-bar {display:none!important;}

----------------------------------------
	Hide site name and tag-line:
----------------------------------------

.site-branding {display:none!important;}

----------------------------------------
	Remove the box-shadow styling:
----------------------------------------

.maintable,
input,
input[type="text"],
textarea,
select {box-shadow:0 0 0!important;}

----------------------------------------
	Hide footer disclaimer:
----------------------------------------

.site-disclaimer {display:none!important;}

*/

/* Main
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,700,400i,700i|Fira+Sans+Condensed:400,700');

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

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

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

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

em, i {
	font-style:italic;
	color: #7e4798;
}

u {
	font-style:underline;
	color: #5bd6f8; 
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tableh1,
.statlink h2,
form {
	margin: 14px 0;
	font-family:Playfair Display;
	font-style:italic;
	font-weight:700;
}

img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

.hide {
	display: none!important;
}

.maintable,
input,
input[type="text"],
textarea,
select {
	border:1px solid #E0E0E0;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
}

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


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

.cpg-nav {
	margin:0 auto 30px; 
	padding:35px 0; 
	display:block;
	background:#fff;
	line-height:150%; 
	text-align:center; 
	overflow:hidden;
	position:relative;
	z-index:51;
	border-bottom:1px solid #e1e1e1;
}

.cpg-nav a {
	padding:5px 7px; 
	font:700 12px Fira Sans, sans-serif; 
	color:#5D5D5D; 
	letter-spacing:1px; 
	text-decoration: none; 
	text-transform:uppercase; 
	vertical-align:middle;
}

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


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

.spec,
.spec-alt,
.site-footer .site-info,
.site-footer .site-disclaimer,
.cpg-nav {
	margin:0 auto; 
	position:relative; 
	max-width:1200px;
}


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

.site-footer {
	margin:35px auto 0;
	padding:0 0 15px;
	width:100%;
	color:#868686;
	text-align:left;
	position:relative;
}

.site-footer .site-info {
	display:block;
	font-weight:700;
	font-size:14px;
	color:#1A1A1A;
	text-transform:uppercase;
	letter-spacing:1px;
}

.site-footer .site-disclaimer {
	margin-top:5px;
	padding-top:10px;
	border-top:1px solid #E1E1E1;
}

.site-footer span a,
.site-footer a {
	color:#5bd6f8;
}

.site-footer a:hover {
	color:#c44ebe;
	text-decoration: none;
}


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

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

.color-bar {
	margin:0 auto;
	display:block;
	height:4px;
	width:100%;
	background: #c44ebe;
	background: -moz-linear-gradient(left, #c44ebe 0%, #c44ebe 11%, #5bd6f8 11%, #5bd6f8 11%, #5bd6f8 29%, #1a1a1a 29%, #1a1a1a 30%, #1a1a1a 44%, #c44ebe 44%, #c44ebe 67%, #5bd6f8 67%, #5bd6f8 86%, #1a1a1a 86%, #1a1a1a 100%);
	background: -webkit-linear-gradient(left, #c44ebe 0%,#c44ebe 11%,#5bd6f8 11%,#5bd6f8 11%,#5bd6f8 29%,#1a1a1a 29%,#1a1a1a 30%,#1a1a1a 44%,#c44ebe 44%,#c44ebe 67%,#5bd6f8 67%,#5bd6f8 86%,#1a1a1a 86%,#1a1a1a 100%);
	background: linear-gradient(to right, #c44ebe 0%,#c44ebe 11%,#5bd6f8 11%,#5bd6f8 11%,#5bd6f8 29%,#1a1a1a 29%,#1a1a1a 30%,#1a1a1a 44%,#c44ebe 44%,#c44ebe 67%,#5bd6f8 67%,#5bd6f8 86%,#1a1a1a 86%,#1a1a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44ebe', endColorstr='#1a1a1a',GradientType=1 );
}

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

.cpg-nav .spec-alt {
	padding:15px;
}

.spec {
	margin:0px auto 0;
	overflow:hidden;
	position:relative;
	z-index:100;
}


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

.site-branding {
	margin:25px auto 40px;
	width:700px; 
	text-align:center;
}

.site-branding .site-name {
	font:300 40px Fira Sans;
	color:#3B3B3B;
	letter-spacing:-1px;
	text-transform:lowercase;
	position:relative; z-index:5;
}

.site-branding span {
	display:inline-block;
	margin:0 2px 0;
	font-family:Playfair Display;
	font-style:italic;
	font-weight:700;
	color:#c44ebe;
}

.site-branding .tag-line {
	margin:5px 0 0;
	font:500 10px Fira Sans;
	color:#8A8A8A;
	text-transform:uppercase;
	letter-spacing:2px;
}

.site-branding .tag-line:before,
.site-branding .tag-line:after {
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 0 10px 0;
	content: '';
	vertical-align: middle;
	background: #e1e1e1;
}


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

.first-area {
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:hidden;
	position: relative;
  	z-index:899;
	padding:5px;
	background:#fff;
	box-shadow:0 3px 4px rgba(0,0,0,0.050);
}

.first-area .navigation {
	position: relative; 
	top:3px;
	z-index:70;
	text-align:center; 
}

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

.first-area .social-nav {
	display:inline-block; 
	position:relative; 
	top:5px; left:-14px;
}

.first-area .navigation-center {
	float:none;
	position: relative; 
	top:0px;
	z-index:70;
	text-align:center; 
}


/* Master Header
---------------------------- */

.mast-head {
	margin:0 auto!important; 
	background-image:url('../../../news/wp-content/uploads/2022/06/sandra.png');
	background-repeat: no-repeat; 
	background-position:center top;
	height:450px;
}
}


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

.textinput {
	padding-right: 3px;
	padding-left: 3px;
	background: #e1e1e1; 
	border:1px solid #EDEDED;
}

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

.button,
.buttonlist ul li a {
	margin-right: 2px;
	padding: 4px 8px;
	background: #5bd6f8;
	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: #5D5D5D;
	color: #fff;
	border: 0;
}

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

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

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


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

.image {
	margin:3px; 
	padding:0;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0 0 9px #e1e1e1;
	box-shadow: 0 0 9px #e1e1e1;
}

.image:hover {
	-webkit-filter: grayscale(1); filter: grayscale(1);
	opacity:.8;
}


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

.maintable {
	margin: 0 auto 0 auto;
	padding:25px;
	background:#fff;
}

.maintable:first-child {
	border-top:0;
}

.tableb {
	padding: 5px 10px;
}

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

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


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

.tableh1 {
	margin:0 0;
	padding:0;
	font-size:24px;
	color:#1A1A1A;
	line-height:120%;
	letter-spacing:-1px;
}

.tableh1 a {
	color: #1A1A1A;
}

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

.stats {
	padding: 5px; 
	background:#F3F3F3; 
	font-weight:700; 
	font-size:10px; 
	color: #6E6E6E; 
	text-transform:uppercase; 
	letter-spacing:2px;
}

.stats strong {
	font-weight:700; 
}

.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 {
	font-size: 18px; 
	font-weight:400;
	margin: 0;
	letter-spacing: -1px;
	color: #5D5D5D;
}

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


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

.catrow_noalb,
.catrow {
	padding: 10px 5px; 
	background:#fff; 
	font-style:italic;
	border-bottom:1px solid #e1e1e1;
}

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

.catlink a {
	color: #1A1A1A;
}

.catlink a:hover,
.catlink a:focus {
	color: #c44ebe;
}

.catlink a:before {
	margin-right:10px;
	content:'\f115';
	font-family:fontawesome;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#2E2E2E;
}


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

.tableh2 {
	padding: 10px 10px;
	background: #e1e1e1;
	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: 85%;
}

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

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

.thumb_title {
	color:#3B3B3B;
	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 {
	margin-top:-1px;
	font-family:'Playfair Display', sans-serif;
	font-size:10px;
	font-weight:700!important;
	color:#1A1A1A;
	letter-spacing:0px!important;
}

.thumb_resolution,
.thumb_title_views {
	margin: 0; 
	display: inline; 
	position: relative; 
	padding: 5px 6px; 
	font-size:10px;
	color:#fff; 
	text-transform:uppercase;
}

.thumb_resolution {
	background:#c44ebe;
}

.thumb_title_views {
	background:#5bd6f8;
	font-weight:400;
}

.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 'Fira Sans',sans-serif;
	letter-spacing: 0;
	color: #ccc;
}

.sortorder_options {
	white-space: nowrap;
}


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

.navmenu {
	padding:5px 10px; 
	background: #f2f2f2;
	font-weight: 700;
	border-style: none;
}

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

.navmenu a,
.navmenu a:hover,
.navmenu a:focus {
	display: block;
	padding: 5px;
}

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


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

.admin_menu_wrapper {
	padding: 20px 15px;
}

.admin_menu {
	background: #e1e1e1;
	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: Arial, Fira 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: 1024px), only screen and (max-device-width: 1024px) {
	
.mobile {
	display: none!important;
}

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

.spec,
.cpg-nav,
.site-footer {
	width:90vw!important;
}

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

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

.social-nav a {
	padding:0 7px 0!important;
	text-shadow:0 0 0;
	font-size:15px;
	color:#1A1A1A!important;
}

.mobile-name {
	margin:0 auto 25px!important;
	padding:45px 0!important;
	display:block;
	background-image:url('images/header.jpg'); 
	background-repeat: no-repeat; 
	background-position:center top;
	background-size:cover;
	position: relative;
}

.mobile-name:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	background:rgba(26,26,26,0.3);
}

.mobile-name:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0; left: 0;
	background: -moz-linear-gradient(top, rgba(26,26,26,0) 0%, rgba(26,26,26,0.01) 1%, rgba(26,26,26,1) 100%);
	background: -webkit-linear-gradient(top, rgba(26,26,26,0) 0%,rgba(26,26,26,0.01) 1%,rgba(26,26,26,1) 100%);
	background: linear-gradient(to bottom, rgba(26,26,26,0) 0%,rgba(26,26,26,0.01) 1%,rgba(26,26,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a1a1a', endColorstr='#1a1a1a',GradientType=0 );
}

.mobile-name h1 {
	margin:0 0 -10px;
	font:500 32px Fira Sans;
	color:#fff;
	letter-spacing:-1px;
	text-transform:lowercase;
	position:relative; z-index:5;
}

.mobile-name .tag-line {
	display:block;
	padding:0;
	background:none;
	color:#fff!important;
	font-size:11px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative; z-index:5;
}

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


.site-footer .pull-left, 
.site-footer .pull-right {
	display:block!important; 
	float:none!important; 
	text-align:center;
}

.tableh1 {
	font-size:1.7em;
}


/* -- CPG -- */
.maintable,
.admin_menu_wrapper {
	padding:2vw!important; 
	line-height:145%;
}
.maintable:first-child {
	border-top:1px solid #e1e1e1;
}
.image {
	margin: 2px!important;
}

.thumbnails {
	margin:0!important; 
	padding:1vw 0!important; 
	width: auto!important;
}

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

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

.thumbnails .image, 
.thumbnails .thumbnail {
	height: auto; 
	display:inline; 
	width:auto;
}

a:link .image {
	
}


.thumb_caption,
.thumb_filename,
.thumb_num_comments,
.thumb_title_views,
.thumb_resolution {
	display:table!important; 
	width:auto!important; 
	overflow: hidden; 
	font-size:10px!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;
}

}