@CHARSET "ISO-8859-1";

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #ECE7E2;
}
img {
	border: 0;
}
p {
	margin: 1em 0 2em 0;
}
a {
	color: #7c705a;
}
input,textarea,select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 2px;
}
h1,h2, #men a, #submen a, #thumb-page .thumb .overlay span.title, #gal-sel, #gal-menu a {
	font-family: "pt-sans-narrow",sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6E6E6E;
	margin: 1em 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #6E6E6E;
	margin: 1em 0;
}
hr {
	border: 0;
	height: 2px;
	background-color: #6E6E6E;
}

#page {
	position: relative;
}
#bg-cont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}
#bg-cont.loading {
	background: url(../images/spinner.gif) no-repeat center center;
}
.bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
#gal-controls {
	background-color: #fff;
	padding-left: 22px;
	width: 188px;
	height: 40px;
	float: left;
}
#gal-controls.hasthumbs {
	padding-left: 0;
	width: 210px;
}
#gal-titles {
	float: left;
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 15px;
	width: 400px;
	height: 30px;
}
#gal-sel {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-top: 9px;
	padding-left: 35px;
	width: 125px;
	cursor: pointer;
	color: #B0B1B1;
}
#gal-sel:hover {
	color: #fff;
	background: url(../images/gal-arrow.gif) no-repeat 19px 18px;
}
.bg-title {
	display: none;
	position: absolute;
}
#gal-controls .controls-sep {
	width: 4px;
	height: 40px;
	background: url(../images/line3.gif) repeat-y;
	float: left;
	margin-left: 30px;
}
#gal-controls a {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-left: 30px;
	margin-top: 13px;
}
#playpause {
	background: url(../images/play.gif) no-repeat;
}
#playpause:hover {
	background: url(../images/play2.gif) no-repeat;
}
#playpause.pause {
	background: url(../images/pause.gif) no-repeat;
}
#playpause.pause:hover {
	background: url(../images/pause2.gif) no-repeat;
}
#forw {
	background: url(../images/forw.gif) no-repeat;
}
#forw:hover {
	background: url(../images/forw2.gif) no-repeat;
}
#rew {
	background: url(../images/rew.gif) no-repeat;
}
#rew:hover {
	background: url(../images/rew2.gif) no-repeat;
}
#thumbs {
	background: url(../images/thumbs.gif) no-repeat;
	margin-left: 12px !important;
}
#thumbs:hover {
	background: url(../images/thumbs2.gif) no-repeat;
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	left: 100px;
	top: 0;
	width: 210px;
	height: 144px;
	display: block;
	text-decoration: none;
	z-index: 5;
	cursor: pointer;
}
#logo:hover, #logo.hover {
	background: url(../images/logo2.gif) no-repeat;
}
#plus {
	background: url(../images/plus.png) no-repeat;
	position: absolute;
	left: 319px;
	top: 133px;
	width: 12px;
	height: 12px;
	text-decoration: none;
	z-index: 5;
	display: none;
	cursor: pointer;
}
#plus:hover, #plus.hover {
	background: url(../images/plus2.png) no-repeat;
}
#men {
	position: absolute;
	top: 144px;
	left: 100px;
	width: 170px;
	padding: 44px 20px 22px 20px;
	background-color: #000;
	z-index: 5;
}
#men a, #submen a, #gal-menu a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 35px;
	padding-left: 35px;
	text-decoration: none;
	outline: none;
	color: #B0B1B1;
}
#men a.sel, #men a:hover {
	color: #fff;
}
#men a#men-portfolio:hover {
	background: url(../images/men-arrow.gif) no-repeat right center;
}
#men hr, #submen hr, #gal-menu hr {
	border: 0;
	height: 3px;
	margin: 0;
}
#men hr {
	background: url(../images/line1.gif) repeat-x;
}
#submen {
	position: absolute;
	top: 214px;
	left: 318px;
	width: 170px;
	padding: 22px 20px;
	background-color: #fff;
	z-index: 5;
	display: none;
}
#submen a.sel, #submen a:hover {
	color: #6E6E6E;
}
#submen hr, #gal-menu hr {
	background: url(../images/line2.gif) repeat-x;
}
#gal-menu {
	position: absolute;
	bottom: 43px;
	left: 310px;
	width: 120px;
	padding: 8px 20px;
	background-color: #fff;
	z-index: 5;
	display: none;
}
#gal-menu a {
	padding-left: 15px;
}
#gal-menu a.sel, #gal-menu a:hover {
	color: #6E6E6E;
}
#content {
	margin: 0 0 -40px 0;
	display: inline-block;
}
#footer {
	position: fixed;
	bottom: 0;
	height: 40px;
	width: 100%;
	color: #fff;
	background-color: #000;
	z-index: 4;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer .left {
	margin-left: 100px;
}
#footer .right {
	float: right;
	margin-right: 15px;
	width: 350px;
	font-size: 12px;
}
#footer .sep {
	width: 4px;
	height: 40px;
	background: url(../images/line4.gif) repeat-y;
	float: left;
}
#footer .right a#fb {
	width: 23px;
	height: 23px;
	background: url(../images/fb.gif) no-repeat;
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 9px;
}
#footer .right a#fb:hover {
	background: url(../images/fb2.gif) no-repeat;
}
#footer .right .links {
	margin-top: 13px;
}

