/* -------------------- STANDARD SETTINGS & OVERRIDES -------------------- */
h1, h2, h3, h4, h5, h6, ul, li {margin: 0 0 .5em 0;}
h1 {
	text-align: left;
	font-size: 1.25em;
	font-style: italic;
	margin: 0 200px 1em 0;
	padding: 12px 0 3px 0;
	border-bottom: 1px solid silver;
}
h2 {font-size: 1.1em;}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {font-size: 1em;}
h5 {font-size: .85em;}
h6 {
	font-size: .75em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin-left: 50px;
}
p {margin: 0 0 .5em 0;}
dl {
	margin: 0 0 0 2em;
	padding: 0;
}
.col2 dl {margin: 0;}
dt {
	font-weight: bold;
	font-size: 95%;
}
dd {margin: 0 0 .5em 2em;}
img {border: 0;}
body, h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
body, table, tr, td, th, ul, li, #masterbox, #header, #footer, #pagebox, #col1, #col2, #menu, #itemaltview, .itemdisplay {
	padding: 0;
	margin: 0;
}
/* -------------------- ANCHORS -------------------- */
/* reminder: anchor order = link-visited-hover-active */
a {
	text-decoration: none;
	color: Black;
	border-bottom: 1px solid #ffd700;
}
a:hover {
	background-color: #ffd700;
	border-bottom: none;
}
/* -------------------- GENERAL POSITIONING -------------------- */
body {
	background-color: #999999;
	border: 0;
	color: Black;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sock23banner {
	width: 750px;
	margin: 3px auto 0 auto;
	vertical-align: top;
}
.sock23banner a {
	border: 0;
}
#masterbox {
	margin: 3px auto;
	background-color: White;
	border: 1px solid Black;
	width: 750px; /* box model hack */
	voice-family: "\";}\"";
	voice-family: inherit;
	width: 748px;
	}	
	html>#masterbox {width: 748px;}
#header {
	text-align: left;
	clear: both;
	height: 50px;
}
#pagebox {
	left: 0;
	width: 100%;
	border: 0;
	text-align: left;
	background: transparent;
	clear: both;
}
#footer {
	border: 0;
	padding: 12px;
	padding-top: 6px;
	text-align: right;
	clear: both;
	color: Gray;
	border-top: 1px solid Silver;
	font-size: xx-small;
	/* box model hack */
	voice-family: "\";}\"";
	voice-family: inherit;
	font-size: x-small;
	}	
	html>#footer {font-size: x-small;}

/* -------------------- COLUMN LAYOUTS -------------------- */
#col1 {
	width: 100%;
	left: 0;
	top: 0;
}
#col2 {
	margin: 10px 30px 30px 30px;
	/* fix the weird IE indent problem 
	height: 100%;*/
}
/* -------------------- MENU LAYOUT -------------------- */
#menu {
	font-size: .75em;
	background-color: transparent;
	text-align: left;
	margin: 0 12px 10px 12px;
}
#menu2 {
	margin-left: 30px;
}
#menu td {
	padding: 2px 0 3px 0;
}
#menu1 .selected, #menu2 {
	background-color: #DDDDDD;
}
#menu #current, #current a {
	color: White;
	background-color: #777777;
}
#menu a {
	/* reminder: anchor order = link-visited-hover-active */
	background-color: transparent;
	text-decoration: none;
	border: none;
}
#menu a, #menu #current, #menu .selected {
	padding: 2px 6px 3px 6px;
}
#menu a:hover {
	text-decoration: none;
	background-color: #ffd700;
	color: Black;
}
/* -------------------- ITEM NAV (next, previous, etc.) -------------------- */
.itemnav {
	/*color: #ADC7C6;*/
	text-align: right;
	padding: 1px 0 2px 0;
	margin: 0 0 15px 400px;
	font-size: .75em;
}
.itemnav .cmd {
	padding: 2px 0;
}
.itemnav .cmd a {
	padding: 3px;
	border: none;
}
.itemnav .cmd img {
	padding: 0 2px 0 0;
}
/* -------------------- ITEM DISPLAY (img, descriptive text, etc.) -------------------- */
.itemdisplay {
	text-align: center;
	/*margin: 30px;*/
}
.itemdisplay img {
	margin-bottom: 20px;
	padding: 0;
	border: 2px solid Black;
}
.itemdesc {
	float: left;
	width: 380px;
	padding: 0;
	margin: 0 0 15px 0;
	font-size: .85em;
	text-align: left;
}
.itemdesc p {
	margin: 0 0 .5em 0;
	padding: 0;
}
.itemdesc h1 {
	margin: 0 0 .25em 0;
	padding: 0;
	text-align: left;
	font-style: italic;
	font-size: 1em;
}
/* -------------------- ITEM ALT VIEWS (thumbnails, etc.) -------------------- */
/* Note: thumbnail img = 65 x 65 (max). */
#itemaltview {
	text-align: left;
	float: right;
	width: 293px;
	height: 100px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
#itemaltview p {
	font-size: 80%;
}
.itemalttitle {
	color: gray;
	font-style: italic;
	border-bottom: 1px solid silver;
}
#itemaltview img {
	border: 1px solid Black;
	margin: 2px;
	padding: 0;
}
#itemaltview #curralt img {
	border: 3px solid Black;
	margin: 0;
}
.tnalt {
	float: left;
	margin-right: 5px;
	text-align: center;
	/*width: 65px;*/
}
#itemaltview .tnalt p {
	font-size: 70%;
}
.tnalt a {
	border: none;
}
#itemaltview a:hover img {
	border: 3px solid #ffd700;
	margin: 0;
}
/* -------------------- CATALOG PAGES -------------------- */
/* Note: thumbnail img = 65 x 65 (max). */
.tndisplay {
	text-align: center;
	margin: 0 0 0 80px;
	padding: 0;
	width: 570px;
}
.tnitem {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 100px;
}
.tnitem a {
	border: none;
	margin: 0;
	padding: 0;
}
.tnitem img {
	vertical-align: bottom;
	border: 2px solid black;
	padding: 0;
	margin: 0;
}
.tnitem a:hover img {
	border: 2px solid #ffd700;
}
/* -------------------- DETAILS -------------------- */
#gallerylist h2 {
	margin: 1em 0 0 0;
}
#gallerylist p {
	margin: 0 0 0 1em;
}
.article {
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	padding: 12px;
}
.creditline {
	margin: 0;
	padding: 0;
}
#footer p {
	padding: .25em 0 0 12px;
	margin: 0 0 0 151px;
}
#homedisplay img {
	margin: 6px 4px 0 4px;
	border: 2px solid black;
}
#homedisplay p {
	margin-top: 30px;
}
#homedisplay td p {
	margin: 30px;
	font-size: 80%;
}
#homedisplay a {
	border: none;
}
#homedisplay a:link img{
	border-color: black;
}
#homedisplay a:hover img{
	border-color: #ffd700;
}
#homedisplay h6 {
	text-align: right;
	padding-right: 10px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 0;
}
.letter p {
	font-size: 80%;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
}
