/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */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;}/* HTML5 display-role reset for older browsers */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;}

/* My Styling */

.logoiPad {
	display: none;
}

.iPadThumbnails {
	display: none;
}

.iPadNav {
	display: none;
}


.sidebar {
	position: fixed;
	margin: 15px 0px 0px -90px;
	
}

.contact-buttons {
	text-align: center;
	padding: 8px 0px 0px 0px;
}

.email img, .twitter img, .linkedin img, .wordpress img{
	margin: 10px 0px 0px 0px;
	width: 32px;
	height: 32px;
}

.email img:hover, .twitter img:hover, .linkedin img:hover, .wordpress img:hover{
	opacity: 0.8;
}

.sidebar-link {
	text-decoration: none
	color: #ffffff
}

.sidebar-link {
	text-decoration: none
	color: #ffffff
	underline: underline
}




ul {}

.nav-links a {
text-decoration: none;
color: #3f3f3f;
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
-o-transition: color 0.2s ease-out;
-ms-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
-ms-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}

.nav-links a:hover {
color: #eb3110;


}

.nav-links a:visited {
text-decoration: none;
}


.nav-links a:active {
text-decoration: none;

}

.page-controls a:link {
font-weight: normal;
text-decoration: none;
color: #3f3f3f;
}

.page-controls a:hover {
text-decoration: none;
color: #eb3111;
border-bottom: 1px dotted #eb3111;
}

.page-controls a:visited {
font-weight: normal;
text-decoration: none;
color: #3f3f3f;
}




.container_12 {
width: 940px;
margin: 0 auto 20 auto;
padding: 0 10 0 10;
}

h1 {
font-family: Calibri, Arial, sans-serif;
color: 3f3f3f;
font-size: 22px;
font-weight: normal;
}

h1 .availability {
font-family: Calibri, Arial, sans-serif;
font-weight: normal;
color: #ffffff;
background-color: #67a336;
padding: 5px 10px 5px 10px;
}


ul {
list-style: none;
}


.nav {
width: 940px;
height: 35px;
margin: 42px 0px 0px 0px;
padding: 0px 0px 5px 0px;

}

.name {
width: 640px;
height: 35px;
margin: 0px;
float: left;
position: relative;
padding: 0px 0px 0px 0px;
}

.nav-links {
width: 300px;
height: 35px;
font-family: Calibri, Arial, sans-serif;
font-size: 1.15em;
font-weight: normal;
color: #3f3f3f;
margin: 0px;
float: right;
position: relative;
text-align: right;
padding: 4px 0px 0px 0px;
}

.bullet {
margin: 0px 15px 0px 15px;
color: #eb3111;
}

.strapline-holder {
width: 100%;
background-color: #eb3111;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f99133), to(#ec3211));
margin: 0px 0px 14px 0px;
}

.strapline {
max-width: 940px;
font-family: Cambria, Georgia, sans-serif;
font-weight: normal;
text-align: left;
color: #ffffff;
font-size: 22px;
line-height: 1.5em;
padding: 4px 0px 4px 10px;
clear: both
}

.intro {
max-width: 960px;
font-family: Calibri, Arial, sans-serif;
text-align: left;
text-weight: normal;
line-height: 1.2em;
color: #201e1e;
font-size: 1.2em;
padding: 0px 0px 5px 0px;
}

.thumbnails {
width: 940px;
margin: 0px 0px 0px 0px;
}


.thumb {
width: 220px;
float: left;
position: relative;
}


.thumbLeft {
float: left;
position: relative;
margin: 10px 10px 10px 0px;
width: 220px;
height: 220px;
}

.thumbMiddle {
float: left;
position: relative;
margin: 10px 10px 10px 10px;
width: 220px;
height: 220px;
}

.thumbRight {
float: left;
position: relative;
margin: 10px 0px 10px 10px;
width: 220px;
height: 220px;
}

.line {
width: 940px;
height: 14px;
background-color: #eb3111;
margin: 10px 0px 10px 0px;
clear: both;
}

.line2 {
width: 940px;
height: 14px;
background-color: #eb3111;
margin: 10px 0px 10px 0px;
clear: both;
float: left;
}

.line3 {
	width: 940px;
	height: 7px;
	background-color: #eb3111;
	margin: 0px 0px 0px 0px;
}

.logoSmall {
display: none;
}

