/*
-----------------------------------------------
Stylesheet for Defiant Photography

Author:   Daniel Ard	danielard11@gmail.com

----------------------------------------------- */

body, html {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
	background: #101010;
	color: #949494;
}

ul, h1, h2, h3, h4, h5, h6, input, form, p, dt, dd, dl {
margin:0;padding:0;
}

.clear {
	clear: both;
}

/* ----- Text Formatting ----- */

p {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #949494;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	color: #949494;
}

h1 a {
	text-decoration: none;
	color: #949494;
}

h1 a:hover {
	text-decoration: none;
	color: #b3d334;
}

h1 a.current {
	text-decoration: none;
	color: #b3d334;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	color: #b3d334;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #949494;
}

h3 a {
	text-decoration: none;
	color: #949494;
}

h3 a:hover {
	text-decoration: none;
	color: #b3d334;
}

h4 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #393939;
}

h4 a {color: #393939;}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

tr {
	padding-top: 5px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #949494;
}

a:hover {
	text-decoration: none;
	color: #b3d334;
}

a.green {
	text-decoration: none;
	color: #b3d334;
}

a.green:hover {
	text-decoration: underline;
	color: #b3d334;
}



/* ----- Header Nav ----- */

.full {
	width: 1000px;
	margin: 0 auto;
}

.left {
	width: 350px;
	height: 100%;
	position: fixed;
	float: left;

}

.logo {
	width: 350px;
	height: 135px;

}

.navbg {
	width: 300px;
	height: 100%;
	background: url(../images/navbg.jpg) repeat-y;
}

.nav {
	width: 300px;
	text-align: center;
	padding-top: 100px;
}

.info {
	position: absolute;
	bottom: 10px;
	left: 125px;
}

.prints {
	position: absolute;
	bottom: 50px;
	left: 93px;
}

.right {
	width: 650px;
	float: right;
}


/* ----- Main ----- */

.content {
	clear: both;
}

.title {
	padding-top: 60px;
}

.spacer {
	padding-top: 120px;
}

.infospacer {
	padding-top: 80px;
}

.homephoto {
	width: 630px;
	height: 425px;
	float: left;
}

.homephotosmall {
	width: 630px;
	height: 375px;
	float: left;
}

.homephotoxl {
	width: 630px;
	height: 475px;
	padding-bottom: 60px;
	float: left;
}

.backtop{
	text-align: center;
}

.about {
	width: 630px;
	min-height: 630px;
	float: left;
}

.infotop {
	width: 630px;
	height: 15px;
	background: url(../images/infotop.jpg) no-repeat;
}

.infobottom {
	width: 630px;
	height: 15px;
	background: url(../images/infobottom.jpg) no-repeat;
}

.infomain {
	width: 630px;
	min-height: 630px;
	background: url(../images/infobg.jpg) repeat-y;
}

.aboutinfo {
	width: 380px;
	padding-top: 5px;
	margin: 0 auto;
}

.aboutteam {
	width: 410px;
	margin: 0 auto;
}

.arrows {
	width: 20px;
	height: 375px;
	float: right;
}

.up {
	height: 27px;
}

.down {
	height: 27px;
	margin-top: 375px;
}

.downlarge {
	height: 27px;
	margin-top: 425px;
}

.downxlarge {
	height: 27px;
	margin-top: 475px;
}

.dinfo {
	height: 900px;
	border: 1px solid green;
}

/* ----- Footer ----- */

.footer {
	width: 600px;
	height: 40px;
	margin: 0 auto;
	clear:both;
}

.footerleft {
	float: left;
}

.footerright{
	float: right;
}

