* { padding: 0; margin: 0 }

body {
    font: 18px "Trebuchet MS", sans-serif;
    padding: 8px 0 0 0;
    color: #404040;
    background:#FFFFFF;
}

#subheader p { font-size: 100%; margin: 0 0 0 0; line-height: 1.3;   }

#content p { 
    margin: 0.7em 0 ;
    line-height: 1.5;
}

#content h4 {
    font-size: 110%;
    font-weight: bold;
}
#content ul {
    margin: 1em 0;
    padding-left: 2em;
}

#content ul li {
    line-height: 1.5;
    list-style-type: none;
    background: url(images/list-item.png) left top no-repeat;
    padding-left: 20px;
}
#content h1 {
    color: #436bad;
    font-size: 140%;
    margin: 0.5em 0 1em;
}

h3 {
    color: #c2c35c;
    font-weight: bold;
    font-size: 120%;
    margin: 0.7em 0 0 0;
}

a {
    color: #db6602;
}

a:hover {
    background-color: #db6602;
    color: white;
}
a.more {
    text-decoration: none;
    background: url(images/orange-arrow.gif) 0px 2px no-repeat;
    padding-left: 10px;
}

a.more:hover {
    color: #f47402;
    text-decoration: underline;
}

#langs {
    margin: 0 auto;
    text-align: right;
    font-size: 80%;
	padding-bottom: 4em;
}
#langs a {
    color: #999897;
    text-decoration: none;
}

#langs a:hover {
    color: #db6602;
    text-decoration: underline;
}

.hide {
display: none;
}

#en {
    background: url(images/en.png) left no-repeat;
    padding-left: 20px; 
}

#bg {
    background: url(images/bg.png) left no-repeat;
    padding-left: 20px;
}
#header #logo {
    display: table-cell;
    width: 191px;
}
#header {
    height: 87px;
    display: table;
    margin: 0 auto;
    width: 80%;
    min-width: 770px;
    max-width: 1000px;
}

#blog_link, #blog_link hover  {
   float:left;
   text-align:left;
   margin-left:0px;
   margin-top:-35px;
   text-decoration: none;
   background-color: transparent;
   border: 0px;
}

#header img {
    display: block;
}

#header-inner { display: table-row; background: url( images/logo_team.png ) no-repeat; height: 4.8em; }
#nav {
    display: table-cell;
    vertical-align: middle;
	float: right;
}

#nav  ul {
    display: block;
    /*margin: 0 auto;*/
    float: right;
    list-style-type: none;
}

#nav li {
    float: left;
}
a b {
    display: block;
}

#nav a {
    font: 70% "Trebuchet MS", sans-serif;
    display: block;
    color: #436bab;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid white;
}

#nav a:hover {
    color: #db6602;
    background: transparent;
}
#nav a.cur { 
    background: #436bab url(images/a-cur-grad.gif) 0 0  repeat-x; 
    color: white
}

#nav a.cur:hover  {
    border: 0;
}
#nav a.cur b.tl { background: url(images/a-cur-tl.gif) top left no-repeat; }
#nav a.cur b.tr { background: url(images/a-cur-tr.gif) top right no-repeat; }
#nav a.cur b.bl { background: url(images/a-cur-bl.gif) bottom left no-repeat; }
#nav a.cur b.br { background: url(images/a-cur-br.gif) bottom right no-repeat; }

#nav a b.inner {
    padding: 0.5em 0.5em;
    vertical-align: middle;
}

#subheader {
    background: url(images/header-grad.gif) repeat-x;
}

#subheader .heading {
    width: 80%;
    min-width: 770px;
    max-width: 1000px;
    margin: 0 auto;
    background: url(images/freshly.gif) bottom left no-repeat;
    height: 192px;
    text-align: left;
    color: white;
}

#subheader .heading div {
    padding: 2em ;
    padding-left: 29%;
}


#content {
    width: 80%;
    margin: 0 auto;
    min-width: 770px;
    max-width: 1000px;
    font-size: 75%;
}

#left, #right, #middle { float: left; min-height: 1px }

#left, #right {
    padding: 3em 1% 1% 1%;
    width: 26%;
}

#left {
	width: 70%;
	}

#right { padding-top: 0 }

#textsize {
    height: 2.3em;
    text-align: right;
}

#textsize img {
    display: inline;
    margin-left: 5px;
    cursor: pointer;
}
#middle {
    padding: 0 1% 1% 1%;
    width: 42%;
}

#location { 
    text-align: left;
    height: 2.3em;
    line-height: 2.4em;
    color: #bfbfbf;
    font-size: 90%;
}

#location a {
    color: #bfbfbf;
    text-decoration: none;
}

