/*
	Andrew Tonn Photo style sheet
	http://www.andrewtonnphoto.com
	by Jesse R. Ewing, Inkleaf Studio
	http://www.inkleaf.net
	updated 03 FEB 10
*/

/*
--------COMMON PAGE ELEMENTS
*/

html, body {
	height: 100%;
	background: #fcfaf2;
	margin: 0 auto;
	padding: 0;
	font-family: courier, times new roman, times, serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	}

/* added for IE centering of content */
#overwrap {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	}

#container {
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fcfaf2;
	text-align: center;
	}

#header {
	width: 800px;
	height: 86px;
	padding: 0px;
	background: #f4f0e4;
	}

#header img {
	float: left;
	}

#dateline {
	float: right;
	vertical-align: middle;
	width: 220px;
	height: 60px;
	margin-top: 15px;
	margin-left: 25px;
	padding-left: 24px;
	border-left: 1px solid #ede4d1;
	}

#dateline p {
	text-align: left;
	line-height: 110%;
	}

.location {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: -8px;
	}

#nav {
	width: 800px;
	height: 36px;
	margin-bottom: 20px;
	border-top: 1px solid #ede4d1;
	border-bottom: 1px solid #ede4d1;
	}

#nav p {
	vertical-align: middle;
	}

p.navlinks {
	font-size: 12px;
	font-family: courier, times new roman, times, serif;
	line-height: 100%;
	text-align: center;
	letter-spacing: 1px;
	}

#nav a {
	text-decoration: none;
	color: #786151;
	}

#nav a:visited {
	color: #786151;
	}
#nav a:hover {
	color: #292929;
	text-decoration: underline;
	}
#nav a:active {
	color: #555555;
	}

#footer {
	float: right;
	width: 800px;
	height: 36px;
	border-top: 1px solid #ede4d1;
	border-bottom: 1px solid #ede4d1;
	}

#footer p {
	vertical-align: middle;
	}

.copyright {
	color: #999999;
	font-size: 11px;
	line-height: 100%;
	}

#footer a {
	text-decoration: none;
	color: #794019;
	}

#footer a:visited {
	color: #794019;
	}
#footer a:hover {
	color: #d27c29;
	text-decoration: underline;
	}
#footer a:active {
	color: #d27c29;
	text-decoration: underline;
	}

#footerspacer {
	float: right;
	width: 800px;
	height: 20px;
	background: #fcfaf2;
	}

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

a:visited {
	color: #794019;
	}
a:hover {
	color: #d27c29;
	text-decoration: underline;
	}
a:active {
	color: #d27c29;
	text-decoration: underline;
	}

h1 {
	color: #292929;
	font-family: courier, times new roman, times, serif;
	font-size: 16px;
	line-height: 150%;
	}

h2 {
	color: #786151;	font-family: courier, times new roman, times, serif;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: 1px;
	}

h3 {
	color: #000000;	font-family: courier, times new roman, times, serif;
	font-size: 13px;
	line-height: 140%;
	}

/*
--------HOME PAGE ELEMENTS
*/

#map {
	float: left;
	width: 530px;
	min-height: 548px;
	margin-bottom: 20px;
	}

#divider1 {
	width: 530px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f4f0e4;
	}

#quote {
	width: 530px;
	margin-bottom: 20px;
	}

#column {
	float: right;
	width: 220px;
	min-height: 548px;
	margin-left: 25px;
	padding-left: 24px;
	border-left: 1px solid #f0e9dc;
	text-align: left;
	margin-bottom: 20px;
	}

/*
#column p {
	display: inline;
	}
*/

.tagline {
	display: inline;
	font-family: courier, times new roman, times, serif;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #000000;
	}

.forhire {
	display: inline;
	font-family: courier, times new roman, times, serif;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #b0641a;
	}

#divider2 {
	width: 220px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f4f0e4;
	}

#photobook {
	float: left;
	width: 800px;
	height: 155px;
	background: #f4f0e4;
	margin-bottom: 20px;
	}

.book {
	float: left;
	padding-left: 10px;
	}

.photobook-info {
	float: left;
	font-size: 14px;
	padding-top: 30px;
	padding-left: 10px;
	}

/*
--------INTERIOR PAGE ELEMENTS
*/

#undernav {
	width: 800px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
	background: #f4f0e4;
	}

#left {
	float: left;
	width: 435px;
	min-height: 100%;
	margin-bottom: 20px;
	text-align: left;
	}

#full {
	float: left;
	width: 800px;
	min-height: 100%;
	margin-bottom: 20px;
	text-align: left;
	}

#left p , #full p {
	line-height: 150%;
	}

.init {
	display: inline;
	}

#divider3 {
	width: 435px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f4f0e4;
	}

#right {
	float: right;
	width: 340px;
	min-height: 100%;
	margin-left: 25px;
	text-align: left;
	margin-bottom: 20px;
	}

#right h2 {
	display: inline;
	}

.h2rule {
	width: 340px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ede4d1;
	}

.caption , .enlarge {
	font-family: courier, times new roman, times, serif;
	font-size: 11px;
	line-height: 140%;
	color: #444444;
	}

.articles , .galleries {
	line-height: 170%;
	color: #999999;
	}

#divider4 {
	width: 340px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f4f0e4;
	}

.rule {
	width: 340px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ede4d1;
	}

.rule2 {
	width: 435px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ede4d1;
	}

/*
--------ARTICLES
*/

.gangmember1 {
	float: left;
	margin: 0 10 10 0px;
	padding-right: 10px;
	}

.gangmember2 {
	float: right;
	margin: 0 0 0 0px;
	padding-left: 10px;
	}

/*
--------ANGRY MONKEY FILMS
*/

#right-amf {
	position: relative;
	float: right;
	width: 320px;
	min-height: 100%;
	margin-left: 25px;
	text-align: left;
	margin-bottom: 100px;
	padding: 10px;
	background-color: #000000;
	}

#right-amf p {
	color: #d0d0d0;
	}

#right-amf a {
	text-decoration: none;
	color: #97b0ed;
	}

#right-amf a:visited {
	color: #97b0ed;
	}
#right-amf a:hover {
	color: #aadd99;
	text-decoration: underline;
	}
#right-amf a:active {
	color: #aadd99;
	text-decoration: underline;
	}

#right-amf h2 {
	display: inline;
	color: #aadd99;
	}

#right-under {
	position: relative;
	float: right;
	width: 320px;
	min-height: 100%;
	margin-top: 50px;
	margin-left: 25px;
	background-color: #fcfaf2;
	}

.h2rule-amf {
	width: 320px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333333;
	}

.rule-amf {
	width: 320px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #333333;
	}

#divider-amf {
	width: 435px;
	height: 20px;
	margin-bottom: 20px;
	background: #000000;
	}