/* ---------------------------------------------------------------
 Filament Group Screen Stylesheet
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
Page containment styles
--------------------------------------------------------------- */
body {
	font-family: "Segoe UI", Frutiger, Tahoma, "Helvetica", "Helvetica Neue", Arial, sans-serif; 
	font-size:62.5%;
	background:#464442 url(../images/bg_site_tile.jpg) repeat-x; 
	color: #fff;
}
#contain {
	width: 820px;
	margin: 20px auto;
}

/* ---------------------------------------------------------------
Header Styles
--------------------------------------------------------------- */
#header {
	background: url(../images/bg_header_right.gif) no-repeat right 0;	
	padding-right: 9px;
	position: relative;
	margin-bottom: -.5em;
}
#hiddenprint {
display: none;
}
#headerInner {
	background: url(../images/bg_header_left.gif) left top no-repeat;
	padding-left: 5px;
}
div#botLeft, div#botRight {
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 5px;
	background: url(../images/bg_header_BL.png) no-repeat 0 0;
}
div#botRight {
	left: auto;
	right: 5px;
	background: url(../images/bg_header_BR.png) no-repeat 0 0;
}
#logo {
	float: left;
	margin: 3.5em 0 2.5em 3em;	
}
body#home #logo {
	margin-top: 4.2em;
}
#logo img {
margin-left:-20px;
}
body#home #logo img {
	
}
#contact2{
	width: 8em;
	height: 2em;
	padding: .4em .7em 0 0em;
	background: url(../images/bg_contact.jpg) repeat-x bottom;
	border: 1px solid #330033;
	position: absolute;
	top: -.5em;
	right: 2em;
	
}
#contact2 a{
	font-size:1.5em;
	padding-left:10px;
	text-decoration: none;
	color:#330033;
}
#contact2 a:hover{
	text-decoration:underline;
}

#bubble {
	background: url(../images/bg_contact_q.gif) bottom left no-repeat;
	position: absolute;
	bottom: -9px;
	left: 5px;
	width: 10px;
	height: 9px;
}





/* ---------------------------------------------------------------
Primary Navigation
--------------------------------------------------------------- */
ul#primaryNavigation {
	background: url(../images/bg_primaryNav.png) no-repeat top right;
	clear: both;
	position: relative;
}

ul#primaryNavigation li {
	border-right: 1px solid #FF6600;
	float: left;
	position: relative;
	background:#330033;
}

ul#primaryNavigation li.whatwedo {
	margin-left: 1.1em;
}
ul#primaryNavigation li a {
	float: left;
	line-height: 1.5em;
	padding: .2em 1.1em .2em 1.3em;
	font-size: 1.5em;
	color: #11a1ca;
	margin-right: 2px;
position: relative;
text-decoration: none;
}
body#home ul#primaryNavigation li a {
	font-size: 1.6em;
	line-height: 1.6em;
}
ul#primaryNavigation li.hover {
	background: url(../images/bg_primaryNavHover.png) repeat;
}

body#whatwedo ul#primaryNavigation li.whatwedo,
body#whatwevedone ul#primaryNavigation li.whatwevedone,
body#whatwerethinking ul#primaryNavigation li.whatwerethinking,
body#whoweare ul#primaryNavigation li.whoweare  {
	background: #FF6600;
		border-bottom-color: #11a1ca;
		color:#11a1ca;
}
body#whatwedo ul#primaryNavigation li.whatwedo a,
body#whatwevedone ul#primaryNavigation li.whatwevedone a,
body#whatwerethinking ul#primaryNavigation li.whatwerethinking a,
body#whoweare ul#primaryNavigation li.whoweare a  {
	background: #FF6600;
	color: #330033;
}




/* ---------------------------------------------------------------
Content Area Styles
--------------------------------------------------------------- */


/* Contact Page*/

a.drivingDirections {
display: block;
padding-left: 17px;
background: url(../images/icon_directions.gif) 0 1em no-repeat;
clear: left;
padding-top: 1em;
}



