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, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #787773;
	background-color: #fff;
}

h1 {
	float: left;
	margin: 11px 38px 0 37px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	color: #787773;
}

h2 {
	font-size: 3.1em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

h2 a {
	color: #000;
	text-decoration: none;
}

h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #787773;
}

a {
	color: #999;
}

a:hover {
	text-decoration: none;
}

a.more {
	padding: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../images/bullets/more.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

a.more:hover {
	color: #fff;
	background-image: url("../images/bullets/more-over.gif");
}

a.more-home {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

blockquote p:before, blockquote p:after,
q:before, q:after {
	content: '"';
}

blockquote, q {
	quotes: "" "";
}

blockquote p {
	font-size: 1em;
}

fieldset {
	border: 0;
}

label {

}

input {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}

div.hr {
	display: block;
	height: 2px;
	margin: 0 0 28px 0;
	border-bottom: #e6e6e6 1px solid;
}

div#skip {
	display: none;
}

/* Header */
div#header-wrapper {
	width: 100%;
	padding-top: 8px;
	text-align:center;
	background-color: #000;
}

div#header-wrapper div#header {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#header-wrapper div#header ul li {
	float: left;
	margin: 0px 2px 0 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #787773;
	text-transform: uppercase;
}

div#header-wrapper div#header ul li:last-child {
	float: right;
	margin: 0 27px 0 0;
}

div#header-wrapper div#header ul li:last-child a {
	color: #fff;
}

div#header-wrapper div#header ul li:last-child a:hover {
	color: #787773;
}

div#header-wrapper div#header ul li a {
	display: block;
	padding: 12px 10px 11px 10px;
	color: #787773;
	text-decoration: none;
}

div#header-wrapper div#header ul li a:hover {
	color: #fff;
}

div#header-wrapper div#header ul li.active a {
	padding: 12px 10px 11px 10px;
	color: #000;
	background-color: #fff;
}

div#header-wrapper div#header ul li.active a:hover {
	color: #000;
	background-color: #fff;
}

/* Wrapper */
div#wrapper {
	width: 100%;
	text-align:center;
	background-repeat: no-repeat;
	background-position: top center;
}

div#wrapper div#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

div#wrapper div#container ul.tabs {
	clear: both;
	display: block;
	text-align: right;
	margin: -71px 0 28px 0;
	padding: 0 24px 0 0;
}

div#wrapper div#container ul.tabs li {
	display: inline;
	float: right;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	padding: 12px 24px 12px 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000;
	background-color: #fff;
}

div#wrapper div#container ul.tabs li.current {
	border-top: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
	border-bottom: #fff 1px solid;
	border-left: #e6e6e6 1px solid;
}

div#wrapper div#container ul.tabs li a {
	display: block;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center left;
}

div#wrapper div#container ul.tabs li a.expand {
	padding: 0 0 0 28px;
	background-image: url("../images/bullets/work-expand.gif");
}

div#wrapper div#container ul.tabs li a.expand:hover {
	background-image: url("../images/bullets/work-expand-over.gif");
	color: #787773;
}

div#wrapper div#container ul.tabs li.active a.expand:hover {
	background-image: url("../images/bullets/work-expand.gif");
	color: #000;
}

div#wrapper div#container ul.tabs li a.thumbnail {
	padding: 0 0 0 16px;
	background-image: url("../images/bullets/work-thumbnail.gif");
}

div#wrapper div#container ul.tabs li a.thumbnail:hover {
	background-image: url("../images/bullets/work-thumbnail-over.gif");
	color: #787773;
}

div#wrapper div#container ul.tabs li.active a.thumbnail:hover {
	background-image: url("../images/bullets/work-thumbnail.gif");
	color: #000;
}

/* Home page intro */
div#wrapper div#container h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 26px 0 10px 37px;
	font-weight: bold;
	text-transform: uppercase;
}

div#wrapper div#container div#home-intro {
	clear: both;
	padding: 32px 0 45px 0;
	background-image: url("../images/home-intro-logo.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#wrapper div#container div#home-intro div#home-flash {
	text-align: center;
}

