/*
Theme Name: Brain Wave Vibration
Theme URI: http://www.webiscuits.com
Description: A theme created based from the original design of brain wave vibration	
Version: 1.0
Author: Brain Wave Vibration
Author URI: http://www.webiscuits.com
*/
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
a { outline: none; }
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* color scheme 
	dark blue: #165cab
	dark orange: #f16a10 
*/
BODY {
	font-family: arial;
	font-size: 13px;
	color: #333;
	background: #62b4da url(images/main-bg.jpg) repeat-x;
}
a {
	color: #165cab;
}
a:hover {
	color: #f16a10;
}
p {
	padding: 8px 0px;
	line-height: 18px;
}
#main {
	width: 935px;
	margin: 0px auto;
	background: #fff url(images/content-bg.jpg) no-repeat;
	overflow: auto;
	margin-top: 20px;
}

#header {
	height: 132px;
	background: none;
}
#header .wrap {
	margin: 0px 40px;
}
#header .right {
	float: right;
	margin-top: 35px;
}
#logo {
	float: left;
	margin-top: 11px;
}
#phone {
	color: #f16a10;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	margin-bottom: 18px;
}
#search .input {
	float: left;
}
#search .input input {
	width: 200px;
	height: 27px;
	border: 1px solid #e2e3ea;
}
#search .button {
	float: left;
}

#nav {
	width: 897px;
	height: 42px;
	margin: 0px auto;
	background: url(images/nav-bg.jpg) no-repeat center;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
	text-align: center;
	height: 42px;
	line-height: 42px;
	/* background: url(images/nav-sep.jpg) no-repeat center right; */        
}

#nav ul li.menu-item-1019,
#nav ul li.last {
	background: none;
}
#nav ul li a {
	display: inline-block;
	margin-right: 2px;
	padding: 0px 23px;
	color: #165cab;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#nav ul li.current-menu-item a,
#nav ul li.current-page-ancestor a,
#nav ul li a:hover {
	background: url(images/nav-active.jpg) no-repeat center 1px;
	color: #f16a10;
}

#content {
	overflow: auto;
}
#content .wrap {
	margin: 20px 40px;
}
#sidebar {
	float: left;
	width: 210px;
}
#menu-learn li {
	height: 30px;
	line-height: 30px;
	background: url(images/arrow.gif) no-repeat left center;
	border-bottom: 1px dotted #b6b6b6;
}
#menu-learn li a {
	padding-left: 15px;
	font-size: 15px;
	text-decoration: none;
}
#menu-learn li.current-menu-item a,
#menu-learn li a:hover {
	color: #f16a10;
}

.post-2col {
	float: right;
	width: 600px;
}
#post {
	overflow: auto;
	padding-bottom: 100px;
}
#post h1 {
	font-size: 24px;
	color: #165cab;
	font-weight: bold;
	margin-bottom: 25px;
}

#post h3 {
	font-size: 18px;
	color: #f16a10;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
#post h4 {
	font-size: 15px;
	color: #444;
	font-weight: bold;
	padding-top: 5px;
}

#post p {
	padding: 8px 0px;
	line-height: 18px;
}
#post ul li {
	line-height: 18px;
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 5px;
}
#post ol li {
	line-height: 18px;
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 5px;
}
#post ol.terms li {
	list-style-type: upper-roman;
}
#single .date {
	color: #777;
}

#single img {
	float: left;
	margin-right: 8px;
}
#single .author {
	text-align: right;
	padding: 10px 0px;
	font-weight: bold;
}
#single .tags {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 5px;
	font-size: 11px;
}
#single .tags span {
	background: #65a42c;
	color: #fff;
	padding: 0px 5px;
}
#single .tags a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 2px;
	
}
#single .tags a:hover {
	color: #fff;
	background: #165cab;
}

#single .previous {
	background: url('images/icon_Previous.gif') no-repeat;
	padding-left: 30px;
	color: #777;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#single .next {
	background: url('images/icon_next.gif') no-repeat;
	padding-left: 30px;
	color: #777;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
}

#home-post {
	float: left;
	width: 570px;
	overflow: auto;
	padding-bottom: 50px;
}
#home-post p {
	line-height: 18px;
}
#home-post h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
#home-post ul {
	margin-left: 20px;
	margin-top: 10px;
}
#home-post li {
	background: url(images/icon-check.gif) no-repeat left center;
	font-size: 14px;
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
}
#home-sidebar {
	float: right;
	width: 248px;
	background: url(images/home-sb-bg.jpg) no-repeat;
}
#home-sidebar .footer {
	height: 16px;
	background: url(images/home-sb-footer.jpg) no-repeat;
}
#home-sidebar .wrap {
	margin: 20px;
}
#home-sidebar .sep {
	margin-top: 15px;
	height: 20px;
	border-top: 1px solid #bbb;
}
#home-sidebar li.box {
	border-bottom: 1px dotted #bbb;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 17px;
	padding-bottom: 17px;
}


