/* 
Website: http://www.bobbartlettphotography.com
Author: Jeff Golenski, jeffgolenski@midnight-shift.net
*/



/* ------------------ BODY --------------------- */

body {
	background: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}

/* ------------------ NORMAL LINKS --------------------- */

a:link, a:visited {
	color: #8B9BCF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
	}


/* ------------------ TABLE STRUCTURE --------------------- */

#main {
	width: 900px;
}

#logo {
	width: 900px;
	height: 110px;
	padding-bottom: 10px;
}

/* ------------------ NAVIGATION --------------------- */

#nav {
	width: 150px;
	padding-top: 15px;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 3px 0 4px;
}
	
#nav li a {
	font-size: 10pt;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 4px 2px 6px 8px;
	margin: 0;
	}
	
	
#nav li a:link, #nav li a:visited {
	color: #7192FF;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #3A5DCD;
	text-decoration: underline;
	}
	
#nav li a:active {
	color: #fff;
	text-decoration: none;
	}

/* ------------------ GALLERY NAV --------------------- */

#galnav {
	width: 150px;
	padding-top: 15px;
}

#galnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 3px 0 4px;
}
	
#galnav li a {
	font-size: 10pt;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 4px 2px 5px 8px;
	margin: 0;
	}
	
	
#galnav li a:link, #galnav li a:visited {
	color: #94969D;
	text-decoration: none;
	}
	
#galnav li a:hover {
	text-decoration: underline;
	}
	
#galnav li a:active {
	color: #fff;
	text-decoration: none;
	}

/* ------------------ HORIZONTAL NAV --------------------- */


.nav2 {
	text-align: center;
	padding: 2px;
}

	
.nav2 a {
	font-size: 10pt;
	text-decoration: none;
	padding: 0 4px 0 4px;
	}
	
	
.nav2 a:link, .nav2 a:visited {
	text-decoration: underline;
	}
	
.nav2 a:hover {
	text-decoration: none;
	}
	
.nav2 a:active {
	text-decoration: none;
	}

.nav2 .linkblock {
	width: 95px;
}

.nav2 .activelinkblock {
	width: 95px;
	background: #111;
	font-weight: bold;
}

/* ------------------ CONTENT --------------------- */

#content {
	width: 750px;
	padding: 8px 12px;
	border-left: #555555 solid thin;
}

#content h1 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #DABA4B;
	font-size: 12pt;
}

#content h2 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #4764C5;
	font-size: 11pt;
}

#content p {
	line-height: 16pt;
	color: #ddd;
}

#content hr {
	color: #525252;
	width: 98%;
}

/* ------------------ FOOTER --------------------- */


#footer {
	font-size: 8pt;
	color: #ffffff;
	width: 100%;
	font-weight: 600;
}

#footer a:link, #footer a:visited {
	color: #8B9BCF;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
}

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

#footer #copyright {
	float: left;
	height: 15px;
}

#footer #plug {
	float: right;
	height: 15px;
}


/* ------------------ THE ARTIST --------------------- */

img.artist {
	border: 1px #525252 solid;
	margin: 8px 5px 5px 18px;
	float: right;
}

/* ------------------ EXHIBITS --------------------- */

.standout {
	width: 250px;
	padding: 4px;
	margin-left: 25px;
	text-align: center;
	background: #D4DAF0;
	border: 1px #737FA7 solid;
}

.standout a:link, .standout a:visited {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.standout a:hover {
	text-decoration: underline;
}

.standout a:active {
	text-decoration: none;
	}

/* ------------------ GALLERY --------------------- */


#galleryindex td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0;
	font-weight: bold;
}

#galleryindex img {
	border: 1px #525252 solid;
	width: 120px;
	height: 145px;
	margin-bottom: 2px;
}

#galleryindex img.personal {
	border: 1px #525252 solid;
	width: 536px;
	height: 120px;
}

/* ------------------ GALLERY PHOTOS --------------------- */


#galleryphotos td {
	padding: 4px;
}

#galleryphotos img {
	border: 1px #525252 solid;
}

