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

/*	-------------------------------------------------------------
 
	COMMUNICATION AGENCY
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	-------------------------------------------------------------
	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; 
	z-index:0;}
		
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; }
	
:focus {
	outline: 0; }

blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

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: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
	/* font: normal 67%/1.538em "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", serif; */
	/* letter-spacing:-0.04em; */
	font: normal 13pt "refrigerator-deluxe-1","refrigerator-deluxe-2";
	color: #666;
	overflow: scroll;/*Needed to eliminate scrollbars*/
	
} 

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

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

p {
	line-height: 1.7;
	font-size:1em;
	margin: 0 0 12px 0; }
 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0 0 0;}

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

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; 
	z-index: 3!important;}
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; 
	z-index: 3!important;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
	z-index: 3!important;}

.clearfix { display:inline-block; 
z-index: 3!important;}
	
/* Hide from IE Mac \*/
	.clearfix { display:block; 
	z-index: 3!important;}
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	position: relative;
	margin: 0 auto;
	padding:60px 0 0 0;
	height: 100%!important;
	z-index: 3!important;}
 
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 998px; 
	z-index:3!important;}
 
.header {
	position: relative;
	margin: 0 auto;
	height:91px;
	width: 998px;
	z-index: 3!important;}

.sub-header {
	margin: 0 0 10px 0;
	height:498px;
	width: 998px;
	background:transparent url("../../images/shadow.png") no-repeat bottom center;
	 }

.content {
	padding:0 14px 10px 14px;
	width: 998px;
	background: url("../../images/bg_content.png") repeat-y 0 0; 
	}

.content-btm {
	width: 998px;
	height: 31px;
	margin:0 auto;
	background: url("../../images/bg_content.png") repeat-y 0 0; 
	}

.content-text {
	margin:0 auto;
	padding:0;
	width:900px; 
	}

.footer {
	position: relative;
	margin: 0 auto;
	padding:10px 0;
	width: 998px;
	font-size:0.9em;
	text-align:center; 
	background: url("../../images/bg_footer_brown.png") no-repeat 0 0; 
	z-index: 3!important;
	color: #bebebe;
}
	
/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:40px;
	left: 90px;
	margin: 0;
	padding:0;
	width: 290px;
	height:41px;
	color:#fff;
	font: 22px "aviano-sans-1, aviano-sans-2", sans-serif;
}

.header .nav {
	position:absolute;
	top: 57px;
	right:40px;
	margin:0;
	padding:0;
	/* font-family: "aviano-slab-1", "aviano-slab-2", serif; */
	/*  font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2"; */
    font-family: "felt-tip-senior-1","felt-tip-senior-2";

	font-size: 16px;
	
}

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {
	color:#fff !important;
	font-size:1.4em;
	text-transform:uppercase;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent; }

/* FRONTPAGE */ 
#front-left, #front-mid, #front-right {
	float:left;
	width:30%;
	padding:0 20px 0 0;
	margin:0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right; }

#front-mid h2 a, #front-right h2 a {
	font-size:1.9em;
	font-weight:bold;
	margin:0;
	color:#404040 !important; }

#front-left p, #front-mid p, #front-right p {
	padding:0 20px 0 0;}

#front-mid {
	padding:0 20px 0 20px;  }

#front-right {
	padding:0 0 0 20px;
	background:none;  }

/* COL-LEFT */
#col-left {
	float:left;
	width:250px;
	margin:45px 0 0 0;
	padding:40px 0 0 0;
	background:transparent url("../../images/col_sep.gif") no-repeat top right;
	 }

#col-left h1 {
	margin:0;
	text-transform:uppercase;
	padding:5px 0 5px 13px;
	border-left: 10px solid #bb6500;
	/* font: bold 1.4em "felt-tip-senior-1","felt-tip-senior-2", serif;  */
	font: bold 25px "refrigerator-deluxe-1","refrigerator-deluxe-2", serif !important;
	color: #6f0000;
}

#col-left ul {
	padding:0;
	margin:10px 0 40px 0; 
	}

#col-left ul li {
	padding:0;
	margin:5px 0 0 22px;
	color:#b4b4b4;
	}

#col-left ul li a {
	padding:0;
	margin:0;
	color:#000000!important;
	font: 15pt "refrigerator-deluxe-1","refrigerator-deluxe-2";
	text-transform: uppercase;

}

#col-left ul li a:hover, #col-left ul li.current_page_item a {
	color:#404040 !important;
	}

#col-left form.global  {
	margin:20px 0 20px 20px;
	width: 70%; 
	}