#home-sidebar .video h5 {
	font-weight: bold;
	font-size: 13px;
	margin-top: 4px;
}
#home-sidebar .video p {
	color: #777;
	font-size: 11px;
	padding: 0px;
}
#home-sidebar .buy {
	overflow: auto;
}
#home-sidebar .buy h5 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 4px;
	color: #f16a10;
	margin-bottom: 10px;
}
#home-sidebar .buy .left {
	width: 70px;
	float: left;
	padding-top: 5px;
}
#home-sidebar .buy .right {
	width: 125px;
	float: right;
}
#home-sidebar .buy p {
	padding: 0px;
	
}
#book-box {
	overflow: auto;
	border-bottom: 5px solid #e5e5e5;
}
#book-box .left {
	float: left;
}
#book-box .right {
	width: 240px;
	float: left;
	margin-left: 50px;
}
#book-box h3 {
	color: #f16a10 ;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#book-box .button {
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#book h3.blue {
	color: #165cab;
}
#book .wrap {
	margin: 0px 0px 0px 20px;
}
#book .wrap p {
	padding: 0px 0px 10px 0px;
}
#book h3 {
	margin: 10px 0px;
}

#book-box2 {
	overflow: auto;
	margin-bottom: 20px;
}
#book-box2 .left {
	width: 290px;
	float: left;
}
#book-box2 .right {
	float: left;
	width: 550px;
}
#book-box2 h3 {
	font-size: 26px;
	margin: 30px 0px 20px 0px;
}
#book-box2 p {
	padding: 0px;
	font-size: 13px;
	line-height: 21px;
}
#book-box2 .button-submit {
	margin: 30px 0px 10px 0px;
}
#quotes {
	margin: 10px 0px;
	padding: 0px;
	font-family: georgia, 'Times New Roman';
	font-weight: bold;
	font-style: none;
	background: url(images/quote.jpg) no-repeat;
	float: left;
	padding: 10px 0px 0px 40px
}
#quotes #quoteauthor {
	font-family: arial, georgia, 'Times New Roman';
	font-weight: normal;
	text-align: right;
	color: #777;
	margin-top: 10px;
	display: block;
	float: right;
	font-style: normal;
}
#quotes ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#quotes li {
	list-style-type: none;
	padding: 0px;
	background: none;
	line-height: 17px;
	margin: 0px;
}

#footer {
	height: 90px;
	background: #62b4da url(images/footer-bg.jpg) no-repeat top center;
	overflow: auto;
	color: #fff;
}
#footer .wrap {
	margin: 0px 20px;
}
#footer ul {
	margin-top: 25px;
}
#footer li {
	float: left;
	width: 33%;
}

#footer li.center {
	text-align: center;
}
#footer li.right {
	text-align: right;
	font-size: 11px;
}
#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#reviews .row {
	overflow: auto;
	margin: 20px 0px;
	padding: 20px;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}
#reviews .row .left {
	float: left;
	width: 120px;
}
#reviews .row .right {
	float: right;
	text-align: left;
	width: 670px;
	background: url(images/icon-quote.gif) no-repeat left top;
}
#reviews .author {
	text-align: right;
	font-weight: bold;
}
#reviews .row .wrap {
	margin: 0px;
	margin-left: 30px;
}
#reviews .even {
	background: #e8f6f7;
}
#products h1 {
	font-size: 20px;
}
#products h3 {
	padding: 0px;
}
#product h3 a{
	color: #f16a10;
	text-decoration:none
}
#products h4 {
	font-size: 14px;
	padding: 0px;
	margin-bottom: 38px;
}
#products .book-box {
	text-align: center;
	margin-top: 30px;
	border-bottom: 2px solid #e5e5e5;
	overflow: auto;
	padding-bottom: 10px;
}
#products .icon {
	margin-right: 350px;
}
#products .row {
	overflow: auto;
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
	padding: 20px 0px;
}
#products .row .left {
	float: left;
	width: 180px;
	text-align: center;
}
#products .row .right {
	float: right;
	width: 640px;
}
#products .row p {
	padding: 0px;
}
#products .buy-box {
	width: 140px;
	float: right;
	height: 73px;
	border: 1px solid #888;
	margin-right: 20px;
}
#products .buy-box p {
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
}
#products .buy-box .wrap {
	margin: 5px 5px 5px 10px;
}
#products .buy-box .link-cart {
	font-size: 13px;
	font-weight: bold;
	text-decoration: line;
}
#products .price {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
#products .price-reg {
	text-decoration: line-through;
}
#media .row {
	overflow: auto;
	margin-bottom: 30px;
}
#media .row .left {
	width: 425px;
	float: left;
}
#media .row .right {
	width: 425px;
	float: right;
}

