<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
10kBeats Premade 16: Alpha - Gallery CSS
*/

/*
Main accent (pink): #cfb2b9
Secondary color (light orange): #e1ccc2
Primary elements background color (black): #303030
Main text color: #8a8988
*/

* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {background-color:#f7f6f5;height: 10px;width: 10px;}
::-webkit-scrollbar-thumb {background-color:#303030;height:10px; border: 4px solid #f7f6f5;}

body {
	background-color: #f7f6f5;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #8a8988;
	line-height: 18px;
}

#wrapper {
	margin: 0px auto;
	width: 100%;
	background-image: url("images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#container {
	margin: 20px auto 0 auto;
	width: 100%;
	max-width: 1100px;
	display: table;
}

#header {
	width: 100%;
	height: 550px;
	background-image: url("images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	position: relative;
}

#footer {
	clear: both;
	width: 100%;
	padding: 0;
	display: block;
	margin: 20px auto;
	position: relative;
}

#footer hr {
	background-image: url("images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 20px auto;
	width: 100%;
	height: 4px;
	border: none;
}

#fcontent {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
	color: #8a8988;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #fcfbfa;
	display: block;
}

#flinks {
	margin: 0 auto 10px auto;
	padding: 0;
	line-height: inherit;
	text-align: center;
	position: relative;
	display: block;
}

#flinks i {
	background-color: transparent;
	color: #8a8988;
	line-height: 100%;
	font-size: 10px;
	margin: 0 4px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#flinks i:hover {
	color: #cfb2b9;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#fcontent span {
	color: #8a8989;
	padding: 0 10px;
	letter-spacing: 0.25em;
}

#fcontent a {
	color: #cfb2b9;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#fcontent a:hover {
	color: #8a8988;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#topbar {
	width: 100%;
	background-color: transparent;
	padding: 0;
	top: 0; left: 0;
	display: table;
	margin: 25px auto;
	position: absolute;
	z-index: 30;
}

#site {
	background-color: #303030;
	color: #ffffff;
	padding: 0 25px;
	height: 50px;
	line-height: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	float: left;
}

#site span, .show-menu span { margin: 0 5px; color: #cfb2b9; }

#mbox {
	background-color: #303030;
	color: #616161;
	padding: 0 25px 0 10px;
	height: 50px;
	line-height: 50px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	float: right;
}

#mbox ul {
	counter-reset: li;
	margin: 0px !important;
}

#menu {
	display: inline-block;
	padding: 0;
}

.menu { display: inline; }

#mbox li {
	text-align: center;
	text-shadow: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

#mbox li a {
	color: #ffffff;
	padding: 0 12px;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#mbox li a:hover {
	color: #cfb2b9;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#menu li:after {
	content:'/';
	position: relative;	
}

#menu li:last-child:after {
	content:'';
	position: relative;
	margin: 0px !important;
	display: none;
}

#social {
	margin: 0;
	padding: 0;
	line-height: inherit;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#social i {
	background-color: #ffffff;
	color: #303030;
	width: 30px; height: 30px;
	line-height: 30px;
	font-size: 10px;
	margin: 0 5px 0 0;
	border-radius: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social i:hover {
	background-color: #cfb2b9;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.show-menu {
	width: 96%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 700;
	background-color: #303030;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 12px 2%;
	line-height: 100%;
	border: none;
	display: none;
}

.show-menu i { margin: 0 10px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

#header02 {
	width: 100%;
	display: block;
}

#header02 hr {
	background-image: url("images/header.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px auto 0 auto;
	width: 100%;
	height: 4px;
	border: none;
}
#smenu {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: table;
	position: relative;
}

#smenu #lbl { width: 40%; display: table-cell; vertical-align: middle; }

#smenu #lbl h4 {
	margin: 0 0 0 20px;
	width: 200px; height: 40px;
	line-height: 40px;
	background-color: #e1ccc2;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	display: inline-block;
	position: relative;
	z-index: 25;
	float: left;
}

#smenu:before {
	content: '';
	background-color: #f0eeed;
	position: absolute;
	top: 0; left: 0;
	width: 200px; height: 100%;
	z-index: 20;	
}

#smenu #lbl span {
	display: inline-block;
	margin: 0;
	width: 200px; height: 40px;
	position: relative;
}

