﻿@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	CORPORATE BUSINESS TEMPLATE
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:screen.css
	Version:1.0
	Date:August 22th, 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>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	

 
	Blue: #47add9
	Light Gray: #909090
	Dark Gray: #484747
	Borders: #efefef 


*/

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

@media screen, projection {

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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; }

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

html {
	font-size: 100%; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	min-width:999px;
	font-size:75.2%;
	line-height: 1.538em;
	background: #8f8f8f url("../../images/bg_body.gif") repeat-x top left; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#47add9;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #484747;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.7;
	font-size:1em;
	color:#727272;
	margin: 0 0 12px 0; }

h1, h2, h3, h4, h5 { letter-spacing:-0.5px; }
 
h1 {
	font-size:2.8em;
	color:#47add9;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0; }
 
h2 {
	font-size:2.2em;
	color:#484747;
	text-transform: uppercase;
	font-weight: normal;
	margin: 25px 0 10px 0; }
 
h3 {
	font-size:1.5em;
	color:#484747;
	font-weight: bold;
	margin: 25px 0 10px 0; }

h4 {
	font-size:1.1em;
	color:#484747;
	font-weight: normal;
	margin: 25px 0 10px 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 */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.wrapper {
	width:100%; }
 
 /* HEADER */
.header {
	position:relative;
	height: 97px;
	width: 988px;
	margin: 0 auto;
	background:#fff url("../../images/bg_header.gif") no-repeat top left; }

.content { 
	width:100%;
	overflow:hidden;
	background:#fff url(../../images/bg_content.gif) repeat-y 50% 0; }

.content-wrapper { 
	margin:0 auto;
	width:988px; }

.sidebar {
	float:left;
	width:266px;
	padding:50px 30px 30px 0;
	margin:0 -1px 0 0;
	overflow:visible;
	height:auto;
	background:#fff url(../../images/border.gif) repeat-y 100% 0; }

.footer {
	margin:0;
	padding:0;
	font-size:0.9em;
	text-align:center; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:25px; /* adjust this position for your logo */
	left:10px;
	margin:0;
	padding:0;
	width:208px;
	height:41px;
	text-indent:-9999px;
	background:transparent url("../../images/mylogo.png") no-repeat 0 0; }

.header #nav {
	position:absolute;
	top:21px;
	right:10px;
	margin:0;
	padding:0; }

.header #nav li {
	position: relative;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header #nav li a {
	position: relative;
	display:block;
	color:#919394;
	font-size:1.4em;
	border:1px solid #fff;
	padding:15px 10px 10px 10px;
	text-transform:uppercase;
	background:transparent; }

.header #nav li a:hover {
	color:#47add9;
	background:#fff; }

.header ul#nav li.current_page_item a, .header ul#nav li.current_page_ancestor a , .header ul#nav li.current_page_parent a  {
	color:#47add9;
	background:#fff; }

.header #nav ul li a:hover, .header #nav ul li:hover a {
	color:#47add9;
	border-top:1px solid #efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #fff;
	background:transparent;
	z-index: 2; }

.header #nav li ul {
	position:absolute;
	padding:5px 10px;
	margin:0;
	width:190px;
	height:auto;
	top:43px;
	left:5px;
	background:#ffffff;
	border:1px solid #efefef;
	display:none;
	z-index: 1; }

.header #nav li ul li {
	float:none;
	padding:0;
	margin:7px 0; }

.header #nav li ul li a  {
	width:190px;
	font-size:1.3em;
	padding:5px 0;
	text-transform: none;
	border:none !important;
	color:#919394 !important; }

.header #nav li ul li a:hover {
	color:#484747 !important;
	border: none !important; }


