/*  

All colour values in this file are default values. Change them to your liking in the colors.css file.

*/

* {
	margin: 0;
	padding: 0;
}

#container {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 1190px;
	display: block;
}

#container {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 1190px;
	display: block;
}

#welcomeproj
{
    max-width: 1190px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#welcomebox
{
    max-width: 390px;
    display: inline-block;
    text-align: justify;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}

.first-letter{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #00010D;
    font-size: 43px; 
    line-height: 25px;
    padding: 5px;
    float: left;
    }
    
#affiliates {
    width: 360px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-bottom: 10px;
}

.aff a, .aff a:hover {
    display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
    width:70px;
    height:30px;
    line-height:15px;
    text-align: center;
    font-size: 6.5pt;
    letter-spacing:.75px;
    color: #000000;
    text-transform: uppercase;
    margin: 2px; 
    padding: 5px;
	text-shadow: none;
    text-decoration: none;
    margin-bottom:3px;
    padding-top:5px;
    background-color: #FAF9F9;
    font-weight: 600;
}

.aff b {
	font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color:#000000;
    font-size: 6.5pt;
    font-weight:600;
	text-shadow: none;
    letter-spacing:.75px;
    box-shadow:inset 0px -2px 0px #8128AC;
}

h4 {
    font-family: 'Josefin Slab', serif;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin-top: -5px;
    text-align: center;
}
    
#featuredproject
{
    width: 390px;
    display: inline-block;
    vertical-align: top;
}
    
.projbox {
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 20;
	display: block;
}

.proj {
	margin: 0 auto;
	width: 100%; height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 20;
}

.proj::before {
	content: '';
	width: 36px; height: 100%;
	position: absolute;
	left: 0; top: 0;
	margin: auto;
	display: block;
}

.proji {
	height: 100%;
	font-size: 7pt;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
	z-index: 30;
}

.proji .yr {
	width: 36px;
	padding: 10px 0;
	line-height: 100%;
	text-align: center;
	border-bottom: 2px solid;
	display: block;
}

.proji .ch {
	width: 110px;
	position: absolute;
	bottom: 0; left: 15px;
	text-align: right;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left;
}

.proji .ch span {
	padding: 10px 0 0 0;
	letter-spacing: 0.25em;
	display: inline-block;
	border-top: 2px solid;
}

.projt {
	margin: 15px auto 8px auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 800;
	font-style: italic;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	position: relative;
}

.projt span {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.projt hr {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0; bottom: 5px; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

ul.projl {
	counter-reset: li;
	margin: 15px auto;
	padding: 0px 0 0 0;
	border-top: 0px solid;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

ul.projl li {
	counter-increment: li;
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-block;
	border: none;
}

ul.projl li a {
	margin: 0; padding: 0;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	padding-right: 10px;
}

ul.projl li a:hover {
	text-decoration: none;
}    

/* MENU BAR */

#mbox {
	margin: 0 auto;	padding: 10px 0;
	background-color: #ffffff;
	color: #060606;
	width: 100%; top: 0; left: 0;
	font-family: 'Island Moments', cursive;	
	font-size: 22.25pt;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	text-transform: none;
	position: fixed;
	display: block;
	z-index: 999;
}

#menu {
	margin: 0 auto;
	border-width: 0 5px;
	border-style: solid;
	border-color: #ffffff;
	display: table;
	position: relative;
	z-index: 20;
}

#mbox ul {
	margin: 0 auto; padding: 15px;
	background-color: #fec83c;
	color: #060606;
	border: 2px solid #060606;
	display: table;
	position: relative;
	overflow-y: hidden;
}

#mbox li, footer li {
	text-align: center;
	letter-spacing: 0.075em;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

#mbox li a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#mbox li a:hover {
	color: #8128AC;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#mbox li::after {
	content: '//';
	margin: 0 1vw;
	display: inline-block;
	z-index: 25;
}

#mbox li:last-child::after, footer li:last-child::after, #lu li:last-child::after, .post-categories li:last-child::after, ul.projl li:last-child::after { display: none; }

#mbox ul ul { margin: 0; padding: 10px 15px; background-color: #ffffff; display: none; position: absolute; border-width: 2px; border-style: solid; border-color: #060606; }
#mbox ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; z-index: 30 !important; }
#mbox ul ul li:last-child { border: none; }
#mbox li:hover > ul { display: flex; flex-direction: column; }
#mbox li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 1px 1px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#mbox ul ul li::before { content: '//'; margin: 0 1vw 0 0; display: inline-block; z-index: 25; }
#mbox ul ul li::after { display: none; }

#mbox hr {
	width: 100%;
	height: 6px;
	background-color: #060606;
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

.show-menu {
	width: 92%;
	margin: 0 auto;
	background-color: #fec83c;
	color: #060606;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 2%;
	border: 2px solid #060606;
	line-height: 100%;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

/* SITE TITLE & HEADER */

header {
	width: 1600px;
	height: 500px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 75px auto 0 auto;
	position: relative;
	z-index: 15;
}

#sbox {
	position: absolute;
	left: 0; right: 0; top: 11%;
	width: 251px; padding: 10px 0;
	background-color: #ffffff;
	color: #060606;
	margin: auto;
	display: block;
}

