﻿* {padding: 0; margin: 0;}

body 
{
	background-color: #696A6C;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	color: #FFFDF9;
}

/* MASTER */

p
{
	margin-bottom: 15px;
}

.outerContainer
{
	margin: 0 auto;
	width: 970px;
}

.pageBackground
{
	/*background-image: url(   '../images/Background Wall.jpg' );
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: #A7986D;
	width: 960px;
	min-height: 450px;
	/*height: 768px;*/
	/*background-color: #fff;
	margin-left: 10px; */
}

.pageTitle
{
	color: #000;
	float: left;
	margin-bottom:5px;
}

.pageTitle h2
{
	margin-left: 20px;
	margin-top: 5px;
}

.topMenu
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom:5px;
}

.topMenu a
{
	font-size: 14pt;
	font-weight: bold;
	margin-right: 35px;
	color: #FFFDF9;
}

.topMenu input
{
	width: 200px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
}

.pageFooter
{
	background-image: url(   '../images/Background Bottom.jpg' );
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	height: 68px;
}

.pageContent
{
	/*margin-left: 2px;*/
}

.footerNavSmall
{
	list-style: none;
}
.footerNavSmall li
{
	font-size: 12pt;
	margin: 25px 10px 0px 20px;
	float: left;
}

.footerNavSmall a
{
	color: #000;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;	
}



/* PAGES */

/* Default (Home) Page */
.homeContent
{
	margin-left: 30px;
	margin-top: 0;
}

.homeBackground
{
	width: 960px;
	height: 768px;
	background-image: url(   '../images/Poster Wall with Lady.jpg' );
	/*background-color: #fff;*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 2px;
	padding-top: 0;
}

.homeNavLarge
{
	margin-top: 0;
	font-size: 20pt !important;
}

.homeNavLarge a
{
	color: #FFFDF9;
}

.homeNavLarge li
{
	margin: 10px 0px 0px 15px;
}

.homeNavLargeBlack
{
	padding-top: 10px;
	font-size: 20pt !important;
}

.homeNavLargeBlack a
{
	color: #000;
}

.homeNavLargeBlack li
{
	color: #000;
	margin: 15px 0px 0px 15px;
}

.homeMailingList
{
	color: #FFFDF9;
	margin-top: 2px;
	font-size: 12pt;	
	margin-left: 0px;
	margin-bottom: 5px;
}

.homeMailingList input
{
	width: 300px;
	height: 20px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 14pt;
}

.homeMailingListButton 
{
	width:200px;
	margin-left: 50px;
	height: 24px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	border: solid 1px #000;
}

.searchButton 
{
	width:100px !important;
	height: 24px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	border: solid 1px #000;
}


.homeFooter
{
	/*background-color: #FF7970;*/
}

.blogLink
{
 color: #000000;
 margin: 50px 0 0 63px;
}

.blogLink a, a:visited
{
 color: #000000;
}

.footerNavLarge a
{
	 color: #FFFDF9;
}
.footerNavLarge ul 
{
margin-top: 70px;
}
.footerNavLarge li
{
	list-style: none;
	color: #FFFDF9;
	font-size: 20pt;
    margin: 60px 150px 20px 50px;
	float: left;
}

/* Collection Page */
.categoryList
{
	margin-left: 20px;
	margin-right: 25px;
	margin-bottom: 10px;
	float: left;
}

.categoryList li
{
	margin-left: 1em;
	list-style: bullets;
	color: #FFFDF9;
	font-size: 14pt;
	margin-bottom: 10px;
}
.categoryList a
{
	 color: #FFFDF9;
}

.collectionImage
{
	float: right;
	margin-right: 5px;
	margin-top:25px;
}

.collectionImage label
{
	margin: 0px;
	font-size: 8pt;
	color:#000;
}

/* Search Results */


.noSearchParams
{
	font-size: 12pt;
}

.searchResultContainer
{	
	width: 420px;
	margin: 15px;
}

.searchResultContent
{
	padding: 8px;
	min-height: 130px;
	/*background: #fff url('../images/bg_searchResultData.gif') repeat-x;*/
	border: solid 1px #eaeaea;
}

.searchResultsEmpty 
{
	margin-left: 20px;
	font-size: 18pt;
	color: #FFFDF9;
	padding-top: 14px;
}

.categoryResultContainer
{
	margin: 30px;
}

/* Inventory */
.isrd_Left
{
	float: left;
}
.isrd_Right
{
	float: left;
}
.isrd_Right ul
{
	padding-left: 2em;
}
.inventorySearchResultThumbnailContainer
{
	border: solid 1px #5b5b5b;
	background-color: #a5a5a5;
}

.detailBanner
{
	color: #FFFDF9;
	text-align: center;
}

.detailBanner span
{
	margin-right: 25px;
}

.detailMembership
{
	margin: 15px 8px 0px 0px;
	float: right;
	font-size: 8pt;
	color: #FFFDF9;
}


/* Poster Detail */
.detailContainer
{
	background-color: #A7986D;
	margin: 0px 8px 8px 8px;
	min-height: 600px;
}

