
/* foundations */

body
{
	background-image: url(../img/bgtile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	font-size: 100%;
	background-color: transparent;
}

ul, ol {
	list-style: none;
}

h1 {
font-size: 1.7em;
line-height: 1.2em;
color: #fff;
display: inline;
text-align: left;
} 


h1 a {
font-size: 1.7em;
line-height: 1.8em;
color: #fff;
text-decoration: none;
}

h1 a:hover{
font-size: 1.7em;
line-height: 1.8em;
color: #fff;
}

h2 {
color: #707f7c;
}

h2 a{
color: #707f7c;
text-decoration: none;
border-bottom: 1px solid #8d9e9b;
}

h2 a:hover{
color: #535e5c;
text-decoration: none;
border-bottom: 1px solid #8d9e9b;
}

h2.worktitlehome {
line-height: 1em !important;
}

h2.related {
color: #8d9e9b;
}

h2.related a{
color: #8d9e9b;
}

h2.related a:hover{
color: #707f7c;
}

h2.post {
line-height: 2.5em;
color: #8d9e9b;

}

h2.post a{
color: #8d9e9b;
}

h2.post a:hover{
color: #707f7c;
}


h4 {
float: left;
color: #333;
margin-top: 1em;
font-size: 1em;
line-height: 1em;
font-family: helvetica, arial, sans serif;
font-weight: bold;
}

hr {
border: 0;
width: 100%;
border-bottom: 1px dotted #333;

}

#main-wrapper {
	display: inline-block;
	width: 900px;
	text-align: left; 

}

#logo{
display: block;
float: left;
position: relative;
top: 15px;
left: 10px;
margin-bottom: 1em;
z-index: 10;
}

/*Home*/

.vertshift {
margin-top: -57px;
}

#intro {
position: relative;
top: 0px;
left: 0px;
font-size: 1.8em;
margin-top: 1em;
margin-bottom: 1em;
color: #555;
text-align: center;
}

slider {
position: relative;
top: 115px;
left: 210px;
width: 643px;
height: 400px;
display: inline-block;
z-index: 1;
overflow: hidden;
background-color: transparent;
}


h3
{
	font-family: helvetica, arial, sans serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
}


#main-col-home{
z-index: 0;
display: block;
width: 623px;
position: relative;
top: 1em;
left: 0px;
float: right;
}

.homepostbox {
position: relative;
top: 0px;
left: 0px;
width: 272px;
float: left;
padding-bottom: 1.2em;
padding-left: 1em;
/*
border-bottom: 1px dotted #999;
*/
margin: 0em 0em 0em 1em;
}

.homepost-image
{
	position: relative;
	left: -1em;
	background-color: #fff;
	padding: 12px;
	margin-top: 10px;
	width: 260px;
	height: 180px;
	overflow: hidden;
}

.pointer {
background-image: url(../img/pointer.png);
position: absolute;
top: 214px;
left: 6px;
width: 25px;
height: 12px;
}

h2.worktitlehome{
margin-left: -1em;
margin-top: 1.4em;
color: #cc0000;
font-size: 0.7em;
}

h2.worktitlehome a{
color: #cc0000;
text-decoration: none;
border-bottom: 1px solid #8d9e9b;
}

h2.worktitlehome a:hover{
color: #990000;
text-decoration: none;
border-bottom: none;
}

h2.excerpt{
color: #333;
font-size: 0.8em;
margin-top: 0.2em;
}

/*
main nav
*/

#main-nav{
display: inline-block;
float: left;
clear: left;
width: 205px;
margin-top, margin-bottom: 1em;
margin-right: 2em;
padding-left: 0.5em;
text-align: left;
position: relative;
top: 0px;
left: 10px;
font-size: 1.3em;
color: #333;
z-index: 1;

}


#main-nav a{
display: block;
text-decoration: none;
color: #333;
width: 100%;
margin-bottom: 0.3em;
padding-bottom: 0.3em;
border-bottom: 1px dotted #666;
padding-left: 0.5em;
z-index: 1;
position: relative;
}

#main-nav a:hover{
color: #ca0606;
z-index: 1;
}



#main-nav li li a
{
	display: block;
	text-decoration: none;
	padding-left: 0.5em;
	font-size: 0.6em;
	border-bottom: none;
	margin-bottom: 1px;
	padding: 0.2em 1em 0.2em 0.4em;
	background-color: #6b9d9d;
	color: #ffffff;
	width: 50%;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
z-index: 1000;
}

#main-nav li li a:hover{
background-color: #0b6d6d;
color: #ffffff;
}

#main-nav li li li a
{
	display: block;
	text-decoration: none;
	padding-left: 0.5em;
	font-size: 0.6em;
	border-bottom: none;
	margin-bottom: 1px;
	padding: 0.2em 0em 0.2em 0.4em;
	background-color: #6b9d9d;
	color: #ffffff;
	width: 50%;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
z-index: 1000;
}

