@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	line-height: 1.5 em;
	background-color: #000000;
	background-image: url(../assets/background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
}
.page {
	max-width: 980px;
	position: relative;
	margin-top: 36px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/grey-line.png);
	background-position: 16% 0%;
	background-repeat: repeat-y;
}
 h1 {
	font-size: 2.5em;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	font-family: euphoria-script;
	font-style: normal;
	text-transform: capitalize;
}
 h2 { font-size:1.7em; margin: 0 0 1em 0; font-weight: normal;
	color: #660033;
	}
 h3 { font-size: 1.5em; margin: 0 0 1em 0; font-weight: normal;
	color: #660033; }
 
 p {
	margin: 0 0 .75em 0;
	max-width: none;
}
 a  { color: #de9000; }
 a:hover {
	color: #999999;
}

footer {
	font-size: 0.75em;
	color: #666666;
	padding: 10px 10px 10px 0px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 6px;
	border-color: #666666;
	font-family: vidaloka;
	font-style: normal;
	font-weight: 400;
 }
 
 a.cta { text-transform:uppercase;
 font-size:.9em;
 font-weight: bold;
 text-decoration: none;
 margin: .5em 0 0 0;
 padding: 0px 12px 0px 0px;
 background: url(../Images/cta_arrow.png) no-repeat right 0px;
 }
 
 a.cta:hover { background-position:right  -50px;}
 
 
 
 
 nav a {
	text-transform: capitalize;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	font-size: 0.9em;
	color: #666666;
  }
  
  nav a:hover {
	color: #603;
  }
  
  .clear-fix {clear:both; line-height:1px;}
 

 
.page header h1 {
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-right: 24px;
	margin-left: 24px;
	font-family: euphoria-script;
	font-style: normal;
	border-bottom: 6px solid #666666;
	bottom: -12px;
}
.dkred {
	color: #603;
}
.page footer p a img {
	padding: 6px;
}
.pad {
	padding-left: 12px;
}
.galleryThumb {
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	float: left;
	display: block;
	width: 110px;
	text-align: center;
}
.center {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	max-width: 780px;
}
.imgLink {
	border: 1px solid #7A1042;
}
.galleryThumb div a {
	text-decoration: none;
}
.biotext {
	line-height: 1.9em;
}
.page article footer p a {
	color: #CECECE;
}
.page article footer p a:hover {
	color: #ABABAB;
}
