/*
Theme Name: MEDIABOOK
Theme URI: http://www.themeforest.net/user/wickedpixel
Author: wickedpixel - wpworks.net
Author URI: http://themeforest.net/user/wickedpixel
Description: Focus and Minimalism
Version: 1.2.3
License: by themeforest.net
License URI: by themeforest.net
Tags: minimalism, focus
*/


html, body{
	width:100%;
	height:100%;
	font-weight:normal;
}

body{
	/*min-width:960px;*/
}


/* ____________________________________________________________________		HEADER
*/

#header{
	position:relative;
	padding-bottom: 20px;
}


#site-title a{
	text-decoration: none;
	font-weight:normal;
}


#site-description{
	font-weight:normal;
	top:-10px;
	position:relative;
	height:20px;
	padding:0px;
	margin:0px;
}

.has-logo #site-title, .has-logo #site-description{
	display:none;
}

#logo{
	display:block;
	position:relative;

	text-align:right;
}


#logo img{
	max-width:none;
	display:block;
	position:absolute;
	right:-50px;
}

.top-site-controls{
	height:1px;
	overflow:hidden;
	
}

/* 
____________________________________________________________________	CORE STRUCTURE

*/

#content-structure{
	position:relative;
	top: 10%;
	padding-bottom: 100px;
	z-index: 1;
}

.level{
	position:relative;
	width:100%;
}

.level-line{
	position:absolute;
	top:0px;
	left:50%;
	width:1px;
	height:100%;
	
	zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;	
	
}

.side-left{
	position:relative;
	width:50%;
	height:100%;
}

.side-right{
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:100%;
}

.content-left{
	position:relative;
	text-align: right;
	margin-right: 50px;
	height:100%;
}

.content-right{
	position:relative;
	text-align: left;
	margin-left: 50px;
	height:100%;
}

.side-left ul, .side-left li{
	list-style: none;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.level-content{
	position:relative;
	overflow:hidden;
	width:100%;
}

.level-content-center{
	position:relative;
	text-align: left;
	max-width:475px;
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:20px;
	padding-left: 10px;
}

.graphic-button{
	background-image: url('images/graphics_dark.png') no-repeat;
}

.graphics_theme_dark .graphic-button{
	background-image: url('images/graphics_dark.png');
}

.graphics_theme_white .graphic-button{
	background-image: url('images/graphics_white.png');
}
.graphics_theme_gray .graphic-button{
	background-image: url('images/graphics_gray.png');
}


/* ____________________________________________________________________		MENU	*/


.menu-item a{
	text-decoration: none;
	font-family: 'Federo', sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	display: inline-block;
	
	text-transform: uppercase;
	
}

.menu-item a:hover{
	text-decoration:none;
}

.default-hidden, .display-none{
	display: none;
}

.display-none-important{
	display:none !important;
}

#selected-item{
	padding-left: 10px;
}



.level{

}

.level:first-child{
	height:auto;
}

.list-item-pad{
	display: block;
	position:relative;
	margin:0px;
	height:90%;
	float:left;
	width:4px;
	padding-right:1px;
}

.list-item-pad span{
	display: inline-block;
	position:relative;

	
	width:100%;
	height:100%;
	 
	zoom: 1;
    filter: alpha(opacity=32);
    opacity: 0.32;		
    clear:both;
}

.list-item-pad:hover span, .item-list .highlight-element span{
    filter: alpha(opacity=100);
    opacity: 1;	
}

.list-item-pad:hover span{
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.over-pads{
	position:relative;
	height:5%;
}


.btn-close-level-icon{
	position:absolute;
	right:-30px;
	bottom:5px;
	
	height:20px;
	width:20px;
	
	background-position: 0px -362px;
	display:none;
}

.content_areas_blog .btn-close-level-icon{
	display:none !important;
}

.selected-tree>.btn-close-level-icon, .selected-level>.side-right .go-single-page{
	display:block;
}

.content_areas_menu .go-single-page, .zoomed .go-single-page {
	display:none !important;
}


.go-single-page{
	position:absolute;
	left:0px;
	display:none;
	height:20px;
	width:40px;
	
	background-position: -30px -360px;
}


.comments-support .go-single-page{
	background-position: -76px -360px;
}


.level .sub-menu-item a{ 
	font-size: 90%;
}


/* ____________________________________________________________________		BLOG STUFF */


#post-navigation{
	height:30px;
	width: 100%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	text-align:center;
}

