/*
Theme Name: epigraphic responsivitator
Theme URI: http://www.epigraphic.net
Author: fh
Author URI: http://www.epigraphic.net
Description: epigraphic v4 
Version: 4.0
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*- Styles
-----------------------------------------------------*/




#content {
	position: relative;
	top: 160px;
	min-height: 240px;
}

/*-  SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.mod,
.section {
	zoom: 1;
}

.clear {
	clear: both;
	height: 1px;
}

/*-  BASE STYLES
----------------------------------------------------------------------*/
body {
	background: #fff url(-/img/noise.gif);
	color: #909090;
	font: normal 100%/1.5 ff-tisa-web-pro,times,serif;
}
.ie7 body {
	background: #fff
}
table {
	font-size:inherit;
	font: 100%;
}
select, input, textarea {
font: 99% sans-serif;
}
a {
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	transition: color 0.3s linear;
	color: #D53232;
	text-decoration: none;
}
a:hover {
	color: #B52A2A;
}

input.text,
input[type=text]
textarea {
	border: 1px solid #7C7C7C;
	border-color: #7C7C7C #7C7C7C #C3C3C3 #C3C3C3;
}
p,
ul,
ol {
	margin-bottom: 1em;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted #666;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
	cursor: help;
}
hr,
.skip,
.ineffable {
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

/*-  MAIN
----------------------------------------------------------------------*/
/*
	Outsets
*/
.logo,
.nav-primary,
.lede {
	position: relative;
	z-index: 100;
}

.logo:after,
.nav-primary:after,
.lede:after {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

img {
	max-width: 100%;
}

.slides .figure b img {
	max-width: 98%;
	padding: 5px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ie6 img {
	width: 100%;
}
#page {
	margin: 36px auto;
	width: 90%;
}
.logo {
	float: left;
	width: 16.875%;	/* 162 / 960 */
}
.logo a {
	display: block;
	padding: 0px 14.8148148% 18px;	/* 24 / 162 */
}
.logo img {
	display: block;
}
.nav-primary {
	background: #000;
	font: bold 15px pt-sans-narrow,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	padding: 1.2em 1em 1em;
	text-transform: uppercase;
	top: 24px;
	z-index: 99;
	border-bottom: #afafaf solid 1px;
	border-right: #afafaf solid 1px;
	box-shadow:1px 2px 3px rgba(0,0,0,0.1);
}
.nav-primary li {
	display: inline;
}
.nav-primary a {
	color: #e1e1e1;
	text-shadow: 0px 1px 0px #fff;
	padding: 1.2em 1em 1em;
	position: relative;
	z-index: 1;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.nav-primary a:hover {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
	border-bottom: solid 2px #9C1325;
}

.nav-primary .current {
	color: #d53232;
	border-bottom: solid 2px #e1e1e1;
}

.last-works {
	clear: both;
	margin: 60px 15.625% 53px;	/* 150 / 960 */
}

.last-works img {
	max-width: 95%;
	background: #fff;
	padding: 5px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-transition: -moz-box-shadow 0.1s linear;
	-o-transition: box-shadow 0.1s linear;
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	transition: box-shadow 0.1s linear;
}

.last-works img:hover {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.last-works a {
	color: #909090;
}

.last-works a:hover {
	color: #d53232;
	text-decoration: underline;
}

.slides {
	position: relative;
	width: 112.272727%;				/* 741 / 660 */
}
.slides .figure {
	position: relative;
}
.slides .alt {
	display: none;
}
.slides .figure b {
	display: block;
	overflow: hidden;
	margin-bottom: 0;
}

.slides p {
	margin: 0;
}
.slides .label {
	bottom: 30%;
	margin: 0;
	position: absolute;
	right: 75.4545455%;				/* 498 / 660 */
	text-align: right;
	width: 22.7272727%;				/* 150 / 660 */
}
.copy {
	color: #B0B0AE;
	font-size: 12px;
	line-height: 13px;
	padding-top: 1em;
	text-align: right;
}
.slide-nav {
	background: #434343;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.26);
	left: -15px;
	margin-top: -20px;
	position: absolute;
	width: 40px;
	top: 50%;
}
.slide-nav a {
	background: url("../../img/arrow-left.gif") no-repeat 50% 50%;
	display: block;
	float: left;
	height: 40px;
	width: 20px;
	overflow: hidden;
	text-indent: -1000em;
}
.slide-nav a:hover {
	background-position: 50% 48%;
}
a.disabled {
	cursor: default;
	opacity: 0.5;
}
a.disabled:hover {
	background-position: 50% 50%;
}
a.next {
	background: url("../../img/arrow-right.gif") no-repeat 25% 50%;
}
a.next:hover {
	background-position: 25% 48%;
}
a.next.disabled:hover {
	background-position: 25% 50%;
}
.last-works .main {
	clear: left;
	padding-bottom: 12px;
	position: relative;				/* Stacking bug */
	margin-top: 15px;
	width: 73.6363636%;				/* 486 / 660 */
}
.main-title {
	color: #9C1325;
	font: normal 1.6em/0.9 ff-tisa-web-pro,georgia,serif;	/* 58/16 */
	margin-left: -12px;
	margin-bottom: 0.15em;
	padding: 12px 2.4691358% 6px;		/* 12 / 660 */
	line-height: 1.2em;
	font-weight: 700;
}

.gallery .main-title {
	font-family: pt-sans-narrow,arial,sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	color: #909090;
	font-weight: 300;
}

.portfolio .main-title {
	border-bottom: solid 2px #e1e1e1;
}
.last-works .main p {
	padding-left: 2.4691358%;		/* 12 / 660 */
	padding-right: 2.4691358%;		/* 12 / 660 */
}
.last-works cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.last-works p.last {
	margin-bottom: 0;
}

.services,
.gallery,
.portfolio,
.portfolio-services {
	margin: 0 auto 53px;
	width: 93.75%;			/* 900/960 */
}

.liens {
	margin-top: 80px;
}
.services,
.portfolio-services {
	/*background: #000;	/* 568/900 */
}
.lede,
.epigraf {
	color: #9C1325;
	font: normal 1.25em ff-tisa-web-pro,georgia,serif;	/* 20px / 16px */
	padding: 0.8em 5.33333333%;	/* 16px / 20px; 48px / 900px */
	font-family: ff-tisa-web-pro,serif;
	font-style: normal;
	font-weight: 700;
	border-bottom: solid 3px #e1e1e1 ;
}
.lede a,
.epigraf a {
	color: #9C1325;
	font-size: 2em;
	position: relative;
	z-index: 1;
}

.epigraf {
	border-bottom: solid 3px #e1e1e1;
	margin: 0 40px;
}

.services .main,
.portfolio-services .main {
	float: left;
	width: 62.8888889%;		/* 566px / 900px */
	color: #404040;
}
.services .article,
.portfolio-services .article {
	font-size: 0.875em;			/* 14px / 16px */
	padding: 40px 8.48056537%;	/* 48px / 566px */
}


.services-left h2,
.services-right h2,
.portfolio-services h2 {
	font: bold 15px pt-sans-narrow,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	color: #d53232;
	background: #e1e1e1;
	text-transform: uppercase;
	padding: 3px 10px;
}

.title {
	font: bold 1.07142857em adelle;		/* 15px / 14px */
	margin-bottom: 1em;
}
.intro {
	font-size: 1.14285714em;		/* 16/14 */
}

.other {
	float: right;
	width: 36.7777778%;			/* 331/900 */
}
.other .section {
	margin: 40px auto;
	width: 69.7885196%;		/* 231 / 331 */
}
.other h1,
.recent-entries li {
	border-bottom: 1px solid #B8B7B5;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.other h1 {
	clear: both;
	font-size: 1.2em;			/* 11px / 16px */
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-bottom: 1em;
	font-family: pt-sans-narrow,Calibri,Candara,"Gill Sans","Gill Sans MT",sans-serif;
	color: #909090;
}
.recent-entries h2 {
	line-height: 1.1;
}
.recent-entries h2 a,
.recent-entries p {
	padding-left: 23px;
}
.recent-entries h2 a {
	display: block;
	font-family: pt-sans-narrow,Calibri,Candara,"Gill Sans","Gill Sans MT",sans-serif;
	text-transform: uppercase;
}
.recent-entries li {
	padding: 0.35em 0;
}
.recent-entries p {
	color: #666;
	font-size: 0.8em;
	margin: 0;
}
.recent-entries abbr {
	border-bottom: none;
}

.gallery,
.portfolio {
	padding-bottom: 2em;
}
.portfolio .main-title {
	margin: 0 0 20px -10px;
	padding: 12px 2.4691358% 6px;
	width: 49%;
	color: #404040;
	font-weight: 4;
}
.gallery ol,
.portfolio ol {
	float: right;
	margin: 1em 0 2em;
	/*margin-right: 5.77777778%;*/	/* 52px / 900px */
	margin-right: 14.7777778%;		/* 133px / 900px */
	width: 70.6666667%;				/* 636px / 900px */
}
.gallery li,
.portfolio li {
	float: left;
	margin-right: 1.88679245%;	/* 12px / 636px */
	margin-bottom: 50px;
	width: 23.5849057%;			/* 150px / 636px */
	width: 28.8%;
	margin-right: 6.7%;
}
.gallery .last,
.portfolio .last {
	margin-right: 0;
}

.gallery li a,
.portfolio li a {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-transition: -moz-box-shadow 0.1s linear;
	-o-transition: box-shadow 0.1s linear;
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	-webkit-transition: -webkit-box-shadow 0.1s linear;
	transition: box-shadow 0.1s linear;
	display: block;
	padding: 5px 5px 10px;
	text-align: center;
}

.gallery li a:hover,
.portfolio li a:hover {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}


.gallery li:nth-child(odd) a,
.gallery .last li:nth-child(even) a,
.portfolio li:nth-child(odd) a,
.portfolio .last li:nth-child(even) a {
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.gallery li:nth-child(even) a,
.gallery .last li:nth-child(odd) a,
.portfolio li:nth-child(even) a,
.portfolio .last li:nth-child(odd) a {
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.gallery p,
.portfolio p {
	position: relative;
	top: 40px;
	margin: 0;
	font-family: pt-sans-narrow,Calibri,Candara,"Gill Sans","Gill Sans MT",sans-serif;
}
.gallery span,
.gallery img,
.portfolio span,
.portfolio img {
	display: block;
	border: solid 1px e1e1e1;
}


#footer {
	font-family: ff-pt-sans-narrow,arial,sans-serif;
	font-size: 0.8125em;	/* 13/16 */
	text-align: center;
}

#footer-pages {
	font-family: ff-pt-sans-narrow,arial,sans-serif;
	font-size: 0.8125em;	/* 13/16 */
	text-align: center;
	position: absolute;
	bottom: 60px;
	width: 100%;
}

#footer ul li,
#footer-pages ul li  {
	display: inline;
	margin: 0 5px 20px 5px;
}

#footer ul li a,
#footer-pages ul li a {color:#666}


/*-  MEDIA QUERIES
----------------------------------------------------------------------*/
/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}


@media screen and (max-width: 768px), screen and (min-width: 1200px) {
	.last-works {
		margin-bottom: 20px;
	}
	.slides,
	.slides .figure b {
		width: auto;
	}
	
	.services .main,
	.portfolio-services .main,
	.services .other {
		margin: 0;
		float: none;
		width: auto;
	}
	.services .article,
	.portfolio-services .article {
		margin-bottom: 0;
	}
	.services .other {
		padding: 0px 8.48057%;
		border-top: #909090 solid 3px;
	}
	
	.other .section {
		width: auto;
	}
	.recent-entries ol {
		-moz-column-count: 2;
		-moz-column-width: 48%;
		-o-column-count: 2;
		-o-column-width: 48%;
		-webkit-column-count: 2;
		-webkit-column-width: 48%;
		column-count: 2;
		column-width: 48%;
	}
	.meta {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	body {
		background: fixed url("../../img/noise.gif") repeat-x -50% -40px,
			url("../../img/noise.gif") repeat -50% 0,
			#CECECE;
	}
	.ie7 body {
		background: #CECECE url("../../img/body.gif");	/* Stupid IE7 bug is stupid. */
	}
	#page {
		background: url("../../img/noise.gif");
		position: relative;
		margin: 20px;
		width: auto;
	}
	.last-works,
	.services,
	.portfolio-services,
	.gallery,
	.portfolio {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0 0 30px;
		width: auto;
	}
	.lede {
		font-family: ff-tisa-web-pro,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	}
	.lede a {
		color: #d53232;
		font-size: 1.4em;
		font-weight: bold;
	}
	.last-works .main {
		width: auto;
		margin-top: -5px;
		margin-bottom: 0px;
	}
	
	.epigraf {
		padding-top: 0;
	}
	.logo {
		float: none;
		margin: 0 auto 20px;
		position: relative;
	}
	.nav-primary {
		padding: 1.2em 0 1.8em;
		margin-bottom: 20px;
		top: auto;
		text-align: center;
	}
	
	.main .main-title,
	.gallery .main-title,
	.portfolio .main-title {
		width: 60%;
		margin-top: 10px;
		font-size: 1.2em;
		padding-left: 10px;
	}
	.gallery li,
	.portfolio li {
		clear: right;
		float: right;
		margin: 0 0 1em;
		width: 49.0566038%;			/* 312 / 636 */
	}
	.gallery li.odd,
	.portfolio li .odd {
		clear: left;
		float: left;
	}
	.gallery li:nth-child(odd) a,
	.gallery .last li:nth-child(even) a,
	.gallery li:nth-child(even) a,
	.gallery .last li:nth-child(odd) a,
	.portfolio li:nth-child(odd) a,
	.portfolio .last li:nth-child(even) a,
	.portfolio li:nth-child(even) a,
	.portfolio .last li:nth-child(odd) a {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.slides .figure b img {
		max-width: 100%;
	}
	
	.services .services-left {
		float: none;
		width: 80%;
	}
	
	.services .services-right {
		float: none;
		width: 80%;
	}
	
	.mentions {
		clear: both;
		margin: 40px 0;
		width: 66,66%;
	}
	
	.baseline {
		clear: both;
		margin: 40px 0;
	}
	
	.baseline h1,
	.mentions h1 {
		font-family: ff-tisa-web-pro,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6em;
		color: #9c1325;
		text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	}
	
	.baseline p,
	.mentions p {
		color: #404040;
		text-shadow: none;
		font-weight: normal;
		width: 100%;
	}
	
	.gallery ol,
	.portfolio ol {
		float: left;
		margin: 1em 0 2em;
		/*margin-right: 5.77777778%;*/	/* 52px / 900px */
		margin-right: 14.7777778%;		/* 133px / 900px */
		width: 70.6666667%;				/* 636px / 900px */
	}
	
	
	
}

@media screen and (max-width: 520px) {
	.nav-primary {
		float: left;
		width: 100%;
	}
	.nav-primary li {
		float: left;
		clear: right;
		width: 48%;
	}
	li#nav-blog,
	li#nav-contact {
		float: right;
		clear: left;
	}
	.nav-primary a {
		display: block;
		padding: 0.45em;
	}
	.main-title {
		font: normal 1.5em Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	}
	
}


@media screen and (max-width: 480px) {
	.logo {
		width: 33.75%;					/* 162px / 480px */
	}
	.recent-entries ol {
		-moz-column-count: 1;
		-o-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.gallery li,
	.gallery li.odd,
	.portfolio li,
	.portfolio li.odd {
		float: none;
		width: auto;
	}
	.gallery .main-title,
	.portfolio .main-title {
		font-size: 2em;
		margin-left: 0;
		width: 80%;
	}
	.gallery li a,
	.portfolio li a {
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	}
	.gallery span,
	.portfolio span {
		-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.45);
		-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.45);
		box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.45);
	}
	.slides .figure b img {
		max-width: 100%;
	}
}


