﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
	
	padding-top:57px;padding-bottom:20px;
}
#container {
	width: 100%;
	/*margin-top: 57px;*/
	margin-top:0;
	margin-bottom:0;	
	border-bottom: 2px solid #a0522d;
	background-color: #fff;
}
#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 5px;
	margin-bottom: 5px;*/
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#page_content {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#page_content2 {
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top:0;
	margin-top:0;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#content2 {
	position: relative;
	float: left;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#content3 { text-align:center; width:700px;margin-left:auto;margin-right:auto; }
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar2 {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar3 {
	float: right;
	width: 340px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer2 {
	padding-left:5px;
	margin-top:3px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
	font-size:xx-large;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
h6 { color: #a0522d; }
h5 { color: #a0522d; }
h4 { color: #a0522d; font-size:1.2em; }
h3 { color: #a0522d; font-size:1.2em; }
h2 { color: #a0522d; font-size:1.7em; }
#content h1 { color: #a0522d; font-size:1.9em; }
#content img { padding: 5px; border: 1px solid #a0522d; }
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar2 img {
	margin-bottom: 5px;
	margin-left: 5px;
	border:0;
}
.tiny { font-size:x-small; color: #a0522d; }
.notable { color:#a0522d; font-weight:bold; text-decoration:none; }
.announce { color:red; text-align:center; }
.red {font-weight:bold; color:red; }

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
#footer2 {
	background-color:#e6d98f;
	color:#a0522d;
	font-size:x-small;
	text-transform:uppercase;
}
#footer2 span {	font-family: "Times New Roman"; }

/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.photonav { margin-bottom:1px; }
.year {
    width:50px;
	margin: 1px 3px 1px 3px;
	padding: 5px 2px 5px 5px;
	font-weight: bold;
	display: inline-block;
}
.pick {
	width: 48px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #edb;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.picked {
	width: 48px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #e6d98f;
	color:red;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.nopick {
    width:48px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #edb;
	text-decoration: none;
	font-weight: bold;
	color: #C0C0C0;
	text-align:center;
	}
	
}
.dblpick {
	width: 100px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #edb;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
	
#galleryhelp-title { cursor:pointer; font-weight:bold; }
#galleryhelp ul { list-style-type: circle; padding-left:3px;}
#galleryhelp li { padding:2px; }
#galleryhelp b { color:red; }
.pickx {
	width: 115px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #edb;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.pickedx {
	width: 115px;
	border: 1px #a0522d solid;
	padding: 5px;
	margin: 1px 5px 1px 1px;
	display: inline-block;
	background-color: #e6d98f;
	color:red;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Gallery Styles */
.imgbordss {
	border: 3px #E6D98F solid;
}
.imgbords {
	/* border: 3px #FFF solid; */
	padding:2px; border:1px #000 solid;
}
.images {
	height: 132px;
	width: 170px; /* filter: shadow(color: gray); */
	}
.imagel {
	height: 170px;
	width: 132px; /* filter: shadow(color: gray); */
	}
.pictitle {
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}