/*  
Theme Name: B3
Theme URI: http://bestwebgallery.com
Version: 1.1
Author: Best Web Gallery
Author URI: http://bestwebgallery.com

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

/* form elements */
input, textarea, select, input[type=search] {
	font-size: 100%;
	font-family: inherit;
}

/* form field style */
input[type=text], input[type=password], textarea, input[type=search] {
	color: #999;
	background: #494949;
	border: none;
	padding: 6px 10px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.5), inset 0 -1px 0 rgba(255,255,255,.15), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.5), inset 0 -1px 0 rgba(255,255,255,.15), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.5), inset 0 -1px 0 rgba(255,255,255,.15), inset 0 1px 0 rgba(0,0,0,.6);
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=search]:focus {
	outline: none;
	color: #ddd;	
}

/* form field width */
input[type=text], input[type=search] {
	width: 240px;
	max-width: 94%;
}
textarea {
	line-height: 150%;
	width: 94%;
}

/* search input */
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* label */
label {
	text-transform: uppercase;
	font-size: 90%;
}
label em {
	text-transform: none;
	font-size: 90%;
	font-style: italic;
}

/* form buttons */
input[type=reset], input[type=submit] {
	color: #ccc;
	line-height: 100%; 
	border: none;
	padding: 8px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333333;
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #333333 0%,#000000 100%);
	background: -o-linear-gradient(top, #333333 0%,#000000 100%);
	background: -ms-linear-gradient(top, #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #333333 0%,#000000 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #111;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewidth {
	width: 840px;
	margin: 0 auto;
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
	float: left;
	margin-left: 24px;
}
.col4-1 {
	width: 285px;
}
.col4-2, .col2-1 {
	width: 594px;
}
.col4-3 {
	width: 903px;
}
.col3-1 {
	width: 388px;
}
.col3-2 {
	width: 800px;
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
	margin-left: 0;
	clear: left;
}


/************************************************************************************
HEADER
*************************************************************************************/


/* site logo */
#site-logo {
	font: normal 220%/100% Oswald, Arial, Helvetica, sans-serif;
	text-shadow: 0 2px 0 #4a4a4a;
	margin: 0;
	position: absolute;
	top: 20px;
}
#site-logo a {
	background: url(images/icons.png) no-repeat right -292px;
	padding: 2px 14px 0 0;
	text-decoration: none;
	color: #fff;
}
#site-logo a:hover {
	text-decoration: none;
}

/* site description */
#site-description {
	margin: 0;
	font: italic 120%/100% "Times New Roman", Times, serif;
	position: absolute;
	top: 60px;
	color: #888;
	text-transform: none;
}

/* header banner */
.header-banner {
	position: absolute;
	top: 20px;
	right: 0;
}

/************************************************************************************
SEARCH FORM
*************************************************************************************/
.open-search {
	width: 26px;
	height: 26px;
	margin-top: 3px;
	margin-left: 2px;
	background: #333 url(images/icons.png) no-repeat 5px -3px;
	background-color: rgba(255,255,255,.15);
	display: inline-block;
	zoom:1;
	*display:inline;
	cursor: pointer;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
#searchform {
	display: inline-block;
	zoom:1;
	*display:inline;
	position: relative;
	margin-top: 1px;
	display: none;
	width: 160px;
}
#searchform #s {
	width: 130px;
	line-height: 100%;
	padding: 5px 20px 5px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 -1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 -1px 0 rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4), inset 0 -1px 0 rgba(255,255,255,.15);
}
.close-search {
	width: 18px;
	height: 18px;
	display: block;
	background: url(images/icons.png) no-repeat 0 -49px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 2px;
	cursor: pointer;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 100;
}
#main-nav li {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	position: relative;
	vertical-align: top;
	display: inline-block;
	zoom:1;
	*display:inline;
	height: 20px;
}

/* main level link */
#main-nav a {
	font: 120%/100% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	display: block;
	padding: 7px 5px 15px 5px;
	margin: 0 3px 0 0;
	text-decoration: none;
	cursor: pointer;
}
/* main level link :hover */
#main-nav a:hover, #main-nav li:hover > a {
	color: #3CF;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #fff;
	border-top: solid 2px #3cf;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #3cf;
}
/* dropdown :hover */
#main-nav .dropdown a:hover, #main-nav .dropdown:hover > a {
	background: url(images/gradient.png) repeat-x;
}