#col-left form.global input {
	background: #f7f7f7;
	border: 1px solid #ccc;
	color: #666;
	/*font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
	font-size:11px;
	margin: 0 auto;
	outline: none;
	padding: 6px;
	width: 100%;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; 
	}

#col-left form.global input:hover { border: 1px solid #b5b4b4; 
}

#col-left form.global input:focus {
	border: 1px solid #b5b4b4;
	color: #666; 
	}

#col-left form.global input.submit {
	background: #b4b4b4;
	color: #fff;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px 10px 4px 10px;
	width: auto; 
	}

#col-left form.global input.submit:hover {
	cursor:pointer; 
	}

			
/* COL RIGHT */ 	
#col-right {
	float:left;
	width:630px;
	margin:0;
	padding:40px 40px 0 50px; 
	}

#col-right h1 {
	text-transform:uppercase;
	margin:30px 0 0 0;
	font: 1.4em "aviano-sans-1", "aviano-sans-2", sans-serif;
	color: #bdb9b2;
}

#col-right h2 {
	color: #6f0000;
	text-transform:uppercase;
	margin: 5px 0 20px;
	font: bold 2.5em "refrigerator-deluxe-1","refrigerator-deluxe-2" !important;
	/* letter-spacing: .04em; */
	line-height: 1em !important;
}

#front-left h2, #front-mid h2, #front-right h2
{
	font-family:"felt-tip-senior-1","felt-tip-senior-2";
	font-size: 1.8em;
}

#col-right h3 {
	/* color: #6f0000; */  
	/* text-transform:uppercase; */
	/* margin: 5px 0 20px; */
	font: 1em "refrigerator-deluxe-1","refrigerator-deluxe-2" !important;
	font-weight: 600 !important;
	/* letter-spacing: .04em; */
}

#col-right .span-1 {
	float:left;
	margin:0px 30px 0 0;
	width:45%;  
	}

#col-right .span-2 {
	float:left;
	padding:20px 0 20px 60px;
	margin:20px 0 0 0;
	width:40%;
	background:transparent url("../../images/col_sep_quote.gif") no-repeat top left;  
	}

#col-right .span-2 p {
	font-size:1.6em;
	text-align:justify;
	line-height:1.4em;
	color:#b2b1b1;
	padding:3px 0 3px 0 
	}

#col-right .span-2 span {
	padding: 0 0 5px 0;
	text-transform:uppercase; 
	}

#col-right .span-3 {
	float:left;
	margin:0px 30px 0 0;
	width:40%;  
	}

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

/* SHOWCASE */
#projects-row {
    display: inline;
    margin: 0 0 20px 0;
    width: 100%;
     }

#project-thumb {
	width: 285px;
    float: left;
    text-align: left;
    margin: 25px 30px 20px 0px; 
    }

#project-thumb img {
	padding: 0; 
	}
	
#project-thumb h3 {
	font-size:16px;
	padding: 0;
	margin:10px 0 2px 0; 
	}

#project-thumb h3 a {
	cursor:pointer;
}

#project-thumb p {
	font-size: 15px;
	line-height:14px; 
	}


/**** Frame for project thumbs [SJG 20100202] ****/
td.thumbnailContainer {
	width: 285px !important;
	height: 225px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cccccc;
}




/* BLOG */

.content-item {
width: 100%;
float: left;
margin: 10px 0 20px 0;
padding: 0; 
}

.content-dets {

/*
width: 190px;
float: left; 
*/
display: none;
}

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

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

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

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

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

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

.content-body h3 {
font-size:14px;
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; }

/*	-------------------------------------------------------------
	COMMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.content-comments {
	margin:20px 0 0 0;
	padding: 5px 30px 30px 30px;
	background: #f2f2f2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;}

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

h1.comment { 
    margin:20px 0 0 0;
    padding:0 0 20px 0;}

h1.respond { 
    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;
	background: #fff; }

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

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

.commentlist cite {
	display:block;
	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.authcomment cite span, .commentlist li.authcomment cite span a {
	font-weight: bold; }

.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 {
	padding:0;
	margin:0 0 0 10px;
	font-size:12px; }

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

#commentform textarea  {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
	width: 100%;
	height: 150px; }

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

#commentform input.submit {
	background: #b4b4b4;
	color: #fff;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight:bold;
	height: 33px;
	margin: 0;
	outline: none;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px 10px 4px 10px;
	width: auto; 
	}

#commentform input.submit:hover {
	cursor:pointer; 
	}


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


	
		#content{
			margin:0px auto;
			height:100px;
			width:100%;
			bottom:5%;
			z-index: 3;
			background:#262626 no-repeat 90%;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.gif') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed!important;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1!important;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2!important;
		}
		
		.wheel{
	width: 45px;
	height: 45px;
	margin-top: 27px;
	margin-left: 35px;
	padding-right: 15px;
}
