/* CSS Document */
body, html {
	width:100%; height:100%;
	padding:0; margin:0; border:0;
	text-align:center;
	background-color: #C1BBA5;
	font-size: 13px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	position: relative;
	scrollbar-face-color : #C1BBA5; 
	scrollbar-highlight-color : #CECABE; 
	scrollbar-3dlight-color : #CECABE; 
	scrollbar-shadow-color : #333333; 
	scrollbar-darkshadow-color : #CECABE;
	scrollbar-track-color : #CECABE; 
	scrollbar-arrow-color : #333333; 
}
p {
	margin-top:7px;
	margin-bottom:7px;
	font-size:9pt;
}
 
@font-face {
  font-family: "Elephant";
  src: url('../fonts/ELEPHNT.TTF');
}
@font-face {
  font-family: "Charlemagne";
  src: url('../fonts/charlemagne.ttf');
}
h1{
  font-family: "Charlemagne";
	color:#726050;
	font-size:14pt;
	line-height:12pt;
	padding:0px;
	margin-top:3px;
	margin-bottom:7px;
}
h2{
	margin-top:3px;
	margin-bottom:7px;
	padding:0px;
	color:#C12026;
	font-size:12pt;
	line-height:10pt;
}
h3{
	margin-top:3px;
	margin-bottom:7px;
	padding:0px;
	color:#C12026;
	font-size:11pt;
	line-height:9pt;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/linesCropped.jpg);
}
#flash {
	width: inherit;
	height: 150px;
	margin-left: 0px;
	z-index: 25;
}
.bold{
	font-weight:bold;
}
.italics{
	font-style: italic;
}
.allcaps{
	text-transform: uppercase
}
.big{
	font-size:17px;
}
.red{
	color:#C12026;
}
#nav {
	width: 100%;
	position: absolute;
	top: 231px;
	left: 0;
	background-color: #A29B82;
	height: 17px;
	padding-top: 3px;
}
#nav a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-family: 'Felix Titling';
	padding: 0 14px;
	
}
.featuredEvent{
	text-align:left;
	padding-bottom:10px;
}

#nav a:hover {
	color: #CB2027;
}
#navShadow {
	width: 100%;
	position: absolute;
	top: 251px;
	left: 0;
	height: 10px;
	background-image: url(../images/navBG.png);
	background-repeat:repeat-x;
}
#content {
	margin-top: 40px;
	position: relative;
}

.hint{
	margin-left:2px;
	color:red;
}
.error {
	font-weight: bold;
	color: #CB2027;	
}
#footer {
	background-color: #A29B82;
	width: inherit;
	color: #484537;
	text-align: center;
	padding: 4px 0;
	clear:both;
}
#homePageBox {
	width: 720px;
	height: 149px;
	background-image:url(../images/homePageBoxBG.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: -10px;
}
	#homePageBox img {
		position: absolute;
		top: 12px;
		left: 20px;
	}
	#featuredEvent { 
		font-family: sans-serif;
		font-size: 12px;
		text-align:justify;
		line-height:14px;
		background-image: url(../images/featuredEvent.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		border: 1px solid #565246;
		width: 370px;
		height: 65px;
		background-color: #CECABE;
		position: absolute;
		top: 12px;
		left: 283px;
		padding: 34px 13px 0px 10px;
	}

#homePageQuote {
	color:#ece0b8;
	width: 375px;
	padding: 0 20px;
	text-align:justify;
	font-size: 12px;
	font-family: Georgia, Helvetica, Times New Roman, Arial;
	padding-top:45px;
	line-height:20px;
	letter-spacing:.8px;
}
	#homeQuoteStuff {
		position: relative;
		width: 100%;
		height: 40px;
	}
	#author {
		float:right;
		clear:both;
		font-weight:bold;
		font-size:16px;
	}
	a{
		text-decoration:none;
	}
	a:visited {
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
#redHomepageImage {
	position: absolute;
	left: 485px;
	top: -5px;
}
.subContent{
	color:#565656;
	padding-top:.5px;
	margin-right:3px;
	margin-left:3px;
	text-align:justify;
}

.column{
	text-align:justify;
	width:47%;
	margin-right:3px;
	margin-left:3px;
}

.cLeft{
	float:left;
}
.cRight{
	float:right;
	clear:right;
}
.label{
	font-weight:bold;
}
.emailcontent{
	text-align:center;
}
.emailcontent table{
	text-align:center;
	text-align:left;
	margin-bottom:10px;
}
.fieldName{
	clear:left;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
}
.field{
	text-align:left;
	font-size:10pt;
}
.error{
	clear:both;
}
.errorTitle{
	float:left;
}
.errorText{
	float:left;
	padding-left:5px;
}
.headerlinks{
	float:right;
}


#login{
	width:50%;	
}

#setTable{
	padding:5px;
}
.setTable{
	border:none;
}

.setTable td{
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding-left:3px;
}

.setTable .header{
	font-weight:bold;
}
.setTable .workingSet{
	background-color:#FFFFCB;	
}
.instructions{
	padding:10px;
}
.paintingSetImage{
	padding-left:15px;
	padding-right:15px;
}

.imageForWeb{
	float:left;
	width:auto;
}
#editFields{
	padding-left:10px;
	float:left;
}
#paint_description{
	width:175px;
}
/* Gallery items */
.imageBlock{
	padding-top:5px;
	height:130px;
	width:24%;
	float:left;
	text-align:center;
	border:1px solid #C0C0C0;
}

.imageBlockLabel{
	height:20px;
	font-size:8pt;
}