/*Content Styles*/
#content {
	background:#330033;
	padding: 3.5em 35px;
	color: #333;
}

#accueil{
	margin-left:-30px; 
	margin-top:-25px; 
	margin-bottom:-35px; 
	background-image:url(../images/accueil.png); 
	background-repeat:no-repeat; 
	width:820px; 
	height:345px;
	padding:10px;
}

#content #accueil li{
	color:#FF6600;
}

body#whatwedo p {
	color:#FF6600;
}

body#whatwedo p.petit{
	color:#FF6600; 
	font-size:1.2em;
}

body#home #content {
	padding: 2em 0 0 0;	
}



/*Homepage Content Styles*/
body#home p.intro {
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	padding: 2em 0 3.5em 2em;
	font-size: 1.9em;
	color: #555;
	width: 55%;
	float: left;
	line-height: 1.50;
}
body#home p.intro strong {

}
#feature {
	width: 31%;
	float: right;
	margin: 5em 2.5em 0 0;
}
#content #feature img {
	margin-bottom: .9em;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
}

#content #feature li#slideShowLoading img {
	border: 0;
}

#content #feature li.slideShowLoading img {
	border: 0;
}

#content #feature h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #5e9c37;
	margin: 0 0 .2em;
	line-height: 1.2em;
}
#content #feature p {
	font-size: 1.3em;
	color: #444;
}
#content #feature li {
	font-size: 1em;
	margin: 0;
}

#content #feature div {
padding:15px 0 0 15px;
}



/*Primary Content Styles*/
#primaryContent {
	width: 65%;
	float: left;
position: relative;
}
body#whatwedo div#primaryContent {
	width: 60%;
}

body#whoweare div#primaryContent, 
body#whatwedo div#primaryContent.landing {
	float: right;
	width: 55%;
	margin-top: 5.5em;
}


/*Headings*/
#content h1 {
	font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 3em;
	font-weight: normal;
	color: #11a1ca;
	letter-spacing: -.04em;
	line-height: 1.2em;
	margin-bottom: .3em;
	
}

#whatwedo #overview h1, 
#whatwerethinking .entry #overview h1 { font-size:2.6em; }
#whatwedo #overview.landing h1 { font-size:3em; }

#whatwerethinking .entry #overview { width:auto; }

#content h1 a {
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}

#content h2 {
	font-size: 1.8em;
	line-height:1.2em;
	margin: 1.5em 0 .5em;
	clear: left;
	color: #444;
	font-weight: bold;
	font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; 
}
#content h3 {
	font-size: 1.5em;
	margin: 1em 0 .5em;
	color: #666;
	font-weight: bold;
	font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; 
}
#content h4 {
	font-size: 1.3em;
	margin: 1em 0 .2em;
	color: #555;
	font-weight: bold;
}

.completed {
text-decoration: line-through;
}

/*Overview Styles*/
#content #overview {
	margin: 1em 0 2em;
	margin-left:30px;
	margin-right:30px;
}
#content #overview p {
	font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 1.7em;
	padding:0 0 .5em;
	color: #777;
	clear: right;
}

#content #overview.landing p, 
#whoweare #content #overview p { padding:0 0 1em; }

strong {
font-weight: bold;
}

em {
font-style: italic;
}

body#whoweare div#overview, 
body#whatwedo div#overview.landing {
	float: left;
	width: 40%;
}

body#whatwedo div#overview, 
body#whatwevedone div#overview, 
body#whatwerethinking div#overview,
body#contactus div#overview {
	width: 89%; 
}



/* content links*/
#content a:link,
#content a:visited {
	text-decoration: underline;
	color: #663366;
}
#content a:visited {
	color: #663366;
}
#content a:hover {
	color: #663366;
}

#content p {
	font-size: 1.4em;
	padding: 0 0 1em;
	margin:0;
	line-height: 1.4em;
	color: #fff;

}
#content ul {
	padding-bottom: 1em;
}
#content li {
	font-size: 1.4em;
	padding: 0 0 0em;
	margin:0;
	line-height: 1.4em;
	color: white;
}


.callout_text {
float: right;
margin: 3em -10px 1em 35px;
background: #f8f8f8;
border: 1px solid #f0f0f0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 0 10px;
width: 35%;
font-size: .9em;
}

.addinfo {
padding-left: 20px;
background: url(../images/icon_info.gif) 0 0 no-repeat;
}
#content h2.addinfo {
font-size: 1.6em;
line-height: 1.4;
}
#content p sup { font-size:.7em; position:relative; top:-.4em; }

#content li {
	list-style-type: disc;
	margin-left: 2.5em;
}

#content li li {
	list-style-type: circle;
	font-size: 1em;
padding: 1em 0 0;
}

dt {
	font-weight: bold;
	float: left;
	clear: left;
}
dt, dd {
	font-size: 1.3em;
	line-height: 1.6em;
	display: inline;
	padding-right: .5em;
	display: block;
}

blockquote {
background: #fafafa;
padding: 20px;
font-style: italic;

}
blockquote cite {
font-size: 1.1em;
}

#content .exampleImgs { padding:0 0 1em; width:100%; overflow:hidden; }

#content iframe {
	width: 100%;
}
pre {font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 1.1em;
	background: #444;
	padding:1em;
	margin: 0 0 2em;
	color: #eee;
	line-height: 1.3em;
	border: 1px solid #111;
	width: 100%;
	overflow: auto;
}
code{font-family: "Consolas", "Courier New", Courier, mono, serif;}



#content ul#services li {
	font-size: 1em;
	list-style: none;
	margin: 0;

}
#content ul#services li h2{
	font-size: 1.7em;
	padding:0 0 .3em;
	margin: 0;
}


#content ul.projectList {

}
#content ul.projectList li {
	font-size: 1.1em;
float: left;
	list-style: none;
	margin-left: 0;
padding: .5em 5% 0 0;
width: 45%;
margin: 0;
}
#content ul.projectList li#item3, #footerInterior li#portfolioItem4,
#content ul.projectList li#item5, #footerInterior li#portfolioItem7,
#content ul.projectList li#item7, #footerInterior li#portfolioItem10,
#content ul.projectList li#item9, #footerInterior li#portfolioItem13,
#content ul.projectList li#item11, #footerInterior li#portfolioItem16,
#content ul.projectList li#item13, #footerInterior li#portfolioItem19,
#content ul.projectList li#item15, #footerInterior li#portfolioItem22,
#content ul.projectList li#item17, #footerInterior li#portfolioItem25,
#content ul.projectList li#item19, #footerInterior li#portfolioItem28,
#content ul.projectList li#item21, #footerInterior li#portfolioItem31,
#content ul.projectList li#item23, #footerInterior li#portfolioItem34,
#content ul.projectList li#item25, #footerInterior li#portfolioItem37,
#content ul.projectList li#item27, #footerInterior li#portfolioItem40,
#content ul.projectList li#item29, #footerInterior li#portfolioItem43,
#content ul.projectList li#item31, #footerInterior li#portfolioItem46,
#content ul.projectList li#item33,
#content ul.projectList li#item35,
#content ul.projectList li#item37,
#content ul.projectList li#item39,
#content ul.projectList li#item41 {
clear: left;
}
#content ul.projectList li a.projectThumb {
width: 88px;
float: left;
margin: 0 1em 3em 0;
}
#content ul.projectList li img {
	float: left;
	border: 0;
margin: 0;
}

#content ul.projectList li a {
	display: inline;
}
#content ul.projectList li h2 {
	font-size: 1.3em;
	clear: none;
	margin-top: 0;
	padding-top: .1em;
margin-bottom: 0;
line-height: 1.2em;

}
#content ul.projectList li p {
	font-size: 1.1em;
	line-height: 1.3em;
margin-top: .2em;

}
body#whatwevedone div#primaryContent {
width: 80%
}
span.draft {color: red; font-size: .8em;}


/* ---------------------------------------------------------------
Lab Styles
--------------------------------------------------------------- */
div.entry {
margin-bottom: 5em;
border-bottom: 1px dotted #ddd;
padding-bottom: 3em;
}

div.recentArticles div.entry {
padding-bottom: .5em;
margin-bottom: 2.5em;
}

#content div.recentArticles img {
margin-top: 0;
float: left;
}

#content div.recentArticles p {
padding:0 0 .6em;
}

#content ul.metaLinks {
float: right;
margin-left: 2em;
padding: 0 5px;
margin-right: 0;
}
#content ul.metaLinks li {
list-style: none;
clear: left;
font-size: 1.2em;
padding:0 0 .5em;
}

#content ul.metaLinks li a {
color: #999;
}

#content ul.metaLinks li a span.numComments  {
font-size: 1.4em;
margin-right: .3em;
float: left;
text-decoration: none;
font-weight: normal;
}

#content ul.metaLinks li a span {
text-decoration: underline;
}

#content div.recentArticles h2 {
margin:0 0 .2em;
clear: none;
line-height:1.2em; 
}

#content #overview p.note, #content p.note {
background:#fefbe2;
padding:10px;
font-size:1.2em;
border:1px solid #8cc264;
margin:1.5em 0;
}
#content #overview p.outdated, #content p.outdated {
border: 1px solid #840505;
font-size:1.3em;
background:#BC0909;
padding:10px;
margin:1.5em 0;
color: #fff;
}
#content #overview p.outdated a, #content p.outdated a {
color: #fff;
}
#content div.recentArticles img {
border: 1px solid #ccc;
}
#content div.commentEntry p {
width: 100%;
overflow: auto;
}
dl.topics dt, dl.topics dd {
	display: inline;
	float: none;
	line-height: 1.4em;
	font-size: 1.2em;
	clear: none;
color: #444;
}
#overview dl.topics dt, #overview dl.topics dd {
font-size: 1.3em;
}
dl.topics dt {
color: #666;
}
#content dl.topics {
	margin: 0;
	padding:0 0 2em;
float: none;
clear: left;
}
#content div.commentEntry p.posted {
font-weight: bold;
font-style: italic;
color: #a8a87f;
font-size: 1.2em;
text-indent: 20px;
padding-top: .5em;
background: url(../images/bg_contact_q_r.gif) 10px -1px no-repeat;
margin-top: 0;
border-top: 5px solid #e0e0cf;
}

#content div.fg p.posted {
border-top-color: #a0cf87;
color: #666;
background: url(../images/bg_contact_q_fg.gif) 10px -1px no-repeat;
}
#content span.fgCommenter {
color: #4f9c29;
}


body#whatwerethinking #content p.postData {
	font-size: 1.3em !important;
	font-weight: bold;
	color: #666;
	padding:0 0 .3em; 
	float: left;
}

/*  NEW STYLES -- use these going forward  */
#labHeader { padding:20px 0 0; height:18em; }
#content #labHeader p { font-size:1.4em; padding:0 0 .5em; line-height:1.3; color:#333; }

#labFeature { float:left; position:relative; width:320px;  } 
.labFeatureItem { position: absolute;z-index: 1; background: #fff; padding:45px 0 0 235px; left: -35px; top: -45px; width:320px;height:18em; }
#labFeature img { position:absolute; z-index: 2; }
#labFeature .labFeatureContent { position:relative; z-index: 99; }
#content #labFeature h2 { font-size:1.7em; margin-top:0; line-height: 1.3; }
#content #labFeature p.posted { font-size:1.2em; font-weight:bold; color:#565656; }

#labTwitter { float:right; width:200px; padding:0 0 0 18px; /*background: url(../images/icon_twitter.gif) no-repeat 20px 0;*/ border-left:1px dotted #ccc; }
#content #labTwitter h2 { font-size:1.3em; font-weight:bold; color:#909090; margin:2px 0 1em; /*padding-left:34px;*/ }
#content #labTwitter h2 a { color:#76a054; }
#content #labTwitter a { text-decoration: none; }
#content #labTwitter a:hover { text-decoration:underline; }
#content #labTwitter p { font-size: 1.3em; }
#content #labTwitter p.posted { font-size:1.1em; color:#777; }

#content #labTwitter p.posted a:link,
#content #labTwitter p.posted a:visited,
#content #labTwitter p.posted a:hover,
#content #labTwitter p.posted a:active { color:#777; }

#labArticles { padding:15px 0 0; }
#content #labArticles h3 { font-size:1.6em; color:#999; margin:0 0 1em; }
#content #labArticles h4 { font-size:1.3em; margin:0; padding:9px 0; }
#content #articleNav h4 { color:#888; }
#content #articleToolbar h4 { float:left; color:#fff; text-transform: capitalize; }
#content #articleNav h4 { padding-left:10px; border-bottom:1px solid #fff; margin-bottom:20px; }

#articleNav { float:left; width:195px; padding-bottom: 20px; position:relative; left:-10px; background: url(/images/bg_lab_nav.gif) no-repeat right top; }
#articles { float:right; width:548px; }

#articleToolbar { position:relative; background-color:#4e922b; padding:0 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#articleToolbar .sortList { float:right; font-size:1.1em; line-height:1; color:#eee; margin:10px 0 0; }
#articleToolbar .sortList span { font-weight:bold; padding:0 5px 0 0; }

#articleToolbar .sortList a:link,
#articleToolbar .sortList a:visited { color:#eee; text-decoration:none; padding:0 5px; margin:0 2px; text-decoration: underline; }
#articleToolbar .sortList a:hover, 
#articleToolbar .sortList a:active { color:#fff; text-decoration: none; }

#articleToolbar .sortList a.selected:link,
#articleToolbar .sortList a.selected:visited,
#articleToolbar .sortList a.selected:hover, 
#articleToolbar .sortList a.selected:active { background-color:#3f7c1f; color:#fff; font-weight:bold; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-decoration:none;padding: .3em .5em; }

#articles .post { float:left; clear:left; width:100%; padding:20px 0 25px; border-top:2px solid #f0f0f0; }
#articles .post.first-post { border:0; }
#content #articles .post h3, #content #articles .post h4, #content #articles .post p { padding:0 10px; margin:0; }
#content #articles .post h3 { font-size:1.4em; line-height:1.2em; }
#content #articles .post h3 a { text-decoration: none; }
#content #articles .post h4 { font-size:1em; text-transform: uppercase; color:#777; font-weight:normal; margin:0 0 2px; }
#articles .postTitle { float:left; width:360px; }
#articles .post p { float:right; font-size:1.3em; padding-right:10px; color:#999; }

#articles .post p a:link,
#articles .post p a:visited { color:#C4C4C4; text-decoration:none; }
#articles .post p a:hover,
#articles .post p a:active { text-decoration:underline; }

#articles .post p span { font-size:1.5em; font-weight:bold; }

#content #articleNav li, #content #labSubscribe li { list-style-type:none; line-height:1; margin:0; padding:0; }
#content #articleNav li { font-size:1.1em; text-transform:uppercase; zoom: 1; }
#content #articleNav li a span { color:#666; }

#content #articleNav li a:link,
#content #articleNav li a:visited { display:block; line-height:1.2; padding:6px 10px; text-decoration:none; color:#2d7100; zoom: 1; }
#content #articleNav li a:hover,
#content #articleNav li a:active { background-color:#eee; }

#content #articleNav li a.navOn:link,
#content #articleNav li a.navOn:visited,
#content #articleNav li a.navOn:hover,
#content #articleNav li a.navOn:active { background:#fff url(../../../version1-0/images/arrow_lab_nav_on.gif) no-repeat right; }

#labSubscribe { float:left; width:100%; margin:20px 0 0; padding:15px 0; background-color:#fff; position: absolute; bottom: -60px;}
#content #labSubscribe p, #content #labSubscribe li { float:left; font-size:1.2em; }
#content #labSubscribe p { padding:0 5px 0 0; }

#content #articleNav #labSubscribe li a:link,
#content #articleNav #labSubscribe li a:visited,
#content #articleNav #labSubscribe li a:hover,
#content #articleNav #labSubscribe li a:active { float:none; display:inline; padding:0; background-color:#fff; line-height:1; }

#content #labSubscribe li.rss { padding:2px 0 2px 18px; margin-left:10px; background: url(../../../version1-0/images/feed-icon-14x14.gif) no-repeat 0 0; }




/*Comments and Tracks*/
div#comments {
	margin: 3em 0;
}
div.commentEntry {
	margin: 2em 0 3em;
}
div.commentBody {
	background: #f0f0e8;
	padding: .5em 15px;
	border-top: 1px solid #e0e0cf;
}
div.socialData {
margin: 3em 0;
}
#content div.commentEntry p {
	padding:.5em 0 1em;
	font-size: 1.3em;
}

#content div.commentEntry blockquote {
	margin:0 1em; 
	padding:.5em .5em 1em 30px;
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
	background:url(/images/bg_blockquote.png) no-repeat 0 0;
}

#content div.commentEntry code {
display:block;	
padding:.5em 1em;
margin:0 0 .5em;
	font-size: 1.2em;
	line-height: 1.4em;
background-color:#fff;
color:#666;
}

#content div.fg div.commentBody{
	border-top-color: #a0cf87;
	background: #e7eee3;
}



/*Form Elements*/
input.text, textarea {
	font-size: 1.3em;
	color: #222;
	background: #fff;
	border: 1px solid #aaa;
	padding: .3em .5em;
	display: block;
	width: 8.5em;
	float: left;
	height: 1.2em;
}
input.text:focus, textarea:focus {
	background: #efefe7;
}
textarea {
	float: none;
	display: block;
	width: 35.7em;
	height: 10em;
	padding: 1em 10px;
	font-family:"Segoe UI", "Lucida Grande", Verdana, sans-serif; 
	font-size: 1.3em;
}
button {
	background: url(../images/btn_green.gif) repeat-x 0 0;
	border: 2px solid #2a7802;
	padding: .3em .4em;
	margin: 0 0 0 .1em;
	cursor: pointer;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #eee;

}
button:hover {
	color: #fff;
}
label {
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	margin: .7em 0;
color: #444;
}
span.required {
font-size: .8em;
font-weight: normal;
color: red;
position: relative;
top: -.3em;
left: .2em;
}
h2 span.required {
left: auto;
float: right;
top: -1em;
}
#comment_form {
margin: 2em 0 5em;
}
#comment_form input.text {
	margin-bottom: 1em;
	float: none;
clear: none;
	width: 25em;
margin-top: -2em;
margin-left: 5em;
}

#content #comment_form input.captcha{
	float: none;
	display: block;
	margin-left: 150px;
margin-top: 0;
padding-bottom: .65em;
}
#comment_form textarea {
	margin-bottom: 1em;
}
#content #comment_form img {
	float: left;
	margin: 0 .5em 0 0;
padding-bottom: 1em;
}
input#notify_me {
	float: left;
	margin: .1em .5em 0 0;
}






/* ---------------------------------------------------------------
Secondary Content Styles
--------------------------------------------------------------- */


#secondaryContent, #twitterUpdate {
	width: 25%;
	float: right;
	background: url(../images/bg_feature_lift.jpg) no-repeat 0 0;
	padding: 0 0 0 2em;
        clear: right;
}

#secondaryContent ul {
margin-bottom: 4em;
}

#content #secondaryContent li {
	font-size: 1.3em;
	list-style-type: square;
	margin: 0 0 0 1.2em;
	padding:0 0 .8em;
	color: #333333;
}

#content #secondaryContent li#view-all-articles {
	list-style-type: none;
	border-top: 1px solid #eee;
	font-size: 1.1em;
	margin-top: 1em;
	padding-top: 1em;
	padding-left: 3px;
}

#content #secondaryContent li.rss {
	background: url(/images/feed-icon-14x14.gif) left .4em no-repeat;
	padding:.2em 0 .4em 20px;
	list-style: none;
	margin: 0;
}