#post-navigation a{
	display:inline-block;
	width:50px;
	height:30px;
}

#post-navigation a:first-child{
	
}

.nav-posts{
	display:block;
	width:50px;
	height:30px;
}

.btn-next-posts{
	position:absolute;
	right:0px;
}


.centered-level .level-line{
	display:none;
}


/* ____________________________________________________________________		CONTENT */

body {
	font-size: 16px;
	font-weight: normal;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	font-size: 160%;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 120%;
}
h4, h5{
	font-size: 110%;
}

.post-content a{
	text-decoration:underline;
}

.post-content .btn{
	text-decoration:none;
}

.post-content h1, .post-content h2, .post-content h3{
	border-bottom: 1px solid;
	
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4{
	margin-bottom: 0.3em;
	padding-bottom: 0.1em;
	font-weight:normal;
}

.post-content{
	line-height: 120%;
}

.zoomed .wpw-post-content, .zoomed #comments{
	display: none;
	visibility:hidden;
}

.zoomed #content-structure{
	top: 10px;
	padding-bottom: 0px;
}

.zoomed .h-gallery-center{
	width:100%;
	overflow:hidden;
}

.zoomed .item-box{
	background: none;
	height:1px;
	top:-3000px;

}

.opened-item{
	/*-webkit-transform-style: preserve-3d;*/
}
.zoomed .opened-item{
	height:100%;
	top:0px;
}

.zoomed .item-box{
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;	
}

.zoomed .current-item-box{

}

.section-separator{
	height:20px;
}


/* ____________________________________________________________________		H GALLERY */

.h-gallery{
	width:100%;
	margin:0 auto;
	height:350px;
	position:relative;
	overflow: hidden;
	
	padding-top:10px;
	padding-bottom:10px;
}

.h-gallery-center{
	position:relative;
	width:800px;
	height:100%;
	margin: 0 auto;
	/*background:#ccc;*/
	/*border-bottom:1px solid #ccc;*/
}

.h-gallery-mover{
	position:relative;
	height:100%;
	margin: 0 auto;
}

.item-box{
	position:relative;
	float:left;
	height:100%;
	width:40px;
	margin-right: 10px;
	
	overflow:hidden;
	
	text-align: center;
	
	background: #aaa;
	
	zoom: 1;
	
	opacity: 0.35;
    filter: alpha(opacity=35);
    
    cursor: pointer;
}