#smenu #lbl span hr {
	width: 100%; height: 1px;
	background-color: #e1ccc2;
	background-image: none;
	position: absolute;
	top: 0; left: 0;
	border: none;
}

#smenu #lbl span:after {
	content: '';
	background-color: #e1ccc2;
	width: 1px; height: 20px;
	position: absolute;
	top: 10px; right: 0;
	border: none;
}

#smenu ul { margin: 0; }

#smenu li {
	width: 36%;
	padding: 10px 2%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #b0afae;
	display: table-cell;
	vertical-align: middle;
	word-wrap: break-word;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.1em;
	position: relative;
}

#smenu li a {
	background-color: #f0eeed;
	color: inherit;
	margin: 3px 2px;
	padding: 2px 4px;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#smenu li a:hover {
	color: #cfb2b9;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#smenu li:after {
	content: '';
	background-color: #dedede;
	width: 1px; height: 20px;
	position: absolute;
	top: 0; bottom: 0; right: 0;
	margin: auto;
	border: none;
}

#smenu li:last-child:after {
	content: '';
	display: none;
}


.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
}

.admin_menu {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #fcfbfa;
}

.admin_menu a {
	display: inline-block;
	color: #b0afae;
	text-decoration: underline;
	padding: 0px;
	margin: 0 5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.admin_menu a:hover {
	color: #303030;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;	
}

table {
    font-size: 12px;
	border: none !important;
}

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

h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
    margin: 0px;
	color: #616161;
	padding: 5px 0px;
}


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

p {
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

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

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

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
}

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

.textinput {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    border: 1px solid #D1D7DC;
	max-width: 98% !important;
	padding: 1%;
}

.textinput:focus { outline: none; border-color: #b5c6aa; }

.listbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #D1D7DC;
    vertical-align : middle;
	padding: 5px;
}

.buttonlist ul li { margin: 0 0 3px 0; }

.button, .buttonlist ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
	font-weight: 700;
	background-color: #f0eeed;
	color: #b0afae;
	padding: 2px 4px;
    margin-right: 3px;
    white-space: nowrap;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #f0eeed;
	color: #cfb2b9;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.selected {
	color: #0d0d0d;
}

