@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	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: 0px;
	padding: 0px;
	border: 0;















.
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
	color: #424242;
	text-align: left;
}
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:circle;
	margin:13px 0 13px 0px;
	padding:0;
}

ul li,
ol li {
	line-height:1.7;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 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:normal;
	background: #fefefe;
	background-repeat: no-repeat;
	background-position: center top;
	
}
 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#666;
	margin: 0;
	padding:0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	border-bottom: 1px solid #ccc;
	color: #333333;
}

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:right;
	line-height: 46px;
	text-align: center;
	background:transparent url("../../images/bg_buttons.png") no-repeat 0 0;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 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;
	color: #666;
}

p2 {
	margin:0 0 17px 0;
	line-height: 1.7em;
	color: #996600;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Sans Bold", sans-serif;
	color: #494947;
	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("../../images/lightbulb_32.png") no-repeat 0 0; }

h3.testimonials {
	padding:0 0 15px 45px;
	height: 32px;
	line-height: 32px;
	background: transparent url("../../images/comment_user_32.png") no-repeat 0 0; }

h3.news {
	padding:0 0 15px 45px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	background: transparent url("../../images/rss_32.png") no-repeat 0 0; }
}

h4 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.5em;
	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; }

h5.red {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.7em;
	line-height: 1.5em;
	margin:0;
	padding:0; }	
h6 {
	font-family: "Droid Sans Regular", sans-serif;
	font-size:1.4em;
	line-height: 1.5em;
	margin:0;
	padding:0; }
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	width:100%;
	margin:0;
	padding:0;
	background-color: #FFF;
	background-image: url(../../images/bg_container.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.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:79px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}.w

.sub-header {
	position:relative;
	width:999px;
	padding:0;
	margin:0 auto;
}

.content-top {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("../../images/content_top.png") no-repeat top left; }

.content {
	width:946px;
	padding:15px 30px;
	margin:0 auto;
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: left bottom;
}

.content-btm {
	width: 1006px;
	height: 16px;
	margin:0 auto;
	background: transparent url("../../images/content_btm.png") no-repeat top left; }

/*	-------------------------------------------------------------
	FRONTPAGE 2 COLS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.colleft2 {
	float:left;
	width: 283px;
	padding:10px 0 0 30px; ;
}

.colright2 {
	float:left;
	width: 603px;
	margin:10px 0 0 30px;
}
.colleft_norm {
	float:left;
	width: 570px;
	margin:10px 0 0 30px;
}
.coltop {
	float:left;
	width: 944px;
	margin:0px 0 0 0px;
}
}
.coltop2 {
	float:left;
	width: 935px;
	padding:0px 0px 0 0px;
	;
	margin:0px 0px 0 0px;
}
.colleft, .colright {
	float:left;
	width: 48%;
	margin-left: 10px;
}

.colright {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.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;
	height: 320px;
}
	
.col3right {
	float:left;
	width: 283px;
	padding:0px 0 0 0px;
	margin:10px 0 0 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #dad9d9;
}

.col3left{
	float:left;
	width: 596px;
	padding:0px 0 0 0px;
	margin:10px 0 0 30px;}
.col4left{
	float:left;
	width: 909px;
	padding:0px 0 0 0px;
	margin:10px 0 0 30px;}

div.blockFull {
	float: left;
	width: 580px;
	margin: 1em 0 0 20px;
}
	
div.block {
	float: left;
	width: 280px;
	margin: 1em 0 0 20px; }

div.block h4 {
	font-size:1.7em;
	line-height: 1.5em;
	margin:0;
	padding:0;
}

div.block p {
	font-size: 12px;
}

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:13px;
	margin:10px 0 0 0;
	text-align: justify;
	line-height:24px;
	letter-spacing:-1px;
}
	
/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header .top-nav {
	width: 999px;
	height: 79px; }

.header h1 {
	position:relative;
	top:20px;
	margin:0;
	padding:0;
	width: 200px;
	height: 36px;
	text-indent: -9999px;
	background:transparent url("../../images/hubbr_logo_strong_revised_36.png") no-repeat top left;
	margin-left: 30px;
}

.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: 79px;
	padding:0 10px;
	text-shadow: 0 1px 0 #000;
	background-color: transparent;
}

.header .nav li a:hover {
	color:#FFF;
	background: none;
	border-bottom: none;

}

.header .nav li a.selected {
	color:#fff;
		background-image: url(../../images/bg_bot_arrow.png);
	background-position: center; }

/* SHOWCASE */
.showcase {
	position: relative;
	width: 969px;
	height: 353px;
	margin:0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 30px;
}