/* catcloud link */
#main-nav .catcloud {
	margin: 0;
	font-size: 110%;
}
#main-nav .catcloud a {
	color: #999;
	padding: 0;
	margin: 0 6px 0 0;
	font: normal 120% Georgia, "Times New Roman", Times, serif;
	background: none !important;
	display: inline;
	width: auto;
	border: none;
	text-shadow: 0 2px 0 rgba(0,0,0,.4);
}
#main-nav .catcloud a:hover {
	color: #fff;
}

/* sub-level ul */
#main-nav ul {
	line-height: 130%;
	margin: 0;
	padding: 10px 10px 10px 12px;
	width: 200px;
	list-style: none;
	position: absolute;
	background: #000 url(images/submenu-gradient.png) repeat-x;
	border-bottom: solid 1px #000;
	z-index: 100;
	left: 0;
	top: 35px;
	display: none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.8);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.8);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,.1), 0 2px 3px rgba(0,0,0,.8);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	height: auto;
	display: block;
}
/* sub-sub-level dropdown */
#main-nav ul ul {
	left: 190px;
	top: -2px;
}
/* show dropdown ul on hover */
#main-nav li:hover > ul {
	display: block;
}

/* main-nav icon */
#main-nav .icon a {
	width: 26px;
	height: 26px;
	display: block;
	text-indent: -9000em;
	padding: 0;
	margin-top: 3px;
	background-color: rgba(255,255,255,.15);

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
#main-nav .rss a {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: 7px -547px;
}
#main-nav .twitter a {
	background-image: url(images/icons.png);
	background-repeat: no-repeat;
	background-position: 4px -500px;
}

/************************************************************************************
AD
*************************************************************************************/
.banners {
	margin: 0 0 20px;
}
.banners a {
	float:left;
	margin: 0 5px 5px 0;
	vertical-align: top;
}


/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-left: 24px;
	margin-bottom: 24px;
	width: 264px;
	float: left;
	position: relative;
}
#content .post:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
	
}
.clearleft {
	margin-left: 0;
	clear: both;
}

/* post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: italic 125%/110% "Times New Roman", Times, serif;
	text-transform: none;
	clear: both;
}
.post-title a {
	color: #aaa;
	text-decoration: none;
}
.post-title a:hover {
	color: #6CF;
}

/* post comment */
.post-title em {
	font: 60%/100% Georgia, "Times New Roman", Times, serif;
	vertical-align: super;
	margin-left: 2px;
	color: #999;
	white-space: nowrap;
}
.post-title em span {
	color: #777;
}

/* post image */
.screenshot {
	position: relative;
	background: #292929 url(images/post-bg.png) 1px 0;
	padding: 6px;
	border: solid 1px #111;
	border-bottom-color: #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 1px 2px rgba(0,0,0,.4);
}
.screenshot img {
	vertical-align: top;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
.post .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	border: solid 1px #000;
	display: none;
	cursor: pointer;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	transition: border-color .5s;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.8);
	box-shadow: 0 1px 3px rgba(0,0,0,.8);
}
.overlay:hover {
	border-color: #90b1b8;
}
.post figure img {
	vertical-align: top;
	border-bottom: solid 1px #444;
	border-top: solid 1px #222;
}

/* buttons */
.post .buttons {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	margin-top: -25px;
	margin-left: -2%;
	text-align: center;
	letter-spacing: 0;
	display: none;
	white-space:nowrap;
}
.post .buttons a {
	width: 40px;
	height: 40px;
	border: solid 3px #444;
	margin: 0 2%;
	vertical-align: middle;
	text-indent: -900em;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-transition: border-color 1s, background-color 1s;
	-moz-transition:  border-color 1s, background-color 1s;
	transition:  border-color 1s, background-color 1s;
}
.post .buttons a:hover {
	border-color: #3CF;
	background-color: #000;
}
.post .buttons .comment {
	background: url(icon-comment.png) no-repeat center center;
}
.post .buttons .zoom {
	background: url(../images/icon-zoom.png) no-repeat center center;
}
.post .buttons .window {
	background: url(icon-window.png) no-repeat center center;
}

/* rating */
.post .rating {
	float: left;
	margin: 5px 0 0;
}