.detailContainer a
{
	color: #FFFDF9;
	margin: 10px;
}

.detailContainer img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.detailContainer span
{
	color: #FFFDF9;
	text-align: center;
	margin: 10px;
}

.detailData
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

/* Text, paragraph display */

.paragraphText_Right
{
	font: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 14pt;
	color: #FFFDF9;
	/*margin-left: 16pt;*/
	margin-right: 2pt;
    text-align: justify;
    margin-left: 20px;
	margin-right: 20px;
}

.paragraphText_Right a
{
	color: #FFFDF9;
}

.paragraphText_Right p
{
	margin-top: 0;
	/*margin-left: 16pt;
	margin-right: 16pt;*/
	/*margin-left: 20px;
	margin-right: 20px;*/
}

.paragraphText_Right h3
{
	/*margin-left: 20px;*/
	margin-bottom: 0;
	/*margin-left: 16pt;*/
	line-height: 16pt;
	font-size: 16pt;
}

.paragraphText_Right img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.paragraphText_Left
{
	font: Perpetua, "Times New Roman", Arial, sans-serif;
	color: #FFFDF9;
	font-size: 14pt;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.paragraphText_Left a
{
	color: #FFFDF9;
}

.paragraphText_Left p
{
	margin-top: 0;
}

.paragraphText_Left h3
{
	color: #000 !important;
	margin-bottom: 0;
	line-height: 16pt;
	font-size: 16pt;
}

.paragraphText_Left img
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Contact Us */

.contactUsInfo
{
	margin-left: 80px;
}

.contactUsTools
{
	margin-top: 100px;
	margin-left: 35px;
}


.contactUsTelephone
{
	float: left;
}

.contactUsEmail
{
	float: left;
	margin-left: 60px;
	margin-right: 50px;
}

.contactUsSendButton 
{
	width:50px;
	margin-left: 10px;
	height: 24px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	border: solid 1px #000;
}

.companyMembershipLogos img
{
	float: right;
	margin-right: 15px;
}

/* Mailing List */

.mailingListBlock1
{
	margin-left: 10px;
	font-size: 14pt;
}

.mailingListBlock1 input
{
	border: solid 1px #000;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	height: 18px;
	font-size: 14pt;
}


.mailingListSignUpButton 
{
	width:100px;
	margin-left: 10px;
	height: 24px;
	background-color: #E1D0BE;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 12pt;
	border: solid 1px #000;
}

.mailingListTbl1 input
{
	width: 300px;
}

.mailingListTbl3 input
{
	width: 300px;
}

.mailingListConfirm
{
	margin-left: 50px;
	font-size: 18pt;
}

/* Upcoming Shows */

.showList
{
	float: left;
	margin-left: 10px;
	width: 650px;
}

.showList ul
{
	margin-left: 5px;
	margin-bottom: 25px;
}

.showList li
{
	margin-left: 1em;
	list-style: bullets;
}

.showList hr
{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-right: 15px; 
	
}

.showList textArea
{
	margin: 0;
	padding: 0;
}
.showList a
{
	color: #FFFDF9;
	margin-left: 2px;
	padding: 0;
	margin: 0;
}

.showNotes
{
	OVERFLOW: hidden; 
	border: 0px; 
	background-color:Transparent;
	width: 600px;
	color: #FFFDF9;
	font-family: Perpetua, "Times New Roman", Arial, sans-serif;
	font-size: 14pt;
	margin-left: 2px;
	padding-bottom: 0;
	margin-bottom: 0;
}


.pressItems
{
	float:left;
	margin: 20px;
	cursor: pointer;
}

.linkList
{
	width: 600px;
	text-align: center;
	margin-left: 10px;
	float: left;
	color: #FFFDF9;
}

.linkList div
{
	min-height: 35px;
}
.linkList h3
{
	margin-top:30px;
	color: #000;
}

.linkList a
{
	color: #FFFDF9;
}

/* Conservation & Framing */

.framersBottomRow
{
	height: 40px;
	vertical-align: top;
	width: 300px;
}

.framersBottomRow td
{
	width: 300px;
}

/* Article Text Popup */

.articleTextBanner
{
	margin-left:auto; 
	margin-right:auto;
	display:block;
}    


/* FRIENDLY UTILITIES */

.stopFloat { clear:both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.list_Undecorated { margin: 0;	padding: 0;	list-style-type: none; }
.alignRight { text-align: right; }
.validationText { font-size: 10pt; color: #ff6600; font-weight: bold; }
.validationSummary ul {	font-size: 10pt; color: #ff6600; font-weight: bold; width: 300px; list-style-type: none; margin: 20px; }
.validationSummary li {	margin-bottom: 8px; }
.width30 { width: 30px; }
.width50 { width: 50px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width100pct { width: 100%; }
.fontSmall { font-size: 10pt }
.fontMed { font-size: 12pt }
.fontLarge { font-size: 14pt }
.fontBold { font-weight: bold; }
.marginLeft { margin-left: 10px; }