#main-nav li li li a:hover{
background-color: #0b6d6d;
color: #ffffff;
}


/*
main column
*/

#flourish
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 38px;
	width: 569px;
	background-image: url(../img/flourish.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 0 1.3em 0 1.5em;
}

#main-col{
z-index: 0;
display: inline-block;
width: 569px;
position: relative;
top: 0px;
left: 0px;
padding: 0px 27px 30px 27px;
	background-image: url(../img/main_col_bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

#main-col-content{
z-index: 10;
display: inline-block;
width: 569px;
position: relative;
top: 0px;
left: 0px;

}
	
#main-col-intro
{
	z-index: 10;
	display: inline-block;
	width: 543px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 42px 13px 5px 13px;
	background-color: #900;
	margin-bottom: 20px;
	background-image: url(../img/flourish_white.png);
	background-repeat: no-repeat;
	background-position: 475px 10px;
}

.intro-text{
font-size: 1em;
line-height: 1.1em;
color: #e7e7e6;
margin-bottom: 1em;
margin-top: 1em;
}

.intro-text a{
text-decoration: none;
color: #fff;
border-bottom: 1px solid #C00;
}

.intro-text a:hover{
color: #FCC;
border-bottom: none;
}



.postbox {
padding: 10px 13px 0px 13px;
background-color: #d7ebe7;
width: 543px;
margin-bottom: 40px;
}

.post-image
{
	background-color: #AEC4C0;
/*	background-image: url(../img/badge_bg.png);*/
	padding: 13px;
	margin-top: 10px;
	position: relative;
	left: -13px;
	width: 543px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;

}

.post-image img
{
	max-height: 300px !important;
	max-width: 543px;
}



.post-video
{
	background-color: #AEC4C0;
	background-image: url(../img/badge_bg.png);
	padding: 13px;
	margin-top: 10px;
	position: relative;
	width: 543px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}


.entry p {
background-color: #fff;
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.3em;
color: #666;
position: relative;
left: -13px;
width: 100%;
padding: 15px 13px 25px 13px;
}

.excerpt2 p {
background-color: #fff;
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.3em;
color: #666;
position: relative;
left: -13px;
width: 100%;
padding: 5px 13px 5px 13px;
}

.pagecontent
{
	background-color: none;
	font-family: georgia, arial, helvetica, verdana;
	font-size: 0.95em;
	line-height: 1.2em;
	color: #555;
	position: relative;
	left: -10px;
	width: 559px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
}

.pagecontent a{
text-decoration: none;
color: #444;
border-bottom: 1px solid #999;
}

.pagecontent a:hover{
text-decoration: none;
color: #900;
border-bottom: none;
}

.pagecontent .subbrand
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: left;
	background-color: #fff;
	padding: 10px;
	margin: 8px;
	width: 150px;
	vertical-align: center;
}

.pagecontent .subbrand a
{	
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin: 8px;
	width: 150px;
	vertical-align: center;
	text-decoration: none;
	border-bottom: 0px;
}

.pagecontent img
{
	margin-top: 10px;
	position: relative;
	background-color: #fff;
	text-align: center;
	padding: 10px 50% 10px 10px;
}

p.wp-caption-text {
font-size: 0.8em;
}

.pagecontent p
{
	margin-bottom: 30px;
	
}

p.objectborder{

background-color:#fff;
background-position:center center;
background-repeat:no-repeat;
margin-top:10px;
padding:13px;
position:relative;
text-align:center;
width:543px;
margin-bottom: 30px;
}

.pagecontent .objectborder iframe {
width: 543px !important;
border-bottom: 13px;
}



/*
.pagecontent object{

background-color:#fff;
background-position:center center;
background-repeat:no-repeat;
left:-13px;
margin-top:10px;
padding:13px;
position:relative;
text-align:center;
width:543px;

/*
	margin-top: 10px;
	position: relative;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
*/




.pagecontent p {
margin-bottom: 1em;
}

.pagecontent h2 {
color: #555;
margin-top: 1.5em;
margin-bottom: 1em;
}

.pagecontent h2.date {
font-size: 80%;
color: #777;
margin-top: -1.5em;
}

.pagecontent hr {
border: 0;
width: 100%;
border-bottom: 1px dotted #333;
margin-top: 3em;
margin-bottom: 3em;
}

.pagecontent iframe {
width: 569px;
border-bottom: 13px;
}

p strong {
font-weight: bold;
}


.navigation {
background-color: #AEC4C0;
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.2em;
color: #666;
position: relative;
width: 543px;
margin-top: 25px;
padding: 15px 15px 15px 15px;
}

.navigation a{
text-decoration: none;
color: #FFF;
border-bottom: 1px solid #98aba8;
}

.navigation a:hover{
text-decoration: none;
color: #7a8986;
border-bottom: none;
}

/*people*/

.profile {
position: relative;
padding: 10px 10px 10px 10px;
background-color: #fff;
width: 150px;
height: 250px;
margin-top: 20px;
margin: 0px 7px 14px 7px;
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
color: #666;
float: left;

}