/* share */
.post .share {
	margin: 8px 0 5px;
	float: right;
}
.single .post .share {
	margin-right: 10px;
}
.post .share-icon {
	color: #74d5f5;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px/100% Arial, Helvetica, sans-serif;
	background: url(images/icons.png) no-repeat left -410px;
	padding-left: 16px;
}
.post .share-icon:hover {
	color: #6CF;
}

/* share dropdown */
.post .details{position:relative;}
.share-dropdown {
	margin:0;
	padding:0;
	border:1px solid #2ECCFF;
	background:#000000;
	list-style-type:none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:110px;
	position:absolute;
  z-index:99;
	top: 60%;
	right:0;
	display:none;
}
.share-dropdown li {
	margin:0;
}
.share-dropdown li a {
	display:block;
	padding:5px 0 10px 13px;
	font-size:13px;
	color:#898989;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.share-dropdown li:first-child a:hover {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.share-dropdown li:last-child a:hover {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.share-dropdown li a:hover {
	background:#333333;
	color:#fff;
	text-decoration:none;
}
.share-dropdown li a span {
	background:url("images/share_sprite.png") no-repeat;
	width:12px;
	height:12px;
	display:inline-block;
	margin-right:7px;
}
.share-dropdown li a .tweet-ico {
	background-position:0px -6px;
}
.share-dropdown li a .fb-ico {
	background-position:0px -31px;
}
.share-dropdown li a .email-ico {
	background-position:0px -55px;
}

/************************************************************************************
SINGLE
*************************************************************************************/
.single .post {
	width: 100%;
	clear: both;
	width: 100%;
}
.single .screenshot {
	padding: 5px;
}
.single .details {
	background: #000;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.single .post-title {
	font: 130%/100% oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 0 20px 20px;
}
.single .buttons a {
	width: 80px;
	height: 80px;
}


/************************************************************************************
TOP RATED SITES
*************************************************************************************/
.top-rated {
	background: url(images/top-rated-sites.png) no-repeat center center;
	text-align: center;
	font: normal 190%/100% Oswald, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 5px 0;
	margin: 0 0 30px;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: center;
	padding: 0px 0 20px;
}
.pagenav a, .pagenav span {
	min-width: 28px;
	min-height: 22px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	margin: 0 3px;
	padding: 6px 0 0;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	color: #ccc;
	text-decoration: none;
	background: #222;
	border: solid 1px #111;
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #666666 0%,#000000 100%);
	background: -o-linear-gradient(top, #666666 0%,#000000 100%);
	background: -ms-linear-gradient(top, #666666 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #666666 0%,#000000 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 2px rgba(0,0,0,.7);
}
.pagenav a:hover {
	background: #000;
	text-decoration: none;
}
.pagenav .current {
	color: #000;
	background: #fff;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.8), inset 0 -1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.8), inset 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.8), inset 0 -1px 0 rgba(255,255,255,.3);
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
	text-align: center;
}
.post-nav a {
	width: 40px;
	height: 40px;
	margin: 0 4px;
	display: block;
	text-indent: -900em;
	vertical-align: middle;
	background: #222 url(images/icons.png) no-repeat;
	background-color: rgba(0,0,0,.3);
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
}
.post-nav a:hover {
	background-color: #000;
}
.post-nav .prev a {
	background-position: 10px -138px;
}
.post-nav .next a {
	background-position: 10px -88px;
}

/* post nav label */
.post-nav em {
	visibility: hidden;
	font: 120%/100% Oswald, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}
.post-nav span:hover em {
	visibility: visible;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	position: relative;
	clear: both;
}

/* comment list wrap */
.commentlistwrap {
	position: relative;
	padding: 15px 2.5% 5px;
	width: 54%;
	float: left;
	background: #222;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
}

/* comment title */
.comment-title, #reply-title {
	font-size: 170%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	border: none;
	margin: 0 0 5px;
	padding: 0 0 15px;
	text-align: right;
}
.commentwrap .pagenav.top {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 13px;
	right: 3%;
}

/* commentlist */
.commentlist {
	margin: 0 0 20px;
	padding: 0;
	border-top: solid 1px #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.commentlist li {
	margin: 0;
	padding: 15px 10px 0;
	list-style: none;
	position: relative;
	border-bottom: solid 1px #000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.1);
	box-shadow: 0 1px 0 rgba(255,255,255,.1);
}

/* respond active */
.commentlist .respond-active {
	background: #111;
	background: rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.7);
	-moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.7);
	box-shadow: inset 0 2px 6px rgba(0,0,0,.7);
}