#location a:hover {
    color: #db6602;
    background: transparent;
    text-decoration: underline;
}
#search-ct #q-ct {
    padding-right: 55px;
}
#search-ct #q {
    width: 100%;
    border: 1px solid #dfe0e2;
    color: #666;
    display: block;
}
    

#search-ct #submit-ct {
    width: 49px;
    height: 19px;
    float: right;
}

#search-ct {
	padding-top: 2em;
	}

.featured-ct {
    margin: 1em 0;
}

.featured-ct {
    background: #f9f9e9 url(images/br.png) bottom right no-repeat;
}

.featured-ct .tr {
    background: url(images/tr.png) top right no-repeat;
}

.featured-ct .tl {
    background: url(images/tl.png) top left no-repeat;
}
.featured-ct .bl {
    background: url(images/bl.png) bottom left no-repeat;
}
.featured {
    padding: 0.5em;
}
.featured h3 {
    color: #88877b;
    font-weight: bold;
    margin: 0 0 0.3em 0;
}

.featured p {
    color: #7c7c74;
}

#footer {
    height: 120px;
    background: url(images/footer-grad.png) repeat-x;
    clear: both;
    font-size: 75%;
}

#footer .ct {
    width: 80%;
    margin: 0 auto;
    min-width: 770px;
    max-width: 1000px;

}
#footer address {
    color: #f9f9f7;
    padding-top: 40px;
    padding-right: 15px;
    background: url(images/address.png) 0 40px  no-repeat;
    padding-left: 50px;
    float: right;
}

#footer span { 
    color: #737166;
}

#footer a {
    color: #f9f9f7;
}
#content-footer { margin-top: 2em; clear: both }
a.top {
    color: #999;
    background: url(images/top.png) left no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    float: right;
    text-decoration: none;
}

a.top:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

a.print {
    color: #999;
    background: url(images/print.png) left no-repeat;
    padding-left: 30px;
    line-height: 30px;
    float: right;
    text-decoration: none;
}

a.print:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

#paging {
    width: 80%;
	float: left;
    padding-right: 10px;
}

#paging a {
    color: #999;
    line-height: 30px;
}

#paging div {
	width: 30%;
	float: left;
	}

#paging div.prev a {
    background: url(images/left.gif) left no-repeat;
    padding-left: 30px;
    text-decoration: none;
}

#paging div.next a {
    background: url(images/right.gif) left no-repeat;
    padding-left: 30px;
    text-decoration: none;
}

.single #paging {
	width: 100%;
	}

.single #paging div.next a {
	background-position: right;
	padding-right: 30px;
	padding-left: 0;
	}

#paging a:hover {
    background-color: white;
    color: #db6602;
    text-decoration: underline;
}

#paging span {
    color: #436bad;
    font-weight: bold;
    padding-right: 10px;
    line-height: 30px;
    font-size: 90%;
}
.testimonial .featured {
    background: url(images/testimonial.png) 96% 98% no-repeat;
    padding-bottom: 30px;
    text-align: left;
}

.testimonial .featured-ct { margin: 0 }
.testimonial { margin: 1em 0 }

.testimonial .quote {
    background: white url(images/shite.png) top right no-repeat;
    padding: 0.4em;
}
.testimonial .quote .more { line-height: 1.8 }

.testimonial p {
    background: url(images/opening-quotes.png) top left no-repeat;
    text-indent: 16px;
}

.testimonial span {
    background: url(images/closing-quotes.png) bottom right no-repeat;
    padding-bottom: 2px;
}

.project img { 
    display: block; 
    margin: 0 auto;
}

.project .featured {;
    margin: 0 auto;
    background: url(images/project.png) 96% 95% no-repeat;
}

.project img { width: 100% }
.project h4 {
    color: #a2a091;
}
.project .info {
    margin-top: 0.3em;
}

#contact label {
    min-height: 1px;
    width: 30%;
    float: left;
    display: block;
    line-height: 1.2em;
    clear: both;

}
#contact label.required {
    color: #db6602;
    font-weight: bold;
}
#contact div { margin-top: 0.2em; overflow: hidden }

#contact .textfield, #contact textarea {
    display: block;
    width: 69.5%;
    float: right;
    border: 1px solid #dfdfdf;
}

#contact .submit { display: block; }

.portfolio { overflow: hidden; margin: 1.5em 0 3em }
.portfolio img { float: left;  }
.portfolio div { padding-left: 130px }
.portfolio h3 { margin-top: 0 }

.ct { overflow: hidden; }

#portfolio img { display: block; margin: 0 auto; }

#approach {
    list-style-type: none;
}

