@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
  
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description: Base CSS - Infusion
	Name:screen.css
	Version:2.0
	Date:12/2011
  
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*
@import url("");
*/

/*	-------------------------------------------------------------
	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.6;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; }

: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%;
	width: 100%; }

body {
	font: 80%/1.5em Helvetica,Arial,sans-serif; 
	letter-spacing:-0.02em;
	color: #6F6F6D;
	line-height: 1.538em;
	border-top:4px solid #939292;
	background: #E9E9E5;
	width: 100%; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#544C45;
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color:#59A5DF;
	 }

a.btn {
	color:#fff;
	display: block;
	font-size:16px;
	font-weight:bold;
	margin: 10px 0 0 0;
	width: 39%;
	padding:15px;
	float:left;
	outline: 0;
	text-align: center; }
	

	
	
	
/* --- MORE --- */
a.more {
	color:#0070C0;
	font-weight:bold;
	}
	
a.more:hover {
	color:#C50A20;
	 }	
	 
a.more, a.more:visited, a.more:active {
	text-decoration: none; }
	

a.moresmall {
	color:#59A5DF;
	}
	
a.moresmall:hover {
	color:#0070C0;
	 }	
	 
a.moresmall, a.moresmall:visited, a.moresmall:active {
	text-decoration: none; }
	


  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	line-height: 1.5;
	margin: 0 0 12px 0; }
 
h1 {
	font: Helvetica,Arial,sans-serif; 
	font-size:36px;
	font-weight: bold;
	margin:0 0 15px 0;
	padding:0;
	color:#292C2D; 
	line-height: 90%;
	letter-spacing:-2px;
	}
 
h2 {
	font: Helvetica,Arial,sans-serif; 
	font-size:42px;
	font-weight: bold;
	margin:0 0 15px 0;
	padding:0;
	color:#9E9A96; 
	line-height: 90%;
	letter-spacing:-1px;
	}

h2 span {
	font: Helvetica,Arial,sans-serif; 
	font-size:14px;
	font-weight: normal;
	padding:0;
	color:#777;
	line-height: 90%; 
	letter-spacing:-1px;
	}
 
h3 {
	font: Helvetica,Arial,sans-serif; 
	color:#6F6F6D;
	font-size:20px;
	line-height: 1.5em;
	font-weight:normal;
	text-align: justify;
	margin: 20px 0 20px 0;
	letter-spacing:-0.5px;
	}


h4 {
	font: Helvetica,Arial,sans-serif; 
	color:#292C2D;
	font-size:24px;
	line-height: 1.1em;
	font-weight:bold;
	margin: 5px 0 5px 0;
	letter-spacing:-0.5px;
	}
	
h5 {
	font: Helvetica,Arial,sans-serif; 
	color:#292C2D;
	font-size:16px;
	line-height: 1.2em;
	font-weight:bold;
	margin: 5px 0 5px 0;
	letter-spacing:-0.5px;
	}
	
h6 {
	font: Helvetica,Arial,sans-serif; 
	color:#292C2D;
	font-size:14px;
	line-height: 1.2em;
	font-weight:bold;
	margin: 5px 0 5px 0;
	letter-spacing:-0.5px;
	}
	
	