div#wrapper div#container div#home-intro h2 {
	padding: 0;
	margin: 44px 37px 12px 170px;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 26px;
	color: #646464;
	text-transform: none;
}

div#wrapper div#container div#home-intro h2 span {
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#home-intro a {
	margin: 0 0 0 170px;
	padding: 0 0 0 9px;
	background-image: url("../images/bullets/more-home.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

div#wrapper div#container div#home-intro a:hover {
	color: #999;
	background-image: url("../images/bullets/more-home-over.gif");
}

/* Home page work */
div#home-work-wrapper {
	width: 100%;
	padding: 25px 0 50px 0;
	text-align:center;
	background-color: #000;
}

div#home-work-wrapper div#home-work {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#home-work-wrapper div#home-work h3 {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 22px 37px;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
}

div#home-work-wrapper div#home-work div#home-work-holder {
	float: left;
	width: 970px;
	padding: 0 21px 0 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 912px;
}

div#home-work-wrapper div#home-work div#home-work-holder dl {
	float: left;
	width: 230px;
	padding: 0 19px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 211px;
}

div#home-work-wrapper div#home-work div#home-work-holder dl dt {
	margin: 3px 0 0 2px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

div#home-work-wrapper div#home-work div#home-work-holder dl dd {
	margin: 6px 0 0 2px;
	font-size: 1.1em;
}

div#home-work-wrapper div#home-work div#home-work-holder dl dd img {
	margin: 0 0 0 -2px;
}

div#home-work-wrapper div#home-work div#home-work-holder div#work-details {
	float: left;
	width: 121px;
	padding: 0 25px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 196px;
}

div#home-work-wrapper div#home-work div#home-work-holder div#work-details h4 {
	margin: 0 0 4px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

div#home-work-wrapper div#home-work div#home-work-holder div#work-details p {
	font-size: 1.1em;
	line-height: 16px;
}

div#home-work-wrapper div#home-work div#home-work-holder div#work-details ul {
	margin: 18px 0 18px 0;
}

div#home-work-wrapper div#home-work div#home-work-holder div#work-details ul li {
	padding: 0 0 0 10px;
	margin: 0 0 2px 0;
	background-image: url("../images/bullets/home-work-details.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

/* Home bottom */
div#home-bottom-wrapper {
	width: 100%;
	padding: 20px 0 75px 0;
	text-align:center;
	background-color: #111;
}

