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

/* All content and coding copyrighted by Digital PDX. All rights reserved. 
http://www.digitalpdx.com */

/*//// GENERAL DEFAULTS //////*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration:none;
	color:#999795;
}
a:visited {
	text-decoration:none;
	color:#999795;
}
a:hover {
	text-decoration:underline;
	color:#d6320c;
}
body { 
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999795;
	text-align:center;
}
div#wrapper {
	margin: 10px auto 8px auto;
	width:920px;
	text-align:left;
}
div#header {
	width:920px;
}
div#content { 
	width:918px;
	line-height:18px;
	border:1px solid #A89A91;
	padding:24px 0 10px 0;
	background-image:url(../images/contentBG.gif);
	background-repeat:repeat-y;
}
div#leftCol {
	padding-left: 22px;
	width: 650px;
}
div#rightCol { 
	float:right;
	width:185px;
	margin: 0 18px 0 0; 
}
div#bottom {
	margin: 0 auto 40px auto;
	width:920px;
	text-align:left;
}
	

/*//// MENU //////*/

div#menu {
	width: 185px;
	margin-top:35px;
	font-size:13px;
	text-transform:uppercase;
}
div.menu1, div.menu2, div.menu3, div.menu4, div.menu5, div.menu6, div.menu7 {
	width: 185px;
	line-height:30px;
	}
.menu1 a, .menu2 a, .menu3 a, .menu4 a, .menu5 a, .menu6 a, .menu7 a {
	text-decoration:none;
	color:#59524E;
	width: 130px;
	background-image:url(../images/menu-nodot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	}
.menu1 a:visited, .menu2 a:visited, .menu3 a:visited, .menu4 a:visited, .menu5 a:visited, .menu6 a:visited, .menu7 a:visited {
	text-decoration:none;
	color:#59524E;
	width: 130px;
	background-image:url(../images/menu-nodot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	}
.menu1 a:hover, .menu2 a:hover, .menu3 a:hover, .menu4 a:hover, .menu5 a:hover, .menu6 a:hover, .menu7 a:hover {
	text-decoration:none;
	color: #d6320c;
	background-image:url(../images/menu-dot.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
/*//// Misc. //////*/	
	
div#imgInfo1 {
	margin:12px 150px 18px 0;
	font-weight:bold;
	font-size:13px;
}
div.photographer, div.title, div.location, div.date {
	padding-bottom:0;
}
div.description {
	font-style:italic;
	margin:10px 0;
}
div#imgInfo2 {
	font-size:13px;
	margin-bottom:20px;
}
div#imgInfo3 {
	font-size:12px;
	margin:11px 27px 0 0;
	line-height:18px;
}
div#imgInfo4 {
	font-size:12px;
	margin:0 27px 20px 0;
	line-height:18px;
}
table#thumbs {
	margin-top:10px;
}
table#thumbs td {
	padding-bottom:30px;
}	
a.moreLink:link {
	font-size:14px;
	color:#999795;
	text-decoration:underline;
	margin-bottom:10px;
}
a.moreLink:visited {
	font-size:14px;
	color:#999795;
	text-decoration:underline;
}
a.moreLink:hover {
	color:#D6320C;
	text-decoration:underline;
}
form#search {
	margin-top:40px;
}
input {
	width:auto;
	background-color:#fff;
	color:#b0adab;
	border:1px solid #b0adab;
	margin-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:4px;
}
.photogName {
	color:#333;
}
a.photogName:link {
	color:#333;
}
a.photogName:visited {
	color:#333;
}
a.photogName:hover {
	color:#D6320C;
	text-decoration:underline;
}


/*//// Main text area //////*/

p, dl {
	font-size:12px;
	line-height:20px;
	color:#59524E;
}
p {
	margin-bottom:15px;
}
dl {
	margin-top:10px;
}
dt {
	font-weight:bold;	
	color:#403b38;
}
dd {
	padding-bottom:15px;
}
h1 {	
	color:#2c2826;
	font-size:16px;
	font-weight:normal;
	padding-bottom:10px;
	font-style:italic;
	letter-spacing:1px;
}
h2 {	
	color:#59524E;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
}
h3 {	
	color:#403b38;
	font-size:14px;
	font-weight:normal;
	margin:30px 0 0 0;
}
h6 {
	color:#403b38;
	font-style:italic;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	line-height:22px;
	padding-bottom:10px;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.bold-italic {
	font-weight: bold;
	font-style:italic;
}
input:focus, textarea:focus { 
	outline: none;
}
	
/*//// Sidebar Archive Menus //////*/
	
div#archive-menus {
	text-align:left;
	margin:30px 0;
	padding-left:18px;
}
div#archive-menus h3 {
	color:#59524E;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
	margin-top:15px;
}
div#archive-menus ul {
	color:#59524E;
	padding:0 0 0 18px;
	font-size:12px;
	line-height:22px;
}
div#archive-menus ul li {
	list-style:none;
}
div#archive-menus a:link {
	color:#59524E;
}
div#archive-menus a:visited {
	color:#59524E;
}
div#archive-menus a:hover {
	color:#d6320c;
}

/*//// Copyright and Credits //////*/

div.credits {
	text-align:left;
	font-size: 11px;
	color: #b0adab;
	line-height: 14px;
	padding-left: 22px;
	padding-top:5px;
	}	
	
.credits a {
	color: #b0adab;
	font-weight: normal;
	font-size: 9px;
	text-decoration:none;
}
.credits a:visited {
	color:#b0adab;
	text-decoration:none;
}
.credits a:hover {
	color:#D6320C;
	text-decoration:none;
}

/*//// PRE-LAUNCH ONLY //////*/

div#archives {
	/*display:none;*/
}