/* MAIN-CONTENT */
.main-content {
	width:631px;
	min-height:240px;
	padding:50px 30px 30px 30px ;
	margin:0;
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	overflow:hidden;
	background:#fff; }

* html .main-content {
	height:240px;
	overflow:visible; }
	
.main-content  {
	float:right; }

.main-content h1 {
	font-size:3.4em;
	letter-spacing:-4px;
	text-transform:uppercase;
	margin:0; }

.main-content h2 {
	font-size:5.9em;
	color:#919394;
	font-weight:bold;
	letter-spacing:-6px;
	text-transform:uppercase;
	margin:-13px 0 20px 0; }

/* MAIN CONTENT FOOTER */
.main-content-footer {
	width:629px;
	padding:20px 0 0 0;
	margin:20px 0;
	border-top:1px solid #ebebeb; }

.main-content-footer .grid {
	display:inline;
	float: left;
	position: relative; }

.main-content-footer .col-left,
.main-content-footer .col-right  {
	width:305px;
	float:left;
	margin:0; }

.main-content-footer .col-left {
	margin:0 19px 0 0; }

.main-content-footer .col-left .icon,
.main-content-footer .col-right .icon  {
	width:70px;
	height:100%;
	float:left;
	margin:0 15px 0 0; }

.main-content-footer .col-left .text,
.main-content-footer .col-right .text {
	padding:0 0 0 85px; }

.main-content-footer .col-left p,
.main-content-footer .col-right p {
	margin:5px 0;}

.main-content-footer .col-left a,
.main-content-footer .col-right a {
	margin:5px 0;
	color:#484747;
	font-size: 16px; }

.main-content-footer .col-left a:hover,
.main-content-footer .col-right a:hover {
	margin:5px 0;
	color:#47add9;
	font-weight: 400; }

/* MANAGEMENT TEAM */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:150px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }
	
/* BLOG */
.content-item {
	width: 100%;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0; }

.content-dets {
	width: 190px;
	float: left; }

	 .archive .content-dets {
		text-indent:10px;
		padding:0 0 3px 0; }

.content-dets h3 {
	margin:0 0 5px 0; }

.content-dets a {
	font-weight: normal; }

.content-dets li.category {
	padding:0 0 0 20px;
	margin:0;
	background: transparent url("../../images/tag.gif") no-repeat 0 0; }

.content-dets li.comments {
	padding:0 0 0 20px;
	margin:0;
	background: transparent url("../../images/comments.gif") no-repeat 0 0; }

ul.dets {
	margin: 0;
	padding: 0;
	list-style: none; }

.content-body {
	width: 435px;
	margin: 0;
	padding:0;
	float: left; }

	.archive .content-body a {
		font-weight:normal;
		font-size:16px;
		margin:3px 0 0 0;}

.navigation {
	text-align:center;}

.content-body h3 {
	margin:0 0 5px 0; }

.entry blockquote {
	margin: 5px 0 0 0;
	padding:10px;
	font-style: italic;
	font-size: 12px;
	quotes: "\201C" "\201D"; }

.entry blockquote:before, .entry blockquote:after { 
	font-weight: bold; 
	font-size: 22px;
	display: block;
	color:#666; }

.entry blockquote:before { 
    height: 0;
    margin-left: -0.55em;
	content: open-quote; }
	
.entry blockquote:after {
    content: close-quote;
    margin-top: -20px;
    margin-left: 400px; }
    
.entry ul {
	list-style: disc;
	margin-left:30px; }

.entry ol {
	list-style: decimal;
	margin-left:30px; }

.archive { 
    border-bottom:1px solid #ddd;
    margin: 5px 0 0 0; }

/*	-------------------------------------------------------------
	SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.sidebar h2 {
	text-align:right;
	text-transform:none;
	margin:0 0 20px 0; }

.sidebar ul {
	padding:0;
	margin:0 0 20px 0; }

.sidebar ul li {
	display:block;
	padding: 4px 0;
	line-height:1.5em; }

.sidebar ul li a {
	display:block;
	font-size: 1.3em;
	padding:7px 10px 0px 10px;
	text-align: right;
	border-top:1px solid #efefef;
	color: #919394; }

.sidebar ul li a:hover, .sidebar ul li a.selected{
	color: #484747 }

.sidebar ul li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/* SEARCH FORM */
.sidebar #searchform {
	width:90%;
	margin:0 0 20px 0;
	padding:0;
	float:right; }

	.sidebar #searchform input {
		float:left;
		width:60%;
		padding:10px;
		margin:0; }

		.sidebar #searchform label {
			display:none;}

.sidebar #searchform input#searchsubmit {
	float:left;
	width:60px;
	height:36px;
	font-weight:bold;
	margin:0 0 0 10px; }
	
/*	-------------------------------------------------------------
	BLOG: META
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.postmetadata { 
	font-size:11px;
	font-style: italic;
	display: block; }

.postmetadata  {
	background: url(images/comments.gif) no-repeat 0 2px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0 0 0;
	margin:20px 0 0 0 !important; }

div.alt p { 
	padding:0;
	margin:0; }

	

/*	-------------------------------------------------------------
	BLOG: COMMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.comments {
	position: relative;
	width: 91%;
	background: #f1f1f1;
	padding:30px; 
	margin: 20px 0; }

.comments  { /* Safari */
  	-webkit-border-radius: 9px; }

.comments , x:-moz-any-link, x:default { /* Firefox 3 */
  	-moz-border-radius: 9px; }

.comments h3 {
	padding:0;
	color:#000;
	font-weight:normal;
	margin:0 0 20px 0;}

.commentlist {
	margin: 0;
	padding: 0; }

.commentlist li {
	position:relative;
	margin: 0 0 70px 0;
	padding: 15px 15px 35px 15px;
	list-style: none;
	border:1px solid #ccc;}

.commentlist cite {
	font-weight: bold;
	font-size:1.4em;
	font-style: italic;
	border:none; }

.commentlist cite a {
	font-weight: bold;}

.commentlist cite span, .commentlist cite span a {
	color:#000;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4em;
	border:none; }

.commentlist cite {
	margin:0;
	padding:0; }

.commentlist p {
	font-weight: normal;
	line-height: 1.7em;
	margin:0;
	padding: 10px 0 0 0;
	text-transform: none; }

.commentlist li.bypostauthor {
	background:  #fff; }

.commentlist .comment-meta {
	position: absolute;
	bottom: -25px;
	right: 80px; }

.commentlist .comment-meta, .commentlist .comment-meta a {
	color: #666;
	font-weight:normal;
	font-size:12px; }

.commentlist .avatar {
	position: absolute;
	right: 15px;
	bottom: -20px;
	border: 1px solid #ccc; }

#commentform {
	padding:0;
	margin:0 15px 0px 0; }

#commentform label {
	position:relative !important;
	padding:0;
	margin:0 0 0 10px;
	font-size:10px;
	float:right;
	width: auto !important;
	display:inline !important;
	text-align:left !important; }

#commentform input, #commentform textarea  {
	border:1px solid #ccc;
	background-color: #fff;
	padding:6px;
	width: 35%;
	line-height: 150%;
	font-size: 12px;  }