.item-box:hover {
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.item-poster{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.has-poster .tab-icon{
	display:none;
}

.chrome .item-box{

}

.item-box canvas{
	position: relative;
}

.image-loaded{
	background: none !important;
}

.data-type-image img, .data-type-image canvas, .item-poster img, .item-poster canvas {
	position:absolute;
	display:block;
}


.tab-icon{
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:1px;
}

.tab-sign{
	position:absolute;
	top:-18px;
	left:-20px;
	width:40px;
	height:36px;
}


.data-type-video .tab-sign{
	background-position: 0px -240px;
}


.data-type-audio .tab-sign{
	background-position: 0px -420px;
}

.data-type-audio #jplayer-in-box{
	height:0px !important;
	overflow:hidden;
}

.data-type-audio .jp-video{
	margin-bottom: 30px;
}

.data-type-audio .tab-text-content{
	text-align:left;
}

.audio-title{
	margin-bottom:10px;
}

.data-type-text{
	
}

.data-type-text .tab-sign{
	background-position: 0px -180px;
}

.current-item-box{
	cursor: auto;
	background:none !important;
}

.box-image-container{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.video-tab-bg{
	position:absolute;
	top:0px;
	bottom:0px;
	height:100%;
	width:100%;

	background: #000;
	z-index: 0;
	display:none;
}

.data-type-video iframe{
	position:relative;
	background: #000 !important;
}

.data-type-video .jp-video{
	height:100% !important;
	position:relative;
	width:100% !important;
	margin:0 auto;
	position:relative;
	background: #000 !important;
}

.video-box{
	position:relative;
	display:inline-block;
	height:100%;
	line-height: 0px;
	margin: 0 auto;
}

.jp-video video{
	width:100% !important;
	height:100% !important;
}


/* CUSTOM GALLERY COLORS ON ZOOM */

.custom-color-bg{
	position:fixed;
	z-index:0;
	width:100%;
	height:100%;
}

/*GRAY*/
.zoomed .zoom_graphics_theme_gray .custom-colors-on-zoom, 
.zoomed .zoom_graphics_theme_gray .custom-colors-on-zoom a, 
.zoomed .zoom_graphics_theme_gray .custom-colors-on-zoom .item-info,
.zoomed .zoom_graphics_theme_gray .default-color, .zoomed .zoom_graphics_theme_gray .default-color a{
	color: #999 !important; 
}

.zoomed .zoom_graphics_theme_gray .custom-colors-on-zoom .list-item-pad span{
	background: #999 !important;
}

/*DARK*/
.zoomed .zoom_graphics_theme_dark .custom-colors-on-zoom, 
.zoomed .zoom_graphics_theme_dark .custom-colors-on-zoom a,
.zoomed .zoom_graphics_theme_dark .custom-colors-on-zoom .item-info, 
.zoomed .zoom_graphics_theme_dark .default-color, .zoomed .zoom_graphics_theme_dark .default-color a{
	color: #333 !important; 
}

.zoomed .zoom_graphics_theme_dark .custom-colors-on-zoom .list-item-pad span{
	background: #333 !important;
}

/*WHITE*/
.zoomed .zoom_graphics_theme_white .custom-colors-on-zoom, 
.zoomed .zoom_graphics_theme_white .custom-colors-on-zoom a, 
.zoomed .zoom_graphics_theme_white .custom-colors-on-zoom .item-info, 
.zoomed .zoom_graphics_theme_white .default-color, .zoomed .zoom_graphics_theme_white .default-color a{
	color: #ddd !important; 
}

.zoomed .zoom_graphics_theme_white .custom-colors-on-zoom .list-item-pad span{
	background: #ddd !important;
}



/* ____________________________________________________________________		GALLERY CONTROLS	*/


.gallery-controls{
	position:relative;
	margin: 0 auto;
	height:30px;
	width:180px;
}

.btn-zoom, .btn-prev, .btn-next{
	width: 50px;
	height: 30px;
	
	cursor: pointer;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.btn-zoom{
	background-position: -48px -120px;
}
.btn-zoom-zoomed{
	background-position: -48px -150px;
}
.btn-prev{
	background-position: 0px -120px;
}

#btn-older-posts{
	background-position: 0px -150px;
}

.btn-next{
	background-position: -98px -120px;
}

#btn-newer-posts{
	background-position: -98px -150px;
}

.nav-home-btn{
	background-position: -131px -150px;
}

.nav-button{
	display:inline-block;
	width:50px;
	height:20px;
}

.nav-home-btn{
	display:none !important;
}

.item-under-info-container{
	position:relative;
	margin: 0 auto;
	max-width:600px;
}

.item-under-info{
	position:relative;
	text-align:center;
}

.single-post .nav-home-btn, .paged .nav-home-btn{
	display:inline-block !important;
} 

.item-info {
	position: absolute;
	bottom: -480px;	
	left: -35px;
	width: 500px;
	text-align: left;
	font-size: 16px;
	float: left;	
}

.item-info-container{
	position:relative;
	display:inline-block;
	width:10px;
}

.content-off{
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;	
}




/* ____________________________________________________________________		BA ENGINE	*/

.ba-container{
	position:absolute;
	top:0px;
	left:0px;

	width:100%;
	height:100%;

	border-left: 1px solid white;

	overflow:hidden;
}


.ba-pad{
	position:absolute !important;
	top:0px;
	left:0px;

	width:1px;
	height:100%;
	z-index: 2;
}

.ba-pad-sign-container{
	position:absolute;
	height:1px;
	top:50%;
	left:0px;	
}

.ba-pad-sign{
	position:absolute;
	top:-15px;
	left:-31px;

	width:61px;
	height:30px;
	z-index: 1;
	cursor:pointer !important;
	
	background-position: 0px -300px;
}

.ba-pad-shadow{
	position:absolute !important;
	display:block;
	top:0px;
	left:-6px;
	height:100%;
	width:11px !important;
	z-index:0;

	outline:0px;
	border:0px;
	padding:0px;
	max-width: none !important;
}


.super-gradient{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.36) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.36)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


