/*  
Theme Name: Tiny Buddha (PP)
Description: Unbeatable WordPress theme by <a href="http://www.pliablepress.com/" title="Want to see what else we have?">PliablePress</a>
Author: PliablePress
Author URI: http://www.pliablepress.com/
Template: pliablepress
*/

/* To ignore the default theme and start from scratch, comment out the following line: */
@import url("../pliablepress/admin/styles/clean/style.css");
/* Get this design's stylesheet */
@import url("style-donotedit.css");

/********************************************************
	Feel free to add your own CSS below this!
	It will override any similar previous rules.
	(Just don't edit the files above!)
********************************************************/

.adblock img {
margin: 12px;
}

.mc-field-group {
margin: 0 !important;
}

.mc-field-group label {
color: #666;
}

#mc-embedded-subscribe {
margin: 10px 20px 0 0 !important;
}

#mc-embedded-subscribe-form fieldset {
margin: 0!important;
padding: 0!important;
}

#text-13 p {
color: #4d4d4d !important;
padding-bottom: 5px;
font-size: 13px;
}

span.blue {
color: #3FA9F5;
}

#mc_embed_signup fieldset{
border: 0 !important;
}

#mc_embed_signup .indicate-required {
padding-top: 10px !important;
color: #666 !important;
}

#mc_embed_signup input{
border: 1px solid #DBDBDB;
height: 19px;
}

#mc_embed_signup label {
font-size: 10px !important;
padding-top: 4px;
}

#mc_embed_signup #mc-embedded-subscribe {
background: #CCC !important;
border: 1px solid #999 !important;
color: black!important;
font-size: 14px !important;
height: 25px !important;
float: right !important;
margin-top: 0 !important;
}

.stButton {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px !important;
    margin-right: 2px !important;
    text-decoration: none;
}

li.widget_text .textwidget, li.widget_text p {
    color: #4D4D4D;
    font-size: 14px;
}

.login h1 a {
    background: url("https://tinybuddha.plssl.com/wp-content/themes/tinybuddha-v2-pp/custom-login/images/login-logo.png") no-repeat scroll 0 0 transparent!important;
    height: 81px;
}

.bbPress .pagenavi { display: none; } 

.snum	{
    color: #808080;
    font-size: 56px;
    line-height: 46px;
}

.hsales    {
    font-weight: bold;
    line-height: 36px;
}
.btbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.btbutton:active {
	position:relative;
	top:1px;
}