@media screen and (max-width: 360px) {
	#page {
		margin: 20px 10px;
	}
}

@media screen and (min-width: 768px) {
	.gallery span,
	.portfolio span {
		-moz-transition: -moz-box-shadow 0.1s linear;
		-o-transition: box-shadow 0.1s linear;
		-webkit-transition: -webkit-box-shadow 0.1s linear;
		-webkit-transition: -webkit-box-shadow 0.1s linear;
		transition: box-shadow 0.1s linear;
	}
	
	.baseline{
		margin-top: 60px;
		position: relative;
		left: 40px;
	}
	
	.mentions {
		clear: both;
		margin-top: 60px;
		margin-bottom: 80px;
		position: relative;
		left: 40px;
	}
	
	.mentions h1,
	.baseline h1 {
		font-family: ff-tisa-web-pro,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6em;
		color: #9c1325;
		border-bottom: solid 2px #e1e1e1;
		width: 49%;
		margin-bottom: 10px;
	}
	
	.mentions p,
	.baseline p {
		color: #404040;
		text-shadow: none;
		font-weight: normal;
		width: 90%;
	}
	
	.mentions p {
		width: 50%;
	}
		
	.nav-primary a:hover {
		border: none;
		text-shadow: 2px 2px 10px rgba(255,255,255,1);
	}
	
	.nav-primary .portfolio-page,
	.nav-primary .portfolio-page:hover {
		border: none;
		text-shadow: none;
		color: #b52a2a;
	}
	
	.last-works {
		margin-top: 90px;
		margin-bottom: 10px;
	}
	
	.recent-entries H2 {
		font-size: 0.8em;
	}
	
	.services ul {
		padding: 10px;
	}
	
	.articles {
		padding-bottom: 10px;
	}
	
	.services {
		margin-bottom: 0;
	}
	
	.first {
		margin: 10px 0 20px 0;
	}
	
	
	
}