/* ____________________________________________________________________		WIDGET AREAS	*/


/*top-right*/

#tr-widget-area{
	position:fixed;
	top:0px;
	right:20px;
	display:inline-block;
	z-index:10;
}

.zoomed #tr-widget-area .widget{
	display:none;
}

.zoomed .item-under-info-container{
	display:none;
}

/*SHARE WIDGET*/

#tr-widget-area .widget{
	float:left;
	margin-right:20px;
}

#wpw-share-widget{
	float:left;
	width:31px;
	position:relative;
	border:1px solid;
	padding-top:30px;
	top:-33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

#wpw-share-widget-btn{
	border-top: 1px solid;
	padding-top:3px;
	height:30px;
	width: 31px;

	background-position: 0px -60px;
	cursor:pointer;
}

.wpw-share-btn-item{
	display:block;
	width:21px;
	min-height:20px;
	padding-top:10px;
	margin:0 auto;
	text-align:center;
}


#btn-share-twitter{
	background: url('images/btn_share_twitter.png') no-repeat center;
}

#btn-share-facebook{
	background: url('images/btn_share_facebook.png') no-repeat center;
}

#btn-share-google{
	display:block;
	width:24px;
	margin: 0 auto;
	margin-top:10px;
}

#wpw-custom-share-buttons{
	padding-top: 10px; 
	width:100%;
	text-align:center;
}

#wpw-custom-share-buttons>iframe{
	display:block;
	maegin:0 auto;
}


/*LOOP BUTTON*/

#btn-loop{
	
	width:50px;
	height:30px;
	padding-top: 33px;
	
	position:fixed;
	left:20px;
	
	top:-33px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid;	
	
	cursor:pointer;
	
	z-index:10;
}

#btn-loop-sign{
	width:50px;
	height:30px;
	-webkit-transition:background-position 0.2s ease;
	-moz-transition:background-position 0.2s ease;
	-o-transition:background-position 0.2s ease;
	-transition:background-position 0.2s ease;
	background-position: 0px 0px;
}

.loop-on #btn-loop-sign{
	-webkit-transition:background-position 0.2s ease;
	-moz-transition:background-position 0.2s ease;
	-o-transition:background-position 0.2s ease;
	-transition:background-position 0.2s ease;
	background-position: 0px -30px;	
}

.loop-on{
	
	border-color: #009900 !important;
}



/*_____________________________________________________________________________________ FOOTER*/

#footer{
	position:fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	height:20px;
	z-index: 1;
	/*border-top: 1px solid #888;*/
	
}

.transparent-bg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
	-moz-opacity:0.7; 
	filter:alpha(opacity=70); 
	opacity:0.7;
}

#footer-left-area{
	position:absolute;
	width:40%;
	top:0px;
	left:10px;
}

#footer-right-area{
	position:absolute;
	display:inline-block;
	top:0px;
	right:10px;
}

#footer-right-area .widget, #footer-left-area .widget{
	display:inline-block;
	border-left: 1px solid;
}

#footer-right-area .widget:first-child, #footer-left-area .widget:first-child{
	border: 0px;
}


.zoomed #footer{
	display:none;
}


/* ____________________________________________________________________		BACKGROUND ENGINE	*/

#website-bg-engine{
	position:fixed;
	top:0px;
	bottom:0px;
	
	width:100%;
	height:100%;
	
	z-index: 0;
}


