/* *******************************************
 * RESET DEFAULT ELEMENT STYLES
 * http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212
 * ******************************************* */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
 
 
/* DEFAULT & HELPER STYLES */
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #CCCCCC;
} a:hover { text-decoration: none; }
 
.clearFix {
	display: block;
	width: 100%; height: 1px;
	float: none; clear: both;
	font-size: 1px;
}
 
body {
	background-color: #404040;
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	overflow-x: hidden;
	font: normal 12px Arial,Helvetica;
}
 
/* SUBPAGE STYLES */
 
#subpageNav {
	display: block;
	width: 100%;
	height: 27px;
	background: url(/images-site/bg_subpage_navLinks.jpg) 0 0 repeat-x;
	position: relative;
}
 
#subpageNav ul.navLinks {
	display: block;
	margin: 2px 10px 0;
	font-size:14px;
	font-weight:bold;
	float: right;
	text-transform: uppercase;
}
 
#subpageNav ul.navLinks li {
	display: block;
	float: left;
	padding: 4px 20px;
}
 
#subpageNav ul.navLinks li.hover {
	background-color: #990000;
}
 
#subpageNav ul.navLinks li.hover a { 
	display: block;
	color: #EEE;
 
	/* border: 1px solid #EEE;
	 * background-color: #CCC;
	 */
}
 
#subpageNav ul.navLinks li ul {
	display: none;
} #subpageNav ul.navLinks li.hover ul {display:block; position: absolute; top:20px; z-index: 1000;}
 
#subpageNav ul.navLinks li ul li {
	display:block;
	float:none;
	margin:0;
	width:148px;
	z-index:1000;
}
 
#subpageNav ul.navLinks li.hover ul li {
	cursor: default;
}
 
#subpageNav ul.navLinks li ul li a {padding: 3px; height: 19px;}
#subpageNav ul.navLinks li ul li a:hover {text-decoration: underline; }
 
#subpageLogo{
	display: block;
	width: 100%;
	height: 80px;
	background: url(/images-site/bg_subpage_logo_banner.gif) 0 0 repeat-x;
	overflow-y: hidden;
} #subpageLogo img { margin: 15px 0 0 10px; }
 
#subpageHeader {
	display: block;
	width: 560px;
	height: 40px;
	margin: 30px 0 0 60px; 
}
 
html body #siteFooter {
	display: block;
	position: relative;
	width: 500px;
	margin: 35px auto 15px;
	text-align: center;
	/* position: fixed;
	bottom: 25px;
	left: 10px;*/
}
 
#siteFooter.footerText {
	color: #FFFFFF;
	font-style: italic;
	font-size: 12px;
}
 
/* END SUBPAGE STYLES */			
 
/* EVENT GALLERY STYLES */
 
#eventGalleryContainer {
	display: block;
	width: 985px;
	margin: 20px auto 10px;
	float: none; clear: both;
	position: relative;	
}

#galleryPageNum {
	color:#AAAAAA;
	display:block;
	float:left;
	font-weight:bold;
	padding:5px 0 0 11px;
}

#galleryPagination {
	display: block;
	width: 540px;
	margin-left: 10px;
	float: left;
}
#galleryPagination a {
	display: block;
	height: 14px;
	width: 14px;
	float: left;
	margin: 0 4px 5px 0;
	/*text-indent: -999999px;*/
	color: #CCCCCC;
	border: 1px solid #990000;
	background-color: #999;
	text-align: center;
	padding: 4px; 
}
 
#galleryPagination a.active { border: 1px solid #999; color: #EEEEEE; background-color: #990000;}

#galleryCartControls {
	float: right;
	text-align: right;
	margin: 5px 10px 0 0;
	color: #CCCCCC;	
}

#galleryCart_viewLink:hover { text-decoration: underline; }

#galleryPage {
	display: block;
	width: 985px;
	margin: 0 auto;
	float: none; clear: both;
	position: relative;
	background: url(/images-site/bg_gallery-thumbs_middle.gif) 0 0 repeat-y;	
}
#galleryPage .galleryTopCap {
	display:block; 
	width: 985px; 
	height: 12px;
	left: 0px; top: 0px;
	background: url(/images-site/bg_gallery-thumbs_top.gif) 0 0 no-repeat;	
}
#galleryPage .galleryThumbnails {
	display: block;
	width: 955px;
	height: 435px; /*606px;*/
	margin: 0 auto;
	padding: 0 0 27px;
	overflow: hidden;
	position: relative;
	
	/*
	 * display: block;
	 * height: 616px;
	 * margin: 0 auto;
	 * overflow-y: hidden;
	 * padding: 5px 0 15px;
	 * width: 955px;
	 */
}
 
	.galleryThumbnails .tableThumbnails {
		display: table;
		border-collapse: separate;
		border-spacing: 12px;
		position: absolute;
		visibility: hidden;
	}
		.tableThumbnails tbody tr { display: table-row; background-color:#666666; }
		
		.tableThumbnails tbody tr td {
			/*display: table-cell;*/
			position: relative;
			text-align: center;
			vertical-align: top;
		}
			
			.tableThumbnails tbody tr td a.zoomPhoto { 
				display: block;
				height: 140px;
				padding: 10px 0;
				cursor: -moz-zoom-in;
				cursor: -webkit-zoom-in;
			}
				a.zoomPhoto img { display: block; margin: 0 auto; border: 1px solid #AAA; }
			
			.tableThumbnails tbody tr td a.btn1_addToCart { 
				display: block;
				margin: 10px 0 0;
				padding: 1px 0;
				color: #666;
				font-size: 11px; 
				font-weight: bold;
				text-transform: uppercase;
				background-color: #AAA;
			}
			.tableThumbnails tbody tr td a.btn1_addToCart:hover { background-color: #EEE; text-decoration: none; }
			
			
		.galleryLoading {
			display: block;
			width: 500px;
			margin: 0 auto;
			font-size: 18px;
			text-align: center;
		}
		
			.galleryLoading img {
				margin: 50px 0 20px
			}
			
#galleryPage .galleryBottomCap {
	display:block; 
	width: 985px; 
	height: 14px; 
	position: absolute;
	left: 0px; bottom: 0px;
	background: url(/images-site/bg_gallery-thumbs_bottom.gif) 0 0 no-repeat;	
}


#galleryCart {
    background-color: #333333;
    color: #EEEEEE;
    display: none;
    font-size: 13px;
    height: 350px;
    padding: 20px;
    position: absolute;
    width: 911px;
    z-index: 500;
	border: 2px groove #444444;
}
#galleryCart h2, #galleryItems h2 { font-size: 20px; padding: 10px; }
#galleryCart .galleryCartActions { text-align: right; display: block; background-color: #FFFFFF; color: #333333; }

/* SIMPLECART STYLES FOR SHELF ITEMS */
.simpleCart_shelfItem { }

.simpleCart_shelfItem .item_type { font-size: 9px; margin: 8px 0 -2px;}	
.simpleCart_shelfItem .item_thumb, .simpleCart_shelfItem .item_price, .simpleCart_shelfItem .item_description { display: none; }

/* CUSTOM CART STYLES */
#cartSelectOptions {
	display: none;
	width: 540px;
	height: 380px;
}

.simpleCart_items {
	display: block;
	padding: 10px 20px;
	color: #EEEEEE;
	font-size: 14px;
}

.cartHeaders div { 
background-color:#FFFFFF;
color:#111111;
display:block;
float:left;
padding:10px 40px;
width:40px;
}
.itemContainer { display: block; float: none; clear: both; margin-top: 20px; }
.itemContainer div { display: inline; padding: 20px 10px 5px; margin-top: 15px !important; }

#addItemToCart h3 { 
	font-size: 24px;
	line-height: 1.7;
}

#limitedTermsCopy {
	font-size: 11px;	
}

#addItemToCart .addItemfooter {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	background-color: #FFF;
}


/* STYLES TO OVERWRITE SHADOWBOX CSS 
.eventGallery.blackparty2009 #sb-body { background-color: #666666 !important; overflow: hidden; }
.eventGallery.blackparty2009 #sb-body-inner { width: 300px !important;}
.eventGallery.blackparty2009 #sb-content { width: 300px !important; height: 451px !important; }
*/
/* HALLOWEEN 2008 - GALLERY SPECIFIC */
#eventGalleryContainer .salem2008.imageRotationBox {
	width: 450px;
	position: absolute;
	right: 0;
	top: 40px;
}
			
.salem2008 .rotationSet {
	width: 400px;
	height: 300px;
	margin: 25px auto 15px;
	position: relative;
	overflow: visible;
	text-align: center;
}

/* GALLERY CART CSS */

 
/* PHOTO REPRINT ORDER FORM SPECIFIC */
			
body.photoReprints #subpageHeader {
	display: block;
	width: 560px;
	height: 40px;
	margin: 30px 0 0 60px;
    font-family: Arial,Helvetica,Sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 33px;
	text-shadow: 4px 3px black;
}

body.photoReprints #galleryPage .galleryThumbnails { height: 375px; }
body.photoReprints #galleryLoading { display: none; }

body.photoReprints #galleryItems {float: none; clear: both; display: block; position: relative;}
body.photoReprints #galleryItems p { margin: 0 10px 20px; }
body.photoReprints #galleryItems .simpleCart_shelfItem {
	display:block;
	width:100px;
	height:100px;
	border:2px solid #333;
	background-color:#990000;
	color:#FFF;
	margin: 0 30px;
}
body.photoReprints #galleryItems .simpleCart_shelfItem input {display: none;}
body.photoReprints #galleryItems .simpleCart_shelfItem h2 {text-align: center; 

body.photoReprints #galleryCart { height: 345px; }
body.photoReprints #galleryCart .galleryCartActions { position: absolute; bottom: 0; width: 911px; }
body.photoReprints #galleryCart .galleryCartActions .simpleCart_empty { float: left; }
body.photoReprints #galleryCart .cartHeaders { display: none;}
/* body.photoReprints #galleryCart .cartHeaders div { padding: 7px 40px 8px 10px; width: auto; margin: 0px !important; text-transform: uppercase;} */
body.photoReprints #galleryCart .itemContainer div { padding: 7px 40px 8px 10px; width: auto; margin: 0px !important; background-color: #666666;}
body.photoReprints #galleryCart .itemContainer input { width: 45px; }