.portrait {
width: 150px;
margin-right: 1em;
float: left;
}

.name {
position: relative;
top: 0px;
left: 0px;
float: left;
color: #333;
margin-top: 0.5em;
font-size: 1em;
line-height: 1em;
}

.bio {
width: 300px;
float: left;
visibility: hidden;
text-align: left;
}

.lv_contentTop p {
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.1em;
text-align: left;
color: #666;
clear: both;
float: left;
margin-top: 1em;
}

.question {
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.1em;
color: #333;
font-weight: bold;
float: left;
}

.answer {
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.2em;
color: #666;
font-weight: normal;
float: left;
clear: both;
}

.lightview {
font-family: georgia, arial, helvetica, verdana;
font-size: 0.7em;
color: #666;
float: left;
clear: left;
}

.lightview a {
text-decoration: none;
border-bottom: 1px solid #999;
color: #666;
}

.lightview a:hover {
border-bottom: 0px;
color: #333;
}




/*
.profile {
padding: 10px 13px 10px 13px;
background-color: #d7ebe7;
width: 543px;
margin-top: 40px;
font-family: georgia, arial, helvetica, verdana;
font-size: 0.9em;
line-height: 1.3em;
color: #666;
float: left;
}

.portrait {
width: 120px;
height: 143px;
border: 5px solid #fff;
margin-right: 1em;
float: left;
}

.name {
position: relative;
top: 0px;
left: 0px;
float: left;
color: #333;
font-size: 1.1em;
line-height: 1.3em;

}

.bio {
position: relative;
top: 0px;
left: 0px;
width: 390px;
float: left;
margin-bottom: 1em;
margin-top: 0.5em;
padding-top: 0.5em;
border-top: 1px dotted #999;
}
*/


/*
Clients and logos
*/

#present{
position: relative;
display: block;
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
padding-left: 10px;
color: #333;
top: 0px;
left: 0px;
}

#past{
position: relative;
display: block;
clear: both;
float: left;
width: 100%;
margin-bottom: 10px;
padding-left: 10px;
color: #333;
top: 0px;
left: 0px;
}

.client {
padding: 10px;
background-color: #fff;
width: 85px;
height: 85px;
margin: 8px 0px 0px 8px;
float: left;

}

.logo
{
height: 85px;
display:table-cell; 
vertical-align:middle;
}

/*
tag cloud
*/

#inside-qs{
display: inline-block;
float: left;
clear: left;
width: 205px;
text-align: left;
position: relative;
top: 0px;
left: 10px;
font-size: 1.3em;
line-height: 0.8em !important;
color: #333;
margin-left: 0.5em;
padding-left: 0.5em;
margin-top: 2em;
padding-bottom: 1em;
padding-top: 1.3em;
border-top: 1px dotted #666;
}



.iqs-tags a.tag-link {
text-decoration: none;
font-size: 0.7em;
border-bottom: 1px solid #a7cdc6;
margin-right: 0.5em;
}

.iqs-tags a:hover
{
	text-decoration: none;
	color: #222 !important;
	background-color: #6FF;
	border-bottom: none;
}

#inside-qs hr {
position: relative;
left: -10px;
text-align: left;
border: 0;
margin-top: 1.3em;
width: 215px;
border-bottom: 1px dotted #666;
}


#contact-qs{
display: inline-block;
float: left;
clear: left;
width: 205px;
text-align: left;
position: relative;
top: 0px;
left: 10px;
font-size: 1.3em;
line-height: 0.9em;
color: #333;
margin-left: 0.5em;
padding-left: 0.5em;
padding-bottom: 1em;
margin-bottom: 2em;
}

.contact-title{
font-size: 1em;
}

.contact{
font-size: 0.7em;
}

.contact a:link{
text-decoration: none;
border-bottom: 1px solid #a7cdc6;
color:#600;


	}

.contact a:hover
{
	text-decoration: none;
	color: #333;
	border-bottom: none;
}


#contact-qs hr {
position: relative;
left: -10px;
text-align: left;
border: 0;
margin-top: 1.3em;
width: 215px;
border-bottom: 1px dotted #666;
}




/*Footer*/

#footer {
margin-top: 30px;
float: right;
position: relative;
top: 0px;
left: -10px;
display: block;
padding: 20px 27px 30px 27px;
width: 569px;
border-top: 1px dotted #111;
font-style: georgia, helvetica, arial, verdana;
font-size: 0.6em;
line-height: 1.4em;
color: #666;
}

#footer a {
color: #666;
text-decoration: none;
border-bottom: 1px solid #999;
}

#footer a:hover{
color: #333;
text-decoration: none;
border-bottom: 0px solid #999;
}

.footerbold {
font-weight: bold;
color: #333;
}

.iframemap {
position: relative;
top: 0px;
border: 13px solid #fff;
width: 543px;
}