.highlightblue {
	color:#0070C0;}	
	
.highlightred {
	color:#C50A20;}	
	
.highlightgray {
	color:#ccc;}	

/*	-------------------------------------------------------------
	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 */

/*	-------------------------------------------------------------
	GLOBAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/* --- PRIMARY --- */
.leftcol { 
	float:left; 
	width: 135px; 
	padding-right: 20px; }
	
.leftcol ul, ol {	
	margin:13px 0 13px 0px;}
	
.maincol { 
	float:left; 
	width: 520px; }	
	
.maincolfull { 
	float: right; 
	width: 745px; }	
	
.rightcol { 
	float:right; 
	width: 200px; }
	
	
.dottedline {
	border-bottom: 1px dotted #ddd;
	margin-top:20px;
	margin-bottom:20px;}
	
	
	
	
/* --- LEADERSHIP --- */
.leadersection { 
	float:right; 
	width: 745px; 
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom: 1px dotted #ddd;}
	
.leaderphoto { 
	float:left; 
	width: 30%;}

.leaderinfo { 
	float:right; 
	width: 68%; }
	
.biophoto { 
	float:left; 
	width: 200px;}

	



/* --- COLUMNS --- */
.left { 
	float:left; 
	width: 48%; }
	
.right { 
	float:right; 
	width: 48%; }

.leftsmall { 
	float:left; 
	width: 35%; }
	
.rightsmall { 
	float:right; 
	width: 35%; }

.leftlarge { 
	float:left; 
	width: 55%;}

.rightlarge { 
	float:right; 
	width: 55%;}

.rightlarge { 
	float:right; 
	width: 55%;}
	
.leftnobox { 
	float:left; 
	width: 43%; }
	
.rightnobox { 
	float:right; 
	width: 43%; }
	
.lefttitle { 
	float:left; 
	width: 25%; }
	
.leftinfo { 
	float:left; 
	width: 70%; }
	
.rightcontent { 
	float:right; 
	width: 80%; }
	


	
	
	
/* --- BOXES --- */
.rightlarge { 
	float:right; 
	width: 55%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }
	
.leftbox { 
	float:left; 
	width: 48%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }

 .rightbox { 
 	float:right; 
	width: 48%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }
	
.righthighlight { 
	float:left; 
	width: 80%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	margin-bottom:20px; }	
	
.lefthighlight { 
	float:left; 
	width:88%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  }

.searchhighlight { 
	float:left; 
	width:88%;
	background:#eee;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; 
	margin-bottom:15px; }
	
.bottomhighlight { 
	float:left; 
	width: 95%;
	background:#DDF1F8;
	padding:20px 20px 10px 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	margin-top:20px;}



/* --- HOME --- */
.homeleft { 
	float:left; 
	width: 61%; }
	
.homeright { 
	 float:right; 
	 width: 35%; }
	 
.twitterphoto { 
	float:left; 
	width: 65px;}

.twitterinfo { 
	float:right; 
	width: 245px; }
	
.twitterinfo p {
	line-height:15px;
	font-size:9px;  }
	 
	
	
	
/* --- PORTFOLIO --- */
.leftportfolio { 
	float:left; 
	width: 25%; }
	
.rightportfolio { 
	float:right; 
	width: 73%; }
	
.portfoliocontent { 
	float:right; 
	width: 80%; 
	border-top: 1px dotted #ddd;
	padding-top:10px;}



	
/*	-------------------------------------------------------------
	BLOG
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.rightblog { 
	float:right; 
	width: 60%; }
	
.leftblog { 
	float:left; 
	width: 525px; }
	
.leftnonav { 
	float:left; 
	width: 675px; }
	
.blognav { 
	float:left; 
	width: 115px; 
	padding-right:20px; }
	
.blogfooter { 
	background: url("/images/bkg-highlight-520.png") no-repeat scroll center top transparent !important;
    border-bottom: 1px dotted #DDDDDD;
    border-top: 1px solid #E8E8E8;
    clear: both;
    float: left;
    margin: 15px 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
	
	}	
	
.authorphoto { 
	float:left; 
	width: 65px;}
	
.authorinfo { 
	float:left; 
	width: 425px;
	margin-left:10px; }
	
	
	



/* --- FOOTER --- */
.leftfooter { 
	float:left; 
	width: 60%; 
	line-height:30px; }
		
.rightfooter { 
	float:right; 
	width: 35%; }
	
.footerhighlight { 
	float:left; 
	width: 89%;
	background:#DDF1F8;
	padding:20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	margin-bottom:20px; }	




/*	-------------------------------------------------------------
	FORMS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.formleft { 
	float:left; 
	width: 45%; }
	
.formright { 
	float:right; 
	width: 45%; }

	
	

/*	-------------------------------------------------------------
	TWITTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.twitterbutton { float:left; width: auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	font: 80% Helvetica,Arial,sans-serif; 
	color:#fff;
	}
 
.twitterbutton a { 
	color:#fff;
	background:#59A5DF;
	float:left; width: auto;
	padding:8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;  
	color:#fff;
	margin-left:0px;
	margin-top:-7px;
}
 
.twitterbutton a:hover { 
	background:#0070C0;
	}
 
.twitter {
	 float:left; 
	 width: 100%; 
	 padding-bottom:30px; }
	 
 .twitter content ul li { 
 	font-size:14px;
	padding:0 0 0 14px;}

 .twitter content ol li  { 
 	font-size:14px;
	padding:0 0 0 14px;}
 
.next, .prev {
	background: #DDF1F8;
	color: #0070C0;
	cursor: pointer;
	display: block;
	font-weight:bold;
	margin-top:-7px;
	outline: none;
	float:left;
	text-transform: uppercase;
	padding: 7px 20px;
	width: auto; 
	font: Helvetica,Arial,sans-serif; 
	border-top: 0px solid #adadad;
	border-left:0px solid #adadad;
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
	font-size:13px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; }

.next:hover, .prev:hover {
	color:#fff;
	background: #59A5DF;
	cursor:pointer;}
	
.controls { }
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	padding:0;
	margin:0 auto;
	width: 100%;
	text-align: center;
	background:	#E9E9E5; }
 
.wrapper {
	margin:0 auto;
	padding: 0;
	width:960px; 
	background: #fff;}
	
.wrapper-mail {
	margin:0 20px;
	padding: 0;
	width:550px; 
	background: #fff;}
 
.header {
	border-bottom: 1px dotted #D1D1CD;
    height: 67px;
    margin: 30px auto 40px;
    padding: 15px 30px 0;
    width: 900px;}
	
.header-mail {
	position: relative;
	margin: 0 auto 20px auto;
	padding:15px 0 0 0;
	width: 590px;
	height: 70px;
	border-bottom: 1px dotted #ddd; }

.welcome {
	width: 900px;
	margin: 0 auto 25px auto; }

.welcome p {
	color:#939292;
	font-size: 1.7em;
	line-height: 150%;
	font-style: italic;
	text-align: center; }

.content {
	padding:0;
	margin:0 auto;
	width: 900px;
	text-align:left; }
	
.content-mail {
	padding:0;
	margin:0 auto;
	width: 500px;
	text-align:left; }

.content p {
	font-size:14px; }

.content ul li,
.content ol li {
	font-size:14px;
	padding:0 0 0 14px;
	background: transparent url("http://infusioncreative.com/images-infusioncreative/bg_arrow_li.gif") no-repeat 0 5px; }
	
/* --- SIDEBAR --- */

.rightcol p {
	line-height: 1.4;}

.rightcol ul li,
.rightcol ol li {
	padding:0 0 0 14px;
	background: transparent url("http://infusioncreative.com/images-infusioncreative/bg_arrow_li.gif") no-repeat 0 5px; 
	}
	
	
.bottomhighlight ul li,
.bottomhighlight ol li {
	padding:0 0 0 14px;
	background: transparent url("http://infusioncreative.com/images-infusioncreative/bg_arrow_li.gif") no-repeat 0 5px;
	}	
	
/* --- FAQ --- */
.faq ul li,
.faq ol li {
	font-size:15px;
	line-height: 1.5;
	padding:0 0 0 14px;
	background: transparent url("http://infusioncreative.com/images-infusioncreative/bg_arrow_li.gif") no-repeat 0 5px; }
	

	
	
	

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	color:#000;
	font-size:2.5em;
	font-weight: bold;	
	margin:0;
	padding:0;
	float:left; }

.header .nav {
	float: right;
    padding: 7px 0 0;
    position: relative;}

.header .nav li {
	float:left;
	width:auto;
	margin:0 15px;
	font-size:14px;
	background:transparent; }

.header .nav li a {
	color:#939292;
	font-weight: normal;
	font-size:1em;
	padding:0 0 10px 0;
	background:transparent; }

.header .nav li a:hover {
	color:#000;
	border:none;
	background: url(http://infusioncreative.com/images-infusioncreative/bg_nav_li.gif) no-repeat 50% 100%; }

.header .nav li a.selected {
	color:#000;
	border:none; }
	
	
	

/*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#showcase {
	display: block;
	overflow: hidden;
	position: relative;
	width: 940px;
	margin: 0 auto; }

#showcase #prev a, #showcase #next a {
	display: block;
	height: 36px;
	width: 36px;
	float: left;
	margin-top: 120px; }

#showcase #prev a {
	background: url(http://infusioncreative.com/images-infusioncreative/back.gif) no-repeat 0 -36px; }

#showcase #prev a:hover, #showcase #prev a:hover {
	background-position: 0 0;
	border:none; }

#showcase #next a {
	background: url(http://infusioncreative.com/images-infusioncreative/next.gif) no-repeat 0 0; }

#showcase #next a:hover, #showcase #next a:hover {
	background-position: 0 -36px;
	border:none; }

#showcase ul#slides {
	float: left;
	margin: 0 0px;
	width: 900px; }

#showcase ul#slides li {
	background: none; }

#showcase img {
	height:300px;
	width:900px; }

#showcase span.slide_caption {
	display:none; }

.caption {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px; }

.caption #project_caption {
	display:none;  
	color:#939292; 
	text-align: center;
	background:transparent; }

/*	-------------------------------------------------------------
	PORTFOLIO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.portfoliorow {
	margin:0;
	width:760px; 
	clear:both; 
	 }

.newportfoliobox1 {
	width:227px; 
	height:215px; 
	float:left; }
	
.newportfoliobox {
	margin-left:22px; 
	width:227px; 
	float:left; }


.portfoliorow h2 {
	margin:0;
	padding:0;
	font-weight: normal;
	font-size:18px;
	color:#000  }

.portfoliorow h3 {
	margin:0;
	padding:0;
	font-style: normal;
	font-size:14px;
	color:#939292}

.portfoliorow a:hover {
	border:none; }
	
.portfoliobigbox {
	width:740px; 
	float:left; }
	
.portfoliobox1 {
	width:238px; 
	height:250px; 
	float:left; }
	
.portfoliobox {
	margin-left:22px; 
	width:238px; 
	height:250px; 
	float:left; }

#portfolioitem { 
	width:220px; 
	height:160px; 
	float:left;}

.portfolioleft {
	width:160px; 
	float:left; 
	clear:left;
	margin:20px 0 0 0; }

.portfolioleft h3 {
	font-size:24px;
	padding:0;
	margin:0;
	font-weight: bold;
	font-style: italic; }

.portfolioright {
	width:740px; 
	float:right;
	margin:20px 0 0 0; }
	
	
.portfolio-item-preview {
	display:block;
	background:url(/images/bg-fade.png) no-repeat center center;

}
#portfolionav {
	width: 217px;
	float: left;
}
.portfolio-container ul li a.hide {
	display: none;
}
.portfolio-container {
	padding: 0px;
	display: block;
	width: 990px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolio-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}
.portfolionav-container ul li a.hide {
	display: none;
}
.portfolionav-container {
	padding: 0px;
	display: block;
	width: 217px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolionav-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}
.portfolio-img{}
.bordered-img {
	border:5px solid #f8f8f8;
}
.pretty-box{
	padding:4px;
	background:#FFF;
	border:1px solid #ebebeb;
}
/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.footer {
	width: 900px;
	height: 230px;
	padding:0px 30px;
	margin:40px auto;
	text-align: left;
	border-top: 1px dotted #D1D1CD;  }

.footer-mail {
	width: 550px;
	height: 50px;
	padding:15px 20px;
	margin:20px auto;
	text-align: left;
	border-top: 1px dotted #ddd;  }

.footer .right { text-align: right; }

.footer p {
	font-size:12px;
	line-height:15px  }

	
/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