body#whatwedo #secondaryContent h3 {
	font-size: 1.4em;
	color: #555;
}

#content #secondaryContent p {
	font-size: 1.2em;
	padding:0 0 1em;
}

#secondaryContent div.adr { padding:0 0 1.5em; }
#content #secondaryContent div.adr p { font-size:1.3em; padding:0 0 .2em; }

#secondaryContent.vcard h3 a:link, 
#secondaryContent.vcard h3 a:visited, 
#secondaryContent.vcard h3 a:hover, 
#secondaryContent.vcard h3 a:active { color:#333; text-decoration:none; cursor:default; }

div.sb_section {
	clear: both;
	padding: .5em 0 1.2em 0;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

div.sb_section a.sb_thumbnail { float:right; width:90px; padding:5px 0; margin:0 5px; }

/*
div.sb_section img {
	float: right;
	border: 0;
}
*/

body#whatwedo div#secondaryContent {
	width: 33%;
}
body#contactus div#primaryContent {
width: 40%;
}

body#contactus div#secondaryContent {
	width: 55%;
	background: none;
	padding: 0 0 0 2em;
}

body#whatwerethinking div#secondaryContent {
padding-bottom: 8em;
}






/*twitter feed*/
#content #twitterUpdate  {
margin: 0 0 2em;
padding: .8em 0 0;
background: none;
width: 27.5%;
border-top: 1px solid #e1dfd0;
}
#content #labHeader #twitterUpdate {
width: 190px;
margin-top: 1em;
}
#content #twitterUpdate h3.tweet_relative_date {
font-size: 1em;
color: #999;
font-weight: normal;
margin: 0;
}
#content #twitterUpdate h3.tweet_relative_date a {
color: #999;
text-decoration: none;
}
#content #twitterUpdate p.tweet_text {
font-style: italic;
font-size: 1.2em;
color: #666;
padding: .6em 0 .8em;
line-height: 1.3;
overflow: visible;
}
#content #twitterUpdate p.tweet_by {
font-size: 1.3em;
color: #808080;
font-style: normal;
padding-top: .6em;
margin-top: .5em;
}
#content #twitterUpdate p.tweet_by a {
color: #8DC262;
font-weight: bold;
text-decoration: none;
}
#content #twitterUpdate p.tweet_by a:hover, #content #twitterUpdate h3.tweet_relative_date a:hover {
text-decoration: underline !important;
}


/* slideshow styles */
ul.slideShow { position:relative; }

#content ul.slideShow li {position: relative; top: 0; left: 0; background: #fff; list-style: none !important; padding:0; margin:0; }
body.enhanced #content ul.slideShow li {position: absolute;}
ul.slideStroke li img { float:none; }
ul.slideShow div {background:#fff url(../images/bg_feature_lift.jpg) 0 0 no-repeat; z-index:0; }
ul.slideShow span.controls {font-size: .6em; margin: .6em .2em; padding: .4em; clear: left; }

.backupSlideLoader { display:none; position:absolute; top:0; left:0; z-index:9999; width:100%; text-align:center; }

#content ul.slideShow li#slideShowLoading { text-align:center; }
#content ul.slideShow li#slideShowLoading img { margin-top:25%; }

#content ul.slideShow li.slideShowLoading { text-align:center; }
#content ul.slideShow li.slideShowLoading img, 
.backupSlideLoader img { margin-top:25%; }

ul.slideStroke li img { border:1px solid #eee; margin:0; }
ul.slideStroke li#slideShowLoading img { border:0; }

ul.slideStroke li.slideShowLoading img { border:0; }


#content #exampleRadius { background:#fff url(/images/radius_homepage.jpg) no-repeat 32px 2px; padding-top:130px; }
#content #exampleRadius ul.slideShow li, #content #exampleRadius ul.slideShow li div { background-color:transparent !important; }


.example_right {
	float: right;
	margin: 1em -8em 1em 3em; 
	clear: both;
width: 50%;
}
.example_left {
	float: left;
	margin: 1em 3em 1em 0;  
	clear: both;
width: 50%;
}

img.illustration { border:1px solid #ddd; }

body.enhanced .example_right, body.enhanced .example_left {
width: auto;
}
#whatwerethinking .example_right {
margin-right: 0;
}
#content .example_left p, 
#content .example_right p,#content p.caption {
clear:both;
	font-size: 1.2em;
	color: #666;
	padding:.5em 0;
	font-style: italic;
}

body#whatwevedone ul.slideShow p {
	padding-left: 0;
color: #666;
}

