/* @override 
	http://mollymcford.com/style.css
*/

* {
	outline: 0px;
}
body {
	background: #000;
	margin: 0;
    font: 83%/1.4 helvetica, arial, sans-serif;
}
.texture {
	background: url(img/fuschia.jpg) center center;
	height: 800px;
}
.container {
	background: url(img/mask.png);
	min-height: 800px;
	border: 1px solid;
}
.header {
	width: 880px;
	height: 310px;
	margin: 0px auto;
	border: 1px solid transparent;
}
.header h1, .header h2 {
	display: block;
	width: 470px;
	height: 97px;
	background: url(img/logo_back.png);
	margin: 90px 0 0 -300em;
	padding: 0px 0 0 300em;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.3);
	border: 1px solid transparent;
	border-right: 1px solid rgba(0,0,0,.1);
}
.header h2 {
	background: url(img/origami_back.png);
	height: 50px;
	margin-top: 0px;
}
.header h1 a:link, .header h1 a:visited,
.header h2 a:link, .header h2 a:visited {
	display: block;
	position: relative;
	width: 360px;
	height: 63px;
	margin: 20px 40px;
	text-indent: -5000em;
	background: url(img/logo.png);
}
.header h1 a span {
	position: absolute;
	display: block;
	width: 98px;
	height: 83px;
	margin: -45px 0 0 -73px;
	content: '.';
	background: url(img/hat.png);
}
.header h2 a:link, .header h2 a:visited {
	height: 24px;
	width: 363px;
	background: url(img/origami.png);
	margin: 12px 37px;	
}

.header ul {
	list-style-type: none;
	margin: 0 0 0 23px;
	padding: 0px;
}
.header ul li {
	display: block;
	float: left;
}
.header ul li a:link, .header ul li a:visited {
	display: block;
	position: relative;
	color: #fff;
	color: rgba(255,255,255,.7);
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 100;
	padding: 10px 0px 10px 17px;
	margin: 0 15px 0 0;
	background: url(img/dot.png) center left no-repeat;
	text-shadow: 0px 2px 2px rgba(0,0,0,.05);
}
.header ul li a:hover {
	color: #fff;
}

.header ul li:first-child a:link, ul li:first-child a:visited {
	background: none;
}
body#gallery li#t-gallery,
body#tour li#t-tour,
body#about li#t-about,
body#contact li#t-contact,
body#clients li#t-clients {
	background: url(img/triangle.png) center top no-repeat;
}
body#gallery li#t-gallery a,
body#tour li#t-tour a,
body#about li#t-about a,
body#contact li#t-contact a,
body#clients li#t-clients a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 2px #000;
}
body#gallery .texture { background: url(img/fuschia.jpg); }
body#tour .texture { background: url(img/green.jpg); }
body#about .texture { background: url(img/orange.jpg); }
body#contact .texture { background: url(img/purple.jpg); }
body#clients .texture { background: url(img/fuschia.jpg); }

.content {
	width: 810px;
	margin: 0px auto;
	padding: 0px 40px;
    color: #fff;
}
.content .page {
	background: rgba(0,0,0,.6);
	height: 100px;
}

body#gallery .header {
	position: fixed;
	left: 50%;
	margin-left: -440px;
}
body#gallery .texture {
	width: 2650px;
}
body#gallery .content {
	margin-top: 310px;
	width: 2550px;
}
body#gallery ul.gallery {
	list-style-type: none;
	width: 2550px;
	margin: 0px;
	padding: 0px;
}
body#gallery ul.gallery li {
	float: left;
	position: relative;
	margin-top: 160px;
	width: 359px;
	height: 310px;
	background: url(img/platform.png);
}
body#gallery ul.gallery li img {
	position: absolute;
	width: 315px;
	height: 267px;
	top: -140px;
	left: 20px;
}

.tour {
	background: rgba(0,0,0,.5);
	padding: 26px 12px;
	margin-bottom: 30px;
}
.tour .column {
	float: left;
	width: 240px;
	text-align: center;
	margin: 10px;
}
.tour .column img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 3px 10px #000;
}
.tour p {
	margin: 0px;
	background: url(/img/arrow.png) left 4px no-repeat;
	padding-left: 20px;
	text-align: left;
	width: 180px;
	margin: .2em auto 2em auto;
	font-size: .9em;
}

h3 {
	font-size: 1.9em;
	margin: .5em 0 .6em 0;
	font-weight: 100;
}
.about img {
	float: left;
	margin: 0 2em 10em 0;
}
.about {
	width: 700px;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.info {
	background: rgba(0,0,0,.5);
	width: 397px;
	padding: 20px;
}
.info h3 {
	margin: 0 0 .6em 0;
	text-shadow: 0px 1px 1px #000;
}
.info p {
	margin-top: -1em;
}

label {
	display: block;
	padding: 0 0 0 3px;
}
input[type=text], input[type=password] {
	font-size: 1.2em;
	padding: 5px;
	width: 380px;
	margin-bottom: 1em;
}
input[type=image] {
	margin-top: 1em;
}
textarea {
	width: 380px;
	padding: 5px;
	height: 90px;
	font-size: 1.2em;
}
.error {
	font-style: italic;
	display: block;
	padding: .3em 0 1em 0;
	text-shadow: 0px 2px 2px #000;
}

.clients img {
	float: left;
}
.clients a:link, .clients a:visited {
	display: block;
	height: 130px;
	color: #fff;
	text-decoration: none;
}
.clients h4 {
	margin: 0 0 1em 0;
	padding-top: 2em;
	font-size: 1.3em;
}

.clear {
	clear: both;
}