#commentform textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	width: 100%;
	height: 150px;}

#commentform p {
	width: 100%;
	margin: 5px 0;
	padding: 0; }

#commentform #submit {
  	margin:0 18px 0 0;
  	padding:8px;
  	width: auto;
  	cursor: pointer;
  	display: block;
  	font-size:14px;
  	letter-spacing: normal;
  	text-align: center;
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px; } 

/*	-------------------------------------------------------------
	BLOG: GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

/* text Widget */
.textwidget  {
    padding:27px; }
/* // text Widget */

/* calendar */
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }

#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 a:hover {
	    display: block;
		border:none;
	    }
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }
/* // calendar */

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*	-------------------------------------------------------------
	SCROLL WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.scroll {
	position:relative;
	min-height:137px;
	border:1px solid #efefef;
	margin:0 0 20px 0;
	background:#fff; }
	
.scroll h2 {
	margin:18px 0 5px 19px;
	border:none;
	text-align:left;
	font-size:1.4em;
	line-height:1em; }

.scroll ul {
	position:relative;
	width:230px;
	height:91px;
	margin:0 19px;
	list-style:none; }
	
.scroll ul li {
	width:230px;
	height:84px;
	margin:0;
	line-height:1.334em;}

	.scroll ul li a {
		color:#47add9;
		font-size: 13px;
		padding:0;
		margin:0;
		text-align: left;
		border-top:none; }
					
.scroll ul li span {
	display:block;
	margin:0 0 .4em; }

.scroll ol {
	height:22px;
	position:absolute;
	top:0;
	right:15px;
	list-style:none;}

.scroll ol li {
	float:left; }

.scroll ol a {
	display:block;
	width:11px;
	height:22px;
	margin:0 1px;
	padding:0 2px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:50% 0; }

.scroll ol li.previous a {
	background-image:url("../../images/icon-arrow-down.gif");}

.scroll ol li.next a {
	background-image:url("../../images/icon-arrow-up.gif");}

.scroll ol li a:hover {
	background-position:50% 100%; }

#scrollSpotlight h2 {
	margin-bottom:18px; }

#scrollSpotlight ul {
	width:230px;}

#scrollSpotlight ul li {
	width:230px;} 

#scrollSpotlight ul li a {
	font-size:12px;
	padding:0 0 0 13px;
	background:transparent url("../../images/arrow.gif") no-repeat 1px 3px; }

#scrollSpotlight ul li strong {
	color:#484747;}

#scrollSpotlight li p {
	margin:0 0 .4em;
	line-height:1.25em; }

/* BUTTONS */
.btn-widget {
	border:1px solid #efefef;
	background:#f8f8f8;
	padding:12px 18px; }

.btn-widget:hover {
	background:#fff;
	cursor: pointer; }



/*	-------------------------------------------------------------
	VARIOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.span1, .span2, .span4, .span5 {
	float:left;
	margin:0 30px 0 0;
	text-align: left;
	width:300px; }

.span2 {
	margin:0 ; }

.span3 {
	float:left;
	text-align: justify;
	padding:10px 0 20px 60px;
	margin:20px 0 0 -10px;
	width:240px;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  }

.span3 p {
	font-size:1.4em;
	text-align: justify;
	font-style:italic;
	line-height:1.5em;
	color:#909090;
	padding:3px 0 3px 0 }

.span3 span {
	padding: 0 0 5px 0;
	font-size:15px;
	color:#666;
	font-style:italic; }
	
	.span3 span a {
		font-weight:bold; }
		
.span4 {
	width:250px; }

.span5 {
	width:320px; }


blockquote { 
	margin:20px 0 20px 15px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../../images/quote.png) no-repeat 0 0; }
	
blockquote p { 
	margin-bottom:10px; 
	font-weight:bold;
	text-align:left; }

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

.footer {
	width:100%;
	background:#909090 url("../../images/bg_footer.gif") repeat-x top left; }

.footer-wrapper {
	position:relative;
	width: 948px;
	margin: 0 auto;
	text-align: center;
	padding:30px 20px 10px 20px;
	background:#909090 url("../../images/bg_footer_wrapper.gif") no-repeat top left; }

.footer-wrapper p {
	color:#fff; }

.footer-wrapper a {
	color:#fff;
	font-weight: bold; }
	
	

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

}