/* commentlist sub-levels */
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}
.commentlist ul li, .commentlist ol li {
	border-top: solid 1px #000;
	border-bottom: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

/* commentlist author line */
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 10px 0;
	background: #111;
	padding: 4px;
	border: solid 1px #000;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.1);
}
.commentlist cite {
	font: normal 140% Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.commentlist cite a {
	text-decoration: none;
	color: #fff;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
/* commententry */
.commentlist .commententry {
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 10px;
	top: 20px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* respond */
#respond {
	margin: 0 0 30px;
	padding: 20px 0 0;
	position: relative;
	padding: 10px 2.5% 5px;
	width: 34%;
	float: right;
	background: #222;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.1), inset 0 1px 0 rgba(0,0,0,.4);
}
#respond:after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	top: 20px;
	left: -10px;
	border-right: 10px solid rgba(0,0,0,.3);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#respond #cancel-comment-reply-link {
	position: absolute;
	top: 10px;
	right: 4%;
	font-size: 85%;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #d7400d;
	border: solid 1px #681d06;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#respond #cancel-comment-reply-link:hover {
	background: #c62807;
}

/* comment form */
#commentform {
	margin: 0;
	padding: 0;
}
#commentform input[type=text] {
	width: 45%;
	margin-right: 5px;
}
#commentform label {
	font-variant: small-caps;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}

/* commentlist respond (child) */
.commentlist #respond {
	float: none;
	clear: both;
	width: 290px;
	padding: 10px 20px;
	background: #000;
	position: absolute;
	top: 0;
	z-index: 100;
	margin-left: 100%;
	border-top: solid 1px #000;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.15);
	box-shadow: 0 1px 10px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.15);
}
.commentlist #respond:after {
	border-right-color: #000;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	text-align: center;
	margin-top: 30px;
}

/* back to top */
.back-top {
	text-align: center;
}
.back-top a {
	text-indent: -900em;
	width: 44px;
	height: 44px;
	background: #333 url(images/icons.png) no-repeat 12px -185px;
	background-color: rgba(255,255,255,.1);
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	transition: background-color 1s;
}
.back-top a:hover {
	background-color: #333;
}

/* footer text */
.footer-text {
	margin: 10px 0 60px;
	font-size: 90%;
	font-variant: small-caps;
}
.footer-text a {
	color: #ccc;
}

/************************************************************************************
PLUGINS
*************************************************************************************/
/* prettyphoto */
.prettyphoto-active {
	overflow: hidden;
}
div.pp_overlay {
	background: #333 url(images/middle-bg.jpg) !important;
	padding-left: 40px !important;
}
.pp_content iframe {
	background: #fff !important;
}

/* rating stars */
.ratingblock {
	width: 80px;
}
.single .ratingblock {
	margin: 10px 0 0 20px;
}
/* loader */
.loader.flower {
	background: url(images/loader.gif) no-repeat center center !important;
}
.loaderinner {
	display: none;
}
.ratingtext {
	display: none;
}

/* contact form 7 */
.wpcf7 {
	padding: 10px 20px;
	width: 480px;
	max-width: 94%;
}
.wpcf7 textarea {
	height: 100px;
}
.wpcf7 select {
	width: 260px;
	margin-right: 5px;
}
.wpcf7 .wpcf7-not-valid-tip {
	background: #fbccce;
	padding: 4px 10px;
	font: 12px/120% Arial, Helvetica, sans-serif;
	border: solid 1px #e1b6b8;
	color: #444;
	top: 20px;
	left: 5px;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 .wpcf7-response-output {
	background: #fbccce;
	padding: 4px 10px;
	margin: 2px 0;
	font: 12px/120% Arial, Helvetica, sans-serif;
	border: solid 1px #e1b6b8;
	color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 img {
	vertical-align: middle;
}
.wpcf7 .captcha-912 input {
	width: 110px;
}
.wpcf7-mail-sent-ok {
	padding: 5px 10px;
	background: #e8f2d9;
	border: solid 1px #b9cc9e;
}

/* tag cloud */
.catcloud {
	text-align: left !important;
}
.catcloud a {
	float: none;
}
.catcloud:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.catcloud { display: inline-block; }
.catcloud { display: block; zoom: 1; }

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }