body {
	background: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100% !important;
	display: block;
	position: relative;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-animation: pagein 1s;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

@-webkit-keyframes pagein {
	0% {opacity: 0;-webkit-transform: scale(1.1)}
	100% {opacity: 1;-webkit-transform: scale(1)}
}

@-webkit-keyframes fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-webkit-keyframes change {
	0% {z-index: 0;}
	70% {z-index: 99;}
	100% {z-index: 99;}
}

@-webkit-keyframes animate {
	0% {opacity: 0;}
	27% {opacity: 0;}
	28% {opacity: 1;}
	100% {opacity: 1;}
}

@-webkit-keyframes scale {
	0% {z-index: 999;-webkit-transform: scale(1) rotateZ(0deg);}
	30% {z-index: 999;-webkit-transform: scale(1.5) rotateZ(-10deg);}
	100% {z-index: 0;-webkit-transform: scale(1) rotateZ(0deg);}
}

@-webkit-keyframes scaleback {
	0% {z-index: 999;-webkit-transform: scale(1) rotateZ(0deg);}
	30% {z-index: 999;-webkit-transform: scale(1.5) rotateZ(-10deg);}
	100% {z-index: 0;-webkit-transform: scale(1) rotateZ(0deg);}
}

@-webkit-keyframes flipped {
	0% {visibility: visible;}
	50% {visibility: hidden;}
	100% {visibility: hidden;}
}

@-webkit-keyframes dropin {
	0% {top: -50px;}
	100% {top: 0;}
}

@-webkit-keyframes scalein {
	0% {-webkit-transform: scale(1.5) rotateX(60deg)}
	100% {-webkit-transform: scale(1) rotateX(0deg)}
}

@-webkit-keyframes relatein {
	0% {opacity: 0;-webkit-transform: scale(1.2)}
	100% {opacity: 1;-webkit-transform: scale(1)}
}

.scale {
	-webkit-animation-name: scale !important;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing: ease-in-out;
	-webkit-transform-origin: 50% 50%;
}

.scaleback {
	-webkit-animation-name: scaleback !important;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing: ease-in-out;
	-webkit-transform-origin: 50% 50%;
}

.animate {
	-webkit-animation-name: animate !important;
	-webkit-animation-duration: 1.5s;
	z-index: 9;
}

.animate + .back {
	z-index: 0 !important;
}

.hide {
	display: none;
}

.contact {
	position: absolute;
	display: none; 
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;	
	z-index: 99999;
	background: rgba(0,0,0,.75);
	position: fixed;
	-webkit-animation: fadein .5s;
}

.contact .close {
	position: relative;
	cursor: pointer;
	top: -25px;
	left: -30px;
	margin-bottom: -20px !important;
	width: 70px;
	text-align: center;
	line-height: 20px;
	border: 1px solid rgba(0,0,0,.5);
	height: 20px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.2), inset -1px 0 0 rgba(255,255,255,.2), 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 0 rgba(255,255,255,.05), inset 1px 0 0 rgba(255,255,255,.05), inset -1px 0 0 rgba(255,255,255,.05), 0 0 5px rgba(0,0,0,.4);
	display: block;
	background-color: #BF4848; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BF4848), to(#A11B16));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: .9;
}

.contact .close:hover {
opacity: 1;
}

.contact.show {
	display: table !important;
}

.contact.hide {
	display: none !important;
}


.contact form {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1250;
}

.contact .paper {
	margin: auto auto;
	min-height: 190px;
	width: 270px;
	background: #eee url(/wp-content/themes/^/^/mail.gif);
	padding: 15px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-animation: scalein 1.5s;
}

.contact .paper .label {
	text-transform: capitalize;
	font-size: 11px;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255, .5);
	vertical-align: top;
	width: 60px;
	display: inline-table;
	padding: 5px 0 0 0;
	text-align: right;
}

.contact .paper .input {
	border: 1px solid #000 !important;
	background: #fff;
	width: 200px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 3px 0;
	padding: 3px 0 !important;
	line-height: 12px;
}