#site {
	margin: 0 auto; padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 21pt;
	font-weight: 800;
	font-style: italic;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: #060606;
	position: relative;
	z-index: 20;
}

#site span { font-weight: 200; }
#site h4 { color: #f05634; display: block; }

#smenu {
	max-width: 96vw;
	background-color: transparent;
	font-size: 7.25pt;
	font-weight: 400;
	line-height: 200%;
	margin: 25px auto;
	padding: 10px 2vw;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	border-width: 6px 0 1px 0;
	border-style: solid;
	border-top-color: #060606;
	border-bottom-color: #c4c4c4;
	position: relative;
}

#smenu li {
	counter-increment: li;
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0 1vw;
	display: inline-block;
	border: none;
}

#smenu li::before {
	content: counter(li, decimal-leading-zero)':';
	color: #060606;
	margin: 0 10px 0 0;
	float: left;
}

#smenu li a {
	background-color: transparent;
	color: #060606;
	text-decoration: none;
	margin: 0; padding: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#smenu li a:hover {
	color: #cd2c70;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

.admin_menu_wrapper {
	background-color: transparent;
	width: 100%;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}

.admin_menu {
	font-size: 7pt;
	font-weight: 400;
	text-align: center;
	text-transform: lowercase;
}

.admin_menu a {
	color: #858585;
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	margin: 2px 4px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.admin_menu a:hover {
	color: #060606;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;	
}

h1{
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	font-weight: 800;
    text-decoration: none;
    line-height : 120%;
    color: #060606;
    margin: 2px;
}

h2 {
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	font-weight: 800;
	padding: 0;
	text-transform: none;
}


h3 {
    font-weight: normal;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    margin: 2px;
}

h5 {
    color: #060606;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21pt;
    font-weight: 800;
    padding: 0 0 5px 0px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 120%;
    position: relative;
    border-bottom: 6px solid #060606;
    margin-bottom: 15px;
}

p {
    line-height: 21px;
}

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 {
	max-width: 98%;
	font-family: 'Roboto Mono', monospace;
	font-size: 8.25pt;
    border: 1px solid #c4c4c4;
	padding: 1%;
}

.textinput:focus { outline: none; box-shadow: none; border-color: #d45d5d; }

.listbox {
	font-family: 'Roboto Mono', monospace;
	font-size: 8.25pt;
    border: 1px solid #c4c4c4;
    vertical-align : middle;
	padding: 5px;
}

select {
    border: 1px solid #c4c4c4;
	padding: 1%;
	font-size: 8.25pt;
}

.buttonlist ul { padding: 0 10px; margin: 0; }
.buttonlist ul li { margin: 0 0 3px 0; float: none; display: inline-block; }

.button, .buttonlist ul li a {
    background-color: #060606;
    color: #ffffff;
	font-family: 'Roboto Mono', monospace;
	font-size: 7pt; font-weight: 400;
	margin: 12px 0;
    padding: 5px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
    white-space: nowrap;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.button:hover, .buttonlist ul li a:hover {
	background-color: #cd2c70;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.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: 71vw !important; }
#film table { margin: 0 auto; }
#film td { border: none; display: table-cell; }
.filmstrip_background { background-color: transparent; }
.prev_strip { text-align: left; }
.next_strip { text-align: right; }
.filmstrip_background td { padding: 0 1% !important; }
img.strip_image { padding: 0.25vw; }

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bblink a {
    color: #03a369;
    text-decoration: none;
}

.bblink a:hover {
    color: #03a369;
    text-decoration: none;
}

article {
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 0;
}

.breadh1 {
	background-color: #fec83c;
	margin: auto; padding: 10px; 
	text-align: center;
	display: table;
	border-spacing: 0;
	border: 0px solid #060606;
}

.breadstat  {
	color: #060606;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12pt;
	display: inline-block;
	position: relative;
	z-index: 25;
	box-shadow: 0 -4px #8128AC inset;
}

.breadstat a {
	margin: 0 5px;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.breadstat a:hover {
	color: #060606;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.etable {
	background-color: transparent;
    padding: 5px 0;
} 

.album_stat {
	line-height: 24px;
	padding: 0 10px;
}

.tableb_alternate p { padding: 0 10px; }

.thumbnails {
	background-color: transparent;
	padding: 3vh 1vw;
	vertical-align: top;
	border: none;
}

.thumbnails table {
	border: none;
	border-collapse: collapse;
}

.thumbnails table td {
	padding: 0;
	border: none;
}

.thumb_filename {
    font-size: 80%;
    display: block;
}

.thumb_title {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
}

.thumb_title_views, .thumb_caption, .thumb_resolution {
	background-color: transparent;
	color: #060606;
	margin: 4px 0; padding: 5px;
	font-size: 7pt;
	line-height: 100%;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.thumb_title_views { background-color: #c4c4c4;}
.thumb_resolution { background-color: #fec83c; }
.thumb_caption { background-color: #ffbdb8; }

.thumb_caption a {
    text-decoration: none;
    color: inherit;
}

.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: none;
}

.sortorder_cell {
    background: transparent ;
	font-size: 7pt !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell span { padding: 0; border: none; }

.sortorder_options {
	font-family: 'Roboto Mono', monospace !important;
	font-size: 7pt !important;
    background : transparent ;
    margin: 0px;
    font-weight: 400;
    white-space: nowrap;
}

.navmenu {
	background-color: transparent;
	font-size: 7pt;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu img {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 1px;
    margin-left: 0px;
}

.navmenu1 {
	background-color: transparent;
	font-size: 7pt;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 3px;
	border-style: none;
}

.navmenu2 {
    color: #060606;
	font-size: 7pt;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 5px 0 5px;
	border-style: none;
}

.tableh1 a {
	background: transparent;
	margin: 0px;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.tableh1 a:hover {
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.navmenu a {
	background: transparent;
	margin: 0px 3px;
	padding: 0px;
	font-weight: 700;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.navmenu a:hover {
	color: #cd2c70;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s 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: 4px 8px;
}

/* pseudo-classes for image links */
a:link .image, a:visited .image {
	background-color: transparent;
	padding: 3px; margin: 3px;
	opacity: 1;
	border: 1px solid #c4c4c4;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

a:focus .image, a:hover .image, a:active .image {
	opacity: 0.95;
	border-color: #060606;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

/* 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;
}

.stath1 {
	background-color: transparent;
	font-size: 7pt;
	padding: 10px 2%;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

.statlink, .statlink1 {
    background: transparent;
	color: inherit;
	font-size: 12pt;
}

span.statlink::before { display: none; }
.statlink2 {
    background: transparent;
	padding: 0 !important;
	font-size: inherit;
}

.statlink2 strong { font-weight: 700; }

.alblink {
    background-color: transparent;
	padding: 10px 0;
	display: block;
	border-width: 1px 0;
	border-style: solid;
	border-color: #060606;
	position: relative;
	z-index: 20;
}

.alblink::before {
	content: '';
	margin: 2px 10px 0 0;
	width: 0; height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid #b1f5bc;
	border-bottom: 6px solid transparent;
	display: inline-block;
	position: relative;
	float: left;
}

.alblink a  {
	color: #060606;
	margin: 0; padding: 0 5px;
	text-transform: none;
    text-decoration: none;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.alblink a:hover {
	color: #060606;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.catrow_noalb, .catrow {
	background-color: transparent;
    padding: 15px 0;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0;
	border-bottom: 1px solid #c4c4c4;
}

.catrow .image {
border: 0px solid #000000!important;}

.catlink {
    display: table;
	background-color: transparent;
    font-family: 'Josefin Slab', serif;
	font-size: 15pt; font-weight: 700;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin-bottom: 12px;
	position: relative;
}

.catlink a {
	color: #060606;
	text-decoration: none;
	position: relative;
	z-index: 20;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.catlink a:hover {
	box-shadow: 0 -11px #c4c4c4 inset;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.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;

}

span#album_listbox_wrapper::after { display: none; }
.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;
}

.toolwrap { background-color: #e5e5e5; }
#cpgMessage {
	margin: 12px auto;
	text-align: center;
	max-width: 100%;
}

#cpgChooseLanguageWrapper {
    float:left;
}

#cpgChooseThemeWrapper {
    float:left;
}

/** 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;
}

#sort .tableb { border-color: #f9f9f9; }

/**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: 5px 0;
    border-bottom: 1px solid #c4c4c4;
}

table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: none;
    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, .detail_collapse_all, .detail_expand_all, .detail_toggle_all {
	font-size: inherit;
	text-shadow: none;
}

/* FOOTER */

footer {
	border-width: 6px 0 1px 0;
	border-style: solid;
	border-top-color: #060606;
	border-bottom-color: #c4c4c4;
	margin: 25px auto; padding: 10px 0;
	display: block;
	position: relative;
	z-index: 25;
}

footer ul {
	counter-reset: li;
	color: #060606;
	font-size: 11px;
	font-weight: 700;
	display: table;
	text-align: center;
	text-transform: uppercase;
	border-spacing: 1vw 0;
	position: relative;
	z-index: 25;
	margin: auto;
}

footer ul li {
	counter-increment: li;
	font-size: 7.25pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	display: inline-block;
	align-items: center;
	position: relative;
	z-index: 20;
}

footer ul li a {
	color: inherit; 
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

footer ul li a:hover {
	color: #cd2c70;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

footer ul li::after {
	content: '';
	margin: 0 1vw;
	background-color: #fec83c;
	width: 7px; height: 7px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 25;
}