@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; }

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{
	color: #000;
	font-size: 67%;
	line-height: 1.6em;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	background: #721011 url("../../images/strip.jpg") repeat-x center top;
}

/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
a{
	margin: 0;
	outline: 0;
}

a, a:visited, a:active{
	text-decoration: none;
	color: #A20018 !important;
}
a:hover{
	color: #A20018;
	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; }

.clearandspace{
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix{ display:inline-block; }

/* Hide from IE Mac \*/
	.clearfix{ display:block; }
/* End hide from IE Mac */

/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container{
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 100%;
	background: transparent; }

.wrapper{
	margin: 0 auto;
	padding: 0;
	width: 998px; }

.header{
	position: relative;
	background-image: url("../../images/bg_header_blue.png");
	margin: 0 auto;
	height: 144px;
	width: 998px;
}

.sub-header{
	margin: -23px 0 10px 5px;
	width: 960px;
	height: 368px;
	background: transparent url("../../images/slide_shadow.png") bottom left repeat-x;
}

.content{
	padding: 0 14px 0px 14px;
	width: 998px;
	background: url("../../images/bg_content.png") repeat-y 0 0;
}
	.content a:hover{
		text-decoration: underline;
	}
	
.content-btm{
	width: 998px;
	height: 47px;
	margin: 0 auto;
	background: transparent url("../../images/bg_footer.png") no-repeat top left;
}

.content-text{
	margin: 0 auto;
	padding: 0;
	width:900px;
}
	.content-text p{
		font: italic 1em/1.4em Georgia;
	}
.footer{
	margin: 0 auto;
	padding: 10px 0;
	width: 998px;
	font-size: 0.9em;
	text-align: center;
	background: none;
	color: #fff !important;
}
	.footer a,
	.footer a:link,
	.footer a:visited{
		color: #fc6 !important;
	}
	
	.footer a:hover{
		text-decoration: underline;
	}

/*	-------------------------------------------------------------
	GALLERY STYLES
	Inserted by Avalanche Creative, 5/02/2010
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.galleryPage{
		margin: auto;
	}
/*	.galleryPage .gallery-item,*/
	.galleryPage a:link,
	.galleryPage a:visited,
	.galleryPage a:active{
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 25%;
	}
	.galleryPage img{
		border: 2px solid #cfcfcf;
	}
	.galleryPage .gallery-caption{
		margin-left: 0;
	}



/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1{
	margin: 0;
	padding: 0;
}

.header .nav{
	position: absolute;
	top: 80px;
	left: 300px;
	margin: 0;
	padding: 0;
}

.header .nav li{
	float: left;
	width: auto;
	margin: 0px;
	background: transparent;
}
	.header .nav li a{
		color: #fff !important;
		font-size: 1.2em;
		font-family: Georgia;
		background: transparent;
		display: block;
		padding: 0px 15px;
	}
		.header .nav li.current_page_item a,
		.header .nav li.current_page_ancestor a,
		.header .nav li.current_page_parent a{
			color:	#fc6 !important;
		}
		
		.header .nav li a:hover{
			color: #f2ff1c !important;
		}
		
		
		.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-left h2 a{
		font-size: 1.9em;
		font-weight: bold;
		margin: 0;
		color: #0e8686;
	}

	#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 20px 20px;  }

#front-right{
	padding: 0 0 20px 20px;
	background: none;
}
	.bookButton{
		margin-top: 1em;
		position: relative;
	}
#col-left	h1,
#col-right	h1,
#col-right	h3			a,
#col-right	#span-2		span{
	color: #a20018 !important;
}



/* COL-LEFT */
#col-left{
	float: left;
	width: 680px;
	margin: 0px;
	padding: 5px 0px;
}
	#col-left.narrow{
		width: 280px !important;
	}
	
	#poster_l{
		margin-left: 5px;
		margin-top: -23px;
		position: relative;
	}
	
	#col-left h1{
		font-size: 1.4em;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 5px 13px;
	}
	
	#col-left ul{
		padding: 0;
		margin: 20px 0 20px 0; }
	
	#col-left ul li{
		padding: 0;
		margin: 5px 0 0 22px;
		color:#b4b4b4; }
	
	#col-left ul li a{
		padding: 0;
		margin: 0;
		font-size:1.4em;
		color:#939393 !important; }
	
	#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: Georgia, "Times New Roman", Times, 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;
		
		-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;
	overflow: hidden;
	width: 250px;
	margin: 0;
	padding: 0 10px 0 20px; }

#col-right.narrow{
	width: 640px !important;
	padding: 0px !important;
}
	.contactUs{
		background: transparent url("../../images/factory_front_thin.jpg") 319px 8px no-repeat;
	}


#col-right h1{
	font-size: 2em;
	margin: 0px 0px 0.4em;
}

#col-right h2{
	color: #b4b4b4;
	font-weight: bold;
	margin: 0 20px 0; }

#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;
}

#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: 275px;
	float: left;
	text-align: left;
	margin: 15px 40px 10px 0; }

#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: 11px;
	line-height:16px; }

/* BLOG */

.content-item{
width: 100%;
float: left;
margin: 10px 0 20px 0;
padding: 0; }

.content-dets{
width: 190px;
float: left; }

.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: 435px;
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;
}

.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;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 2px 10px 4px 10px;
	width: auto;
}

form.global		input.submit:hover,
#commentform	input.submit:hover{
	background: #0e8686 !important;
}

#commentform input.submit:hover{
	cursor:pointer; }


.header h1{
	display: none !important;
}

.postColumn{
	width: 48%;
	float: left;
	position: relative;
}

#qec{
	position: absolute;
	left: 272px;
	top: 15px;
}
ul.padded{
	margin-left: 1em;
}
ul.bulleted li,
li.bulleted{
	list-style: outside disc;
}
.client_list{
	padding-left: 0px;
	margin-left: 0px;
}
.client_list li{
	padding-bottom: 1em;
}
.client_logo{
	display: block;
	float: left;
	padding-right: 1.3em;
}
.client_text{
	display: block;
	float: left;
}
.client_long .client_logo{
	margin-top: 0.5em;
}
.client_long .client_text{ width: 180px; }
html > body .client_long .client_text{
	max-width: 180px;
	width: auto;
}
.floatingImage_h{
	position: relative;
	width: 0px;
	height: 0px;
}
	.floatingImage{
		position: absolute;
		top: 0px;
		right: 0px;
	}




/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}
