/*
Theme Name: bppro.biz
Theme URI: http://bppro.biz/
Description: This is a Website Built for BPRO.biz
Version: 1.0
Author: jackstin.com
Author URI: http://jackstin.com/
Tags: 
*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(css/reset.css);
@import url(css/text.css);
@import url(css/960.css);
@import url(css/layout.css);
@import url(css/nav.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		margin-top:10px;
		}

#headerimg {
		overflow:hidden;
		}

#headerimg h2 {
	margin-top:15px;
		}
		
.no_border_bottom {
	border-bottom:0px !important;
}

.no_border {
	border:0px !important;
}

.no_border_top {
	border-top:0px !important;
}

.no_margin_top {
	margin-top:0px !important;
}

.overflow {
	overflow:hidden;
}

.bottom {
	margin-bottom:50px;
}

.clear_5 {
	clear:both;
	height:5px;
}

.clear_10 {
	clear:both;
	height:10px;
}

.clear_15 {
	clear:both;
	height:15px;
}

.preload {
	display:none;
}

.midsplit {
	clear:both;
	border-top:1px solid #ccc;
	margin-top:15px;
	margin-bottom:15px;
}

.midsplit_0 {
	clear:both;
	border-top:1px solid #ccc;
}

/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		padding:10px 20px 20px 20px;
		}

#content h1.page_title {
	font-size:2.7em;
	font-weight:normal;
	text-transform:uppercase;
}
#content .entry {
	font-size:1.5em;
}

#sidebar
{
		text-align: left;
		padding-bottom: 25px;
		margin-top:15px;
		width:240px;
		float:left;
		padding-left:20px;
		}
		
#sidebar li {
	margin-left:0px;
}

.blogger {
		border-right:1px solid #ccc;
		padding-right:30px !important;
		width:540px !important;
		margin-bottom:25px;
}

.blogger .post {
	margin-bottom:0px !important;
}


#sidebar ul
{	list-style:none;	}

#footer {
		margin: 0 0 0 0;
		padding: 0 0;
		}
		
#footer .grid_13 p a {
	font-weight:normal;
}


#footerContent {
	padding-top:10px;
}
		
.post {
		margin: 0 0 40px;
		}

.blogger .entry p img {
	margin:5px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* 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;
		}

/* End Calendar */

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

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

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

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

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

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

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

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

.btn_view {
	display:block;
	float:left;
	height:26px;
	width:87px;
	background:url(images/btn_view.gif) center;
}


.btn_view:hover {
	display:block;
	float:left;
	height:26px;
	width:87px;
	background:url(images/btn_view_o.gif) center;
}



/* Header */

#header .grid_11 h2 {
	font-size:1.6em;
	color:#666;
	margin-top:7px;
	font-weight:normal;
	overflow:visible;
	margin-left:50px;
}

.logo {
	margin-top:10px;
	margin-left:-10px;
}

.slogan {
	margin-top:10px;
	margin-left:20px;
}

#header .grid_11 .btn_view {
margin-top:-30px;
float:right !important;
margin-right:50px;
}

/* Header End */


/* Home */

#Home h1 {
	padding:2px 0px 5px 20px;
	font-size:2.7em;
	font-weight:normal;
}

#Home .grid_11 .flash {
	padding-left:10px
}

.home_product {
	margin-right:25px;
	border-right:1px solid #ccc;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:30px;
}

.home_product h4 , .home_blog h4 {
	margin-bottom:3px;
	font-weight:normal;
	font-size:18px;
}

.home_product .btn_view {
	margin-top:10px;
}

.grey_text {
	color:#666666;
	font-size:12px;
}

.home_blog {
	padding-top:20px;
	padding-bottom:20px;
}

.home_blog h4 {
	margin-bottom:10px;
}

a.arrow {
	display:block;
	padding-left:20px;
	background:url(images/arrow.gif) center left no-repeat;
	margin-bottom:10px;
	font-weight:normal;
	font-size:12px;
}

/* END Home */

/* Nav */

.sidenav {
	margin-left:20px;
	padding-top:10px;
}

