/* -----------------------------------------------------------
 * Name: Nelson fine Art
 * Date: 2010-05-29
 * Author: Tom Nelson
 * URL: www.nelsonfineart.com
 * /------------------------------------------------------------- */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #dddddd;	/* #224444; */
	color: #BBB;
	font: normal 62.5% 'Trebuchet MS',verdana,arial;	/* set 1 em == 10 pixels */
}

p {
	font-size: 1.2em;
	padding-bottom: 1.0em;
}

li {
	margin-left: 2.0em;
	font-size: 1.2em;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #004040;	/* url(../images/stripe.gif); */
	height: 2px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #ffffff;
	text-align: center;
	/* height: 100px; */
	width: 100%;
	color: #888;
	display: block;
	/* padding-top: 15px; */
}

/* image links */
.imgroller {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

A:hover, A:active {
	color: #0000ff;
	background: none
}

A:hover .imgroller, A:active .imgroller {
	border: 1px;
	border-color: #0000ff;
	border-style: solid
}

/* structure */
.wrapper	{
	width: 90em;
	margin: 0 auto;		/* centered */
	max-width: 100%;	/* Doesn't work?? */
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}

.wrapper .top_shadow	{
	display: block;
	height:10px;
	background: #ffffff;
	margin-right: 2px;	/* !!! */
	/* border: 1px solid #d0d0d0; */
	border-bottom: none;
}

.wrapper .bottom_shadow	{
	display: block;
	height:2px;
	background: #b0b0b0;
	margin-left: 10px;
	border-top: none;
}

.container {
	border-right: 2px solid #b0b0b0;
}

.main {
	background: #ffffff;
	font: normal 1.2em 'Trebuchet MS',verdana,arial;
	color: #666;
	padding-left: 2.5em;
	padding-right: 2.5em;
}

.content {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	padding-top: 1em;
}

/* content elements */
.content h1 {
	background: url(../images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}

.content a {
	color: #666;	/* #999; */
	text-decoration: underline;
}

.content a:hover {color: #CCC;}

.content .descr {margin-bottom: 5px;}

.leadtitle {
	/* font-family: Carleton, "Times New Roman", Times, serif; */
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 2.5em;
	font-style: normal;
	line-height: 2.0em;
	letter-spacing: 0.2em;
	text-align: center;
	color : #a0a0a0;
	background: none;
	}

.leadtitletwo {
	/* font-family: Carleton, "Times New Roman", Times, serif; */
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 3.0em;
	font-style: normal;
	line-height: 2.0em;
	letter-spacing: 0.2em;
	text-align: center;
	color : #707070;
	background: none;
	}

/* navigation */
.nav {
	background: #ffffff;	/* #191919 url(../images/nav.gif); */
	text-align: center;
	line-height: 15px;
	padding-bottom: 10px;
	clear: both;
}

.nav a {
	background: #ffffff;	/* #191919 url(../images/nav.gif); */
	color: #777777;
	font: 1.1em 'Trebuchet MS', Verdana,sans-serif;
	text-decoration: none;
}

.nav a:hover {
	background: #ffffff;	/* #191919 url(../images/nav_hover.gif); */
	color: #444444;
}

/* sub-navigation menu -------------------------- */
.subnav {
	background: #eeeeee;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 19em;
}

.subnav h2 {
	/* slide page title */
	font-family:'Trebuchet MS',verdana,arial;
	font-size:1.2em;
	color:#777777;
	text-align: right;
}

.subnav h1 {padding-top: 8px;}
.subnav ul {
	margin: 0;
}
.subnav li {
	/* background: url(../images/li.gif) no-repeat left bottom; */
	list-style: none;
	font-size: 1.0em;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 1.2em;
	padding-left: 0px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* slide page goodies --------------------------- */

.subnav_slide	{
	/* for slide pages (currently unused) */
	padding: 10px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 19em;
}

.subnav_slide h2 {
	/* slide page title (currently unused) */
	font-family:'Trebuchet MS',verdana,arial;
	font-size:1.2em;
	color:#777777;
	text-align: right;
}

#slide-util	{
	padding-top: 15px;
	border-top: 1px solid #dddddd;
	padding-bottom: 10px;
}

#slide-util	li {
	text-align: right;
	line-height: 1.2em;
}

#slide-util	li img {
	border: none;
}

#slide-info	{
	padding-top: 10px;
	padding-bottom: 10px;
}

#slide-info	li {
	text-align: right;
	line-height: 1.2em;
}

#slide-nav	{
	padding-top: 10px;
	border-top: 1px solid #dddddd;
}

#slide-nav	li {
	text-align: right;
}

.slide_tray	{
	margin-bottom: 30px;
}

/* slide index pages --------------------------------- */
#slide-tab	{
	width: 100%;
}

#slide-tab td	{
	padding: 0.5em;
	margin: 0px;
	border: none;
	text-align: center;
	vertical-align: center;
	padding-bottom: 1.5em;
}

/* on-location page 'blog' sections ----------------------	*/
#blog-tab	{
	display: block;
	width: 100%;
	padding: 0px;
}

#blog-tab td	{
	/* border-top: 1px solid #d0d0d0; */
	padding-right:20px;
	padding-top:10px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 1.2em;
}

/* vitae page -------------------------------- */
#vitae {
	padding-bottom: 15px;
}

/* submit form on info page ------------------- */
#info	{
	display: block;
	width: 100%;
	padding: 0px;
}
#info #left	{
	width: 40%;
	text-align:right;
	vertical-align: top;
	font-size: 1.2em;
	padding-right:10px;
}
#info #right	{
	width: 60%;
	text-align:left;
	vertical-align: top;
}

/* --- portfolio collections page ---------------------------------- */
#folio {
	margin-top: 15px;
	margin-left: 0px;
	width:100%;	
	border: 0px;
	}

#folio td {
	padding-right: 25px;
	font-weight: normal;
	font-size: 1.1em;
	width: 33%;
	padding-bottom: 20px;
	font-style: italic;
	font-family: "Trebuchet MS", arial;
	text-align: left;
	vertical-align: top;
	}

#folio td img {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;		/* 20px; */
	}

#folio a {
	text-decoration: none;
	}

/* footer -------------------- */
.footer {
	background: #ffffff;	/* #44aaaa;	#191919; */
	/* border-top: 1px solid #dddddd; */
	color: #707070;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font: normal 1.2em 'Trebuchet MS',verdana,arial;
}

.copyright	{
	font: normal 0.8em 'Trebuchet MS',verdana,arial;
}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #707070;
	text-decoration: underline;
}

.footer a:hover {
	color: #BBB;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}