#wpw-bg-wall{
	position:absolute;
	width:100%;
	height:100%;
	
	background: #fff;
	
	
	zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;		
	
}

.wpw-bg-pic{
	position:absolute;
	display:block;
	max-width: none;
}


/*IMG RESIZE*/


.bg-fit-width{
	width:100%;
	height:auto;
}

.bg-fit-height{
	height:100%;
	width:auto;
}

.bg-align-right{
	right:0px;
}
.bg-align-bottom{
	bottom:0px;
}


/* ____________________________________________________________________		COMMENTS	*/

#comments{
	display:block;
	border-top: 1px dotted;
	margin-top:40px;
}

#comments-title {

	text-transform: uppercase;
	
	padding-top:20px;
	
	
}
.nopassword,
.nocomments {
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	padding-left: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist .children li.comment .comment-content {
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {

}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {

}
.commentlist > li.bypostauthor .comment-meta {
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {

}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

.reply{
	border-top:1px solid;
	text-align:right;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	position: relative;
	clear:both;
}
#respond input[type="text"],
#respond textarea {
	position: relative;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 25%;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	display:block;
	float:right;
	clear:both;
	position:relative;
	width: 75%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	font-size: 22px;
	font-weight: bold;
	left: 20%;
	position: absolute;
	top: 25%;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	border: none;

	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
}
#respond input#submit:active {
}
#respond #cancel-comment-reply-link {
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	font-size: 1em;
}
#cancel-comment-reply-link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	position:absolute;
	display: inline-block;
	width: 75%;
	right:0px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

#commentform>p>label{
	position:relative;
}

#comments a{
	text-decoration:none;
	font-weight:normal;
}

.comment-author{
	font-size: 1.2em;
}

#respond .comment-form-comment label{
	min-width:20%;
}

/* ____________________________________________________________________		MISC	*/


/*THIS STUFF CENTERS VERTICALLY*/
.outer-center{	display: table; height: 100%; #position: relative; margin: 0 auto;}
.middle-center{ #position: absolute; #top: 50%;display: table-cell; vertical-align: middle; }
.inner-center{	#position: relative; #top: -50% }
/*//*/


.clear-both{
	width:100%;
	clear:both;
}


.fit-height{
	height:100%;
	width: auto;
	max-width: none;
}
.fit-width{
	width: 100%;
	height: auto;
	max-width: none;
}

.display-none{
	display:none;
}


.overflow-hidden{
	overflow:hidden;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**/

.sticky, .gallery-caption, .bypostauthor, .wp-caption, .wp-caption-text{
	
}

/* ____________________________________________________________________		PRELOADER	*/


.general-preloader{
	width:1px;
	height:1px;
	position:absolute;
	top:50%;
	left:50%;
	
	z-index:999;
}
.preloader-anim{
	width:22px;
	height:8px;	
	position:relative;
	top:-4px;
	left:-11px;
	background: url('images/preload_anim_3.gif') no-repeat 0px 0px;
}


/* ____________________________________________________________________		LOADING */


.loading #content-structure, .loading #btn-loop, .loading #wpw-share-widget-btn{
	height:0px !important;
	width:0px !important;
	overflow:hidden !important;
}

.loading #footer, .loading .widget{
	display:none;
	visibility: hidden
}

/* ____________________________________________________________________		NO JS */

.no-js{
	position:relative;
	width:auto;
	padding-left:50px;
}



.no-js #btn-loop,
.no-js #wpw-share-widget-btn
{
	display:none;
	
}
	
.no-js .list-item-pad{
	display:block;
	width:500px;
	float:none;
	clear:both;
}

.no-js #content-structure{
	top:auto;
}
.no-js .text-content{
	width:500px;
}
.no-js .menu-item>a{
	display:block;
	font-size: 30px;
	border-bottom: 1px solid;
}

/* ____________________________________________________________________		IE */


#ie8 .overflow-hidden{
	overflow:auto;
}

/* mw2 */
#menu-item-61 {
	margin-bottom: 25px;
}
#menu-item-263 {
	margin-top: 25px;
}




