/** * 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 */

.sidebar {
	position: fixed;
	margin: 33px 0px 0px -110px;
	
}

.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;
}

a:link {
text-decoration: none;
color: #3f3f3f;
}

a:hover {
text-decoration: none;
color: #eb3111;
}

a:visited {
text-decoration: none;
}


a:active {
text-decoration: none;
}

.nav-links a {
text-decoration: none;
color: #3f3f3f;
-webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
-ms-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
-webkit-transform: translateY(100px) 0.5 ease-out;
-moz-transform: translateY(100px) 0.5 ease-out;
-o-transform: translateY(100px) 0.5 ease-out;
-ms-transform: translateY(100px) 0.5 ease-out;
transform: translateY(100px) 0.5 ease-out;
}

.nav-links a:hover {
text-decoration: none;
color: #eb3111;
}

.nav-links a:visited {
text-decoration: none;
}


.nav-links a:active {
text-decoration: none;
}

a:link {
text-decoration: none;
color: #3f3f3f;
}

a:hover {
text-decoration: none;
color: #eb3111;
}

a:visited {
text-decoration: none;
}


a:active {
text-decoration: none;
}


.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: 0px 5px 0px 5px;
}


ul {
list-style: none;
}


.nav {
width: 940px;
height: 35px;
margin: 42px 0px 0px 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;
margin: 0px 0px 14px 0px;
}

.strapline {
max-width: 940px;
font-family: Cambria, Georgia, serif;
font-weight: normal;
text-align: left;
color: #ffffff;
font-size: 22px;
line-height: 1.5em;
padding: 0px 0px 4px 10px;
clear: both
}

.intro {
max-width: 960px;
font-family: Cambria, Georgia, serif;
text-align: left;
text-weight: normal;
line-height: 1.3em;
color: #201e1e;
font-size: 14px;
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: 14px;
	background-color: #eb3111;
	margin: 0px 0px 0px 0px;
}

.logoSmall {
width: 100px;
height: 100px;
display: block;
position: relative;
padding: 10px 0px 0px 0px;
margin: 0px auto;
clear: both;
}

/* 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;
}


.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 -930px;
	text-align: right;
}

.caption {
	text-align: right;
	margin: -20px 0px 20px 0px;
	
}

.description .caption p {
	font-family: Cambria, Georgia, serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #eb3111;
	padding: 2px 10px 2px 10px;
	display: inline;
	font-size: 16px;
}


.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 10px 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: 14px;
	color: #3f3f3f;
	line-height: 1.5em;
	margin: 10px 0px 20px 0px;
}

.project-link a:link {
font-weight: bold;
text-decoration: none;
color: #eb3111;
}

.project-link a:hover {
text-decoration: none;
background-color: #eb3111;
padding: 2px 4px 2px 4px;
color: #ffffff;
}


.thinLine {
width: 940px;
height: 1px;
opacity: 0.5;
background-color: #eb3111;
margin: 0px 0px 0px 0px;
clear: both;
}

