/*
Theme Name: PBrushes2
Theme URI: http://pbrushes.com/
Description: Premium theme designed specially for PB.
Version: 2
Author: Vahid Kamali
Author URI: http://pbrushes.com/
*/

* { margin:0;padding:0}
img.wp-smiley { vertical-align:middle}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */
small{font-size: 0.8em;}
ul, ol {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4e5460;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #ae5124;
	}
h1 { font-size: 1.2em;}
h2 { font-size: 1.3em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.1em;}
h5 { font-size: 1.0em;}
h6 { font-size: 0.9em;}

.hidden,hr { display: none;}
code {
	font: 1.2em 'Courier New', Courier, Fixed;
	}
.clear { clear:both}
.red { color:#FF0000 }
label{font-weight:bold}

input, textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif
	}
input[type="text"] {
	padding: 4px;
	color:#666666;
	background: #fcfcfc url('images/input-bg.gif') left top repeat-x;
	border: 1px solid #cdcac4;
	}
input.text, textarea {
	padding: 4px;
	color:#666666;
	background: #fcfcfc url('images/input-bg.gif') left top repeat-x;
	border: 1px solid #cdcac4;
	}
a {
	text-decoration: none;
	color: #59677d;
	}

body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	color: #29303b;
	background: #ebe8e1 url('images/bg.png') left top repeat-x;
	line-height: 1.33;
	border:0; /* This removes the border around the viewport in old versions of IE */
	}
	
#page {
	width: 1005px;
	margin: 0 auto;
	text-align:left;
	}
	
/* ############################ */
/* ........... HEADER ......... */
/* ############################ */
#header {
	height: 113px;
	padding: 0px 0 0 0px;
	position: relative;
    }
#rss {
	padding: 20px 70px 0 0;
	text-align: right;
	line-height: 1.1;
	color: #fff;
	font-size: 1.1em;
	background: url('images/rss.png') right bottom no-repeat;
	width: 225px;
	height: 48px;
	white-space: nowrap;
	position: absolute;
	right: 20px;
	bottom: 0px;
	}
#rss a {
	color: #fff;
	font-weight: bold;
	}
#rss a:hover {
	color: #fff;
	font-weight: bold;
        text-decoration:underline;
	}
#rss span.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: bold;
	}
#nav {
	height: 35px;
	margin-bottom: 18px;
	padding: 0 15px;
	}
#nav ul {
	padding: 0 0px;
	float:left;
	/* ******** */
	font-size: 1.22em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	}
#nav ul li {
	float:left;
	background: url('images/nav-seperator.gif') right center no-repeat;
	}
#nav ul li.home_page a {
	background: url('images/nav-seperator.gif') left center no-repeat;
	}
#nav ul li a {
	height: 35px;
	line-height: 35px;
	padding: 0 17px;
	float:left;
	/* ******** */
	color:#63696b;
	}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-300px;
	position:relative;
	right:100%;
	}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
	}
.rightmenu .col1 {
	margin:0 0 0 315px;
	overflow:hidden;
	}
	
#breadcrumbs {
	min-height: 0;
	padding: 7px 10px;
	margin-bottom: 5px;
	color:#FFFFFF;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #9ca8b4;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
#breadcrumbs a {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	}


.gallery{display:block;overflow:hidden;}