.contact .paper .message {
	margin: 3px 0 0 0;
	max-width: 200px;
	max-height: 320px !important;
}

.contact .paper .sendbutton {
	width: 100px;
	float: right;
	height: 20px;
	border: #000 1px solid;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	margin: 3px 4px 0 0;
}

#wrapper {
	margin: 0 auto;
	padding: 60px 0 0 0;
	display: block;
	width: 100%;
}

#header {
	width: 100%;
	-webkit-transition: margin-top .5s;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.3);
	height: 240px;
	border-bottom: 1px solid rgba(0,0,0,.5);
	display: block;
	top: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 0 0 0;
	z-index: 99999 !important;
}

#header.expanded {
	margin: 0 0 0 0;
}

#header.unexpand {
	margin: -200px 0 0 0;
}

.logo {
	height: 275px;
	background: url(images/logo.png) no-repeat;
	background-position: 0 -125px;
	width: 65px;
	margin: 0 0 0 15px;
	-webkit-transition: height, background, .3s;
	z-index: 99;
	position: absolute;
}

.logo:hover {
	height: 305px;
	background-position-y: -95px;
}

.logo .fill {
	display: block;
	width: 65px;
	height: 265px;
}

.logo:hover .fill {
	height: 275px;
}

#header .bottom {
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 1 !important;
	background-color: #eee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#EAEAEA));
	border-top: 1px solid rgba(0,0,0,.3);
	margin-top: -1px;
	opacity: .95;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.9);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.9);
}

#header .bottom .current {
	float: left;
	padding-left: 90px;
	max-width: 50%;
	overflow: hidden !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	font-weight: 900;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.9) !important;
	color: #999;
}

#header .bottom .current a {
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);

}

#header .bottom .current .sub {
	color: #999;
	white-space: nowrap;
}

#header .bottom .nav {
	float: right;
	position: absolute;
	height: 40px;
	width: 250px;
	right: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.9);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.9);
}

#header .bottom .nav .button {
	border-left: 1px solid #8c8c8c;
	text-shadow: 0 1px 0 rgba(255,255,255,.9) !important;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	height: 10px;
	min-width: 32px;
	margin: 0;
	float: right;
	padding: 15px 4px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.8),inset 0 -1px 1px rgba(255,255,255,.8),inset 1px 0 1px rgba(255,255,255,.8),inset -1px 0 1px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.8),inset 0 -1px 1px rgba(255,255,255,.8),inset 1px 0 1px rgba(255,255,255,.8),inset -1px 0 1px rgba(255,255,255,.8);
	-webkit-transition: background .3s;
}

#header .bottom .nav .button:hover {
	background-color: rgba(255,255,255,.9) !important;
}

#header .bottom .nav .button:active {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 -1px 4px rgba(0,0,0,.1),inset 1px 0 4px rgba(0,0,0,.1),inset -1px 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 -1px 4px rgba(0,0,0,.1),inset 1px 0 4px rgba(0,0,0,.1),inset -1px 0 15px rgba(0,0,0,.1);
	background-color: rgba(0,0,0,.15) !important;
	-webkit-transition: background 0s;
}

#header .bottom .nav .button .dropdown {
	position: absolute;
	display: none;
	background: #fff;
	padding: 1px 1px 0 1px;
	width: 203px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 12px 0 0 -5px;
	-webkit-animation: relatein .5s;
	border: 1px solid #666;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 -1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1), inset -1px 0 0 rgba(255,255,255,1), 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1), inset 0 -1px 0 rgba(255,255,255,1), inset 1px 0 0 rgba(255,255,255,1), inset -1px 0 0 rgba(255,255,255,1);
}

#header .bottom .nav .button .dropdown.show {
	display: block;
}

#header .bottom .nav .button .dropdown a {
	height: 50px;
	display: block;
	line-height: 50px;
	overflow: hidden !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding: 0 3px;
	margin-bottom: 1px;
	font-size: 11px;
	-webkit-border-radius: 3px;
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background: #eee;
	-webkit-transition: background .25s;
}

#header .bottom .nav .button .dropdown a:hover {
	background: #ddd;
}

#header .bottom .nav .button .dropdown img {
	float: left;
	height: 40px;
	width: 40px;
	margin: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
}

#header .bottom .nav .button.next {
	margin: 0;
	background: url(images/no-next.png) center center no-repeat; 
}

#header .bottom .nav .button a img {
	border: none;
}

#header .bottom .nav .button.previous {
	border-right: none;
	background: url(images/no-previous.png) center center no-repeat; 
	margin: 0;
}


#header .tags {
	height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	border-right: 5px solid transparent;
	position: relative;
	background: url(images/head.gif) repeat;
}

#header .tags::-webkit-scrollbar {
	height: 10px;
	width: 5px;
	-webkit-border-radius: 13px;
	right: 10px;
	position: absolute;
}

#header .tags::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.5);
	-webkit-border-radius: 13px;
}

#header .tags::-webkit-scrollbar-button:start:decrement,
#header .tags::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px;
}

#header .tags .title {
	line-height: 40px;
	height: 40px !important;
	border: 1px solid transparent;
	max-width: 100% !important;
	padding: 0 0 0 85px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px 13px 5px 13px;
	display: block;
	font-size: 22px;
	color: rgba(255,255,255,.9);
	font-weight: 500;
	overflow: hidden !important;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#header .tags .list {
	padding-left: 50px !important;
	font-size: 11px;
}

#header .tags .list.single {
	padding-left: 90px !important;
}



#header .tags .list li {
	line-height: 30px;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#EAEAEA), color-stop(.5,#FAFAFA),color-stop(.5,#EFEFEF));
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	height: 30px !important;
	border: 1px solid transparent;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 5px;
	display: block;
	font-size: 11px !important;
	color: rgba(0,0,0,.9);
	-webkit-transition: top, color, -webkit-box-shadow, .25s;
	overflow: hidden !important;
	display: inline-table;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#header .tags .list li a {
	color: #000;
	width: 100%;
	height: 20px;
	display: block;
	padding: 0 10px;
	margin: 0 -10px;
}

#header .tags .list li:hover a {
	color: #666 !important;
}

#header .tags li:hover {
	color: #fff;
	position: relative;
	top: -3px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
}

.article {
	position: relative;
	top: 25px;
	padding-bottom: 25px;
}

.post-wrap {
	display: block;
	width: 240px;
	height: 240px;
	float: left;
	margin: 20px 20px;	
}

.post {
	-webkit-perspective: 1250;
	float: left;
	opacity: 1;
	background: transparent;
	-webkit-transition: opacity .3s;
}

.front .front-wrapper {
	margin: -5px 0 0 -5px;
	width: 242px;
	height: 242px;
	opacity: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 4px solid rgba(255,255,255,.5);
	-webkit-transition: opacity .2s;
}

.front .front-wrapper:hover {
	opacity: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.front.flipped  .front-wrapper {
	border: 4px solid transparent;
	-webkit-transition: border .0s;
	background: none;
}

.front .fill {
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,.9), inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.2),inset 1px 0 0 rgba(255,255,255,.2),inset -1px 0 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.7),0 -1px 0 rgba(0,0,0,.7),1px 0 0 rgba(0,0,0,.7), -1px 0 0 rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 0 4px rgba(255,255,255,.9), inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(255,255,255,.5),inset 1px 0 0 rgba(255,255,255,.5),inset -1px 0 0 rgba(255,255,255,.5), 0 1px 0 rgba(0,0,0,.7),0 -1px 0 rgba(0,0,0,.7),1px 0 0 rgba(0,0,0,.7), -1px 0 0 rgba(0,0,0,.7);
	-webkit-transition: opacity .2s;
	opacity: 0;
}

.front .front-wrapper:hover .fill {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: -4px;
	opacity: 1;
	width: 250px;
	height: 250px;
}