div#home-bottom-wrapper div#home-bottom {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 37px 0 37px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#home-bottom-wrapper div#home-bottom h5 {
	margin: 0 0 24px 0;
	font-size: 1.4em;
	color: #787773;
	text-transform: uppercase;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-left {
	float: left;
	width: 356px;
	padding: 0 26px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 330px;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-left table {
	margin: 0 0 16px 0;
	border-top: #1d1d1d 1px solid;
	border-left: #1d1d1d 1px solid;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-left table tr td {
	border-right: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right {
	float: left;
	width: 540px;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right h6 {
	display: block;
	margin: 22px 0 0 0;
	font-size: 1.8em;
	color: #fff;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right h6 a {
	color: #fff;
	text-decoration: none;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right h6 a:hover {
	text-decoration: underline;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right p {
	margin: 20px 0 0 0;
	font-size: 1.1em;
	line-height: 18px;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right a {
	color: #787773;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right p+a {
	display: block;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

div#home-bottom-wrapper div#home-bottom div#home-bottom-right p+a:hover {
	color: #fff;
}

/* Work */
div#wrapper div#container div#work-view-expanded { /* Expanded list view */
	clear: both;
	width: 970px;
	margin: 70px 0 0 0;
	padding: 28px 37px 0 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#wrapper div#container div#work-view-expanded div.work-expanded {
	clear: both;
	margin: 0 0 22px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 22px 0;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right {
	float: left;
	width: 400px;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right h3 {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 20px 0;
	font-size: 1.1em;
	color: #ccc;
	text-transform: uppercase;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right h3 span {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	text-transform: none;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right p {
	margin: 0 0 20px 0;
	width: 85%;
	font-size: 1.1em;
	line-height: 17px;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right ul {
	margin: 0 0 22px 0;
}

div#wrapper div#container div#work-view-expanded div.work-expanded div.work-expanded-right ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 12px;
	font-size: 1.1em;
	background-image: url("../images/bullets/double-arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

div#wrapper div#container div#work-view-expanded div.work-expanded img {
	float: left;
	padding: 0 25px 0 0;
}

div#wrapper div#container div#work-view-thumbs { /* Thumbnail list view */
	clear: both;
	width: 970px;
	margin: 70px 0 64px 0;
	padding: 28px 37px 0 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#wrapper div#container div#work-view-thumbs div.work-thumb {
	float: left;
	width: 224px;
	padding: 0 13px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 211px;
}

div#wrapper div#container div#work-view-thumbs div.hr {
	clear: both;
	padding: 22px 0 0 0;
}

div#wrapper div#container div#work-view-thumbs div.work-thumb dl dt {
	padding: 4px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#work-view-thumbs div.work-thumb dl dd {
	font-size: 1.1em;
}

div#wrapper div#container div#work-view-thumbs div.work-thumb div.new {
	position: absolute;
	margin: 62px 0 0 145px;
}

/* About */
div#wrapper div#container div#about {
	clear: both;
	width: 970px;
	padding: 0 37px 32px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#wrapper div#container div#about h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 22px 0;
	font-size: 2.5em;
	color: #000;
}

div#wrapper div#container div#about h4,h5,h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#about p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 22px 0;
	font-size: 1.2em;
	line-height: 20px;
}

div#wrapper div#container div#about ul {
	margin: 0 0 22px 8px;
}

div#wrapper div#container div#about ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 8px;
	font-size: 1.3em;
	background-image: url("../images/bullets/bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

div#wrapper div#container div#about ol {
	margin: 0 0 22px 26px;
}

div#wrapper div#container div#about ol li {
	margin: 0 0 3px 0;
	font-size: 1.3em;
}

div#wrapper div#container div#about div.column {
	float: left;
	width: 46%;
	margin: 42px 0 0 0;
}

div#wrapper div#container div#about div.column+div.column {
	float: right;
}

div#wrapper div#container ul.work-nav { /* Work detail */
	float: right;
	margin: -62px 37px 0 0;
}

div#wrapper div#container ul.work-nav li {
	display: inline;
	margin: 0 0 0 4px;
}

div#wrapper div#container div#work-detail {
	clear: both;
	width: 970px;
	padding: 0 37px 20px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#wrapper div#container div#work-detail h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 6px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

div#wrapper div#container div#work-detail p+h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
}

div#wrapper div#container div#work-detail h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	color: #000;
}

div#wrapper div#container div#work-detail p {
	font-family:Verdana, Geneva, sans-serif;
	padding: 0 0 20px 0;
	font-size: 1.3em;
	line-height: 20px;
}

div#wrapper div#container div#work-detail blockquote p {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-style: italic;
	color: #999;
	letter-spacing: 1px;
	line-height: 22px;
}

div#wrapper div#container div#work-detail cite {
	font-size: 1.3em;
	font-weight: bold;
	color: #505050;
}

div#wrapper div#container div#work-detail cite span {
	font-weight: normal;
}

div#wrapper div#container div#work-detail img {
	float: left;
}

div#wrapper div#container div#work-detail div#work-detail-right {
	float: left;
	width: 451px;
	padding: 8px 11px 0 40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 400px;
}

div#wrapper div#container div#work-detail div#work-detail-right h3 {
	margin: 0 0 20px 0;
}

div#wrapper div#container div#work-detail div#carousel {
	margin: 0 0 26px 0;
}

div#wrapper div#container div#work-detail div#carousel img {
	float: none;
	margin: 0;
}

/* Get in Touch - confirmation page */
div#wrapper div#container div#get-in-touch {
	clear: both;
	width: 970px;
	padding: 0 37px 330px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#wrapper div#container div#get-in-touch p {
	margin: 0 0 22px 0;
	font-size: 1.3em;
	line-height: 20px;
}

