/*	-------------------------------------------------------------
 
	QUADRO
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:screen.css
	Version:1.0
	Date:October 13th, 2009 
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright �2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:circle;
	margin:13px 0 13px 25px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }

ul.nolist li,
ol.nolist li {
	list-style-type:none; }
	
:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

.clear {clear:both;} 

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	line-height: 1.7em;
	padding:0;
	margin:0;
	letter-spacing:-0.04em;
	background: #fefefe url("https://data.bloggingrightalong.com/images/blue/bg_body.png") no-repeat top center; } 
 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#1c6997;
	margin: 0;
	padding:0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	border-bottom: 1px solid #ccc; }

a.btn {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:1.5em;
	text-shadow: 0 1px 0 #fff;
	width: 180px;
	height: 46px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
	line-height: 46px;
	text-align: center;
	background:transparent url("https://data.bloggingrightalong.com/images/blue/bg_buttons.png") no-repeat 0 0; } 

a.btn:hover {
	color:#383838;
	font-size:1.5em;
	border: none;
	text-shadow: 0 1px 0 #fff; } 

  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	margin:0 0 17px 0;
	line-height: 1.7em;}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Droid Sans Bold", sans-serif;
	color: #323231;
	letter-spacing:-1px; }
 
h1 {
	font-size:2.5em;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:2.5em;
	margin: 0 0 5px 0;
	line-height: 1.5em; }
 
h3 {
	font-size:2em;
	margin: 0 0 5px 0; }

h3 span {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:14px;
	margin: 0 0 20px 10px; }

h3.topfeatures {
	padding:0 0 15px 40px;
	height: 32px;
	line-height: 32px;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/lightbulb_32.png") no-repeat 0 0; }

h3.testimonials {
	padding:0 0 15px 45px;
	height: 32px;
	line-height: 32px;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/comment_user_32.png") no-repeat 0 0; }

h4 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:3em;
	line-height: 1.5em;
	margin:0;
	padding:0; }

h5 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.7em;
	line-height: 1.5em;
	margin:0;
	padding:0; }	
	
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	width:100%;
	margin:0;
	padding:0;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/bg_container.gif") repeat-x top left; }

.wrapper {
	width:999px;
	margin:0;
	padding:0;
	margin:0 auto; }

.header {
	position:relative;
	width:999px;
	height:433px;
	padding:0;
	margin:0 auto; }

.subpage .header {
	position:relative;
	width:999px;
	height:207px;
	padding:0;
	margin:0 auto; }

.sub-header {
	position:relative;
	width:999px;
	padding:0;
	margin:0 auto; }

.content-top {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/content_top.png") no-repeat top left; }

.content {
	width:946px;
	padding:15px 30px;
	/*margin:0 auto;*/
	margin:-2px 0 0 0;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/content_bg.png") repeat-y left bottom; }

.content-btm {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/content_btm.png") no-repeat top left; }

/*	-------------------------------------------------------------
	FRONTPAGE 2 COLS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.colleft, .colright {
	float:left;
	width: 48%; }

.colleft-autopost {
	float:left;
	width: 54%; }
	
.colleft-write {
	float:left;
	width: 90%; }
	
.colleft-wide {
	float:left;
	width: 62%; }		
	
.colright {
	margin:0 0 0 35px; }

.small {
	width: 40%;
}

.col1, .col2 {
	float:left; }
	
.col1 { 
	width: 600px;
	padding:10px 30px 0 0;
	border-right: 1px solid #dad9d9; }	

.col2 {
	width: 283px;
	padding:10px 0 0 30px; }

.colterms { 
	width: 95%; }	

div.block {
	float: left;
	width: 280px;
	margin: 1em 0 0 20px; }

div.block h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	margin:0;
	padding:0; }

div.block p {
	font-size: 11px; }

div.col2 .testimonial  {
	float:left;
	padding:0;
	margin: 1em 0 0 0;  }

div.col2 .testimonial h4 {
	font-size:1.4em;
	line-height: 1.5em;	
	padding:0;
	margin:0;  }

div.col2 .testimonial a {
	font-style: italic;}

div.col2 .testimonial p {
	font-size:14px;
	margin:10px 0 0 0;
	text-align: justify;	
	line-height:24px;
	letter-spacing:-1px; }
	
/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header .top-nav {
	width: 999px;
	height: 79px; }

.header .top-nav IMG{
	position:relative;
	top:27px;
	margin:0;
	padding:0;
	/*width: 102px;
	height: 24px;*/
	width:167px;
	height:45px;
	margin: -10px 0 0 -10px;
	text-indent: -9999px;}
	