a.btn_products {
	display:block;
	height:37px;
	width:188px;
	background:url(images/btn_products.jpg);
}

a.btn_products:hover {
	background:url(images/btn_products_over.jpg);
}

a.btn_how_to_videos {
	display:block;
	height:37px;
	width:188px;
	background:url(images/btn_how_to_videos.jpg);
}

a.btn_how_to_videos:hover {
	background:url(images/btn_how_to_videos_over.jpg);
}

a.btn_customer_support {
	display:block;
	height:37px;
	width:188px;
	background:url(images/btn_customer_support.jpg);
}

a.btn_customer_support:hover {
	background:url(images/btn_customer_support_over.jpg);
}

a.btn_where_to_buy {
	display:block;
	height:37px;
	width:188px;
	background:url(images/btn_where_to_buy.jpg);
}

a.btn_where_to_buy:hover {
	background:url(images/btn_where_to_buy_over.jpg);
}

a.btn_faq {
	display:block;
	height:37px;
	width:188px;
	background:url(images/btn_faq.jpg);
}

a.btn_faq:hover {
	background:url(images/btn_faq_over.jpg);
}

.sidenav_sm {
	margin-left:15px;
	padding-top:10px;
}

a.btn_sm_products {
	display:block;
	height:28px;
	width:141px;
	background:url(images/btn_sm_products.jpg);
}

a.btn_sm_products:hover {
	background:url(images/btn_sm_products_over.jpg);
}

a.btn_sm_how_to_videos {
	display:block;
	height:28px;
	width:141px;
	background:url(images/btn_sm_how_to_videos.jpg);
}

a.btn_sm_how_to_videos:hover {
	background:url(images/btn_sm_how_to_videos_over.jpg);
}

a.btn_sm_customer_support {
	display:block;
	height:28px;
	width:141px;
	background:url(images/btn_sm_customer_support.jpg);
}

a.btn_sm_customer_support:hover {
	background:url(images/btn_sm_customer_support_over.jpg);
}

a.btn_sm_where_to_buy {
	display:block;
	height:28px;
	width:141px;
	background:url(images/btn_sm_where_to_buy.jpg);
}

a.btn_sm_where_to_buy:hover {
	background:url(images/btn_sm_where_to_buy_over.jpg);
}

a.btn_sm_faq {
	display:block;
	height:28px;
	width:141px;
	background:url(images/btn_sm_faq.jpg);
}

a.btn_sm_faq:hover {
	background:url(images/btn_sm_faq_over.jpg);
}

.sidenav_sm ul {
	margin-top:10px;
}
.sidenav_sm ul li {
	list-style:none;
	text-align:right;
	margin-right:10px;
	margin-top:5px;
}



.btn_new {
	display:block;
	height:38px;
	width:179px;
	background:url(images/btn_nav.jpg);
	color:#FFFFFF;
	font-size:16px;
	line-height:38px;
	text-align:right;
	padding-right:10px;
}


.btn_new:hover {
	background:url(images/btn_nav_o.jpg);
	color:#FFFFFF;
}

.btn_sm {
	display:block;
	height:29px;
	width:135px;
	background:url(images/btn_nav_sm.jpg);
	color:#FFFFFF;
	font-size:12px;
	line-height:29px;
	text-align:right;
	padding-right:7px;
}

.btn_sm:hover {
	background:url(images/btn_nav_sm_o.jpg);
	color:#FFFFFF;
}

/* END Nav */

/* Terms */

#Terms .entry p {
	margin-bottom:5px !important;
}

.entry h3 a:hover {
	color:#0f417b;
}

.termslist ul li {
	margin-bottom:10px;
	margin-left:3px;
	list-style-type:none;
	line-height:15px;
}

.termslist ul {
	margin-left:15px;
}

.termslist h2 {
	margin-top:10px;
}

.top {
	font-size:10px;
	font-weight:normal;
	line-height:20px;
}

/* END terms*/

/* Contact */

#Contact h2 {
	font-weight:normal;
}

#Contact .entry ul li {
	list-style:none !important;
}

img.floatlefter {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:10px;
}

img.floatleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:0px;
}

.where table {
margin-bottom:0px;
}