#approach li  {
    padding: 6px 0 15px 35px;
}
#approach ul li { 
    padding: 0 0 0 20px;
    background: url(images/appr-list-item.png) left no-repeat;
}
#approach .one {
    background: url(images/one.png) top left no-repeat;
}

#approach .two {
    background: url(images/two.png) top left no-repeat;
}

#approach .three {
    background: url(images/three.png) top left no-repeat;
}

#approach .four {
    background: url(images/four.png) top left no-repeat;
}

#approach .five {
    background: url(images/five.png) top left no-repeat;
}

img.h {
    vertical-align:top;
    cursor: pointer;
    border: 2px solid #dddbd1;
}
.img-hover {
    border: 2px solid #da6703 !important
}

#content .expandable div {
    background-color: #fcfcf6;
    padding: 3px;
}

#content .expandable a {
    text-decoration: none
}
#content .expanded {
    color: #c2c35c !important;
    font-weight: bold !important;
    font-size: 100% !important;
 
}

/* Blog */
.post {
	margin-bottom: 2em;
	clear: both;
	}

.post img {
	margin: 5px 5px 5px 5px;
	}


.social_bookmark img {
	margin: 0;
	}

.postmetadata a, .readmore a {
	text-decoration: none;
	}

.postmetadata {
	width: 94%;
	padding-left: 6%;
	background: url( images/calendar.png ) no-repeat top left;
	font-size: 80%;
	color: #8f8f8f;
	}

.entry {
	width: 98%;
	padding: 2%;
	padding-left: 0;
	}

.readmore {
	overflow: hidden;
	background: #fbfbf1;
	padding: 0;
	}

.readmore ul {
	list-style: none;
	list-style-image: url( images/readmore_arrow.png );
	float: right;
	}

.readmore ul li {
	float: left;
	margin-left: 2em;
	}

.readmore ul li a {
	font-size: 90%;
	}

#content .readmore ul {
	margin: 0;
	padding: 0;
	}

#content .readmore ul li, #content #sidebar ul li {
	background: none;
	padding: 0;
	}

#footer {
	position: relative;
	}

#footer .copyright {
	float: left;
	position: absolute;
	bottom: 0.5em;
	font-size: 90%;
	}

#footer address {
	float: right;
	}

#sidebar ul {
	margin: 0;
	padding: 0 5%;
	}

#sidebar ul li {
	list-style-image: url( images/readmore_arrow.png );
	}

#sidebar ul li a {
	text-decoration: none;
	color: #7c7c74;
	font-size: 80%;
	}

#sidebar ul li a:hover {
	text-decoration: underline;
	background: none;
	}
	
#sidebar .featured {
	padding: 2% 7%;
	}

#sidebar .featured .separator {
	width: 100%;
	height: 0.1em;
	overflow: hidden;
	background: #e3e3d3;
	margin: 0.8em 0;
	}

#content h1 a {
    color: #436bad;
	text-decoration: none;
	}

#content h1 a:hover {
	text-decoration: underline;
	background: none;
	}

.linkcat h3, .categories h3 {
	list-style: none;
	}

#content .commentlist {
	padding: 0;
	}

#content .commentlist li {
	padding: 0.5em ;
	background: none;
	}

#content .commentlist li.alt {
	background: #fbfbf1;
	}

#content .commentlist h4 {
	color: #c0c25d;
	}

#content .commentlist .postmeta {
	background: url( images/comment_icon.png ) no-repeat;
	padding-left: 2.5em;
	color: #8f8f8f;
	}

#commentform input, #commentform textarea {
	width: 30em;
	border: 1px #dfdfdf solid;
	}

#commentform label {
	width: 12em;
	display: block;
	float: left;
	}

#commentform #submit {
	width: 6em;
	background: url( images/comment_submit_bg.png ) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	cursor: pointer;
	}

#commentform a#submit {
	display: block;
	border: 1px #dfdfdf solid;
	text-decoration: none;
	float: left;
	}

.mandatory {
	font-weight: bold;
	color: #da6703;
	}

#respond {
	font-size: 150%;
	color: #426aaa;
	}

.navigation {
	clear: both;
	overflow: hidden;
	}

.navigation .alignleft {
	float: left;
	}

.navigation .alignright {
	float: right;
	}

.navigation a {
	text-decoration: none;
	}

.navigation a:hover {
	background: none;
	color: #da6703;
	text-decoration: underline;
	}

table { width: 980px; padding: 0px; border: none; border: 1px solid #FFFFFF;}

td { font-size: 80%; border: none; background-color: #f9f9e9; 
vertical-align: middle; padding: 1px; margin: 2px; font-weight: normal; white-space: nowrap;}