.header .top-nav a:hover {
	border-bottom: none; }	

.header ul.nav {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0; }

.header .nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.header .nav li a {
	display:block;
	color:#b4b4b4;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 78px;
	padding:0 10px;
	text-shadow: 0 1px 0 #000;
	background:transparent; }

.header .nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.header .nav li a.selected {
	color:#fff; }

/* SHOWCASE */
.showcase {
	position: relative;
	width: 999px;
	height: 353px;
	margin:0;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/bg_showcase.png") no-repeat top center; }

.showcase .laptop {
	position: absolute;
	right:0;
	top:50px;
	width:487px;
	height:279px;
	background: transparent url("https://data.bloggingrightalong.com/images/laptop.png") no-repeat top right; }

.showcase h2 {
	font-family: "Droid Sans Bold", sans-serif;
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	letter-spacing: -2px;
	margin:60px 0 15px 0;
	color:#fff;} 

.showcase p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
	line-height:24px;
	letter-spacing:-1px;
	width: 450px;
	color:#fff;
	text-shadow: 0 1px 0 #01456d }

/* PAGE TITLE */
.page-title {
	position: relative;
	width: 999px;
	height: 130px;
	line-height: 130px;
	margin:0;
	background: transparent url("https://data.bloggingrightalong.com/images/blue/bg_showcase.png") no-repeat top center; }

.page-title h2 {
	font-family: "Droid Sans Bold", sans-serif;
	color:#fff;
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	line-height: 130px; }

.page-title ul.nav {
	position:absolute;
	top:27px;
	right:0;
	margin:0;
	padding:0; }

.page-title ul.nav li {
	list-style-type:none;
	position: relative;
	float:left;
	width:auto;
	white-space:nowrap;
	padding:0 5px !important;
	background:transparent; }

.page-title ul.nav li a {
	display:block;
	color:#b4b4b4;
	font-size:1.4em;
	font-weight: bold;
	padding:0 10px;
	text-transform: none;
	text-shadow: 0 1px 0 #000;
	background:transparent; }

.page-title ul.nav li a:hover {
	color:#fff;
	background: none;
	border-bottom: none; }

.page-title ul.nav li a.selected {
	color:#fff; }

/* SCREENSHOTS */
.boxgrid { 
	width: 138px; 
	height: 140px; 
	margin:15px 15px 10px 0;
	float:left; 
	overflow: hidden;
	position: relative;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc }
				
.last {
	margin:15px 0 10px 0; }
		
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;  }
		
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000;
	opacity:.8; 
	height: 35px; 
	width: 100%;
	padding:0 0 0 10px;  }

.boxcaption { 
	font-size:11px; }

.boxcaption h3 {
	color:#fff;
	font-weight: normal;
	font-size:14px; 
	margin:8px 0 0 0;
	padding:0; }
		
.boxcaption p { 
	color:#fff;
	padding:0;
	margin:-5px 0 0 0;
	font-size:11px;
	text-shadow: none; }
		
.captionfull .boxcaption {
	bottom: 0;
	left: 0;
	display: none; }

.captionfull a:hover {
	color:#EE4292; }


/*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#table-a {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate; }

#table-a caption {
	display: none; }	

#table-a img {
	vertical-align:bottom; }	
	
#table-a thead {
	height:55px;
	line-height: 55px; }	

#table-a thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: left;
	font-size: 18px;
	padding:0 0 0 10px; }	

#table-a tbody {
	font-size:0.9em; }	

#table-a tr.alt {
	background:#f0f0f0; }	

#table-a td {
	padding:10px;
	color:#666;
	font-weight: normal;
	border:none;
	vertical-align: middle;}	

#table-a td.url {
	width:350px;
	color:#333;
	font-weight: bold;
	font-size:1.3em;
	padding:10px 10px 10px 10px;
	vertical-align:baseline;}	


#table-a td.field {
	width:100px;
	color:#333;
	font-weight: normal;
	font-size:1.3em;
	padding:10px 10px 10px 10px; }	
	
#table-a td.posttitle {
	width:350px;
	color:#333;
	font-weight: bold;
	font-size:1.3em;
	padding:10px 10px 10px 10px;
	vertical-align:baseline;}	

#table-a td.postchannel {
	width:90px;
	color:#333;
	font-weight: normal;
	font-size:1.3em;
	padding:10px 10px 10px 10px;
	vertical-align:baseline; }

#table-a td.postts {
	width:140px;
	color:#333;
	font-weight: normal;
	font-size:1.3em;
	padding:10px 10px 10px 10px;
	vertical-align:baseline; }

#table-a td.poststatus {
	width:120px;
	color:#333;
	font-weight: normal;
	font-size:1.3em;
	padding:10px 10px 10px 10px;
	vertical-align:baseline; }			

#table-a td.price {
	color:#323231;
	font-size:14px; }	

#table-a td.price-label {
	font-size:14px;
	font-weight: bold; }	

#table-a td.order {
	background:#fff;
	padding:20px 0 0 10px;
	border: none !important; }

#table-a td.order a {
	color:#fff;
	padding:10px 13px;
	font-size:12px;
	font-weight: bold;
	margin:0 10px 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }
	
#table-signup {
	width: auto;
	margin:20px 0 20px 10px;
}
#table-signup img {
	vertical-align:bottom; }	
	
#table-signup thead {
	height:18px;
	line-height: 18px;
}	
#table-signup thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: center;
	font-size: 18px;
	padding:15px 0 15px 0;}	    

#table-signup tbody {
	font-size:0.9em; 
	border: 1px solid #f0f0f0;
}	
#table-signup tr.alt {
	background:#f0f0f0; }	

#table-signup td {  
	padding:10px;
	color:#666;
	font-weight: normal;
	font-size: 1.1em;
	border: 1px solid #dad9d9;
	vertical-align: middle;
	text-align: center;
	width:85px;
}
#table-signup td.left {
	width:140px;
	color:#333;
	font-weight: bold;
	font-size: 1.1em;   
	padding:10px 10px 10px 10px;
	text-align: right;
}	
#table-signup td.price {
	color:#323231;
	font-size:14px; 
	width:85px;
}	
		
#table-signup input {  
	margin-left:30px;
}	
#table-group {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate; }

#table-group thead {
	height:25px;
	line-height: 25px;  
}	

#table-group thead th {
	font-family: "Droid Sans Regular", sans-serif;
	color:#323231;
	text-align: left;
	font-size: 18px;
}	

#table-group tbody {
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666;
}	

#table-group tr.alt {
	background:#f0f0f0; }	

#table-group td {
	border:none;
	vertical-align: middle;}	

#table-group td.field {
	width:100px;
	padding:0px 10px 5px 10px; }	


/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	position: relative;
	width: 97%;
	margin:0 auto;
	padding:20px 0; }

.footer .twitter {
	float:right;
	width: 49%;
	margin:0;
	padding:0;
	line-height: 43px;
	text-align: right; }

.footer .twitter a:hover {
	border:0;}


.footer .copy {
	float:left;
	width: 49%;
	line-height: 43px;
	text-align: left; }

.footer p {
	color:#787878;
	padding:0;
	margin:0;
	line-height: 43px;
	font-size:11px;}

.footer a {
	color:#787878; }
	
/* ADDED FOR VIDEO */
.video-text {
	float:left;
	width:400px;
}
.video-player {
	float: right;
	width:500px;
}
.video-break {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
}

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/* Tispy Tooltips */
.tipsy {
	padding: 5px;
	font-size: 93%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../img/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}

}


ul.main_dropdown {
text-align: left;
display: inline;
margin: 0;
padding: 15px 4px 17px 0;
list-style: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul.main_dropdown li {
font: bold 12px/18px sans-serif;
display: inline-block;
margin-right: -4px;
position: relative;
padding: 15px 20px;
background: #fff;
cursor: pointer;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
ul.main_dropdown li:hover {
background: #555;
color: #fff;
}
ul.main_dropdown li ul {
padding: 0;
position: absolute;
z-index: 4;
top: 78px;
left: 0;
width: 150px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: none;
opacity: 0;
margin: 0;
visibility: hidden;
background: #555;
-webkit-transiton: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-transition: opacity 0.2s;
}
ul.main_dropdown li ul li {
background: #555;
display: block;
color: #fff;
text-shadow: 0 -1px 0 #000;
width: 150px!important;
box-sizing: border-box;
}
ul.main_dropdown li ul li a {
    line-height: normal!important;
    display: block;
    padding: 15px 5px!important;
}
ul.main_dropdown li ul li:hover { background: #666; }
ul li:hover ul {
display: block;
opacity: 1;
visibility: visible;
}