﻿/* ============ HAC StyleSheet ================= */

html, body
{
	border: 0;
	margin: 0;
	padding: 0;
}
/*
body 
{
	top:5em;
	padding: 0 480px 0 480px;
	margin: 0;
	text-align: center;
	background-color: #678; 
	border-bottom-style:groove;
	border-right-style:groove;
}
*/
body
{
	top: 5em;
	margin: 0;
	margin-top: 1em;
	margin-top: 1em;
	text-align: center;
	background-color: #678; /* outside background color */
	min-width: 1000px;
}
h1, h2, h3, h4, h5, h6
{
	color: #015cad; /* old color #573922;*/
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

h1.special
{
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}
h2
{
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3
{
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
p
{
	margin: 1em 0;
	line-height: 1.4;
}
p.special
{
	margin: 0.2em 0 1em 0;
	line-height: 1.3;
}
a
{
	text-decoration: underline;
	color: #67AADF /*#F369B1; /* this is the pink color */;
}

a:hover
{
	text-decoration: none;
}

abbr[title]
{
	border-bottom: 1px dotted #999;
}
abbr[title]:hover
{
	cursor: help;
}

/* classes for form data */
.formLabel
{
	float: left;
	width: 8em;
}
.formDiv
{
	display: inline;
	text-align: left;
}
.formTextBox
{
	margin-left: 1em;
}

.contentListItem
{
	padding: 0 0 0.5em 0;
	font-size: 1em;
}

td
{
	margin: 0 0 0 2em;
	font-size: 1em;
}

td.paypal
{
	margin: 0 2em 0 2em;
	font-size: 1em;
}

/* sizer + expander = max-width; so in this case, 384 + 640 = 1024 */
/* Not used after 11-13-2020 */
#sizer
{
	margin: 2em auto 0 auto;
	padding: 0;
	width: 60%; /* 384 / 640 = 60%  - 576/960 = 60% */
	max-width: 576px; /* 384px;  /* version for IE is at the bottom of this style block */
}

/* Not used after 11-13-2010 */
#expander
{
	background: #fff; /* #fed;  /* off white color */
	margin: 0 -480px 0 -480px;
	min-width: 960px; /* Critical Safari fix! */
	position: relative;
	border-bottom: 5px ridge black;
	border-right: 5px ridge black;
}

/* Classes for Map functions */
.mapFromAddress
{
	width: 30em;
	background-color: #ffe8a6; /* same color as visual studio 2010 highlighted tab */
}


/* Holly hack for IE \*/
* html #expander
{
	height: 0;
}
/* */

/* helps IE get the child percentages right. */
/* last one used befroe 11-13-2010 - #wrapper { width: 100%; } */

#wrapper
{
	background: #fff;
	width: 1000px;
	position: relative; /*left: 50%;*/
	margin: 0 auto; /*margin-left/*: -500px;*/
}

body
{
	font-family: arial, sans-serif;
}

/* last header before 11-13-2010
#header 
{
	width: 100%;
	top:auto;
	text-align:center;
	margin-bottom:0.5em;
	margin-top:1em;
}
*/

#header
{
	width: 1000px;
	top: auto;
	text-align: center;
	margin-bottom: 0.5em;
	position: relative;
	margin-top: 0;
	min-height: 200px;
}


/* =================== SlideShow ==========================*/
.pics img
{
	display: none;
	float: left;
	position: absolute;
	top: 25px;
	left: 520px;
	overflow: hidden;
	width: 440px;
	height: 140px;
	border: 3px solid black;
}
#slideshow
{
	float: left;
	position: absolute;
	top: 25px;
	left: 520px;
	overflow: hidden;
	z-index: 20;
	width: 450px;
	height: 150px;
}
.ass
{
	z-index: 19;
}

/* ================= Class for the hotspots in the header ========= */
#image ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#image .d_address a
{
	position: absolute;
	width: 205px;
	height: 45px;
	top: 80px;
	left: 245px;
	text-indent: -1200em;
}
#image a:hover
{
	border: 5px solid #000000;
}

/* last sidebar before 11-13-2010
#sideBar {
	width: 24%;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 1%;
	color: #686;
	font-size: .9em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow:hidden;
	position:relative;
	}
*/

#sideBar
{
	width: 210px; /*24%;*/
	float: left;
	display: inline;
	text-align: left;
	margin-left: 10px; /*1%;*/
	color: #686;
	font-size: .9em;
	padding-top: 1em;
	padding-bottom: 1em;
	overflow: hidden;
	position: relative;
}
/* last content before 11-13-2010
#content {
	width: 70%;
	margin-right: 3%;
	text-align: left;
	display: inline;
	float: right;
	padding-bottom: 3em;
	padding-left: 1em;
	font-size: 1em;
	border-left: 1px solid black;
}
*/

#content
{
	width: 749px; /*70%;*/
	margin-right: 10px; /* 3%;*/
	text-align: left;
	display: inline;
	float: right;
	padding-bottom: 3em;
	padding-left: 1em;
	font-size: 1em;
	border-left: 1px solid black;
}

#footer
{
	clear: both;
	padding: 0.5em 0 0.5em 0;
	margin: 1em 5% 1em 5%; /*border-top: 1px solid Blue;*/
	font-size: 13px;
	position: relative;
}

/* =================== Header Gallery ====================*/
.gallery
{
	float: left;
	width: 600px;
	height: 190px;
}

/* ============= Menu Style =============== */
#menu
{
	/*position:absolute; 	left:10px; 	top:30px;	*/
	margin: 0;
	padding: 0;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li
{
	display: block;
	margin: 5px 0;
	padding: 0;
}

#menu a
{
	font-family: "Trebuchet MS Gothic" , Sans-Serif;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 43px;
	margin-right: 0px;
	line-height: 35px;
	background-image: url(../images/ButtonSpriteC2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

#menu a:hover
{
	color: #f8b449;
	background-position: 0px -36px;
}

/* =========== For hotspot on holiday picture ============== */

#holiday
{
	margin: 0;
	padding: 0;
}

#holiday ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#holiday li
{
	display: block;
	margin: 5px 0;
	padding: 0;
}

#holiday a
{
	font-family: "Trebuchet MS Gothic" , Sans-Serif;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 43px;
	margin-right: 0px;
	line-height: 35px;
	background-image: url(../images/ButtonSpriteC.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
}

#holiday a:hover
{
	color: #f8b449;
	background-position: 0px -36px;
}




.selectedMenuItem a
{
	font-weight: bold;
	color: Yellow;
}


.unselectedMenuItem a
{
	color: White;
	margin: 0;
	padding: 0;
}

.unselectedMenuItem a:visited
{
	color: White;
}

.currentItem
{
	width: 140px;
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

#logindisplay
{
	float: left;
	font-size: 0.9em;
	display: block;
	text-align: right;
	margin: 10px 0 0 20px;
	color: Blue;
}

#logindisplay a:link
{
	color: blue;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: blue;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: blue;
	text-decoration: none;
}

#mainMenu
{
	margin: 1%;
	padding: 1%;
}

.clear
{
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

/* for adding space to bottom of a section */
.bottomSpace
{
	padding: 2em 0;
}

/* fixes logo (if present) at bottom left of the page */
#logo
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

p, label
{
	margin: .95em 0em .95em 0em;
	font-size: 0.9em;
	line-height: 1.2;
}


/* http://positioniseverything.net/easyclearing */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */


.fill
{
	color: #aaa;
}

.back
{
	text-align: right;
	padding: 3px 10px 0 0;
}

.alignright
{
	margin: 30px 0;
	text-align: right;
}

.small
{
	font-size: .8em;
}

.return
{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20em;
	text-align: right;
	font-size: .9em;
	line-height: 1.4;
}

.return a
{
	color: #000;
}

.centeredHeadline
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 5em 0.5em 5em;
	margin: 0em 10em 0em 10em;
}

#sidebar a
{
	color: #686;
}

.pictureArea
{
	display: inline;
}

.leftbaritem
{
	padding: 2em 0.5em;
}

.centeredParagraph
{
	text-align: center;
}

.leftBarLink
{
	margin: 0 0 0.5em 0;
}

.leftJustify
{
	text-align: left;
}



.centeredDivision
{
	margin: 5em 5em 5em 2em;
	float: left;
	font-size: 0.8em;
	background-color: Silver;
}

.centeredPlainDivision
{
	margin: 5em 5em 5em 2em;
	float: left;
	font-size: 1em;
	width:90%;
}

.special1
{
	padding: 0.2em 0 0.2em 1em;
	font-size: 0.9em;
	font-family: "Verdana,  Arial, Courier";
	color: #00008b;
}

p.intro
{
	margin: 0.2em 0 1em 0;
	line-height: 1.3;
	font-style: italic;
}
.detail1
{
	text-align: center;
	padding: 0.2em 0 0.2em 1em;
	font-size: 0.9em;
	font-family: "Verdana,  Arial, Courier";
}

.ulStyle1
{
	padding-bottom: 0;
}

.ulStyle1A
{
	font-size: 0.9em;
	padding-bottom: 0;
}


.listyle1
{
	padding-bottom: 1em;
}

.listyle2
{
	font-weight: bold;
	padding-bottom: 0em;
}

.listyle3
{
	list-style-type: none;
}

.liParagragh
{
	padding-top: 0;
	margin-top: 0;
	margin-left: 2em;
}

.liParagragh2
{
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 8em;
}

.purchaseAwardLI
{
	color: #015cad;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

img.purchaseAwardLI
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.leftSide
{
	float: left;
	display: inline;
	width: 300px;
}

.rightSide
{
	float: right;
	margin: 0 0 0 20px;
}

.leftFooter
{
	display: inline;
	margin: 0 20px 20px 0;
	padding: 0 0 20px 0;
}

.rightFooter
{
	display: inline;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.centeredFooterDivision
{
	text-align: center;
	height: 60px;
}

/* concert styles */

.concertCenteredDivision
{
	text-align: center;
}
.concert1
{
	text-align: center;
	background-color: #c4e4ef;
	padding: 1em 0 1em 0;
}

.concert2
{
	text-align: center;
	background-color: White;
	padding: 1em 0 1em 0;
}

.concertDate
{
	font-style: italic;
}

.concertPerformer
{
	font-weight: bold;
}



.buttonCenter1
{
	margin: 0.5em 0em 0em 2em;
}

.bigfont
{
	font-size: 1.2em;
	font-weight: bold;
}

.bigBlueFont
{
	font-size: 1em;
	font-weight: bold;
	color: #015cad;
}

.bigfontAndCentered
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
/* * * Form Styles * * */
/*
form {margin: 0 0 2em -20%; position: relative;}

/*\*/
* html form
{
	height: 0;
}
/* Holly hack */


/* MVC CLasses */
/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0 0.5em 0 0.51em;
}

.display-label
{
	float: left;
	width: 100px;
	display: inline;
	font-weight: bold;
}

.display-field
{
	font-weight: normal;
}

.display-wrapper
{
	margin: 0 0 0 0;
	clear: both;
}

/* Movie Screen CSS Below */

.movieVenue
{
	float: left;
	position: relative;
}

.movieScreen
{
	position: absolute;
	top: 45px;
	left: 120px;
	z-index: 2;
}

/* Movie Screen CSS Above */

/* MVC Classes below */

.actionLinkCss
{
	font-size: 0.9em;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.application-data
{
	margin: 0px 0.2em 0px 0px;
	font-size: 0.8em;
	padding-bottom: 0.5em;
}


.firstnameTextBox, .lastnameTextBox, .stateTextBox, .cityTextBox, .addressTextBox, .phoneTextBox, .emailTextBox, .websiteTextBox, .mediumTextBox, .invitationTextBox, .flyerTextBox, .zipTextBox, .exhibitTextBox
{
	margin: 0px 0.2em 0px 0.2em;
	width: 8em;
}

.emailTextBox, .websiteTextBox
{
	width: 16em;
}

.stateTextBox, .flyerTextBox, .invitationTextBox, .exhibitTextBox
{
	width: 4em;
}

.mediumDropdownBox, .stateDropdownBox
{
	margin: 0px 0.2em 0px 0.2em;
	width: 8em;
}
.addressTextBox
{
	width: 10em;
}

.depositTextBox
{
	width:4em;
}


.editor-label1, .display-label1, .editor-field1, .display-field1, .editor-label2, .display-label2, .editor-field2, .display-field2, .editor-label3, .display-label3, .editor-field3, .display-field3, .editor-label4, .display-label4, .editor-field4, .display-field4
{
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}

.filler
{
	position: relative;
	height: 2.5em;
}

.filler1
{
	width: 750px;
	height: 2.5em;
	text-align: center;
	position: relative;
}


.editor-label1, .editor-label2, .editor-label3, .editor-label4, .display-label1, .display-label2, .display-label3, .display-label4
{
	position: absolute;
	font-weight: bold;
	margin-right: 1em;
}

.editor-field1, .editor-field2, .editor-field3, .editor-field4, .display-field1, .display-field2, .display-field3, .display-field4
{
	position: absolute;
	font-weight: normal;
}


.editor-label1, .display-label1
{
	left: 1em;
	top: 0px;
}

.editor-label2, .display-label2
{
	left: 14em;
	top: 0px;
}

.editor-label3, .display-label3
{
	left: 27em;
	top: 0px;
}

.editor-label4, .display-label4
{
	left: 37em;
	top: 0px;
}

.editor-field1, .display-field1
{
	left: 1em;
	top: 1em;
}

.editor-field2, .display-field2
{
	left: 14em;
	top: 1em;
}


.editor-field3, .display-field3
{
	left: 27em;
	top: 1em;
}

.editor-field4, .display-field4
{
	left: 37em;
	top: 1em;
}

.sectionSeparator
{
	background-color: Gray;
	color: White;
	text-align: center;
	font-size: 0.9em;
	height: 1.1em;
	width: 100%; /*:750px;*/
	padding-left: 4em;
	padding-right: 4em;
}

.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}

.editor-label, .display-label
{
	float: left;
	width: 200px;
	display: inline;
	font-weight: bold;
}

.editor-field, .display-field
{
	font-weight: normal;
}

.editor-textarea, .display-textarea
{
	font-weight: normal;
	width: 500px;
	height: 7em;
}

.ssTextBox
{
	width: 8em;
}

.zipTextBox
{
	width: 5em;
}

.dateTextBox
{
	width: 7em;
}


.fieldSet
{
	position: relative;
}



input[type="textarea"]
{
	width: 300px;
	height: 4em;
}

/*
input[type="textbox"]
{
	outline-style:none;
	border-style:none;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
*/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: solid 2px red;
	background-color: #fee;
	color: Red;
}
.validation-summary-errors
{
	color: Red;
	font-size: 0.8em;
}

.error
{
	color: Red;
}



/* MVC Classes above */

@media print
{
	body
	{
		margin: 0;
		padding: 0;
		font-size: 10pt;
		line-height: 12pt;
		background: #FFFFFF !important;
	}
	#col1
	{
		display: none;
	}

	#col2
	{
		margin: 0;
		width: 100%;
		background: none;
	}

	#header
	{
		margin: 0;
		border: none;
		height: auto;
		background: none;
	}
	#footer
	{
		margin: 0;
		border: none;
		height: auto;
		background: none;
	}

	.tableCaption1
	{
		font-weight: bold;
		background-color: #ffa07a; /* Light Salmon */
	}

	#header
	{
		top: auto;
		text-align: center;
		font-size: x-large;
		font-weight: bold;
		margin-bottom: 5px;
		padding-bottom: 10px;
		background-image: none; /*background-color:#ff8c00;*/
		width: 100%;
	}

	.centeredButton
	{
		display: none;
	}

	.leftside
	{
		display: none;
	}
}


