/**
 * HTML5 Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/* @license
 * MyFonts Webfont Build ID 2234598, 2012-04-22T05:50:26-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Futura Medium by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/medium/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2234598
 * 
 * © 2012 Bitstream Inc
*/

 @font-face {font-family: 'FuturaBT-Medium';src: url('/assets/fonts/2218E6_0_0.eot');src: url('/assets/fonts/2218E6_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/2218E6_0_0.woff') format('woff'),url('/assets/fonts/2218E6_0_0.ttf') format('truetype'),url('/assets/fonts/2218E6_0_0.svg#wf') format('svg'),url('/assets/fonts//2218E6_0_0.svgz#wf') format('svg');}

/* @license
 * MyFonts Webfont Build ID 2238977, 2012-04-24T05:08:59-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Bodoni Book by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/atf-bodoni/bodoni-book/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2238977
 * 
 * © 2012 Bitstream Inc
*/


 @font-face {font-family: 'BodoniBT-Book';src: url('/assets/fonts/222A01_0_0.eot');src: url('/assets/fonts/222A01_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/222A01_0_0.woff') format('woff'),url('/assets/fonts/222A01_0_0.ttf') format('truetype'),url('/assets/fonts/222A01_0_0.svg#wf') format('svg'),url('/assets/fonts//222A01_0_0.svgz#wf') format('svg');}


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

/* abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; } */

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* Mobile phones will adjust text size when the screen orientation changes unless you include a special CSS parameter */
html {
    -webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:14px/1.4 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td,th { vertical-align: top; text-align: left; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.iem7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: center; }
.iem7 input[type="checkbox"] { vertical-align: baseline; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #9A7F3D; color:#fff; text-shadow: none; }
::selection { background:#9A7F3D; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #9A7F3D; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.iem7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

html {
	background-color: #231f20;
}

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  background-color: #231f20;
  color: #a1a1a1;
  /* Set your base font here, to apply evenly */
	font-family: Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #9A7F3D;
	margin-bottom: .5em;
}

p, ul, ol { margin-bottom: 1.5em; }

p.small { font-size: 85%; }
p.lead {
	font-size: 1.2em;
}

a, a:visited { color: #9A7F3D; text-decoration: none; }
a:hover, a:active { color: #9A7F3D; text-decoration: underline; }


/* 
 * Helper classes 
 */
 
/* prevent callout */
.nocallout {-webkit-touch-callout: none;}

/* Text overflow with ellipsis */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea.contenteditable {-webkit-appearance: none;}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {position: absolute; left: -100%;}


.clearfix {
	display: block;
	clear: both;
}

/*

	CSS for Reuben Henry.
	by I V Y P A R K M E D I A

*/


p.search input, nav, div.nav, #masthead h2,
footer, p.readmore, p.lead, p.summary, nav.main, table.basket, div.totals, body.outlet legend, p.pagination, .note, .image-title, .feedback, .vcard, .region_list, .page_list {
	font-family: FuturaBT-Medium, 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-style: normal;
}

h1, h2, h3, h4, .tools nav li a, .vcard .email .value, .vcard .tel .value {
	font-family: BodoniBT-Book, Times, 'Times Roman', serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -.05em;
}

#container {
	padding: 0;
}

/* NAV=QUICKLINKS  ======================================= */

.tools {
	padding-top: 20px;
	background-color: #000;
}

.tools nav {
	float: right;
	width: 290px;
	position: relative;
}

.tools nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 30;
}

.tools nav li {
	line-height: 1em;
	color: #9A7F3D;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.tools nav li a {
	margin: 0 0 0 4px;
	padding: 0;
	color: #9A7F3D;
	text-transform: none;
	font-size: 1.2em;
}


/* HEADER=BRANDING  ======================================= */

header.branding {
	background-color: #000 /*231f20*/;
	padding: 0;
	margin: 0;
	color: #fff;
}

header.branding .wrap {
	position: relative;
}

h1.logo {
	width: 409px;
	height: 90px;
	margin-bottom: 30px;
}

h1.logo a {
	width: 409px;
	height: 90px;
	display: block;
}

h1.logo a img {
	display: block;
	margin: 0 auto;
}

.branding nav {
	background-color: #404041;
	clear: both;
	padding: 0;
	overflow: hidden;
}

.branding nav ul {
	margin: 0;
}

.branding nav li {
	font-size: 1.2em;
	line-height: 1em;
	float: left;
	margin: 9px 0;
	text-transform: uppercase;
	border-right: 1px solid #9a7f3d;
}

.branding nav li.last {
	border-right: none;
}

.branding nav li a {
	display: block;
	margin: 0;
	padding: 2px .5em;
	color: #9a7f3d;
}

.branding nav li.quote {
	float: right;
	margin: 0;
	border: 1px solid #9a7f3d;
}

.branding nav li.quote a {
	background-color: #9a7f3d;
	color: #000;
	padding: 8px .5em;
	margin: 2px;
}

/* NAV=MAIN  ======================================= */


nav.main {
	clear: both;
	padding: 0;
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #9a7f3d;
	
}

nav.main .wrap {

}

nav.main ul {
	overflow: hidden;
	padding: 0;	
}

nav.main li {
	float: left;
	font-size: .8em;
	line-height: 1em;
	text-transform: uppercase;
	
}

nav.main li a {
	display: block;
	padding: 5px 0;
}

nav.main li a span {
	display: block;
	border-right: 1px solid #9a7f3d;
	margin: 5px 0;
	padding: 0 7px;
}

nav.main li.last a span {
	border-right: none;
}

/* MASTHEAD  ======================================= */

#masthead, #masthead div.wrap {
	height: 320px;
}

#masthead div.wrap {
	background-image: url(/assets/img/masthead.png);
	background-repeat: no-repeat;
	background-position: center 0;
}