/* BLOG */
div#wrapper div#container div#blog-wrapper {
	clear: both;
	width: 970px;
	margin: -28px 0 0 0;
	padding: 28px 37px 80px 0;
	/* background-image: url("../images/tiles/blog.gif");
	background-repeat: repeat-y; */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 933px;
}

div#wrapper div#container div#blog-wrapper div#blog-left { /* Left column */
	clear: both;
	float: left;
	width: 608px;
}

div#wrapper div#container div#blog-wrapper div#blog-left h3 {
	display: inline;
	font-size: 2.8em;
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-left h3 a {
	color: #000;
	text-decoration: none;
}

div#wrapper div#container div#blog-wrapper div#blog-left h3 a:hover {
	color: #999;
}

div#wrapper div#container div#blog-wrapper div#blog-left h4 {
	margin: 0 0 22px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-left small {
	display: block;
	margin: 4px 0 8px 0;
	font-size: 1.1em;
	color: #999;
}

div#wrapper div#container div#blog-wrapper div#blog-left p {
	margin: 0 0 20px 0;
	font-size: 1.3em;
	line-height: 20px;
}

div#wrapper div#container div#blog-wrapper div#blog-left p a {
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-left dl {
	font-size: 1.1em;
	color: #999;
}

div#wrapper div#container div#blog-wrapper div#blog-left dl dt {
	font-weight: bold;
	display: inline;
}

div#wrapper div#container div#blog-wrapper div#blog-left dl dt a {
	font-weight: normal;
}

div#wrapper div#container div#blog-wrapper div#blog-left dl dd {
	display: inline;
}

div#wrapper div#container div#blog-wrapper div#blog-left dl dd span {
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-left img {
	margin: 0 0 12px 0;
}

div#wrapper div#container div#blog-wrapper div#blog-left div.post {
	clear: both;
	width: 608px;
	margin: 0 0 46px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 30px 36px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 541px;
}

div#wrapper div#container div#blog-wrapper div#blog-left ul.blog-pagination {
	display: block;
	text-align: right;
	margin: 0 30px 0 0;
}

div#wrapper div#container div#blog-wrapper div#blog-left ul.blog-pagination li {
	display: inline;
	margin: 0 0 0 6px;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comments {
	clear: both;
	width: 608px;
	border-bottom: #e6e6e6 1px solid;
	padding: 12px 37px 20px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 534px;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comments blockquote {
	width: 524px;
	padding: 12px 12px 0 12px;
	background-image: url("../images/tiles/comment-top.gif");
	background-repeat: no-repeat;
	background-color: #303030;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comments blockquote p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comments blockquote p a {
	color: #fff;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comments cite {
	display: block;
	margin: 0 0 24px 0;
	padding: 24px 0 0 0;
	font-size: 1.1em;
	color: #999;
	background-image: url("../images/tiles/comment-bottom.gif");
	background-repeat: no-repeat;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form {
	clear: both;
	width: 608px;
	padding: 24px 37px 20px 37px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 534px;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form form fieldset legend {
	padding: 0 0 18px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form form label {
	display: none;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form form input {
	float: left;
	width: 14em;
	margin: 0 0 10px 0;
	padding: 6px 4px 6px 4px;
	font-size: 1.3em;
	color: #787773;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form form input#submit-comment {
	clear: both;
	width: auto;
	padding: 0;
	float: right;
}

div#wrapper div#container div#blog-wrapper div#blog-left div#comment-form form textarea {
	float: right;
	width: 27em;
	height: 8.4em;
	padding: 6px 4px 7px 4px;
	font-size: 1.3em;
	color: #787773;
}

div#wrapper div#container div#blog-wrapper div#blog-right { /* Right column */
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	width: 325px;
	padding: 0 0 0 30px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 295px;
}

div#wrapper div#container div#blog-wrapper div#blog-right h4 {
	font-family:Verdana, Geneva, sans-serif;
	clear: both;
	margin: 40px 0 8px 14px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

div#wrapper div#container div#blog-wrapper div#blog-right h4 span {
	color: #0061d8;
}

div#wrapper div#container div#blog-wrapper div#blog-right h4 span+span {
	color: #ff1183;
}

div#wrapper div#container div#blog-wrapper div#blog-right p {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 20px;
	color: #787773;
	
}

