@charset "utf-8";
/* CSS Document */

body {
	background: #7A6E66;
	color: #FFF;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #AAA099;
}
#container {
	margin: 0 auto;
	width: 930px;
}
#photos {
	border-top: #FFF solid 5px;
	border-bottom: #FFF solid 5px;
	overflow: hidden;
	width: 100%;
}
#bio_photo, #bio, #links {
	float: left;
}
#bio {
	width: 470px;
}
#bio, #links {
	font-size: 10px;
	line-height: 15px;
}
#bio p {
	margin-right: 25px;
	text-align: justify;
}
#bio_photo {
	width: 270px;
}
#bio h3, #links h3 {
	background: url(../images/about_headers.png) no-repeat;
	height: 20px;
	margin-top: 20px;
}
#bio h3 span, #links h3 span {
	display: none;
}
#bio h3 {
	background-position: -5px -5px;
}
#links h3 {
	background-position: -6px -29px;
}
#links {
	width: 180px;
}
#footer {
	clear: both;
	margin-bottom: 40px;
	padding-top: 20px;
	text-align: right;
}
#footer p {
	margin-top: 1em;	
	text-align: right;
}
#footer p img {
	float: none;
	margin: 0 .5em;
	padding: 0;
	vertical-align: bottom;
}

#clear {
	clear: both;
}
h1 {
	background: url(../images/header.png) -6px 0 no-repeat;
	margin: 40px 0;
}
h1 a {
	display: block;
	height: 25px;
}
h1 span {
	display: none;
}
#main_image {
	background: #aaa099;
	border: 0;
	float: left;
	height: 326px;
	margin-right: 12px;
	text-align: center;
	width: 491px;
}
ul#images {
	margin: 10px 0;
}
ul#images li {
	float: left;
	list-style: none;
}
ul#images li a img {
	margin: 10px 12px;
	height: 80px;
	width: 80px;
}
ul#images li a{
	display: block;
}
ul#images li a:hover, ul#images li a.active {
	background: #AAA099;
}
ul#images .about {
	margin: 5px 12px;
	text-align: justify;
	width: 392px;
}

address {
	font-style: normal;
	line-height: 18px;
	text-align: right;
}
.noshow {
	display: none;
}

/**** IMAGE CONTROLS ****/
div#main_image {
  position: relative;
  overflow: hidden;
}
* html div#main_image {
  float: left;
}
div.controls a {
  text-indent: -5000px;
  overflow: hidden;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/bg_next.gif);
  opacity: 0;
  filter: alpha(opacity=0);
}
* html div.controls a {
  height: 10000px;
  background-position: center 150px;
}
div.controls a.prev {
  left: 0;
  background-image: url(../images/bg_prev.gif);
}
div.controls a.alone {
  width: 90%;
  margin: 0 5%;
}
div.controls a:hover {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

/**** FORM ELEMENTS ****/
#contactFormArea {
	margin-top: 10px;
}
#contactFormArea h3{
	background: url(../images/contact_headers.png) no-repeat;
	background-position: 458px -7px;
	height: 30px;
}
#contactFormArea h3 span {
	display: none;
}

label { 
	display: block;
}
label span {
	display: block;
	float: left;
	font-weight: bold;
	padding: 6px;
	text-align: right;
	width: 90px;
}
input.text,textarea { 
	background: #aaa099;
	border: 2px solid #FFF; 
	border-width: 2px 0;
	color: #FFF;
	font: 12px/16px 'courier new',courier,monospace;
	padding: 5px;
	margin: 2px 0;	
	width: 300px;
}
input.submit { 
	background: #7A6E66;
	border: 1px solid #aaa099;
	color: #aaa099;
	cursor: pointer;
	font: bold 12px/12px verdana,arial,sans-serif;
	margin-top: 5px;
	padding: 2px 5px;
}

/**** NAVIGATION ****/
#nav {
	height: 20px;
	margin: 40px 0;
	padding: 0;
	position: relative;
}
#nav li { /*float the main list items*/
	display: inline;
	float: left;
	position: relative;
}

#nav li a {
	background: url(../images/menu.png) no-repeat;
	color: #FFF;
	display: block;
	height: 18px;
	text-align: center;
	text-decoration: none;
}
#nav li a span {
	display: block;
	padding: 0 10px;
	text-align: center;
}
#nav li a span {
	display: none;
}

#nav #liBlog a { width: 62px; }
#nav #liCorporate a { width: 106px; }
#nav #liEditorial a { width: 92px; }
#nav #liPeople a { width: 88px; }
#nav #liSports a { width: 88px; }
#nav #liTravel a { width: 88px; }
#nav #liAmwest a { width: 136px; }
#nav #liNature a { width: 88px; }
#nav #liInprint a { width: 92px; }
#nav #liContact a { width: 98px; } 
#nav #liAbout a { width: 82px; }

#nav #liBlog a { background-position: -15px -40px; }
#nav #liCorporate a { background-position: -140px -40px; }
#nav #liEditorial a { background-position: -280px -40px; }
#nav #liPeople a { background-position: -420px -40px; }
#nav #liSports a { background-position: -560px -40px; }
#nav #liTravel a { background-position: -700px -40px; }
#nav #liAmwest a { background-position: -840px -40px; }
#nav #liNature a { background-position: -980px -40px; }
#nav #liInprint a { background-position: -1120px -40px; }
#nav #liContact a { background-position: -1260px -40px; }
#nav #liAbout a { background-position: -1400px -40px; }

#nav #liBlog a:hover { background-position: -15px 0; }
#nav #liCorporate a:hover { background-position: -140px 0; }
#nav #liEditorial a:hover { background-position: -280px 0; }
#nav #liPeople a:hover { background-position: -420px 0; }
#nav #liSports a:hover { background-position: -560px 0; }
#nav #liTravel a:hover { background-position: -700px 0; }
#nav #liAmwest a:hover { background-position: -840px 0; }
#nav #liNature a:hover { background-position: -980px 0; }
#nav #liInprint a:hover { background-position: -1120px 0; }
#nav #liContact a:hover { background-position: -1260px 0; }
#nav #liAbout a:hover { background-position: -1400px 0; }

body#id_blog #nav #liBlog a { background-position: -15px -0px; }
body#id_corporate #nav #liCorporate a { background-position: -145px -0px; }
body#id_editorial #nav #liEditorial a { background-position: -290px -0px; }
body#id_people #nav #liPeople a { background-position: -420px -0px; }
body#id_sports #nav #liSports a { background-position: -560px -0px; }
body#id_travel #nav #liTravel a { background-position: -700px -0px; }
body#id_american_west #nav #liAmwest a { background-position: -840px -0px; }
body#id_nature #nav #liNature a { background-position: -980px -0px; }
body#id_in_print #nav #liInprint a { background-position: -1120px -0px; }
body#id_contact #nav #liContact a { background-position: -1260px -0px; }
body#id_about #nav #liAbout a { background-position: -1400px -0px; }