#media h1 {
	margin-bottom: 30px;
}
#media .row2 {
	overflow: auto;
	font-size: 12px;
	margin: 15px 0px;
}
#media .row2 .left {
	width: 90px;
	float: left;
}
#media .row2 .left img {
	width: 80px;
	height: 80px;
	float: left;
}
#media .row2 .right {
	width: 310px;
	float: left;
	margin-right: 10px;
	font-size: 13px;
}
#media  p {
	line-height: 16px;
	padding: 0px;
}
#media h3 {
	margin-bottom: 20px;
}
#media h4 {
	padding: 0px;
}
#media h4 a {
	text-decoration: none;
	color: #165cab;
	font-size: 12px;
	margin-bottom: 3px;
}
#media h4 a:hover {
	color: #555;
}
#media .row2 img {
	border: 1px solid #888;
}
#media .link-see {
	font-size: 13px;
	font-weight: bold;
}

#media p.mediakit {
	padding-top: 20px;
	font-size: 12px;
}

#testimonials h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#testimonials h3 a {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#testimonials p {
	padding: 0px;
	line-height: 14px;
	font-size: 13px;
}

#testimonials span a{
	text-decoration: none;
	color: #eaa858;
}
#testimonials .address {
	color: #f16a10;
	padding-top: 5px;
	font-size: 12px;
}
#testimonials .seperator{
	margin: 15px 0px;
}

#testimonials .row {
	margin: 15px 0px;
	overflow: auto;
}

#testimonials .row .left{
	float: left;
	width: 72px;
	height: 70px;
}
#testimonials .row .left img {
	width: 70px;
	height: 70px;
}
#testimonials .row .right{
	float: left;
	width: 515px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}


#learn h4 {
	padding-top: 0px;
}
#learn .row {
	overflow: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}
#learn .left {
	float: left;
	width: 260px;
}
#learn .right {
	float: right;
	width: 320px;
}

#author{
	margin: 0px auto;
	overflow:auto;
}
#author .img {
	width:180px;
	height:200px;
	float:left;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	font-size:14px;
	margin-bottom:3px;
	margin-top: 10px;
}
#author .video{
	text-align:center;
	margin-bottom:50px;
	margin-top:30px;
}
#author .label{
	font-weight:bold;
	font-size:14px;
}

#author h3 {
	margin-bottom: 25px;
}
#author-books{
	overflow:auto;
	margin:0px auto;
}
#author-books .row {
	width: 800px;
	clear: both;
	overflow: auto;
	margin-bottom: 20px;
}
#author-books .row .title{
	font-weight: bold;
}
#author-books .row .col {
	float: left;
	margin-right: 20px;
	width: 180px;
	text-align: center;
}


#articles .row{
	margin: 20px 0px;
}

#articles .left{
	width: 72px;
	float: left;
}
#articles .left img {
	width: 80px;
	height: 80px;
	float: left;
}
#articles .right{
	width: 765px;
	float: right;
}


#articles h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#articles h3 a {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#articles p {
	padding: 0px;
	line-height: 14px;
	font-size: 13px;
}

#articles span a{
	text-decoration: none;
	color: #eaa858;
}

#articles .date {
	color: #777;
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	color: #f16a10;
}




#formPage table {width:100%;}
#formPage table th{width:150px;color:#444444;font-size:12px;line-height: 30px;text-align:right;padding: 0px 0px 0px 0px;font-weight: bold;}
#formPage table td{ width: 430px; padding: 0px 0px 7px 20px;}
#formPage table td input.txt{width:425px;border:1px solid #aaa;height: 26px;line-height: 26px;color: #555;padding-left: 5px;}
#formPage table td textarea{width:420px;height:230px;padding:5px 5px 5px 5px;border:1px solid #aaa;}
#formPage table td span{font-size:11px;}
#formPage table th.top{padding:12px 0px 7px 0px;}
#formPage table td.top{padding:12px 0px 7px 20px;}
#formPage table .line{padding-bottom:18px;border-bottom:3px solid #e1e4e0;}
#formPage table th i{color:#ea6e1c;font-size:11px;font-weight:normal;}
#formPage table td label, 
#formPage table th label{font-size:11px;font-weight:normal;}
#formPage table td input.file{width:320px;}
#formPage table td div.photo{clear:both;width:430px;padding:5px 0px 25px 0px;font-size:11px;}
#formPage table td div.photo img { float: right; margin-right: 100px;}
#formPage table th.pic{padding-top:13px;vertical-align:top;}
#formPage table td span.userName{margin:12px 0px 15px 0px;color:#151515;font-size:14px;}
#formPage .failure{font-size:11px;color:Red;}
#formPage .fs11 { font-size: 11px; }
#formPage .error {
	font-size: 11px;
	color: #ff0000;
}


#search-results h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#search-results h2 {
	margin-bottom: 20px;
}
#search-results h3 {
	padding: 0px;
	margin: 0px;
}
#search-results h3 a {
	color: #165cab;
	font-size: 14px;
	text-decoration: none;
}
#search-results h3 a:hover {
	color: #f16a10;
}
#search-results .details {
	color: #777;
	padding: 0px;
}
#search-results .sep {
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 10px 0px;
}
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	border-top: 3px solid #ddd;
	margin: 0px 0px;
	padding-top: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 0px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #165cab;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi .pages {
	color: #777;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