/* SUBNAV  ======================================= */

.subnav {
	margin-bottom: 20px;
}

.subnav .wrap {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

.subnav h1 {
	float:left;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 0;
}

.subnav ul {
	float: right;
	overflow: hidden;
	margin: 7px 0 0;
}

.subnav li {
	font-size: 12px;
	line-height: 1em;
	float: left;
	border-right: 1px solid #9A7F3D;
	margin: 0;
}

.subnav li.last {
	border-right: none;
}

.subnav li a {
	color: #9A7F3D;
	font-weight: normal;
	display: block;
	padding: 2px .5em;
	text-transform: uppercase;
}	

.subnav li.last a {
	padding-right: 0;
}


.intro {
	background-color: #eef1f8;
	border-top: 12px solid #d3ddee;
	padding: 16px 10px;
	margin-bottom: 2em;
}


.col {
width: 250px;
float: left;
margin-left: 20px;
text-align: center;

}

.col.first {
margin-left: 0;
}

.col ul {
	margin: 0 0 1em 0;
}

.col li {
	list-style-type: none;
	border-top: 1px solid #000;
	padding: .5em 0;
}


/* PAGE HEADER ======================================= */

.main-content header {
	padding: 0;
	margin-bottom: 1em;	
}


/* MAIN-CONTENT  ======================================= */

.main-content {
	width: 560px;
	float: left;
	margin-bottom: 20px;
}

.main-content.wide {
	width: 100%;
}

body.home .main-content {
	width: 490px;
}

.main-content p a, .main-content li a {
	font-weight: bold;
}

.main-content p.readmore a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}

.main-content header p {
	font-size: 1.3em;
}

.main-content aside ul {
	margin: 0;
}

.main-content aside li {
	list-style-type: none;
}


/* ABOUT US  ======================================= */


.about .main-content img {
	display: block;
	margin-bottom: 16px;
}



/* SIDEBAR  ======================================= */

#sidebar {
	width: 230px;
	float: right;
	margin-bottom: 20px;
}

body.home #sidebar {
	width: 400px;
}

/* ASIDE=NEWSLETTER SUBSCRIBE ======================================= */

aside.newsletter_subscribe {
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #9A7F3D;
	padding: 8px 16px 16px 8px;
	
}

.home aside.newsletter_subscribe {
	margin-top: 0;
}

aside.newsletter_subscribe h3 {
	color: #000;
	font-size: 1.8em;
	margin-bottom: .25em;
}

aside.newsletter_subscribe label, aside.newsletter_subscribe p {
	color: #000;
}

aside.newsletter_subscribe .toggle p {
	margin-bottom: 0;
}

aside.newsletter_subscribe .toggle:hover h3 {
	text-decoration: underline;
}

aside.newsletter_subscribe .toggle:hover {
	cursor: pointer;
}

aside.newsletter_subscribe input.submit {
	border: 1px solid #000;
}

/* ASIDE=CALLBACK REQUEST ======================================= */

aside.callback_request {
	width: 100%;
	margin-bottom: 15px;
}

.home aside.callback_request {
	width: 185px;
	height: 130px;
	float: left;
}

aside.callback_request a {
	height: 128px;
	display: block;
	border: 1px solid #b7984b;
	background-image: url(/assets/img/request_a_callback.png);
	background-repeat: no-repeat;
	background-position: bottom right;	
}