div#wrapper div#container div#blog-wrapper div#blog-right form {
	margin: 0 0 28px 0;
	padding: 0 0 0 14px;
}

div#wrapper div#container div#blog-wrapper div#blog-right form fieldset legend {
	margin: 0 0 6px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

div#wrapper div#container div#blog-wrapper div#blog-right form fieldset label {
	display: none;
}

div#wrapper div#container div#blog-wrapper div#blog-right form fieldset input {
	float: left;
	width: 200px;
	padding: 6px;
	font-size: 1.8em;
	color: #b6b6b6;
}

div#wrapper div#container div#blog-wrapper div#blog-right form fieldset input#search {
	float: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 6px;
}

div#wrapper div#container div#blog-wrapper div#blog-right form#newsletter-form fieldset input {
	float: none;
	margin: 0 0 8px 0;
	padding: 6px;
	font-size: 1.1em;
	color: #6b6b6b;
}

div#wrapper div#container div#blog-wrapper div#blog-right form fieldset input#sign-me-up {
	float: right;
	width: auto;
	padding: 0;
	margin: 25px 10px 0 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors {
	clear: both;
	width: 295px;
	margin: 0 0 20px 0;
	border: #dadbdc 1px dashed;
	padding: 14px 10px 20px 16px;
	background-color: #f7f7f7;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 267px;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors h4 {
	margin: 20px 0 10px 0;
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-right img#rss {
	margin: 0 0 28px 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#flickr {
	display: block;
	margin: 0 0 36px 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#flickr img {
	float: left;
	margin: 0 3px 0 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right ul {
	margin: 0 0 36px 0;
	border-top: #e6e6e6 1px solid;
}

div#wrapper div#container div#blog-wrapper div#blog-right ul li {
	font-size: 1.1em;
	border-bottom: #e6e6e6 1px solid;
	padding: 5px 0 5px 14px;
}

div#wrapper div#container div#blog-wrapper div#blog-right ul li a {
	color: #787773;
	text-decoration: none;
}

div#wrapper div#container div#blog-wrapper div#blog-right ul li a:hover {
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor {
	clear: both;
	width: 267px;
	margin: 25px 0 0 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor dl {
	float: left;
	width: 202px;
	margin: 0 0 12px 0;
	padding: 2px 0 0 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 190px;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor dl dt {
	margin: 0 0 8px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor dl dd {
	font-weight: bold;
	font-size: 1.1em;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor dl dd span {
	font-weight: normal;
}

div#wrapper div#container div#blog-wrapper div#blog-right div#contributors div.contributor img {
	clear: both;
	float: left;
	width: 65px;
	margin: 0 0 12px 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div.blog-right-col {
	float: left;
	width: 35%;
	margin: 18px 0 18px 0;
}

div#wrapper div#container div#blog-wrapper div#blog-right div.blog-right-col+div.blog-right-col {
	width: 55%;
	padding: 0 0 0 10%;
}


/* Pagination */
div#pagination-wrapper {
	width: 100%;
	text-align:center;
}

div#pagination-wrapper div#pagination {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 14px 0 42px 0;
	background-color: #fff;
}

div#pagination-wrapper div#pagination ul li {
	display: inline;
	margin: 0 3px 0 0;
}

/* Clients */
div#clients-wrapper {
	width: 100%;
	text-align:center;
	background-color: #000;
}

div#clients-wrapper div#clients {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 37px 37px 67px 37px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#clients-wrapper div#clients h2 {
	margin: 0 0 2px 0;
	font-size: 1.3em;
	color: #fff;
}

div#clients-wrapper div#clients h3 {
	margin: 0 0 22px 0;
	text-transform: uppercase;
	font-size: 1.3em;	
}

div#clients-wrapper div#clients div.client-column {
	float: left;
	margin: 0 0 0 55px;
}

div#clients-wrapper div#clients div.client-column h4 {
	margin: 0 0 4px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

div#clients-wrapper div#clients div.client-column ul {
	margin: 0 0 18px 0;
}

