/*
Theme Name: Get Brushes Theme
Theme URI: http://getbrushes.org/
Description: This time next year we'll be millioners. :)
Version: 0.1
Author: Ivan Dilber
Author URI: http://script-dev.com/

*/

/* HOPE YOU LIKE WHAT YOU SEE :) */


ul,ol { list-style:none }
ul,ol,li,dd,dt,dl,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
fieldset { border: 0; }

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #091b34;
}

#page {
	width: 100%;
	height: 100%;
	position: relative;
	background: url(img/bg.gif) repeat-x top left;
}
#inner {
	width: 100%;
	height: 100%;
	background: url(img/bg-fade.gif) no-repeat center top;
}

#wrap {
	background: #0b2b54 url(img/headergb3.jpg) no-repeat top left;
	position: absolute;
	top: 0;
	right: 50%;
	width: 970px;
	margin-right: -485px;
}

#top {
	position: relative;
	height: 70px; overflow: hidden;
}

#topMenu {
	position: absolute;
	bottom: 0;
	left: 10px;
}
#topMenu li {
	float: left;
}
#topMenu li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: normal !important;
	padding: 70px 15px 12px 15px;
	font-size: 1.2em;
	text-decoration: none;
}

#topMenu li a:hover {
	background: #7fd300;
}

#searchBox {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#top #searchBox *{
	margin: 5px;
	vertical-align:middle;
}
#top #searchBox #s {
	width: 100px;
	background-color: #ccc;
	border: 0 none;
	padding: 2px 4px;
}
#top #searchBox #s:focus {
	background-color: white;
}



/* general layout settings */
#main { float: left; width: 100%; }
#content { margin: 10px 350px 0 20px; z-index:1;}
#infoBox { float: left; width: 305px; margin-left: -325px; }

#actionBox:after { content: '[clear bug]'; display: block; height: 0; clear: both; visibility: hidden; }
#actionBox { display: inline-block; }
/*\*/
* html #actionBox { height: 1%; }
#actionBox { display: block; padding-top: 190px; }

/*content*/
.tab {
	float: left; width: 270px; padding: 15px;
}


#asc_home {
	float: left;
	width: 350px;
	height: 250px;
	margin: 0;
	/*background: red;*/
}

#asc_cat_sredina {
	height: 270px;
	margin: 20px 0 30px 0;
}

#asc_menu {
	margin: 20px 0 0 0;
}


#popular {
	width: 250px;
	float: left;
	margin: 10px 0 0 0;
}

#popular a {
	float: left;
}
#popular a img {
	margin: 0 7px 7px 0;
	border: 1px solid #ccc;
}

/* brushes info */
#latestBrush {
	clear: both;
	padding-top:1em;
}

.post {
	margin: 0 1em 2em 0;
	padding-bottom: 1em;
	border-bottom: 1px dashed #999;
}

.last {
	border: none;
}

.post h2 {
	margin: 0;
	padding: 0
}

.post .brushImg {
	float: left;
	border: 2px solid #fff;
	margin: .5em 20px 20px 0;
}

.postcontent {
	margin: 0 0 1em 0;
}

.postmeta table {
	font-size: 1.2em;
	margin-left:167px
}
.postmeta table td {
	width: 50%;
	padding: 0 2em 1em 0;
}

.postmeta table strong {
	color: #80c900;
	font-weight: normal !important;
}

.clearDiv {
	height:1px;
	clear:both;
}


/* single post */

#brushImage {
	float: left;
	margin: 10px 10px 0 0;

}
#brushImage img {
	border: 2px solid #fff;
}
#brushDetails {
	float:left;
	clear:both;
	width:288px;
	margin: 30px 0 1em 0;
}
#brushDetails p {
	line-height: 1.4em !important;
}


#brushDetails ul li {
	width: 115px;
	height: 30px;
	float: left;
	margin: 1em 3em 1em 0;
}

#brushDetails ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -5000px;
}


#preview {
	background: url(img/buttons.gif) no-repeat top left;
}

#download {
	background: url(img/buttons.gif) no-repeat  -115px 0;
}

#brushDescription {
	margin-bottom: 2em;
}

#rankShare {
	margin: 34px 0 0 20px;
	font-size: .9em !important;
	width:250px;
}

#rankShare form,#rankShare p {
	margin: 0 0 1.5em 0;
}

#wp-notable-line span {
	width: 12.5%;
	height: 30px;
	float: left;
	text-align: center;
}
#usageRights {
	clear:both;
	margin-bottom:25px;
	padding:0;
}

#usageRights h2 {
	clear:both;
}

#usageRights p {
	font-size: 1.1em !important;
	margin: 0;

}

/* single page */
.entrytext h2 {
	margin: 1.5em 0 .5em 0 !important;
}
.entrytext ol {
	margin-left: 52px !important;
}
.entrytext ol img {
	margin: 1.5em 0 0 0;
}