h2{
	min-height: 0;
        overflow:hidden;
        clear:both;
	padding: 7px 10px;
	margin-bottom: 5px;
        margin-top: 15px;
	color:#FFFFFF;
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #9ca8b4;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.rating{width:100%;text-align:center;}
.post-ratings{margin: -5px auto 0 auto;}

/* ############################ */
/* ........... BRUSHES ........ */
/* ############################ */
.post-outer {
	font-size: 1.2em;
	/* ******** */
	float:left;
	height: 215px;
	margin-bottom: 15px;
	margin-right: 4px;
	}
.post-inner {
	background-color: #fff;
	color: #c5c5c3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/* ******** */
	float:left;
	padding: 5px;
	width: 215px;
	height: 215px;
	border: 1px solid #b6b6a2;
	/* ******** */
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	}
.post-inner .voted, .post-inner .article {display:none}
.post-inner .ratingblock {
	text-align: center;
	}
.category {
	padding: 5px 13px;
	margin-bottom: 10px;
	background-color: #f6f6f5;
	}
.category a {
	color: #404140;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	}
.post {
	background-color: #fff;
	padding: 15px 30px;
	font-size: 1.1em;
	border: 1px solid #b6b6a2;
	margin-bottom: 15px;
	/* ******** */
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
.featured-brushes {
	background-color: #fff;
	padding: 1px;
	font-size: 1.1em;
	border: 1px solid #b6b6a2;
	margin-bottom: 15px;
	/* ******** */
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
.post h1 {
	float: left
	}
.post .share {
	float: right;
	}	
.post .entry {
	line-height: 1.5em;
	}
.post .entry a {
	font-weight: bold;
	}
.post .entry p {
	margin-bottom: 1.12em;
	}
.post .entry .details {
	padding: 28px;
	margin-bottom: 20px;
	background-color: #f0f0e9;
	border:1px solid #e5e5e3;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
.entry a:hover {
	color: #70a3d6;
	}
.entry ul, .entry ol {
	margin-bottom:1.12em;
	}
.entry ol {
	list-style-type: decimal;
	padding-left:13px;
	}
.entry ul {
	list-style-type:disc;
	padding-left:13px;
	}
.entry .yapb-border img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	}
.wp-pagenavi {
	padding:50px 0 10px;
	clear:both;
	}
.cc {
	padding-bottom: 20px;
	}
.cc a img {
	opacity:0.2;
	filter:alpha(opacity=20);
	}
.cc a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
	}

/* ############################ */
/* ........... SIDEBAR ........ */
/* ############################ */
.rightmenu .col2 {
	float:right;
	width:270px;
	position:relative;
	left:285px;
	}
#sidebar {
	font-size: 1.1em;
	}
#sidebar li {
	min-height: 0;
	margin-bottom: 7px;
	padding: 4px;
	background-color: #f7f7f1;
	border: 1px solid #d6d3cd;
	}
#sidebar li li {
	margin-bottom: 0px;
	padding: 0;
	background-color: none;
	border: none;
	}
#sidebar li ul {
	padding: 6px 30px;
	}
#sidebar li ul ul {
	padding: 0 0;
	}
#sidebar li h4,#sidebar li h2 {
	min-height: 0;
	padding: 6px 15px;
	margin:0 0 2px 0;
        color:#4E5460;
	background-color: #edede1;
	border: 1px solid #ccccb6;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}


#sidebar .ads .adblock{overflow:hidden;display:block;}
#sidebar .ads .adblock a{display:block;float:left;margin: 0 0 5px 4px;}
#sidebar p{padding:10px;}
#sidebar-search input.text {
	width: 205px;
	font-size: 1.0em;
	color:#666666;
	/* ******** */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#sidebar-search input {
	float:left;
	margin-right: 4px;
	}
	
#sidebar li.categories ul li {
	display: block;
	float: left;
	width: 90px;
	padding-left: 10px;
	background: url('images/bullet.gif') left center no-repeat;
	}

/* ############################ */
/* ........... FOOTER ......... */
/* ############################ */
#footer {
	padding: 30px 0;
	font-size: 1.1em;
	text-align:center;
	clear:both;
	float:left;
	width:100%;
	}

/* ############################ */
/* .......... COMMENTS......... */
/* ############################ */
#comments-header {
	min-height: 0;
	padding: 7px 30px;
	margin-bottom: 5px;
	background-color: #bcbab4;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
#comments-header h2 {
	font-size: 1.3em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
ul.commentlist li.comment  {
	padding: 1px;
	margin-bottom: 3px;
	display: block;
	border: 1px solid #d6d3cd;
	background-color: #f7f7f5;
	}
.comment-main {
	padding: 10px 25px;
	font-size: 1.1em;
	}
.comment-header {
	margin-bottom: 17px;
	padding-bottom: 8px;
	min-height: 0;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #cbcfd4;
	}
.comment-header .comment-author   {	color: #868580; font-size: 1.1em;	}
.comment-header .comment-author a {	color: #868580;	                    }
.commentnumber {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.0em;
	color: #b3bcc4;
	}
.commentnumber:before {
	content:"#";
	}
.comment-left {
	float:left;
	}
.comment-right {
	margin-left: 130px;
	padding: 0 17px;
	}
.comment-box {
	border: 1px solid #d6d3cd;
	background-color: #f7f7f5;
	margin-top: 15px;
	padding: 15px 30px;
	font-size: 1.1em;
	margin-bottom: 15px;
	/* ******** */
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
#commentform input.text, #commentform textarea, #commentform #submit {
	font-size: 1.0em;
	}
#commentform label {
	float:left;
	width: 50px;
	color: #868580;
	}
#commentform .subscribe-to-comments label {
	float:none;
	width: auto;
	}
#commentform input.text {
	width: 360px;
	padding: 6px 4px;
	}
#commentform textarea {
	margin-left: 50px;
	width: 360px;
	}
#commentform p {
	margin-bottom: 0.7em;
	}
.smilies-themer {
	padding: 25px 0 0 25px;
	margin-left: 440px;
	}
#commentform #submit {
	margin-left: 50px;
	}

/* ############################ */
/* ........... MISC ............ */
/* ############################ */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.widget{overflow:hidden;}
.adblock{padding-top:5px;}