.front.flipped .front-wrapper .fill {
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,.0), inset 0 1px 0 rgba(255,255,255,.0),inset 0 -1px 0 rgba(255,255,255,.0),inset 1px 0 0 rgba(255,255,255,.0),inset -1px 0 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.0),0 -1px 0 rgba(0,0,0,.0),1px 0 0 rgba(0,0,0,.0), -1px 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: inset 0 0 4px rgba(255,255,255,.0), inset 0 1px 0 rgba(255,255,255,.0),inset 0 -1px 0 rgba(255,255,255,.0),inset 1px 0 0 rgba(255,255,255,.0),inset -1px 0 0 rgba(255,255,255,.0), 0 1px 0 rgba(0,0,0,.0),0 -1px 0 rgba(0,0,0,.0),1px 0 0 rgba(0,0,0,.0), -1px 0 0 rgba(0,0,0,.0);
	-webkit-transition: -webkit-box-shadow .0s;
}

.front {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-name: change;
	-webkit-transition: -webkit-transform 1.5s ease;
	cursor: pointer;
	height: 240px;
	background-color: #000;
	background-position: center center !important;
	position: absolute;
	width: 240px;
	z-index: 9999;
	background-repeat: repeat;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.2), inset -1px 0 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.7), 0 -1px 0 rgba(0,0,0,.7), 1px 0 0 rgba(0,0,0,.7),  -1px 0 0 rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.2), inset -1px 0 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.7), 0 -1px 0 rgba(0,0,0,.7), 1px 0 0 rgba(0,0,0,.7),  -1px 0 0 rgba(0,0,0,.7);
}

.shine {
	pointer-events: none;
	background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(rgba(255,255,255,.65)), to(rgba(255,255,255,.0)), color-stop(.5,rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.0))) no-repeat;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	width: 238px;
	height: 238px;
	opacity:.9;
	-webkit-transition: background-position 1.5s, opacity .9s;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,1)), color-stop(.8,rgba(255,255,255,.0)));
	background-position: 0 -20px;
}

.post:hover .shine {
	opacity: 1;
}

.flipped .shine {
	background-position: -300px -300px;
}

.front .title {
	position: absolute;
	bottom: 105px;
	left: 5px;
	color: #eee;
	font-style: oblique;
	background: rgba(0,0,0,.85);
	font-weight: bold;
	width: 220px;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	opacity: 0;
	height: 25px;
	text-shadow: 0 1px 5px rgba(0,0,0,.9);
	line-height: 25px;
	display: block;
	z-index: -99 !important;
	cursor: default;
	-webkit-transition: opacity .3s;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 -1px 0 rgba(255,255,255,.1), 1px 0 0 rgba(255,255,255,.1), -1px 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 -1px 0 rgba(255,255,255,.1), 1px 0 0 rgba(255,255,255,.1), -1px 0 0 rgba(255,255,255,.1);
}

.front .title span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 185px;
	display: block;
	margin: 0 auto;
}

.front:hover .title {
	opacity: 1;
}

.flipped .title {
	opacity: 0 !important;
	-webkit-transition: opacity .6s;
}

.flipped {
	-webkit-animation-duration:.75s;
	-webkit-animation-name: flipped;
	-webkit-transform: rotateX(180deg);
	visibility: hidden;
}

.flipped + .back{
	-webkit-animation-duration:.75s;
	-webkit-animation-name: change;
	-webkit-transform: rotateX(180deg);
	display: block;
	z-index: 999;
	background-position: 0px 0px !important;
}

.back {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.55);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.55);
	-webkit-transform: rotateX(0deg);
	-webkit-transition: -webkit-transform 1.5s, -webkit-box-shadow .3s, background-position 1.5s;
	background: url(images/head.gif);
	display: block;
	height: 240px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	width: 240px;
	z-index: -9;
}

