/*
Theme Name: GD_TreadawayCPG v1
Theme URI: harrytreadwayfans.org & luketreadwayfans.uk
Description: Coppermine theme designed by Gratrix Designs for Treadaway Online
Version: 1.0
Author: Gratrix Designs
*/




/* HEADER & BODY */

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

body {
	margin: 0;
	color: #888;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	background-color: #faf9f7;
	line-height: 20px;
	text-align:justify;
}




/* CONTAINER & WRAPPER*/

#container, .wrapper { 
	margin: 0 auto; 
	overflow: hidden;
	max-width: 100%; 
}

#container {
        background-color:#FFF;
        z-index:1;
	overflow:hidden;
	padding:0px;
	margin: 0 auto;
	width:1000px; 
        -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.25);
}




/* NAVIGATION */

#navigation { 
	padding: 15px 30px;
	max-width: 100%;
	background: #FFF; 
	border-bottom: 1px solid #E1E1E1; 
	text-transform: uppercase;
}

#navigation a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 10pt;
	color: #454545;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation a:hover { 
	color: #c1a89d; 
	-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; 
}

a.menu-link {
	color: #3f6680!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;
}

.navigal { 
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-size:12px; 
	color: #FFF;
}

.navigal a { 
	color:#3f6680!important; 
	border-bottom: 2px solid #3f6680;
}

.navigal a:hover { 
	text-decoration:none; 
}




/* IMAGES */

.image {
	border: 4px #ffffff solid;
	margin: 3px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	-webkit-box-shadow: 0 0 10px 0 #e3e2d8;
	box-shadow: 0 0 10px 0 #e3e2d8;
}

.image:hover{
	border: 4px #c1a89d solid;
	margin: 3px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	-webkit-box-shadow: 0 0 10px 0 #e3e2d8;
	box-shadow: 0 0 10px 0 #e3e2d8;
}

.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: 'Oswald', sans-serif;
	text-decoration: none;
	line-height : 120%;
	color: #3f6680;
	margin: 2px;
}

h2 { 
	font-weight: normal;
	font-size:14px;  
	color:#FFF; 
	text-transform:uppercase; 
}

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

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




/* QTIP */

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




/* TEXT FORMATS */

strong{
	color: #c1a89d; 
}

b{         
	color: #c1a89d; 
}

u{
	color: #3f6680;
}

s{
	color: #3f6680; 
}

p {
	padding:0px;padding-bottom:10px;margin:0px;
}




/* PAGE NAVIGATION */

.navmenu {
	margin:0; 
	padding:5px 10px; 
	background: #3f6680; 
	font-weight:300; 
	color:#FFF; 
	border:0; 
	border-right: 1px solid #FFF;
}

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

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

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




/* HIGHLIGHT */

::selection {
	background: #3f6680;
	color: #FFF;
}

::-moz-selection {
	background: #3f6680;
	color: #FFF;
}




/* FOOTER */

#footer {
	clear: both; 
	width: 100%; 
	padding: 9px 0; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 13px; 
	background: #FFF; 
	border-top: 1px solid #E1E1E1;
}

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

#footer .inner {
	padding: 15px; 
	overflow: hidden; 
	margin: 0 auto; 
	max-width: 1000px;
}

#footer .credit {
	display: inline-block; 
	float: left; 
	text-transform: uppercase; 
	font-family: 'Oswald', sans-serif; 
	color: #888;
}

#footer .nav {
	display: inline-block; 
	float: right; 
	text-transform: uppercase; 
	font-family: 'Oswald', sans-serif;
}

#footer .desc {
	width: 100%; 
	padding: 9px 0; 
	text-decoration: none; 
	font-weight: 300; 
	font-size: 13px; 
	color: #888;
}




/* 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: #3f6680;
	border: 1px solid #FFF;
	border-top: none;
	border-bottom: none;
}

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




/* MISC */

ul, ol {
	margin-left: 5px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}

ul li {
	list-style-type: disc;
}

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

.listbox {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	border: 1px solid #F2F3EF;
	vertical-align : middle;
}

.radio {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	vertical-align : middle;
}

.checkbox {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	vertical-align : middle;
}

a {
	color: #c1a89d;
	text-decoration: none;
}

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

input, .textinput, select {
	max-width: 100%;
	padding: 5px;
	border: 1px solid #DDD;
	background: #FFF;
	color: #3f6680;
}

.button, .buttonlist ul li a {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
	font-size: 9px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 2px solid #c1a89d;
	color: #c1a89d;
	margin-top: 0px;
	padding: 4px;
	margin-right:2px;
	white-space: nowrap;
	text-transform: uppercase;
	background: #FFF;
}

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

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

.maintable {
	padding:10px 10px; 
}

