/*
Theme Name: GD_SophTCPG v1
Theme URI: http://sophie-turner.net/
Description: Coppermine theme coded exclusively for Sophie-turner.net
Version: 1.0
Author: Gratrix Designs
*/



/* HEADER & BODY */

#headerbanner { 
	width:100%; 
	height:100px; 
	background:URL("images/headerbanner.png") 
	top center no-repeat;
}

#header { 
	width:100%; 
	height:420px; 
	background:URL("images/header.png") 
	top center no-repeat;
	margin-bottom: 0px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #888;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 20px;
}





/* CONTENT & WRAPPER */


#wrapper {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#content {
	width: 1000px;
	z-index: 1500;
	float: left;
}


/* NAVIGATION */

.homepage{ 
	background: #fff;
}

#navigation { 
	padding: 5px 0px;
	max-width: 100%;
	background: #FFF; 
	text-transform: uppercase;
}

#navigation a {
	font-weight: 500;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#535150; 
	text-transform:uppercase;
	letter-spacing:2px;
	padding:5px; 
	border-bottom: 4px solid #FFF;
}

#navigation a:hover { 
	color: #535150;
	border-bottom: 4px solid #f07e78;
}

a.menu-link {
	color: #9ac9c6!important; 
  	float: right;
	display: block;
	padding: 10px 0px; 
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}

.js nav[role=navigation] { 
	overflow: hidden;
	 max-height: 0; 
}

nav[role=navigation].active { 
	max-height: 400em; 
}

nav[role=navigation] ul { 
	margin: 0; padding: 0; 
}

nav[role=navigation] li { 
	padding: 0px 5px; 
}

nav[role=navigation] li a { 
	font-weight: bold; 
	font-family: arial; 
	color: #666; 
	font-size: 12px; 
	display: block; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px; 
	margin: 0px 0px 0px 5px;
}



.fa {
	color: #535150;
}

.fa:hover {
	color: #f07e78;
}




.navigal {
	padding: 2px;
	text-align: center;
	color: #f07e78;
	font-family: 'Reenie Beanie', cursive;
	font-size: 20px;
	line-height: 30px;

}

.navigal a {
	text-decoration: none;
	color: #535150;
	padding: 0px 5px 5px 5px;
	background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.navigal a:hover {
	text-decoration: none;
	color: #535150;
	padding: 0px 5px 5px 5px;
	background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}




/* IMAGES */

.image {
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #5d4054;
	margin: 3px;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.image:hover{
	opacity: 1;
	padding: 2px;
	background: #;
	border: 1px solid #f07e78;
	border-style: solid;
	border-image: initial;
	transition: all 0.3s ease-out;
}

.imageborder {
    border: 1px solid #000;
    background-color: #FFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.thumbnails {
    padding: 4px;
    width: 90px;
}

.thumbnails:hover {
    padding: 4px;
}




/* H1, H2, H3 */

h1{
	font-weight: normal;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #f07e78;
	margin: 2px;
}

h2 { 
	font-weight: normal;
	font-size:16px;  
	color:#555; 
}

h2 table, table h2, tr h2, td h2 {  
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 2px;
}



/* QTIP */

div#qTip {
	padding:6px;
	display: none;
	color: #fafafa; 
	border: 0px solid #fafafa;
	position: absolute;
	text-transform: uppercase;
	background-color:#f07e78;
	z-index: 1000;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80; 
	font-family: 'Oswald', sans-serif;
	font-size:11px;
}



/* PAGE NAVIGATION */

.navmenu {
	font-weight: 700;
}

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

.navmenu a {
	display: block;
	padding: 0 5px;
}

.navmenu a:hover {
	background: #111;
	font-family: #FFF;
}

.display_media {
	padding: 5px 10px;
}




/* HIGHLIGHT */

::selection {
	background: #f07e78;
	color: #ffffff;
}

::-moz-selection {
	background: #f07e78;
	color: #ffffff;
}



/* FOOTER */

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: transparent;
	position: relative;
	display: block;
	text-align: center;
	color: #535150;
}

#footercontent {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-weight: 500;
	font-size: 12px;
	font-family: 'Playfair Display', serif;
	color:#535150; 
	text-transform:uppercase;
	text-align: center;
}

#footercontent span {
	display: inline-block;
	margin: 0 10px;
}

#footercontent i {
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #f07e78;
	color: #FFF;
	font-size: 10px;
	border-radius: 100%;
}

#footercontent a {
	color: #535150;
	text-decoration: none;
	line-height: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#footercontent a:hover {
	color: #5d4054;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}




/* SCROLLBAR */

/* Let's get this party started */
	::-webkit-scrollbar {
   	width: 8px;
}
 
/* Track */
	::-webkit-scrollbar-track {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}
 