.where h2 {
	margin-top:10px !important;
}

.where h1 {
	margin-top:30px;
}

.where table h1 {
	font-weight:normal;
}

.where table h2 {
		font-weight:normal;
		font-size:20px;
}

.pusher {
	border-right:1px solid #ccc;
}

.phone_support {
	width:200px;
	margin-top:-50px;
	padding-bottom:200px;
	border-left:1px solid #ccc;
	padding-left:15px;
	margin-left:15px;
}

.phone_support h2 {
	margin-top:10px;
}


.contact_col {
	width:350px;
}

/* END Contact*/


/* Products */

#Products h2 {
	font-weight:normal;
	margin-top:10px;
}

h2.product_split {
background:url("images/head_sliver.jpg") left bottom repeat-x;;
border-bottom:1px solid #D1D1D1;
padding-left:5px;
}

#Products .product_image a {
	display:block;
	float:left;
	height:120px;
	width:100px;
}

.product {
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}

.product p {
	font-size:13px;
	margin-top:15px;
}

.selector {
	float:right;
	margin-top:-44px;
}

.selector_green {
	float:right;
	margin-top:-43px;
}


a.link {
	display:block;
	padding:3px 0 3px 10px;
	margin-top:14px;
	height:19px;
	line-height:19px;
	margin-bottom:5px;
}

a.link:hover {
	color:#FFFFFF;
}

a.darkblue {
	background-color:#1E396D;
	color:#FFFFFF;
}

a.grey {
	background-color:#D6D5D5;
	color:#333;
}

a.grey:hover {
	color:#333;
}

a.liteblue {
	background-color:#A2C0E6;
	color:#FFFFFF;
}

a.brown {
	background-color:#6A5D29;
	color:#FFFFFF;
}

a.green {
	background-color:#49AE40;
	color:#FFFFFF;
}

.green {
	display:block;
	height:18px !important;
}

.read_more {
	font-size:12px;
	font-weight:bold;
}

.recommend {
	display: block; background-image: url(images/best_sol_bkg.jpg); background-position: left bottom; background-repeat: repeat-x; width: 380px; padding: 10px; border: 1px solid rgb(209, 209, 209); font-size: 13px;
}

.best_solution {
	display: block; padding-top: 10px; margin-bottom: 10px; margin-left:15px;
}

.find_out {
	color: rgb(0, 204, 0); font-size: 12px;
}

.grid_4 p {
	font-size:13px;
}

/* END Products */

/* Videos */

#Videos .tubepress_embedded_title {
	font-weight:normal !important;
	font-size:23px !important;
}

#Videos .tubepress_meta_title a {
	line-height:17px;
}

#Videos .tubepress_thumbs {
	padding:0px 0px 0px 0px !important;
}

#Videos .tubepress_thumb {
	width:100% !important;
	margin-bottom:0px !important;
	overflow:hidden;
	height:auto !important;
	border-bottom:1px solid #ccc;
}

#Videos a.thumb_link {
	margin:0px !important`}

#Videos .tubepress_thumb a {
	display:block;
	overflow:hidden;
	padding:20px 0px;
}

#Videos .tubepress_thumb img {
	float:left !important;
	margin-right:20px;
}

#Videos .tubepress_thumb .tubepress_meta_title , .tubepress_thumb dl {
	float:left !important;
}
#Videos .tubepress_thumb dl {
	width:475px !important;
}

#Videos .tubepress_thumb dd {
	font-size:23px !important;
	font-weight:normal !important;
	line-height:27px;
	margin-top:5px !important;
}

#Videos .tubepress_thumbnail_area {
	margin:0px !important;
}

#Videos .tubepress_normal_embedded_wrapper {
	height:461px;
}

.tubepress_sidebar .tubepress_thumbs , .tubepress_sidebar .tubepress_thumbnail_area , .tubepress_sidebar .tubepress_thumb  {
	margin-top:0px !important;
}

.tubepress_sidebar .tubepress_thumb img {
	margin-bottom:10px;
}

/* END Videos*/

.glossary {
	margin-left:190px; padding-top:0px; margin-top:-40px;
}