.tableh1 {
	background:#3f6680; 
	color: #FFF;
	ffont-family: 'Source Sans Pro', sans-serif;
	line-height:110%; 
	font-size:14px;
	text-transform:uppercase;
	padding: 13px 10px 10px 10px;
	letter-spacing: 1px;	
}

.tableh1 a, .tableh1 a:visited {
	color:#FFF; 
	text-decoration: none;
}

.tableh1 a:hover {
	color:#FFF; 
	text-decoration: none;
}

.tableh2 {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 4px;
}

.tableb {
	margin:0px;
	padding:0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #888;
}

.tableb_alternate {
}

.tablef {
	padding: 10px; 
	background:#FFF; 
	font-size:13px;
}

.catrow_noalb, .catrow {
    font-family: lato;
    letter-spacing: 1px;
    font-size: 13px;
    color: #c1a89d;
    padding: 10px;
    border-bottom: 1px solid #DCDCDC;
}

.album_stat {
	color: #848484;
	font-size : 12px;
	margin: 5px 0px;
}

.thumb_filename {
	font-size: 11px; 
	color:#AAA;
	background:#313131;
	margin-bottom:2px;
	display: block;
}

.thumb_title {
	margin-bottom:2px;
	font-size: 11px; 
	color:#666;
	background:#F2F2F2;
	padding: 4px;
	display : block;
}

.thumb_caption {
	padding: 4px;
	font-size: 11px; 
	text-transform:uppercase;
	font-weight:normal;
	color:#FFF;
	background:#454545;
	margin-bottom:2px;
	display : block;
}

.thumb_caption a {
	text-decoration: underline;
	color: #FFF;
}

.thumb_num_comments {
	font-weight: normal;
	font-size: 85%;
	padding: 2px;
	font-style : italic;
	display : block;
}

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

.user_thumb_infobox th {
	font-size: 100%;
	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 {
	color: #000;
	text-decoration: underline;
}

.sortorder_cell {
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	color: #454545;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	margin: 0px;
}

.sortorder_options {
	font-family: 'Oswald', sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	letter-spacing: 0px;
}

.admin_menu {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	background: #ECECEC;
	border: 2px solid #E7E7E7;
	color: #868686;
	margin-top: 0px;
	padding: 2px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

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

.admin_menu a:hover {
	color: #868686;
	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;*/
}

#admin_menu_anim {
	background-image : url(images/button_bg_anim.gif);
}

.icon {
	vertical-align:middle;
	margin-right: 1px;
	background: transparent;
	padding: 0px;
}

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

a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
	border: 4px solid #CBD7DE;
}

.display_media {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.statlink {
	color: #FFF;
}

.statlink a {
	text-decoration: none;
	color: #FFF;
}

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

.alblink { 
	font-size: 12px;
	display:block; 
	background:#fbba8a; 
	padding: 8px 8px 8px 8px;
	text-transform:uppercase;  
}

.alblink a {
	text-decoration: none;
	color: #FFF!important;
}

.alblink a:hover {
	color: #FFF!important;
	text-decoration:none;
}

.catlink {
	font-family: 'Kameron', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	color: #3f6680;
	text-decoration: none;
	display: block;
	font-weight: 400;
}

.catlink a {
	text-decoration: none;
	color: #3f6680;
}

.catlink a:hover {
	color: #c1a89d;
	text-decoration: none;
}

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

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

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

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

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

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

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

.clickable_option {
	cursor : default;

}

.listbox_lang {
	font-family: 'Oswald', sans-serif;
	color: #72C9C6;
	background-color: #F2F5F7;
	border: 1px solid #D1D7DC;
	font-size: 80%;
	vertical-align : middle;
}

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

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

.important {
	/* background-image : url(images/important.gif); */
	color: red;
	padding-left:1px;
	padding-right:1px;
	padding-top:3px;
	padding-bottom:3px;
}

#cpgChooseLanguageWrapper {
	float:left;
}

#cpgChooseThemeWrapper {
	float:left;
}

.filmstrip_background {
}

.prev_strip {
	text-align: left;
}

.next_strip{
	text-align: right;
}

/** Swfupload css **/
div.fieldset {
	border:  2px solid #0E72A4;
	margin: 10px 0;
	padding: 20px 10px;
}

div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -30px;
	background-color: #8AA5B5;
	color: #FFF;
}

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

input[disabled]{ 
	border: 1px solid #CCC; 
} /* FF 2 Fix */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* 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;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.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 {
	margin-left: 100px;
	font-size: 12px;
	line-height: 100%;
	text-decoration: underline;
	cursor: pointer;
	display: none;
	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: #848484;
	font-size: 11px;
	padding: 7px;
}

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