.entrytext p {
	margin: 0 0 1.5em 12px !important;
}


		/* Single post comments */
		 div.comments {
			clear: both;
		}

			 div.comments img {
				float:none;
				clear:none;
				margin: 0;
				border: 0 none;
			}
			 div.comments img.avatar { /* for gravatars in comments */
				float:left;
				border: 1px solid #999;
				margin-right: 15px;
			}

			 div.comments h2 {
				clear: both;
				margin: 20px 0 15px 0;
				font-size:1.4em;
				font-weight: bold;
			}

			 div.comments h2#respond {
				margin:0; padding:10px;
			}




			 div.comments h3 {
				font-size:1.2em;
				margin:0; padding: 0;
			}

			content #center div.comments cite {
				font-size:1.2em;

			}



			 div.comments ol {
				padding:0; margin:0;
				list-style: none;

			}

			 div.comments li {
				padding: 10px; margin: 5px 0;
				background-color:#17335A;
			}

			 div.comments p {
				font-size: 1.1em;
				color:#ccc;
			}

			* html  div.comments li { /* stupid IE */
				height:1%;
			}


		 #commentform label {
			float: left;
			width:5em;
			margin-right: 10px;
		}

		 #commentform input,  #commentform textarea {
			background-color: #ccc;

		}

		 #commentform input:focus,  #commentform textarea:focus {
			background-color: white;

		}


		 #commentform input.btn {
			margin-top : 10px;
			background-color:#98CA1C;
			border: white 1px solid;
			padding: 2px 7px;
			color:black;
		}

		 #commentform p {
			clear:both;
			margin: 10px;
			white-space: nowrap;
		}

		 #commentform p#comm {
			float: left;
			text-align: right;
		}

/* Contact Us form */

		 #mail_form label {
			clear: left;
			float: left;
			width: 7em;
			margin-top: 8px;
			margin-right:5px;
		}

		 #mail_form input {
			margin-top: 8px;
			border:0 none;
			background-color: #ccc;
		}
		 #mail_form textarea {
			margin-top: 7px;
			border:0 none;
			background-color: #ccc;
		}

		 #mail_form input.txt:focus,  #mail_form textarea:focus {
			background-color: white;
		}

		 #mail_form #textwrap {
			float:left;
			text-align:right;
		}

		 #mail_form #textwrap input.btn{
			width: 5em;
		}

		 #mail_form #textwrap input.btn:hover{
			background-color:#98CA1C;
		}


/* inner page navigation */

.navigation {
	font-size: 1.2em;
	margin: 0 0 2em 0;
}

.prev {
	float: left;
	width: 40%;
	text-align: right;
}

.next {
	float: right;
	width: 40%;

}

/* side */
#infoBox {

}

.round {
	background: #071830;
	margin: 0 0 1.5em 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius:15px;
}
#brushMenu {
	padding: 15px;
}
#brushMenu ul {
	margin:15px 0;
}

#brushMenu ul li {
	width: 50%;
	float: left;
	margin: 0 0 1em 0;
}
#brushMenu ul li a {
	color: #fff !important;
	font-size: 1.3em;
}

#brushMenu ul li.menuItemLeft {
	clear:left;
}

#banners {
	text-align: center;
}

#banners a  {
	display: block;
	margin-bottom: 1.5em;
}

/* footer */

#footer {
	clear: both;
	text-align: center;
	margin-top:4em;
	padding: 2em 0 1em 0;
	background-color:#0a172a;
	color:#aaa;
	font-size:0.8em;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* typo */

	a,
	a:link
	a:active, a:visited {
		color: #9ad902;
		text-decoration: none;
	}

	a:hover {
        color: white;
        text-decoration: underline;
	}

	h1 {
		font-family: "Trebuchet MS";
		color: #9ad902;
		font-size: 2.4em;
		margin: 0 0 1em 0;
		font-weight: normal;
	}
	h2 {
		font-family: "Trebuchet MS";
		color: #9ad902;
		font-size: 1.8em;
		margin: 0 0 0.5em 0;
		font-weight: normal;
	}
	p {
		font-size: 1.3em;
		margin: 0 0 .75em 0;
		line-height:1.6em;
	}
	label {
		font-size: 1.2em;
	}
	ol {
		margin: 0 0 1em 2.4em;
		font-size: 1.2em;
		list-style: decimal;
	}
	ol li {
		margin: 0 0 .75em 0;
		line-height:1.6em;
	}


/* THICKBOX SETTINGS */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




/* easy clearing */
.fix:after
	{
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.fix
	{
	display: inline-block;
	}
/*\*/
.fix
	{
	display: block;
	}
/* ---------------------- */

/*
.promo a {
	line-height:2.3em;
	color:#fff001;
	font-size:1.3em;
}




a.promobutton {
	display: block;
    background: url("img/promo_button.gif") left top no-repeat;
    height: 30px;
    text-indent: -5000px;
    width: 206px;
}

a.promobutton:hover { background-position: left -30px; }

.promopage h1, .promopage h2 { margin-left:12px !important; }


#promoOverlay {
	position:absolute;
	top:0; left:0;
	width:100%;height:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index:1000;
}

#promoPop {
	position:absolute;
	top:170px;
	left:80px;
	width:460px;
	height:380px;
	z-index:1001;
	background: url(img/offer.png) top left no-repeat;
}

#promoPop div {
	margin:107px 20px 0 60px;
}

#promoPop h2 { margin: 0 0 16px 0 !important; }

#promoPop .discount {
	font-size:14px;
	color:#fff200;
}

#promoPop a.promoLearnMore {
	display: block;
	float:left;
    background: url("img/learn_more.gif") left top no-repeat;
    height: 30px;
    text-indent: -5000px;
    width: 138px;
	overflow:hidden;
}
*/

#ss_box {
	clear:both;
	padding-top:20px;
}

#ss_box .shutterstock_main_container + .shutterstock_pages_container { display:none; }
