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




/* WELCOME */

#welcome {
    font-size: 12px;
    line-height: 25px;
    padding: 2%;
    display: block;
    text-align: justify;
    letter-spacing: 0.04em;
    border-bottom: 4px double #d44e39;
}

#welcome b {
	color: #e8a23f; 
}

#welcome strong {
	color: #d44e39;
}

#welcome em {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
	background: #d44e39;
	line-height: 0.75em;
	padding: 2px;
	display: inline-block;
}

#welcome i {
	font-family: 'Open Sans', sans-serif;
	color: #e8a23f;
	font-size: 12px;
	font-weight: 500;
}

#welcome u {
	color:#d44e39; 
	text-decoration:none; 
	padding-bottom:1px; 
	border-bottom:1px dotted #e8a23f; 
	letter-spacing: 2px;
}




/* LOGO */

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





/* NAVIGATION */

#navigation .fa{ 
	font-size: 14px;
	color: #d44e39;
}

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

#navigation a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #535150;
	letter-spacing: 0.4em;
	text-decoration: none;
	position: relative;
}

#navigation a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background-color: #e8a23f;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#navigation a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.menu-link {
	color: #d44e39!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-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #535150;
	letter-spacing: 0.2em;
	display: block; 
	padding: 5px; 
	margin: 0px 0px 0px 5px;
}





/* HEADER & BODY */

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

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #FFF;
	line-height: 24px;
}

body, html { 
	text-rendering: optimizeLegibility !important; 
	-webkit-font-smoothing: antialiased !important; 
}





/* CONTENT & WRAPPER */

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

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



/* NAVIGAL */

.navigal {
	font-size: 10px;
	line-height: 18px;
	padding: 9px 10px;
	text-align: center;
	text-transform: uppercase;
	background: #f4f4f4;
	width: 1080px;
	font-family: 'Open Sans', sans-serif;
}

.navigal a {
	padding: 2px;
	color: #595959;
}

.navigal a:hover,
.navigal a:focus {
	text-decoration: underline;
	color: #222;
}




/* IMAGES */

.image {
	background-color: transparent;
	padding: 4px;
	margin: 2px;
	opacity: 0.9;
	border: 1px solid #bbbbbb;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.image:hover{
	border: 1px solid #e8a23f;
	opacity: 1;
}

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

.thumbnails:hover {
	padding: 4px;
}

.thumbLink {
	padding: 8px;
	margin: 4px;
}

.strip_image {
    opacity: 1;
    padding: 4px;
    border: 2px solid #e8a23f;
    margin: 4px;
    border-style: solid;
    border-image: initial;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #fb8759;
}

.thumb {
    padding: 8px;
    margin: 4px;
}





/* H1, H2, H3 */

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

h2 { 
	font-weight: normal;
	font-size:15px;  
	color:#454545; 
}

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

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




/* HIGHLIGHT */

::selection {
	background: #e8a23f;
	color: #FFF;
}

::-moz-selection {
	background: #e8a23f;
	color: #FFF;
}




/* PAGE NAVIGATION */

.navmenu {
	margin:0; 
	padding:5px 10px; 
	background: #F4F4F4; 
	font-weight:300; 
	color:#e8a23f; 
	border:0; 
}

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

.navmenu a, .navmenu a:visited {
	display: block;
}

.navmenu:last-child {
	border:0;
}





/* FOOTER */

#footer {
	width: 100%;
	background-color: transparent;
	color: #535150;
	padding: 18px 0;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 10px;
}

#footer a {
	color: #e8a23f;
	text-decoration: none;
}

#footer a:hover {
	color: #d44e39;
	text-decoration: none;
}

#footer .svg-inline--fa { 
	color: #d44e39;
}




/* SCROLLBAR */

::-webkit-scrollbar {
	width: 11px;
	height: 8px;
	border-width: 1px 5px;
	border-style: solid;
	border-color: #FFF;
	background: #d44e39;
}

::-webkit-scrollbar-thumb {
	height: 40px;
	border: 2px solid #FFF;
	background: #e8a23f;
}





/* MISC CPG DEFAULTS */

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

textarea, select, input {
	background:#FFF;
	color:#e8a23f;
	font-size:11px;
	letter-spacing:0px;
}

.buttonlist ul li a {
	font-family: 'Cuprum', sans-serif;
	letter-spacing: 0px;
	font-size: 80%;
	border-bottom: 2px solid #e8a23f;
	color: #e8a23f;
	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: 'Cuprum', sans-serif;
	letter-spacing: 0.1em;
	font-size: 10px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #e8a23f;
	color: #e8a23f;
	margin-top: 0px;
	padding: 4px;
	margin-right: 2px;
	white-space: nowrap;
	text-transform: uppercase;
	background: #f5f5f5;
	-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: #e8a23f;
	border-bottom: #e8a23f 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: #e8a23f;
}

a:hover {
	color: #e8a23f;
}

.maintable {
	padding: 5px;
	width: 100%;
	background: #FFF;
	background: -webkit-linear-gradient(0deg, #f4f4f4, #FFF);
	background: -o-linear-gradient(0deg, #f4f4f4, #FFF);
	background: -moz-linear-gradient(0deg, #f4f4f4, #FFF);
	background: linear-gradient(0deg, #f4f4f4, #FFF);
	color: #595959;
	margin: 0 auto 40px auto;
}

.catrow_noalb,
.catrow {
	padding: 10px;
	border-bottom: 1px solid #FFF;
}

.catlink {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #535150;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	display: block;
}

.catlink a {
	color: #d44e39;
	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;	
}

.catlink a:hover {
	color: #e8a23f;
	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;	
}

.statlink {
	font-size: 10px;
	font-family: 'Open Sans', sans-serif;
}

.statlink a {
	font-family: 'Parisienne', cursive;
	color: #595959;
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
}

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

.statlink strong {
	font-weight: 400;
}

.statlink h2 {
	font-weight: 400;
}

.tableh1 {
	font-family: 'Parisienne', cursive;
	color: #595959;
	padding: 20px 10px;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 4px solid #e8a23f;
	text-transform: capitalize;
}

.tableh2 {
	padding: 8px 10px;
}

.alblink {
	display: block;
	background: #e8a23f;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 400;
}

.alblink a {
	padding-bottom: 3px;
	color: #FFF;
}

.alblink a:hover {
	color: #FFF;
}

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

.thumb_title, .thumb_caption, .thumb_resolution, .thumb_views  {
	display: inline-block; 
	margin:1px 1px; 
	padding: 5px; 
	font-size:11px; 
	width:auto; 
	border:0; 
	line-height:140%;
}

.thumb_views {
	font-size: 80%;
	line-height: 1.5;
	padding: 1px;
	color: #FFF;
	background: #e8a23f;
}

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

.thumb_resolution {
	font-size: 80%;
	line-height: 1.5;
	padding: 1px;
	color: #FFF;
	background: #e8a23f;
}

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

.thumb_caption a {
	line-height: 1.5;
	text-decoration: underline;
	color: #101010;
}

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

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 {
	background: #f5f5f5;
	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: 'Cuprum', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

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

.admin_menu {
	font-size:10px;
	padding: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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

.admin_menu a:hover {
	color: #e8a23f;
	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: 'Cuprum', 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: 'Cuprum', 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_SophieTCPG/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: 'Cuprum', sans-serif;
	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;
}