.showcase .laptop {
	position: absolute;
	right:17px;
	top:59px;
	width:503px;
	height:265px;
	background: transparent url("../../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:#333;
} 

.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:#666;
	text-shadow: 0 0px 0 #212021
}

/* PAGE TITLE */
.page-title {
	position: relative;
	width: 999px;
	height: 130px;
	line-height: 130px;
	margin:0;
	background: transparent url("../../images/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: -15px;
	left: -2px;
}
		
.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 (PRICING)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table#plans {
  	border: 1px solid #cfcfcf;
  	margin: 20px 0 10px 0; }

table#plans thead {
  	background-color: #ececec;
  	border-bottom: 2px solid #cfcfcf; }

table#plans th,
table#plans td {
  	border-right: 1px solid;
  	font-size: .925em;
  	padding: 20px 0 20px 20px;
  	text-align: left;
  	width: 220px; }

table#plans th {
	border-right-color: #cfcfcf; }

table#plans td {
  	background: #f6f6f6;
  	border-right-color: #cfcfcf; }

table#plans td.last {
  	border-right: 0 none; }

table#plans td sup {
	font-style: italic;
	font-size:xx-small; 
	vertical-align:top;
	color:#666; }

table#plans th.most_popular {
  	border-left:8px solid #cfcfcf;
  	border-right:8px solid #cfcfcf;
  	border-top:8px solid #cfcfcf;
  	border-bottom:none;
  	background: #f5f5f5; }

table#plans thead th h4 {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: left; }

table#plans thead th h4 em {
	color: #000;
	text-shadow: 1px 1px 0 #fff; }

table#plans thead th em.tagline {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left; }

table#plans thead th h5 {
	text-shadow: 1px 1px 0 #fff;
	font-size: 24px;
	font-weight: lighter;
	line-height: 22px;
	text-align: left;
}

table#plans thead th h5 em {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  	color: #666;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 15px;
  	vertical-align: top; }

table#plans td.most_popular {
  	border-left:8px solid #cfcfcf;
  	border-right:8px solid #cfcfcf;
  	border-top:none;
  	border-bottom:none;
    background: #fff; }

table#plans td.border {
	border-bottom:8px solid #cfcfcf; }

table#plans th img,
table#plans td img {
  	margin-right: 8px; }

table#plans td p {
  	margin-right: 10px; }

table#plans td ul {
  	list-style: none;
  	margin:0; }

table#plans td ul li strong {
  	font-size: 1.2em; }

.meta { 
	font-size: 11px }

.meta sup { 
	color: #000; 
	font-size: xx-small }


/*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#table-a {
	width: 100%;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate; }

#table-a caption {
	display: none; }	
	
#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.left {
	width:200px;
	color:#333;
	font-weight: bold;
	font-size:1.3em;
	padding:10px 10px 10px 15px; }	

#table-a td.price {
	color:#323231;
	font-size:14px; }	

#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; }

/*	-------------------------------------------------------------
	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; }



/*--------------------------------------------
Home
---------------------------------------------*/
div#features {
	background: url('../images/horizontal_seperator.gif') repeat-x bottom;
	clear:both;
	padding-bottom: 30px;
}
	div#features div.feature {
		width: 283px;
		float: left;
		margin-right: 25px;
		position: relative;
	}
		div#features div.feature div.new {
			width: 106px;
			height: 95px;
			background: url('../images/new_feature.png') no-repeat top;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
		}
		div#features div.feature div.content {
			background: #d3d3d3 url('../images/feature_box-top.gif') no-repeat top;
			padding: 20px 20px 10px 20px;
		}
			div#features div.feature div.content div.screenshot { position: relative; }
				div#features div.feature div.content div.screenshot a {
					width: 37px;
					height: 26px;
					background: url('../images/enlarge.png') no-repeat top;
					text-indent: -999999px;
					display: block;
					position: absolute;
					bottom: 0px;
					left: 2px;
				}
			div#features div.feature div.content p{
	color: #696969;
	letter-spacing: -0.03em;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 5px;
			}
		div#features div.feature div.bottom {
			height: 8px;
			background: url('../images/feature_box-bottom.gif') no-repeat top;
		}
	div#features div.last { margin-right: 0px; }