a.back {
	float: right;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 8px;
}

.entry-list-pic {
	float: left;
	width: 210px;
	margin: 25px 25px 25px 0;
}
.entry-list-text {
	float: left;
	width: 481px;
	margin: 25px 0;
}
.entry-tage {
	position: relative;
}
.entry-tage-list-text {
	margin: 25px 0;
}
h2.entry-tag {
	margin-top: 40px;
}

.text {
	max-width: 560px;
	margin-top: 235px;
	margin-left: 340px;
	padding-bottom: 40px;
	padding-right: 20px;
	position: relative;
}
.text p {
	line-height: 150%;
}

#thumb-page .thumb {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	line-height: 0;
	background-color: #fff;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	position: relative;
}
#thumb-page .thumb img {
	width: 210px;
	height: 132px;
}
#thumb-page .thumb .overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	-moz-opacity:0.95;
    -khtml-opacity: 0.95;   
    opacity:0.95;
    filter:alpha(opacity=95);
	width: 170px;
	height: 62px;
    padding: 35px 20px;
    color: #4a4a4a;
    display: none;
}
#thumb-page .thumb .overlay span.title {
	font-size: 1.5em;
}
#thumb-page .thumb .overlay hr {
	margin: 0.7em 0 1em 0;
	height: 1px;
	background: url(../images/line5.png) repeat-x;
}

.bg-list .entry {
	position: relative;
	width: 210px;
	height: 132px;
	margin: 0 5px 5px 0;
}
.bg-list .entry img.thumb {
	position: absolute;
	z-index: -1;
	left: 0;
}
.admin-menu {
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 10;
}
.admin {
	background-color: #ffbb22;
	padding: 2px 5px;
	text-decoration: none;
	border: 0;
}
.move {
	float: left;
	cursor: move;
	margin-right: 5px;
}
.entry {
	margin-bottom: 5px;
}
.thumbcolor {
	border: #000 1px solid;
	display: inline;
	padding: 1px 9px;
	margin-right: 10px;
}
.err {
	color: #f00;
	font-weight: bold;
}
noscript div {
	border: 5px solid #cc1520;
	background-color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	padding: 20px;
	line-height: 200%;
	font-size: 15px;
}
#cookie-disclaimer {
	width: 100%;
	background-color: #333;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	line-height: 160%;
}
#cookie-disclaimer .inner {
	padding: 15px 29px;
}
#cookie-disclaimer a {
	color: #fff;	
}
#cookie-disclaimer img {
	float: left;
	margin-right: 15px;
	cursor: pointer;
}