aside.callback_request a h3 {
	padding: 8px;
	font-size: 2em;
	line-height: 1.1em;
}

/* ASIDE=WHAT IS FRENCH POLISHING ======================================= */


aside.what_is_french_polishing {
	width: 100%;
	margin-bottom: 15px;
}

.home aside.what_is_french_polishing {
	width: 198px;
	height: 130px;
	float: right;
}

aside.what_is_french_polishing a {
	height: 128px;
	display: block;
	background-color: #404040;
	border: 1px solid #404040;
	background-image: url(/assets/img/stripes_gold.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

aside.what_is_french_polishing a h3 {
	padding: 8px;
	font-size: 2em;
	line-height: 1.1em;
}

/* ASIDE=OUR WORK ======================================= */


aside.our_work {
	width: 100%;
	margin-bottom: 15px;
}

.home aside.our_work {
	width: 198px;
	height: 130px;
	float: right;
}

aside.our_work a {
	height: 128px;
	display: block;
	background-color: #404040;
	border: 1px solid #404040;
	background-image: url(/assets/img/twitter_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

aside.our_work a h3 {
	padding: 8px;
	font-size: 2em;
	line-height: 1.1em;
}


/* NEWS & REVIEWS  ======================================= */

.news .subnav li a {
	color: #9A7F3D;
}

.news .main-content {
	width: 590px;
}

.news .subnav li {
	border-color: #E2E2E2;
}
.news .entry {
	border-bottom: 1px solid #ccc;
	width: 465px;
	position: relative;
	padding: 20px 0;
	height: 90px;
}

.news p.pagination {
	width: 465px;
}

.news .entry a, .news .entry a h3 {
	color: #787878;
	font-size: 18px;
}

.news .entry p {
	margin-bottom: 0;
}

.news .entry img {
	position: absolute;
	bottom: 0;
	left: 495px;
	display: block;
	border: 1px solid #ccc;
	padding: 3px;
}

.news article h1 {
	color: #787878;
}

.news article aside {
	clear: both;
}

.news article aside h3.results {
	border-bottom: 1px solid #ccc;
}

.image_holder {
float: right;
width: 237px;
margin-left: 10px;
margin-bottom: 10px;
text-align: right;
}

.image_holder img {
	border: 1px solid #ccc;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}

.image_holder p {
	font-size: .8em;
	text-align: left;
	margin-bottom: 5px;
}

/* SERVICES  ======================================= */


.services article.page {
	width: 460px;
	float: right;
	border-bottom: 1px solid #000;
	height: 135px;
	padding: 15px 0 0;
}

.services article.page.first {
	clear: both;
	float: left;
}

.services article.page img {
	float: left;
	border: 3px solid #9A7F3D;
	display: block;
	margin-right: 8px;
	margin-bottom: 1em;
}

.services article.page p {
	margin-bottom: 0;
}

.services article.page h2 {
	margin-bottom: .25em;
}

.services article.page a:hover {
	text-decoration: none;
}

.services article.page a:hover h2 {
	text-decoration: underline;	
}

.services article.page a:hover img {
	border-color: #9A7F3D;
}


article.question {
	margin-bottom: 2em;
}

article.question h2, article.question p {
	margin-bottom: 0;
}

/* CUSTOMER GUIDE  ======================================= */

.customer-guide article.page {
	border-bottom: 1px solid #000;
	height: 135px;
	padding: 15px 0 0;
}

.customer-guide article.page img {
	float: left;
	border: 3px solid #9A7F3D;
	display: block;
	margin-right: 8px;
	margin-bottom: 1em;
}

/* FOOTER=SITELINKS  ======================================= */

footer.sitelinks {
	background-color: #414141;
	color: #9a7f3d;
	clear:both;
	padding: 20px 0 0 0;
	overflow: hidden;
	text-transform: uppercase;	
}

footer .copyright {
	width: 380px;
	float: left;
	text-align: left;
}

footer .nav {
	width: 560px;	
	float: right;
	text-align: right;
}

footer.sitelinks a:link, footer.sitelinks a:visited {
	color: #9a7f3d;
}

footer .clearfix {
	padding-bottom: 40px;
}

/* HOMEPAGE  ======================================= */

#masthead {
	overflow: hidden;
	margin-bottom: 20px;
}

#masthead div.panel  {
	width: 510px;
	height: 320px;
	float: left;
}

#masthead div.panel#commercial-services {
	width: 240px;
}

#masthead div.panel#upholstery {
	width: 200px;
}


#masthead div.panel a {
	display: block;
	height: 115px;
	padding-top: 205px;
}