/* Project Page Styles */

.article-masthead {
	width: 940px;
	height: 80px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: Cambria, Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	color: #3f3f3f;
	margin: 20px 0px 20px 0px;
	float: left;
	position: relative;
}

h3 {
	font-family: Cambria, Georgia, serif;
	font-size: 30px;
	font-weight: normal;
	color: #3f3f3f;
}

h4 {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f3f3f;

}


.page-controls {
	text-decoration: none;
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	margin: 35px 0px 20px 0px;
	float: right;
	position: relative;
}

.next {
	margin: 0px 0px 0px 10px;
}

.mainImage {
	margin: 20px 0px 0px 0px;
}

.article {
	margin: 18px 0px 10px 0px
}

.details {
	width: 300px;
	float: left;
	position: relative;

}

.details p {
	font-family: Cambria, Georgia, sans-serif;
}

.gallery {
	margin: 20px 0px 20px 0px;
	text-align: right;
	clear:both;
}


.galleryCap {
	
}

ul {
	font-family: Cambria, Georgia, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

li {
	margin: 5px 0px 0px 0px;
	font-style:italic;
	text-indent: 10px
}

.caption {
	text-align: right;
	margin: -10px 0px 20px 0px;
	
}

.caption p {
	font-family: Cambria, Georgia, serif;
	font-weight: normal;
	color: #ffffff;
	background-color: #eb3111;
	padding: 2px 10px 2px 10px;
	display: inline;
	font-size: 15px;
}

.client {
	color: #3f3f3f;
	margin: 10px 0px 0px 0px;
}

.date {
	color: #3f3f3f;
}

.quote {
	max-width: 85%;
	font-weight: bold;
	font-size: 18px;
	background-color: #eb3111;
	color: #ffffff;
	padding: 5px 10px 7px 10px;
	margin: 10px 0px 10px 0px;
	text-align: left;

}

.quote-author {
	max-width: 85%;
	font-weight: medium;
	font-size: 18px;
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 2px 10px 5px 10px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	display: inline;
}

.description {
	width: 620px;
	float: right;
	position: relative;
	margin: 0px 0px 0px 20px;
}

.description p {
	font-family: Cambria, Georgia, sans-serif;
	font-size: 1em;
	color: #3f3f3f;
	line-height: 1.5em;
	margin: 10px 0px 20px 0px;
}

.article a:link {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}

.article a:hover {
text-decoration: none;
color: #eb3111;
border-bottom: 1px dotted #eb3111;
}

.article a:visited {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}


.thinLine {
width: 940px;
height: 1px;
opacity: 0.5;
background-color: #eb3111;
margin: 0px 0px 0px 0px;
clear: both;
}

.MPU {
	margin: 15px 0px 20px -300px;
	clear: both;
	float: right;
	text-align: right;
}

.MPU caption {
	clear: both;
	float: right;
	text-align: right;
	margin: 5px 0px 20px 0px;
	
}

/* Contact Page Styles */

.contactWrapper {
	width: 940px;
}

.about {
	width: 540px;
	margin-top: 20px;
	font-family: Cambria, Georgia, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 1.5em;
	float: left;

}

h4 {
	font-family: Cambria, Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3f3f3f;
	line-height: 1.5em;
	margin-top: -5px;
	margin-bottom: 5px;
}

.aboutText {
	width: 380px;
	font-family: Cambria, Georgia, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 1.5em;
	float: right;
	position: relative;
	margin-bottom: 10px;
}

.profilePic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.about a:link {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}

.about a:hover {
text-decoration: none;
color: #eb3111;
border-bottom: 1px dotted #eb3111;
}

.about a:visited {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}

.getInTouch {
	width: 380px;
	margin-top: 20px;
	font-family: Cambria, Georgia, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	float: right;

}


.emailLink, .linkedInLink, .twitterLink {
	margin: 10px 0px 0px 10px;
}

.linksBox {
	background-color: #f4f4f4;
	padding: 1px 0px 10px 5px;
}
.linkCaption {
	display: inherit;
	margin-top: 10px;
	margin-left: 10px;
}

.getInTouch a:link {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}

.getInTouch a:hover {
text-decoration: none;
color: #eb3111;
border-bottom: 1px dotted #eb3111;
}

.getInTouch a:visited {
font-weight: normal;
text-decoration: none;
color: #eb3111;
}