body#whatwevedone ul.slideShow li p {
	padding-left: 2em;
}



/* ---------------------------------------------------------------
Footer Styles
--------------------------------------------------------------- */
#footer {
	background: url(../images/bg_footer_right.gif) no-repeat right 0;	
	padding-right: 9px;
clear: both;
}

#footerInterior {
background: #fff;
border-left:1px solid #232323;
border-right:1px solid #232323;
padding: 0 0 2em;
}
#footerContain {
background: url(../images/bg_intFooter_divide.jpg) repeat-x 0 3.5em;
clear: both;
padding: 6em 30px 0;

}
#footerInterior h4 {
font-size: 1.3em;
margin-top: 0;
}
#footerInterior #footerContain div {
float: left;

}
#footerInterior div#footerServices {
width: 30%;
}

#footerInterior div#footerPortfolio {
width: 64%;
padding-left: 4%;
border-left: 1px dotted #ccc;
}
#footerInterior ul {
margin: 1em 0;
}
#footerInterior li {
padding: .3em 0;
list-style: none;
font-size: 1.1em;
line-height: 1em;
margin: 0;
float: left;
}
#footerInterior div#footerPortfolio li {
margin-right: 1%;
width: 32%;
}
#footerInterior div#footerServices li {
margin-right: 5%;
float: none;
}

#footerInterior a {
text-decoration: none;
color: #4e9a29;
}
#footerInterior a:hover {
text-decoration: underline;
}
#footerInterior li a {
color: #666;
}

#footerInterior li a.currentPage:link,
#footerInterior li a.currentPage:visited,
#footerInterior li a.currentPage:hover,
#footerInterior li a.currentPage:active { font-weight:bold; }

#footerInner  {
	background: url(../images/bg_footer_left.gif) no-repeat 0 0;
	padding-left: 5px;
	height: 10px;
	border-top: 1px solid #FF6600;
}

#footerInner p#copyright {
	color:#11a1ca;
	font-size:1.2em;
	margin: .5em 1.5em;
}




/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body#whatwevedone ul#demo li {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:0 5px 5px 0;
} 


body#whatwevedone .galleria {
	list-style:none;
	width:220px;
	margin-left:-30px;
} 

body#whatwevedone .galleria_container {
	margin:0 auto 60px auto;
	height:438px;
	width:560px;
	float:right; 
	margin-right:-30px;
	overflow:hidden;
}

body#whatwevedone #titrealbum h1,h2{
	font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;
	text-transform:uppercase;
	font-size:2em;
	color:#330066;
	}
.navbar{ 
	height:2em;
	clear:both;
	margin-bottom:-20px;
	color:#FF6600;
}
.nav{ 
	height:2em;
	padding-left:220px;
}

.nav a{ font-size:1.5em; color:#FF6600;}

#titrealbum .ongletactif a{
	margin-top:-20px; 
	padding-bottom:10px; 
	font-size:2em; 
	float:left; 
	padding:5px; 
	color:#FF6600;
	text-decoration:none;
}

#titrealbum .onglet a{
	margin-top:-20px; padding-bottom:10px; font-size:2em; float:left; padding:5px; color:#11a1ca; text-decoration:none;
}




body#contactform table {
	width: 200px;
	border-collapse: collapse;
	color:#FF6600;
}



#contacttable .txtchp {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	padding:5px;
	vertical-align:middle;
}
#contacttable .txtchp2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	padding:3px;
}