div#clients-wrapper div#clients div.client-column ul li {
	margin: 0 0 4px 0;
	font-size: 1.1em;
}

div#clients-wrapper div#clients table {
	float: left;
	margin: 0 0 16px 0;
	border-top: #1d1d1d 1px solid;
	border-left: #1d1d1d 1px solid;
}

div#clients-wrapper div#clients table tr td {
	border-right: #1d1d1d 1px solid;
	border-bottom: #1d1d1d 1px solid;
}

/* Contact */
div#contact-wrapper {
	width: 100%;
	border-top: #000 80px solid;
	text-align:center;
	background-color: #111;
}

div#contact-wrapper.no-border {
	border-top: 0;
}

div#contact-wrapper div#contact {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 37px 37px 62px 37px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 896px;
}

div#contact-wrapper div#contact h2 {
	margin: 0 0 24px 0;
	font-size: 3em;
	color: #fff;
}

div#contact-wrapper div#contact div#contact-details { /* Contact details */
	float: left;
	width: 316px;
}

div#contact-wrapper div#contact div#contact-details h3 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

div#contact-wrapper div#contact div#contact-details h4 {
	margin: 0 0 3px 0;
	font-size: 1.1em;
	color: #fff;
}

div#contact-wrapper div#contact div#contact-details p {
	font-size: 1.1em;
}

div#contact-wrapper div#contact div#contact-details dl {
	margin: 0 0 28px 0;
	padding: 0 0 0 60px;
	background-image: url("../images/ray.jpg");
	background-repeat: no-repeat;
}

div#contact-wrapper div#contact div#contact-details dl dd {
	margin: 0 0 4px 0;
	font-size: 1.9em;
	color: #fff;
}

div#contact-wrapper div#contact div#contact-details dl dt {
	font-size: 1.3em;
}

div#contact-wrapper div#contact div#contact-details address {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 16px;
}

div#contact-wrapper div#contact div#contact-form { /* Contact form */
	float: left;
	width: 365px;
}

div#contact-wrapper div#contact div#contact-form form fieldset legend {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

div#contact-wrapper div#contact div#contact-form form fieldset label {
	display: none;
}

div#contact-wrapper div#contact div#contact-form form fieldset input {
	width: 12em;
	margin: 0 7px 8px 0;
	font-size: 1.1em;
	color: #787773;
}

div#contact-wrapper div#contact div#contact-form form fieldset input#submit-contact {
	float: right;
	width: auto;
	margin: 8px 55px 0 0;
}

div#contact-wrapper div#contact div#contact-form form fieldset textarea {
	width: 25.7em;
	font-size: 1.1em;
	color: #787773;
}

div#contact-wrapper div#contact div#contact-right { /* Contact right */
	float: left;
	padding: 20px 0 0 0;
	width: 206px;
}

div#contact-wrapper div#contact div#contact-right p {
	font-size: 1.1em;
	line-height: 16px;
}

div#contact-wrapper div#contact div#contact-right ul {
	font-size: 1.1em;
	line-height: 16px;
}

div#contact-wrapper div#contact div#contact-right ul a {
	color: #999;
}

div#contact-wrapper div#contact div#contact-right ul a:before {
	content: "(";
}

div#contact-wrapper div#contact div#contact-right ul a:after {
	content: ")";
}

div#contact-wrapper div#contact div#contact-right img {
	margin: 0 0 0 -8px;
}

/* Footer */
div#footer-wrapper {
	clear: both;
	width: 100%;
	text-align:center;
	background-color: #fff;
}

div#footer-wrapper div#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 56px 0 75px 90px;
	text-align: left;
	background-image: url("../images/logo-footer.gif");
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 880px;
}

div#footer-wrapper div#footer p {
	margin: 0 0 4px 0;
	font-size: 1.1em;
}

div#footer-wrapper div#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 1.1em;
	background-image: url("../images/bullets/footer.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

div#footer-wrapper div#footer ul li:last-child {
	background-image: none;
}

div#footer-wrapper div#footer ul li a {
	color: #787773;
	text-decoration: none;
}

div#footer-wrapper div#footer ul li a:hover {
	text-decoration: underline;
}