#masthead div.panel a h2 {
	background: url(/assets/img/masthead_tab_bg_off.png);
	background: rgba(0,0,0,.5);
	padding: 16px;
	font-size: 26px;
	line-height: 1em;
	text-transform: uppercase;
	height: 95px;
	text-align: right;
	-webkit-transition: .5s;
}

#masthead div.panel#woodwork-in-the-home a h2 {
	font-size: 32px;
}

#masthead div.panel a:hover {
	text-decoration: none;	
}

#masthead div.panel a:hover h2 {
	background: url(/assets/img/masthead_tab_bg_on.png);
	background: rgba(0,0,0,.75);
	text-decoration: none;	
	-webkit-transition: .5s;
}



/* PAGE STYLES  ======================================= */

.main-content h1 {
	margin-top: 0;
	font-size: 32px;
	line-height: 32px;
	color: #9a7f3d;	
}

.main-content h2 {
	font-size: 26px;
	line-height: 26px;
}

.main-content h3 {
	font-size: 22px;
	line-height: 22px;
	color: #9a7f3d;
}

.main-content h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul.home-links {
	margin: 0 0 .5em;
	padding: 0;
}

ul.home-links li {
	list-style-type: none;
	margin-bottom: .25em;	
}

.main-content div.nav {
	width: 70%;
	padding: 0;
} 


.main-content div.nav h2 {
	margin-bottom: .25em;
}

.main-content div.nav p {
	color: #9A7F3D;
	border-top: 2px solid #9A7F3D;
	padding-top: .5em;
}

.main-content div.nav p a {
	font-weight: normal;
	text-transform: uppercase;	
}

body.home .main-content strong {
	font-weight: normal;
}

/* PAGE-LINKING ======================================= */

p.pagination {
	clear: both;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	text-transform: uppercase;
}
.main-content p.pagination a {
	color: #787878;
	font-weight: normal;
}

.main-content p.pagination strong {
	font-weight: normal;
}

.main-content p.pagination span {
	float: right;
}



footer.page-linking {
	padding-top: .5em;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	clear: both;
}

footer.page-linking p {
margin-bottom: .5em;
}

.page-linking .prev {
	float: left;
	width: 45%;
	text-align: left;
}

.page-linking .next {
	float: right;
	width: 45%;
	text-align: right;
}

.page-linking a {
	display: block;
}

.page-linking p em {
	font-weight: normal;
	font-size: 11px;
}



/* CONTACT ======================================= */


.contact-us .main-content {
	width: 470px;
}

.contact-us p.lead {
	text-transform: uppercase;
}

.contact-us #sidebar {
width: 290px;
}

/* feedback form */

.feedback label {
	display: block;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 10px;
	color: #9A7F3D;			
}

.feedback input[type=text], .feedback textarea {
	width: 98.5%; /* because of border and padding */
	border: 1px solid #404041;
	line-height: 1.5em;
	padding: 4px;
}

.feedback .field ul {
	margin-left: 0;
}
.feedback .field ul li {
	list-style-type: none;
}

.feedback p.submit {
	text-align: left;
}

.feedback p.submit input {
	display: inline;	
}

.feedback fieldset legend {
	padding-bottom: 1.5em;
}

.contact-us p.lead.sent {
	background-color: #CDFAD4;
	color: #009B1A;
	width: 99%;
	padding: 2px;
}

#sidebar .vcard {
	background-color: #9A7F3D;
	color: #000;
	margin-bottom: 16px;
	padding: 10px;
	text-transform: uppercase;
}

.vcard .adr {
	margin-bottom: 1em;
}

.vcard .adr span {
	display: block;
}

#content .vcard a {
	color: #000;
}

.vcard .email .value, .vcard .tel .value {
	text-transform: none;
	font-size: 1.2em;	
}


/* TWITTER ======================================= */

body.our-work .main-content h2 { 
	margin-bottom: 1em;
}

body.our-work .main-content article {
	position: relative;
	height: 130px;
	border-bottom: 1px solid black;
	padding: 10px 0 0 110px;
}

body.our-work article em {
	font-style: italic;
	font-size: .85em;
	color: #997F3D;
}

body.our-work .main-content article img {
	position: absolute;
	top: 13px;
	left: 0;
	width: 90px;
	height: 90px;
	border: 3px solid #9A7F3D;
}

.main-content p.tweetings {
	background-color: #997F3D;
	color: #000;
	padding: 10px;
}

.main-content p.tweetings a {
	color: #000;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(153,127,61,.25)!important;
}

/* MEDIA QUERIES ======================================= */

div.wrap { 
	width: 950px;
	margin: 0 auto;
	padding: 0 10px; 
}