.radio {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

.checkbox {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    vertical-align : middle;
}

#film { width: 75vw !important; }
#film table { margin: 0 auto; }
#film td { margin: 0 3px; display: inline-block; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

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

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

.gall {
	width: 100%;
	margin: 0 auto;
}

.maintable {
    background-color: #fcfbfa;
    margin: 10px auto;
	padding: 15px 2%;
}

.tableh1 {
	background-color: transparent;
	color: #616161;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
    padding: 5px 0 0 0;
	text-transform: none;
	text-shadow: 1px 1px #ffffff;
	position: relative;
}

.tableh1:after {
	content: '';
	background-image: url("images/header.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px auto 0 auto;
	width: 100%;
	height: 4px;
	position: relative;
	display: block;
}

.stath1 {
	background-color: transparent;
	color: #b0afae;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 9px;
	font-weight: 700;
    text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	padding: 10px;
	letter-spacing: 0.25em;
}

.tableh2 {
	background-color: transparent;
    color: #8a8988;
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	font-weight: normal;
    padding: 10px 0;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #f0eeed;
} 

.tableh2 strong {
	font-weight: normal !important;
}

.tableh2 a {
	color: inherit !important;
	font-size: inherit !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh2 a:hover {
	color: #cfb2b9 !important;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb, .tablef {
	background-color: transparent;
	color: #8a8988;
	padding: 1% 0;
	letter-spacing: 0.05em;
}

.tableb a, .tablef a {
	color: #bfa192;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableb a:hover, .tablef a:hover {
	color: #8a8988;
	text-decoration: none;	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.tableb p {
	font-size: 11px;
}

/* This class will be used in conjunction with class tableb: attributes not particularly (re)-assigned will be taken into account from tableb. */
/* It is being used to accomplish alternating row colors for lists. */
/* It's recommended to only assign another background color that slightly differs from the one defined in tableb */
.tableb_alternate {
    background: #fcfcfc;
}

.catrow_noalb, .catrow {
	background-color: transparent;
    color: #8a8988;
    padding: 1.5vh 0;
	margin-bottom: 2px;
	font-family: 'Arimo', sans-serif;
	font-size: 12px !important;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0.05em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #f0eeed;
}

.album_stat {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 10px;
	font-style: italic;
    margin: 5px 0px;
	color: #8a8988;
	line-height: 21px;
	text-transform: lowercase;
	text-shadow: 1px 1px #ffffff;
	letter-spacing: 0;
}

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

.thumb_title, .thumb_title_title {
	font-family: 'Arimo', sans-serif;
    font-size: 12px;
    font-weight: normal;
	letter-spacing: 0.05em;
	margin: 5px 0;
    padding: 0 1%;
    display: block;
	color: #8a8988;
	text-shadow: 1px 1px #ffffff;
}

.thumb_title_views {
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	background-color: #303030;
	color: #ffffff;
	text-shadow: none;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 0.25em;
	display: inline;
}

.thumb_resolution {
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	background-color: #303030;
	color: #e1ccc2;
	text-shadow: none;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 0.25em;
	display: inline;
}

.thumb_caption {
	margin: 5px 0;
	padding: 3px 5px;
	background-color: #e1ccc2;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	word-wrap: break-word;
	letter-spacing: 0.25em;
	display: inline;
	z-index: 20;
}

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

.thumb_caption .fa, .thumb_title .fa {
	font-size: 10px;
	font-weight: normal;
	margin: 0 5px 0 0;
}

.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-weight : bold;
    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: #000000;
}

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

.sortorder_cell {
    background: transparent ;
	font-size: 11px !important;
    color: #b0afae;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_options {
    font-family: 'Helvetica', sans-serif;
	font-size: 11px !important;
    background : transparent ;
    color: #b0afae;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 11px;
    white-space: nowrap;
}

.navmenu, .navmenu1 {
	background-color: transparent;
	color: #b0afae;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 9px;
	font-weight: 700;
    text-transform: uppercase;
	text-shadow: 1px 1px #ffffff;
	padding: 10px 3px;
	border-style: none;
	letter-spacing: 0.1em;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.tableh1 a {
	background: transparent;
	color: #fcfcfc;
	margin: 0px;
	text-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.tableh1 a:hover {
	color: #c8e0d2;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.navmenu1 a {
	font-weight: bold;
	background: transparent;
	color: #b0afae;
	margin: 0px 3px;
	padding: 0px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.navmenu1 a:hover {
	color: #303030;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.admin_float {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 6px;
    max-height:1.5em;
    display: inline-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;
}

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

.image {
    border: none;
    margin: 5px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
	padding: 4px;
	border: 1px solid #f0eeed;
	opacity: 0.95;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

a:focus .image, a:hover .image, a:active .image {
	background-color: #ffffff;
	border: 1px solid #cfb2b9;
	opacity: 0.85;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

/* pseudo-classes for middlethumb links */
a:link .middlethumb,a:visited .middlethumb,a:focus .middlethumb,a:hover .middlethumb,a:active .middlethumb{
    border: 4px solid #CBD7DE;
}

.imageborder {
    border: none;
    background-color: #FFFFFF;
    margin-top: 3px;
    margin-bottom: 3px;
}

.display_media {
    background: transparent;
    padding: 10px;
}

.thumbnails {
	background-color: transparent;
	padding: 0;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 10px 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #f5f5f5;
}

.statlink {
	background-color: transparent;
	color: #616161;
	padding: 5px;
}

.statlink a {
    text-decoration: none;
	color: inherit;
	padding: 3px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.statlink a:hover {
	color: #cfb2b9;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.statlink2 {
    background: transparent;
	color: inherit;
	padding: 1%;
}

.statlink2 a {
    text-decoration: none;
	color: #b5c6aa;
	padding: 3px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.statlink2 a:hover {
	color: #b0afae;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.alblink {
    background-color: transparent;
}

.alblink a  {
	background-color: #303030;
	color: #ffffff !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px !important;
	font-weight: normal;
	text-transform: uppercase;
    text-decoration: none;
	text-shadow: none;
	padding: 3px 5px;
	display: inline;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.alblink a:hover {
	color: #e1ccc2 !important;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.catlink {
    display: table;
	background-color: transparent;
	color: #8a8988;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.05em;
    margin-bottom: 5px;
	border-bottom: 1px solid #8a8988;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.catlink a {
	background-color: transparent;
	color: inherit;
	padding: 0 0 2px 0;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.catlink a:hover {
	background-color: transparent;
	color: #cfb2b9;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.catlink .fa {
	padding: 2px;
	background-color: #cfb2b9;
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	margin: 0 6px 0 0;
	display: inline-block;
	text-shadow: none;
	text-align: center;
}

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

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

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

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

.clickable_option {
    cursor : default;

}

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

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

.pic_caption {
    color: #000666;
    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;
    font-weight: bold;
    padding-left:1px;
    padding-right:1px;
    padding-top:3px;
    padding-bottom:3px;
}

#cpgMessage {
	margin: 0px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

.filmstrip_background {
    background-color: transparent;
}

.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;
    font-weight: bold;
}

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: Arial;
    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 #fffcf2;
}

/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #fffcf2;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    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 2%;
	text-align: center;
    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: #737373;
}

.detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: 10px;
}

@media only screen and (max-device-width: 1100px), all and (max-width: 1100px) {
	body, #wrapper, #header, #container { overflow-x: hidden; }
	#wrapper { background-image: none; }
	#header { width: 100%; }
	#smenu { width: 96%; max-width: 100%; padding: 0 2%; display: block; }
	#smenu #lbl { width: 30%; }
	#smenu #lbl span { display: none; }
	#container { width: 96%; max-width: 96%; display: block; }
}

@media only screen and (max-device-width: 1000px), all and (max-width: 1000px) {
	#social { display: none; }
}

@media only screen and (max-device-width: 900px), all and (max-width: 900px) {
	#topbar { margin: 0 auto; position: relative; }
	#site { display: none; }
	#mbox { width: 100%; max-width: 100%; padding: 0; height: auto; font-size: 12px; line-height: 100%; margin: 0 auto; border: none; border-radius: 0; display: block; float: none; }
	#menu { width: 100%; padding: 0; }
	#mbox ul { position: static; display: none; }
	#menu li { margin: 0px; }
	#mbox li {  width: 96%; background-color: transparent; color: #ffffff; text-decoration: none; text-transform: uppercase; text-align: left; text-shadow: none; padding: 12px 2%; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 700; border-bottom: 1px solid #616161; z-index: 30; }
	#mbox li a { color: #ffffff; padding: 0 0 0 6px; }
	#menu li:after { display: none; }
	#menu li:before { content: 'â™¦'; margin: 0; position: relative; display: inline; }
	.show-menu { display:block;	}
	#film { width: 75vw !important; }
	#film td { display: table-cell; }
	.thumbnails .image, img.image, #film img, #film a { max-width: 12vw!important; height: auto; }
	.display_media img { max-width: 65vw !important; }
	.thumb_title, .catrow, catrow_noalb, .tableb, .tablef { font-size: 11px; }
	.thumb_caption, .thumb_title_views, .thumb_resolution { font-size: 8px; }
    .tableh1 a, .alblink a { font-size: 90% !important; }
    #tabsMenu .navmenu a { display: none!important; }
    #tabsMenu .navmenu span { display: block!important; }
    #tabsMenu .navmenu a { display: block!important; }
    #tabsMenu .navmenu span { display: block!important; }
	.stath1 { padding: 10px 5px; font-size: 9px; }
	.navmenu, .navmenu1 { font-size: 9px; padding: 10px 0; }
	.navmenu a, .navmenu1 a { margin: 0; }
    .catrow_noalb table,.catrow table  { font-size: 12px!important; }
	.sortorder_options { font-size: 100%; }
	span#tabs_dropdown_span { display: none; }
}

@media only screen and (max-device-width: 850px), all and (max-width: 850px) {
	#smenu #lbl, #smenu:before { display: none; }
	#smenu li { width: 96%; padding: 0; text-align: center; display: block; }
	#header02 { margin: 10px auto 0 auto; }
	.thumb_title, .thumb_caption, .thumb_title_views, .thumb_resolution { padding: 1px; }
}

@media only screen and (max-device-width: 650px), all and (max-width: 650px) {
	#header { background-image: none; width: 100%; height: auto; line-height: 100%; }
	.image { margin: 5px 0; }
}

@media only screen and (max-device-width: 500px), all and (max-width: 500px) {
	.tableh1, .catrow, .catrow_noalb { font-size: 11px; }
	.button, .buttonlist ul li a { padding: 1px; }
	.buttonlist ul li { margin: 0; }
}

@media only screen and (max-device-width: 360px), all and (max-width: 360px) {
    table  { font-size: 11px !important; }
	.catlink { font-size: 12px; }
}</pre></body></html>