.back .fill {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(images/head.gif);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.2), inset -1px 0 0 rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.2), inset 1px 0 0 rgba(255,255,255,.2), inset -1px 0 0 rgba(255,255,255,.2);
	-webkit-transform: rotateX(180deg);
	color: #333;
	font-size: 30px;
	height: 238px;
	padding: 0;
	width: 238px;
}

.back .scroll-area {
	margin: 0 auto;
	height: 202px;
	width: 230px;
	background: url(images/head.gif);
	overflow-y: auto;
	overflow-x: hidden;
}

.back .scroll-area::-webkit-scrollbar {
	height: 10px;
	width: 5px;
	-webkit-border-radius: 13px;
	right: 10px;
	position: absolute;
	margin-right: 10px;
}

.back .scroll-area::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.6);
	-webkit-border-radius: 13px;
}

.back .scroll-area::-webkit-scrollbar-button:start:decrement,
.back .scroll-area::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px;
}

.back .scroll-area .sub a {
	color: #333;
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	padding: 0 3px;
}

.back .scroll-area a:hover {
	color: #eee;
	background: rgba(0,0,0,.7);
}

.back .title {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
}

.back .title h3 {
	margin: 0;
	background: url(images/head.gif);
	padding: 0;
	font-weight: bold;
	padding: 20px 5px 0 10px;
	font-size: 18px;
	text-shadow: 0 0 5px rgba(255,255,255,1);
}

.back .title .sub {
	border-top: 1px dashed rgba(0,0,0,.5);
	border-bottom: 1px dashed rgba(0,0,0,.5);
	margin: 5px 10px 10px 10px;
	font-style: oblique;
	padding: 0;
	line-height: 15px;
	font-weight: bold;
	color: #666;
	padding: 7px 0;
	font-size: 11px;
}

.back .tags  {
	padding: 0 10px 60px 10px !important;
}

.back .tags a {
	color: rgba(0,0,0,.6);
	height: 20px;
	display: block;
	padding: 0 10px;
	line-height: 20px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#EAEAEA), color-stop(.5,#FAFAFA),color-stop(.5,#EFEFEF));
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), 1px 0 0 rgba(0,0,0,.1), -1px 0 0 rgba(0,0,0,.1);
	height: 20px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	float: left;
	margin: 2px;
	font-size: 11px !important;
	overflow: hidden !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
}


.back .tags a:hover {
	color: #fff !important;
	border-color: #aaa !important;
	background: rgba(0,0,0,.4);
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.6);
}

.back .button {
	background-position: 0 29px;
	background: url('buttons.png');
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	margin: 50px 0 0 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	width: 127px;
}

.back .button:hover {
	background-position: 0 57px;
	height: 28px;

}

.back .button:active {
	-webkit-transition: background 0s;
	background-position: 0 0;
	background: url('buttons.png');
	height: 27px;
}

.back .bottom {
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	bottom: 0;
	height: 35px;
	border-top: 1px solid rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	position: absolute;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.2)), to(rgba(255,255,255,.02)));
	width: 240px;
	font-weight: bold;
}

.back .bottom .flipback {
	background: rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 0 5px rgba(255,255,255,.4);
	border-right: 1px solid rgba(0,0,0,.5);
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 35px;
	bottom: 0;
	font-style: oblique;
	color: #333;
	position: absolute;
	line-height: 35px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 119px;
	-webkit-border-bottom-left-radius: 4px;
}

.back .bottom .flipback:hover,
.back .bottom .read:hover {
	background: rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

.back .bottom .flipback:active,
.back .bottom .read:active {
	-webkit-transition: background 0s;
	background: rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.7);
}

.back .bottom a .read {
	line-height: 35px;
	height: 35px;
	bottom: 0;
	font-style: oblique;
	font-size: 14px;
	-webkit-border-bottom-right-radius: 4px;
	background: rgba(255,255,255,.2);
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 0 5px rgba(255,255,255,.4);
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	right: 0;
	color: #333;
	text-decoration: none !important;
	float: right;
	text-align: center;
	width: 120px;
	cursor: pointer;
}