/* dCodes Framework */
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 50px;
	font-family: "PT Sans Narrow", Arial;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 8px;
	color: #333;
}
h2 {
	font-size: 12px;
	font-family: "Arial";
	color: #333;
	margin-left: 50px;
	margin-top: -10px;
	margin-bottom: 8px;
}
body {
	background: #fff url(background-light.png) repeat center center;
	font-family: "PT Sans Narrow", "Arial", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	overflow: hidden;
}
.pp_loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -35px 0px 0px -35px;
	background: #fff url(loader.gif) no-repeat center center;
	width: 70px;
	height: 70px;
	z-index: 999;
	opacity: 0.7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.pp_next, .pp_prev {
	cursor: pointer;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	position: fixed;
	text-align: center;
	border: 1px solid #666;
	color: #333;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.pp_next {
	right: -40px;
	background: #666 url(next.png) no-repeat center center;
}
.pp_prev {
	left: -40px;
	background: #666 url(prev.png) no-repeat center center;
}
#pp_thumbContainer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 65px;
	width: 100%;
}
#pp_thumbContainer .album {
	position: absolute;
	width: 200px;
	height: 65px;
	bottom: -90px;
}
.album .descr, .pp_back {
	position: absolute;
	bottom: 0px;
	left: -16px;
	background: #666;
	text-align: center;
	border: 1px solid #666;
	padding: 5px;
	cursor: pointer;
	width: 169px;
	color: #fff;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
	opacity: 0.8;
}
.pp_back {
	text-transform: uppercase;
	bottom: 120px;
	left: -100px;
	width: 80px;
}
#pp_thumbContainer .content {
	position: absolute;
	top: 0px;
	height: 155px;
	cursor: pointer;
}
#pp_thumbContainer img {
	border: 5px solid #fff;
	-moz-box-shadow: 1px 1px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
}
#pp_thumbContainer .content span {
	display: none;
}
.pp_preview {
	position: fixed;
	top: 150%;
	left: 50%;
}
.pp_preview img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 10px solid #fff;
	border-bottom: 45px solid #fff;
	-moz-box-shadow: 1px 1px 7px #ccc;
	-webkit-box-shadow: 1px 1px 7px #ccc;
	box-shadow: 1px 1px 7px #ccc;
}
.pp_descr {
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	color: #00021c;
	font-family: "PT Sans Narrow", "Arial", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
}
span.reference {
	font-family: Arial;
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 15px;
}
span.reference a {
	font-family: "PT Sans Narrow", "Arial", "Trebuchet MS", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.taheader {
	font-family: "Arial", "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	background: #ccc;
	padding: 6px;
	opacity: 0.5;
	-moz-box-shadow: 1px 0px 5px #999;
	-webkit-box-shadow: 1px 0px 5px #999;
	box-shadow: 1px 0px 5px #999;
}
.taheader:hover {
	opacity: 0.9;
}
.taheader a {
	text-decoration: none;
	line-height: 18px;
	padding: 0 4px;
	color: #333;
}
.taheader a:hover {
	color: #666;
	text-decoration: underline;
}
.taheader a span {
	font-weight: bold;
	font-size:17px;	
}
.taheader span.right_ab {
	float: right;
}
.content {
	margin: 0px 25px 30px 25px;
}
@media screen and (max-width: 640px) {
.taheader a {
	display: block;
	text-align: center;
	font-size: 10px;
	text-shadow: none;
}
.taheader span.right_ab {
	float: none;
}
}
