@import url("reset.css");
@import url("slide.css");
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background/*\**/: url(../images/bg.gif) repeat 0 0\9;
}
body {
   	font-family: "Arimo", Georgia, Verdana, Geneva, sans-serif;
   	background: url(../images/grad_bg.png) repeat-x 0 0, url(../images/bg.gif) repeat 0 0;
	background/*\**/: url(../images/grad_bg.png) repeat-x 0 0\9;
	/*background-attachment: fixed;*/
	background-color: #d0ccca;
   	font-size: 0.875em;
	line-height: 2em;
	text-align: center;
	margin: 0px;
	color: #625d5d;/*#5a5454*/
}
form {
   	margin: 0px;
}
input, textarea {
	border: 1px solid #333;
	width: 320px;
}
h1 {
	font-size: 2em;
   	line-height: 1.2em;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 0 #eee;
	color: #625d5d;
}
h2 {
	font-size: 1.5em;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
img {
	border: 0;
}
p {
	margin: 0 0 20px 0;
}
td {
	vertical-align: top;
}
hr {
  	height: 0;
	border-style: dotted;
 	border-color: #444;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
#pageWrapper {
	background: url(../images/bg2.png) 0 81px repeat-x;
	/*background-attachment: fixed;*/
	margin: 0;
	padding: 0;
}
#contentElement {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top: 6px;
	text-align: left;
}
#header {
	font-size: 1.143em;
}
#header a {
   text-decoration: underline;
}
#header a:link {
   color: #fff;	
}
#header a:visited {
   color: #fff;
}
#header a:hover {
   text-decoration: none;
   background-color: #5a5454;
}
#header a:active {
	color: #fff;
}
#logo {
	margin-left: 80px;
}
#logo a:hover {
   background-color: transparent;
}
#standfirst {
	margin: 30px 0 30px 0;
	/*color: #444;*/
}
#twitter {
	position: absolute;
	top: 25px;
	right: -5px;
	background: url(../images/tweet.png) no-repeat 0 0;
	width: 280px;
	height: 110px;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 10px;
}
#twitter a:link {
   color: #2a4457!important;	
}
#twitter a:hover {
   color: #fff;
   text-decoration: none;
   background-color: #5a5454;
}
#twitter span{
	width: 100%;	
}
#twitterLink {
	position: absolute;
	top: 100px;
	right: 200px;
}
/* ---------------------------------------------------- */
/* Primary nav */
#nav {
	text-transform: uppercase;
	border-bottom: 5px solid #e5e2e1;
	height: 28px;
	margin: 0 0 60px 0;
	font-size: 0.875em;
}
#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
#nav li{
	float: left;
	margin-right: 20px;
}
#nav li.selected{
	margin-top: 33px;
	width: 140px;
	background-color: #fff;
	text-align: center;
}
#nav a{
	text-decoration: none;
	color: #fff;
	width: 140px;
	background: #5a5454;
	display: block;
	text-align: center;
	/*-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;*/
}
#nav a:hover{
	background-color: #fff;
	color: #5a5454;
}
/* ---------------------------------------------------- */
#wrapper {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#content ul {
	list-style: circle;
	margin-left: 40px;
}
#content img{
	float: right;
	margin: 0px 0px 20px 20px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #e5e2e1;	
}
.column {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.last {
	margin-right: 0px!important;	
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/quotes.png) no-repeat 0 0;
	width: 622px;
	margin: 40px auto 20px auto;
	padding: 0px 80px;
	font-size: 1.7em;
	line-height: 1.7em;
}
blockquote span{
	font-size: 0.6em;
}
/* ---------------------------------------------------- */
#footerWrapper {
	background: #5a5454 url(../images/footerbg.png) repeat 0 0;
	margin-top: 20px;
	border-top: 1px solid #eae8e7;
	padding: 30px 0px;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.8em;
}
#footer {
	width: 940px;
	text-align: left;
	margin: 0px auto;
}
#footer a {
   text-decoration: underline;
}
#footer a:link {
   color: #fff;	
}
#footer a:visited {
   color: #fff;
}
#footer a:hover {
   text-decoration: none;
   background-color: #fff;
   color: #5a5454;
}
#footer a:active {
   color: #fff;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p{
	margin-bottom: 5px;
}
/* ---------------------------------------------------- */
.top {
	text-align: right;
}
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* LINKS */
a {
   text-decoration: underline;
}
a:link {
   color: #2a4457;	
}
a:visited {
   color: #2a4457;
}
a:hover {
   color: #fff;
   text-decoration: none;
   background-color: #5a5454;
}
a:active {
   color: #2a4457;
}
/* ---------------------------------------------------- */
#main a {
	text-decoration: none;
}
#main a[href] {
	text-decoration: underline;
}
/* ---------------------------------------------------- */
#sticker img{
	position: absolute;
	top: 300px;
	left: 430px;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;	
}
.slideButton {
	position: absolute;
	top: 238px;
	left: 231px;
	width: 150px;
}
/* ---------------------------------------------------- */
/* photography layout */
#photography ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 -20px;
}
#photography li{
	float: left;
	margin: 0px 0px 20px 20px;
}
#photography img{
	float: left;
	margin: 0px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #e5e2e1;
}
#photography img:hover{
	background-color: #fff;
}
#photography a:hover{
	background: none;
}
/* ---------------------------------------------------- */
/* Portfolio layout */
.portfolioProject{
	margin-bottom: 20px;
	border-bottom: 1px dotted #5a5454;
	height: 550px;
}
.portfolioProject h2{
	margin-top: 0px;	
}
.portfolioProject img{
	float: none;
	margin: 0px!important;
}
.portfolioProject img:hover{
	background-color: #fff!important;
}
a.caseStudy {
	background-color: #2a4457;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
}
a.caseStudy:hover {
	background-color: #fff;
	color: #2a4457;
}
img.caseStudyImg:hover{
	background-color: #fff!important;
}
/* ---------------------------------------------------- */
/* About layout */
#aboutPhotos {
	margin-left: -20px;
	padding-top: 20px;
}
#aboutPhotos ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#aboutPhotos li{
	float: left;
	margin-left: 20px;
}
#aboutPhotos li img{
	width: 250px;
	height: 159px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	float: left;
}
#aboutPhotos img.rotate1{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#aboutPhotos img.rotate2{
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
#aboutPhotos img.rotate3{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
/* IE6-8 don't support transforms so traget everyother browser */
:root *> #aboutPhotos img:hover{
	position: relative;
	z-index: 10;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	border: 0px;
	padding: 0px;
	background-color: none;
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------- */
@media screen and (max-device-width: 480px) {
	body{
		-webkit-text-size-adjust: none;
	}
}