/* Handle */
	::-webkit-scrollbar-thumb {
	background-color: #5d4054;
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

::-webkit-scrollbar-button{
	height: 0px !important;
}







/* EDIT COLOURS ONLY */

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

.buttonlist ul li a {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	font-size: 80%;
	border-bottom: 2px solid #5d4054;
	color: #f07e78;
	margin-top: 0px;
	padding: 4px;
	margin-right: 2px;
	white-space: nowrap;
	text-transform: uppercase;
	-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;
}

.button {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	font-size: 80%;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #5d4054;
	color: #f07e78;
	margin-top: 0px;
	padding: 4px;
	margin-right: 2px;
	white-space: nowrap;
	text-transform: uppercase;
	background: #FFF;
	-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;
}

.button:hover,
.buttonlist ul li a:hover {
	color: #5d4054;
	border-bottom: #f07e78 solid 2px;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration: none;
	color: #f07e78;
}

a:hover {
	color: #5d4054;
}

.maintable {
	padding: 15px;
	width: 1080px;
}

.catrow_noalb {
	padding: 10px;
}

.catrow {
	padding: 10px;
}

.statlink {
	font-size: 24px;
	color: #5d4054;
}

.statlink a {
	font-family: 'Reenie Beanie', cursive;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	color: #535150;
	padding: 10px;
}

.statlink a:hover {
	color: #f07e78;
}

.statlink strong {
	font-weight: bold;
}

.statlink h2 {
	font-weight: 400;
}

.tableh1 {
	font-family: 'Reenie Beanie', cursive;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	margin: 0;
	color: #535150;
	padding: 10px;
}

.tableh2 {
	padding: 8px 10px;
}

.alblink {
	display: block;
	font-family: 'Reenie Beanie', cursive;
	font-size: 20px;
	color: #222;
	margin-top: 5px;
	margin-bottom: 15px;
}

.alblink a {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;	
	padding: 0px 5px 5px 5px;
    background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.alblink a:hover {
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;	
padding: 0px 5px 5px 5px;
    background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.catlink {
	display: block;
	font-family: 'Reenie Beanie', cursive;
	font-size: 26px;
	color: #222;
	margin-top: 7px;
	margin-bottom: 15px;
}


.catlink a {
	padding-bottom: 5px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;	
    padding: 0px 5px 5px 5px;
    background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.catlink a:hover {
	padding-bottom: 5px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;	
    padding: 0px 5px 5px 5px;
    background-image: url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/underline2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}

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

.thumb_title {
	font-size: 80%;
	font-weight: 400;
	line-height: 1.5;
	display: block;
	padding: 3px 5px;
}

.thumb_caption {
	font-size: 80%;
	line-height: 1.5;
	display: block;
	padding: 1px;
	color:#FFF;
	background:#5d4054;
}

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

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

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





/* DO NOT EDIT */

pre.filepath {
	margin: 0px;
	padding: 0px;
}

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

.radio {
	vertical-align: middle;
}

.checkbox {
	vertical-align: middle;
}

.album_stat {
	font-size: 85%;
	line-height: 1.5;
	margin: 5px 0;
}

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

.tableb {
	padding: 10px;
}

.tableb p {
	margin: 0;
	padding: 5px 0 0 0;
}

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

.tablef {
	padding: 10px;
}

.sortorder_cell {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #555;
}

.sortorder_options {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.admin_menu {
	font-size: 12px;
	margin-top: 0px;
	padding: 2px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Playfair Display', serif;
}

.admin_menu a {
	color: #535150;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.admin_menu a:hover {
	color: #535150;
	text-decoration: none;
}

.admin_float {
	float:left;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	position: relative;
	white-space:nowrap;
	/*width:100px;*/
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}

.user_thumb_infobox th {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

.user_thumb_infobox td {
	font-size: 85%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

.user_thumb_infobox a {
	text-decoration: none;
	color: #000;
}

.user_thumb_infobox a:hover {
	text-decoration: underline;
	color: #000;
}

.icon {
	margin-right: 1px;
	vertical-align: middle;
}

.comment_date {
	font-size: 90%;
	vertical-align: middle;
	color: #5F5F5F;
}

.topmenu {
	font-family: 'Montserrat', sans-serif;
	font-size: 110%;
	line-height: 130%;
}

.topmenu a {
	text-decoration: none;
	color: #0033CC;
}

.topmenu a:hover {
	text-decoration: underline;
	color: #0033CC;
}

.img_caption_table {
	width: 100%;
	margin: 0;
	border: none;
	background-color: #FFF;
}

.img_caption_table th {
	font-size: 100%;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #000;
	border-top: 1px solid #FFF;
	background: #D1D7DC;
}

.img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	white-space: normal;
	border-top: 1px solid #FFF;
	background: #F2F5F7;
}

.debug_text {
	width: 100%;
	margin: 0;
	border: #BDBEBD;
	background-color: #EFEFEF;
}

.clickable_option {
	cursor: default;
}

.listbox_lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: middle;
	color: #000666;
	border: 1px solid #D1D7DC;
	background-color: #F2F5F7;
}

.pic_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
}

.pic_caption {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.0em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	color: #000666;
	background-image: none;
}

.important {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
    /* background-image : url(http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/images/important.gif); */
	color: red;
}

#cpgChooseLanguageWrapper {
	float: left;
}

#cpgChooseThemeWrapper {
	float: left;
}

.filmstrip_background {
	background: transparent;
}

.prev_strip {
	text-align: left;
}

.next_strip {
	text-align: right;
}

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

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #DDD;
}

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 #FFDD99;
	background-color: #FFFFCC;
}

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

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	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:0.9em;
	border: 1px solid;
	margin: 10px 0px;
	padding:5px 10px 5px 10px;
	color: #FF2B9C;
	background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#GB_window {
	background-color: #F2F5F7;
	border: 5px solid #CCD7E0;
}

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

.detail_head_collapsed,
.detail_head_expanded {
	color: #535150;
}

.detail_head_collapsed, .detail_head_expanded {
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
    background-repeat:no-repeat;
    background-position:center left;
}

.detail_head_collapsed {
    background-image:url('http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/style.css');
}

.detail_head_expanded {
    background-image:url('http://sophie-turner.net/gallery/themes/GD_SophTCPGv1/style.css');
}


/* RESPONSIVE */

@media screen and (min-width: 980px) {
	a.menu-link { display: none; }
	.js nav[role=navigation] { max-height: none; }
	nav[role=navigation] ul { margin: 0; border: 0; }
	nav[role=navigation] li { display: inline-block; padding: 5px; }
	nav[role=navigation] li a { border: 0; } 
	}

@media screen and (max-width: 980px) { 
	body { padding: 20px; }
	#container { max-width: 100%; background: #; }
	#header { max-width:100% } 
	}