@media screen and (min-width: 1024px) {

	.last-works {
		margin-bottom: 10px;
		border-bottom: 1px dotted #e1e1e1;
	}
	.last-works .main {
		margin-top: 20px;
	}
	
	.last-works img {
		max-width: 95%;
		background: #fff;
		padding: 5px;
		border: 1px solid #e1e1e1;
	}
	
	.services {
		margin-bottom: 10px;
	}
	
	.first {
		margin: 10px 0 20px 0;
	}
	
	.recent-entries H2 {
		font-size: 1em;
	}

}

@media screen and (min-width: 1200px) {
	#page {
		margin-top: 0;
	}
	.logo {
		margin-bottom: 40px;
	}
	
	.logo a {
		padding: 24px 14.8148% 48px;
	}
	.nav-primary,
	.nav-primary li {
		padding: 30px 1em;
	}
	.nav-primary {
		top: 55px;
	}

	.baseline {
		float: left;
		width: 30%;
		position: relative;
		top: 160px;
		left: -60px;
	}

	.baseline h1 {
		font-family: ff-tisa-web-pro,Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 3em;
		color: #9c1325;
		text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	}

	.baseline p {
		color: #404040;
		text-shadow: none;
		position: relative;
		top: 20px;
		left: -40px;
		font-weight: normal;
		width: 100%;
	}
	
	.services .article, .portfolio-services .article {
		margin-top: 20px;
	}
	
	#services .services .article, .portfolio-services .article {
		border-left: 5px solid #e1e1e1;
	}

	.last-works,
	.gallery,
	.portfolio {
		float: right;
		margin: 0 0 40px;
		width: 49.375%;
	}
	
	.last-works .main {
		margin: 20px 0 0 20px;
	}
	
	.portfolio {
		float: left;
	}
	
	.last-works,
	#footer {
		clear: both;
	}

	.last-works {
		margin: -60px 0 80px;
	}
	.last-works .main p {
		padding-left: 5.33333333%;
		padding-right: 5.33333333%;
	}
	.main-title,
	.gallery .main-title,
	.portfolio .main-title {
		margin-left: 0;
	}
	.last-works .main-title {
		font-size: 2.75em;		/* 44px / 16px */
	}
	
	.slides .figure b {
		width: auto;
	}

	.gallery,
	.portfolio {
		clear: right;
	}
	.portfolio .main-title {
		font-size: 2.25em;		/* 36px / 16px */
	}
	.gallery ol,
	.portfolio ol {
		float: none;
		margin: 0;
		padding: 0.5em 5.33333333% 2em;	/* 16px / 20px; 48px / 900px */
		width: auto;
	}
	.gallery li:nth-child(odd) a,
	.gallery .last li:nth-child(even) a,
	.gallery li:nth-child(even) a,
	.gallery .last li:nth-child(odd) a,
	.portfolio li:nth-child(odd) a,
	.portfolio .last li:nth-child(even) a,
	.portfolio li:nth-child(even) a,
	.portfolio .last li:nth-child(odd) a {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	.services {
		float: left;
		margin: 0 0 20px;
		width: 49.375%;
	}
	
	p.last {
		margin-bottom: 40px;
	}
	
	.portfolio-services {
		float: left;
		margin: 0 0 20px;
		width: 49.375%;
	}
	
	.services .other {
		padding: 10px 8.48057%;
	}
	.services .services-left {
		float: left;
		width: 40%;
	}
	
	.services .services-right {
		float: right;
		width: 40%;
	}
	
	.recent-entries H2 {
		font-size: 1em;
	}
	
}

.ie6 .slides,
.ie7 .slides {
	overflow-x: hidden;
	zoom: 1;
}

.ie6 .site {
	background: url("../../img/tile.png") repeat-x -2% -230px;
	zoom: 1;
}
.ie .logo,
.ie .logo a,
.ie .nav-primary,
.ie .lede {
	zoom: 1;
}