div#reviews_faqs { padding-top: 35px; }
div#reviews {
	float: left;
	width: 275px;
	height: 500px;
	padding-right: 60px;
	background: url('../images/vertical_seperator.gif') repeat-y right;
	overflow: hidden;
	position: relative;
}
	div#reviews div.review {
		background: url('../images/quotes.gif') no-repeat top left;
		padding-left: 30px;
		margin-bottom: 35px;
		position: relative;
	}
		div#reviews div.review p{
			font-style: italic;
			font-size: 13px;
			letter-spacing: 0.02em;
			line-height: 22px;
			padding-top: 2px;
			margin-bottom: 20px;
		}
		div#reviews div.review span{
			color: #519fa0;
			text-align: right;
			display: block;
		}
			div#reviews div.review span a{
				display: block;
				font-size: 11px;
				text-decoration: none;
				color: #999;
				margin-top: 3px;
			}	
				div#reviews div.review span a:hover{ color: #555; }
div#faqs {
	float: left;
	width: auto;
}
	div#faqs div.left_column {
	float: left;
	width: 273px;
	padding-right: 15px;
	margin-left: 15px;
	}
	div#faqs div.right_column {
	float: right;
	width: 273px;
	padding-right: 0px;
	margin-left: 15px;
	}
	div#faqs div.faq {
		margin-bottom: 40px;
	}
		div#faqs div.faq b {
			color: #252525;
			font-weight: bold;
			margin-bottom: 10px;
			display: block;
		}
		div#faqs div.faq p {
	color: #777;
	font-size: 13px;
	line-height: 20px;
		}



/* -------- Steps -------- */

#mstepswrap {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
	text-align: left;

}

#mstepswrap2 {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	text-align: left;

}

