/*
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
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,700,700i|Poppins:400,500,600,700|Raleway:400,400i,500,500i,600,600i,700,700i|Karla:400,400i,700,700i|Lora:400,700,400i,700i');

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

a {
	color:#7e8f56;
	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 #dea19c;
	text-decoration:none;
}


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

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

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

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

.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:'Poppins', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.tableh1,
.statlink h2 {
	margin: 14px 0;
	font-family:Satisfy;
	font-weight:600;
}
 

.hide {
	display: none!important;
}

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


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

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

.cpg-nav a {
	margin-right:5px;
	padding:3px 3px; 
	font:500 12px 'Poppins', sans-serif; 
	color:#5D5D5D; 
	letter-spacing:1px; 
	text-decoration: none; 
	text-transform:uppercase; 
	vertical-align:middle;
	line-height:13px;
}

.cpg-nav a:hover,
.cpg-nav a:focus {
	color:#222;
	box-shadow: inset 0 -6px 0 #7e8f56;
	text-decoration: none;
}


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

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

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

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

.site-footer {
	margin:0 auto 0;
	padding:15px 0;
 	font-size:14px;
	color:#666666;
	text-align:left;
	position:relative;
}

.site-footer .spec-alt {
	
}

.site-footer .site-info {
	display: block;
font-weight: 500;
font-size: 14px;
color: #333333;
text-transform: lowercase;
letter-spacing: 1px;
font-family:Poppins;
}

.site-footer span {
    color: #fff !important;
    background: -webkit-linear-gradient(30deg, #63bbd0, #a47596);
}

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

.site-footer a {
	color:#cd86b1;
	font-weight:600;
}

.site-footer a:hover {
	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:right;
	width:70.5%;
}

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


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

.navigation-container {
	margin:5px auto;
	display:block;
	position:relative; 
	height:80px;
	text-align:center;
	background:#fff;
}

.navigation-container .navigation {
	position: relative; 
	top:17px;
}

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


/* 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 30px Underland;
	color:#C8C8C8;
	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:#5A5A5A;
	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:#bacbcb;
	font-weight:400;
	font-style:normal;
}

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

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

.mast-head {
	position:relative;
	margin:0 auto 10px!important; 
	background-image:url('/lmg/images/header.png');
	background-repeat: no-repeat; 
	background-position:center top;
	background-size:auto;
	text-align:center;
	display:block;
	width:100%;
	max-width:100%;
	height:480px;
}

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

.sidebar {
	float:left;
	width:28%; 
}

.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:#d99b9b;
	font-size:14px;
}

.side {
	margin:0 auto 25px;
	padding: 6% 6%;
	border: 1px solid #dfdfdf;
}

.side ul {
	list-style:none inside none; 
	margin:0; 
	padding:0; 
}

.side ul li {
	margin-bottom:2px;
	padding: 5px 0; 
}

.projects #main {
    height: 140px;
    background-size: cover;
    margin:10px;
    position: relative;
    outline: 1px solid #ffffff;
    outline-offset: -6px;
    text-align:center;
}

.projects #main text {
    color: #fff;
    font-size: 24px;
    font-family: Satisfy;
    line-height: 110%;
    position: relative;
    top: 40%;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px #222;
    padding: 3px 2px 3px 2px;
}

.projects #main a {
    color: #fff;
}

.projects ul li {
border-bottom: 1px solid #F0F0F0;
font-weight:bold;
}

.projects ul span {
    border: 1px solid #efefef;
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px;
    font-weight:400;
}

.projects .ptitle {
    font:400 18px Satisfy;
    text-align: center !important;
    color: #222;
    margin-top:-6px;
}

.ptitle:after {
	margin:0px auto 0;
	display: block;
	width: 20%;
    box-shadow: inset 0 -6px 0 #c4db93;
    margin-bottom:-10px;
    height: 4px;
    content: '';
    right: 0;
    z-index: 2;
}

.projects .role {
    text-transform:uppercase;
    text-align:center;
    font-weight:600;
    font-size:13px;
    color:#fff;
    background-image: linear-gradient(to bottom, transparent 0, #c1729f 0);
    padding: 0 2px;
}

.projects .links {
    text-align:center;
}

.projects .links a {
    border: 1px solid #efefef;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px;
    font-weight:400;
}

.projects .desc {
    font:400 13px Lora;
    color: #363636;
    line-height: 190%;
}

.aff a {
    color:#df856f;
    font-family: Poppins;
    font-size:12px;
    text-align:center;
    text-transform:lowercase;
    width:30%;
    height:40px;
    margin:2px 2px 4px;
    display:inline-block;
    border:1px solid #ccc;
    vertical-align:middle;
    line-height:18px;
    overflow:hidden; }

.aff i {
    font-size:14px;
    font-family: Satisfy;
    font-style:italic;
    font-weight:500; }

.side-title {
	margin:0 0 25px;
	padding:0;
	display:block;
	position:relative;
	font-size:15px;
	font-family:Poppins;
	font-weight:600;
	font-style:normal;
	color:#333;
	line-height:110%;
	letter-spacing:0.5px;
	text-transform:lowercase;
	text-align:center;
}

.side-title:after {
    display: block;
    width: 70%;
    border-image: url(/lmg/images/header.png) 17 repeat;
    border-bottom: 3px solid #9f9f9f;
    height: 8px;
    content: '';
    right: 0;
	z-index: 2;
	margin:0 auto;
	position:relative;
	top:10px; left:0;
}

.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: #dea19c; 
	text-decoration: none;
}

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


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

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

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


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

.maintable {
	margin: 20px auto 0 auto;
	padding:25px;
	background:#fff;
	border: 1px solid #E0E0E0;
}

.tabs-table {
	margin: 15px auto;
	padding:0;
	border: 1px solid #eee;
	border-image: url(/lmg/images/header.png) 15 repeat;
	border-bottom: 5px solid #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:#B6B6B6;
}

.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 0 5px 0;
	font-size:24px;
	color:#333333;
	line-height:120%;
	letter-spacing:1px;
	border-image: url(/lmg/images/header.png) 15 repeat;
	border-bottom: 4px solid #eee;
}

.tableh1 a {
	color: #474747;
}

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

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

.stats {
	padding: 5px; 
	font-size:12px; 
	color: #6E6E6E; 
	letter-spacing:0.5px;
	font-family: Lora;
	font-style: italic;
}

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

.stats span {
    box-shadow: inset 0 -2px #eee;
    padding-bottom: 5px;
}

.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:400;
	color: #a47596;
	letter-spacing: 1px;
	text-transform:none!important;
}

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


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

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

.catlink {
	display: block;
	font-family:'Poppins', sans-serif;
	text-transform:lowercase;
	font-style:normal;
	font-weight: 500;
	font-size: 15px;
}

.catlink a {
	color: #333333;
	border-image: url(/lmg/images/header.png) 13 repeat;
    border-bottom: 2px solid #9f9f9f;
}

.catlink a:hover,
.catlink a:focus {
	color:#000;
	border-image: url(/lmg/images/header.png) 20 repeat;
    border-bottom: 2px solid #9f9f9f;
}

.catlink:before {
	margin-right:10px;
	content:'\f005';
	font-weight:400;
	font-style:normal;
	font-size:11px;
	color:#c16f4b;
	position:relative;
	top:-1px;
	font-family: fontawesome;
}

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


/* 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-weight:700;
}

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

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

.thumb_resolution,
.thumb_title_views {
	margin: 0!important; 
	display: inline; 
	padding: 3px 6px; 
	font-size:11px;
	font-family:Karla;
	font-weight:600!important;
	color: #363636;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px solid #A8A8A8;
}

.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; 
	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: 8%;
    transform: translate(10%, -4% ) !important;
	z-index:999!important;
}

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

.mobile-name h1 i {
	font-family:Poppins;
	color:#7e8f56;
	font-weight:600;
	font-style:normal;
}

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

.wrap-width {
	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;
	max-width: 15vw !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;
}

}