#mstepswrap3 {
	border-top:0px solid #cfcfcf;
	border-bottom:0px solid #cfcfcf;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: right;
	width: 300px;
	float: right;

}

	.stepblock {
		width:300px;
		float:left;
	}
	.stepspace {
		margin-right:20px;
	}
	.stepbullet {
		float:left;
	}
	.stepcontents {
	width:250px;
	float:left;
	margin-left:35px;
	}
	.steptitle2 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#424242;
	padding-bottom:8px;
	text-align: center;
	}
	.steptitle {
		font-size:26px; letter-spacing:-1px; font-weight:bold; color:#424242; padding-bottom:8px;
	}
		.steptitle a{
			color:#424242;
		}
		.steptitle a:hover{
			color:#111; text-decoration:none;
		}	
	.steptext {
		font-size:12px; color:#7d7d7d; line-height:1.6;
	}
		.steptext a { color:#119ff7; }
		.steptext a:hover { text-decoration:none; }
	



/* -------- Mainpage Portfolio -------- */

#mportfoliowrap {
	padding:10px 0 0px 0;
	margin: 25px 0 20px 0;
	color: #666;

	}
	
	.homeportfoliotitle { font-size:18px; color:#3a3a3a; font-style:normal; font-weight:bold;  margin-bottom:15px;}
	.homeportfoliotitle a { color:#3a3a3a; font-weight:bold; }
	.homeportfoliotitle a:hover { color:#111; text-decoration:none; }
	
	.mportfoliotitle { font-size:18px; color:#3a3a3a; font-style:normal; font-weight:bold;  margin-bottom:15px;}
	.mportfoliotitle a { color:#3a3a3a; font-weight:bold; }
	.mportfoliotitle a:hover { color:#111; text-decoration:none; }
	.mportfoliobox {width:220px;float:left;}

	.mportfolio {}
		.mportfolio img {
	width:220px;
	height:124px;
	float:left;
}
		.mportfoliospace { margin-left:20px;}
		.mportfoliobg { width:220px; height:124px; float:left; background: #111 url(../images/hover-media.jpg) no-repeat top left;}
		.mportfoliocatbg { width:220px; height:124px; float:left; background: #111 url(../images/hover-category.jpg) no-repeat top left;}
		.mportfoliobgvideo { width:220px; height:124px; float:left; background: #111 url(../images/hover-video.jpg) no-repeat top left;}

		
#mportfoliowrap-med {
	padding:10px 0 10px 0;
	margin: 25px 0 25px 0;
	}
	
	.mportfoliotitle-med { font-size:18px; color:#3a3a3a; font-style:normal; font-weight:bold;  margin-bottom:15px;}
	.mportfoliotitle-med a { color:#3a3a3a; font-weight:bold; }
	.mportfoliotitle-med a:hover { color:#111; text-decoration:none; }
	.mportfoliobox-med {width:300px;float:left;}

	.mportfolio-med {}
		.mportfolio-med img { width:300px; height:138px;float:left;}
		.mportfoliospace-med { margin-left:20px;}
		.mportfoliobg-med { width:300px; height:138px; float:left; background: #111 url(../images/hover-media.jpg) no-repeat top left;}
		.mportfoliocatbg-med { width:300px; height:138px; float:left; background: #111 url(../images/hover-category-med.jpg) no-repeat top left;}
		.mportfoliobgvideo-med { width:300px; height:138px; float:left; background: #111 url(../images/hover-video.jpg) no-repeat top left;}
		
		
		




/* -------- Category Portfolio -------- */
		
.categoryportfoliowrap {
	padding:10px 0 10px 0;
	margin: 5px 0 5px 0;

	}

	#mblogwrap {
		padding: 0 0 12px 0;
		margin: 0px 0 35px 0;
		}
	.mblogbox {
		width:220px;
		float:left;
		}
		.mblogtitle { font-size:18px; color:#3a3a3a; font-weight:bold; margin-bottom:10px;}
			.mblogtitle a { color:#3a3a3a; text-decoration:none;}
			.mblogtitle a:hover { color:#111; text-decoration:none;}

		.mblogtext { font-size:12px; color:#7d7d7d; line-height:1.6;}
			.mblogtext a { color:#111; }
			.mblogtext a:hover { text-decoration:none; }
		.mblogspace { margin-left:20px; }
		
		
		
#midplacement {
	width:100%; margin: 35px 0 25px 0; padding: 0 0 15px 0; border-bottom:1px solid #e3e3e3;
	}
	.articlewrap {
		width: 480px; float:left;
	}
		.articles {
			
		}
			.articleimage {
				float:left; width:135px; 
			}
				.articleimage img {
					border:5px solid #b2b2b2;
				}
					.articleimage img:hover {
						border:5px solid #969696;
					}
			.articletext {
				float:right; width:310px;
				font-size:13px; line-height:20px; color:#7d7d7d;
				margin-bottom:20px;
			}
				.articletitle, .articletitle a {
					font-size:18px; font-weight:bold; margin-bottom:5px; color:#5D5D5D;
				}
					.articletitle a:hover {
						color:#111; text-decoration:none;
					}
	
	
	#aboutwrap {
		width:940px; border-top:1px solid #e3e3e3; margin-top:10px;
		float:right;
	}
		.abouttext {
			float:right; font-weight:bold;
			font-size:22px; line-height:20px; color:#464646;
			margin-bottom:5px; margin-top:25px;
			}
		.abouthighlight {
			font-size:18px; font-style:normal;line-height:26px; color:#717171;
			margin-bottom:8px;margin-top:15px;font-weight:normal;
			}
		.abouttitle, .abouttitle a {
			font-size:16px; font-weight:bold; margin-bottom:5px; color:#5D5D5D;
			}
				.abouttitle a:hover {
						color:#111; text-decoration:none;
					}






/*--------------------------------------------
About
---------------------------------------------*/
div#about {}

	div#about div.left {
	float: left;
	width: 600px;
	padding-right: 40px;
	}
		div#about div.left p{ line-height: 20px; margin-bottom: 25px; }
	div#about div.right {
		background:  #DDDDDD;
		float: right;
		padding: 15px 25px 5px 25px;
		width: 220px;
	}
		div#about div.right h2 { margin-bottom: 15px; }
		div#about div.right ul{ list-style: none; }
			div#about div.right ul li {
				margin-bottom: 12px;
				padding-bottom: 12px;
				clear: both;
				border-bottom: 1px solid #ccc;
			}
			div#about div.right ul li img{ float: left; margin-right: 15px; }
			div#about div.right ul li h3{
				font-size: 13px;
				margin-bottom: 5px;
				color: #555;
			}
			div#about div.right ul li span {
				font-size: 12px;
				display: block;
				margin-bottom: 4px;
				font-style: italic;
				color: #999;
			}
			div#about div.right ul li a { font-size: 11px; color: #50aeae; text-decoration: none; }
				div#about div.right ul li a:hover { color: #333; } 
		div#about div.right ul li.last { border: none; }



#preview{
	position:absolute;
	border:1px solid #9a9a9a;
	background:#fff;
	padding:0px;
	display:none;
	color:#fff;
	-moz-box-shadow: 3px 3px 4px #9a9a9a;
	-webkit-box-shadow: 3px 3px 4px #9a9a9a;
	box-shadow: 3px 3px 4px #9a9a9a;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9a9a9a')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9a9a9a');
	}



/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:
    width:998px;
    height:392px;
    margin:0 auto;
    padding-top:74px;
    margin-top:50px;
}

#slider {
	position:relative;
    width:947px;
    height:350px;
    margin-left:0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:855px;
	bottom:-36px;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(images/controlls.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}




/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

