/* Layout 
 * --------------------------*/ 

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4d1964;
	background-image: url(http://www.ashleechambers.com/assets/templates/ashlee/images/ibg1.jpg);
	background-repeat: repeat-x;
}

#container {
	border-left: 6px solid #CC9933;
	border-right: 6px solid #CC9933;
	background: #2C024E;
}

#container p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
}

.index {
	text-align: center;
	color: #fff;
}

.index h2 {
	text-align: center;
	color: #bbb561;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.9em;
}

.index p {
	color: #fff;
	text-align: justify;
	font-weight: normal;
	font-size: 1.0em;
	padding: 0 200px 0 200px;
	margin: 0 0 10px 0;
}

.index-content p {
	font-weight: bold;
}

.footer {
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
  background: #000000;	
}

#header {
	margin-bottom: -6px;
} 

.home-page {
	background-image: url(http://www.ashleechambers.com/assets/templates/ashlee/images/home-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

.top-column {
	padding-top: 1.5em;
}

.row-divider {
	border-top: 2px dotted #CC9933;
}

/* BUTTONS 
 * --------------------------*/ 
.rollover a {
	display: block;
	text-indent: -9999px;
	margin: auto auto auto auto;
	cursor: pointer;
	outline: transparent solid 0px;
	margin: 8px 5px;
}

#btnOver18 a {
   height: 42px; /* This height is the visible portion of the button only */ 
   width: 202px; /* Put your image width here */ 
   background: url(http://www.ashleechambers.com/assets/templates/ashlee/images/btn-over18.gif) no-repeat left top;
}

#btnOver18 a:hover{
   background-position: left -42px; /* This negative value should match the positive height from above */ 
}

#btnMembers a {
   height: 42px; /* This height is the visible portion of the button only */ 
   width: 202px; /* Put your image width here */ 
   background: url(http://www.ashleechambers.com/assets/templates/ashlee/images/btn-members.gif) no-repeat left top;
}

#btnMembers a:hover{
   background-position: left -42px; /* This negative value should match the positive height from above */ 
}


/* GRC Menu 
 * --------------------------*/ 
#menu {
	height: 23px;
	background-color: #000000;
}

.menu {
clear:both;
font-weight: bold;
/* margin-bottom:-3px; */ 
background:#000000;
height:23px; /* the menu's overall height */
text-align: center;
}
.menu ul {
background:#000000;
line-height:23px;
}

.menu a {
		color:#FFF;
		text-transform:uppercase;
		text-align: center;
		width:12.5em;
		height:23px;
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	height:23px;
}

.menu ul li:hover a,
.menu ul li a:hover {  /* selected top-level menu items */
	border-top: none;    /* these 2 lines create the push-in illusion */
	height:23px;
	color:#000;
	background:#CC9933;
	width:12.5em;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	top:23px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	width:12.5em;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#FFF;               /* this sets the unselected drop-down text color */
	background:#000;       /* this sets the drop-down menu background color */
	width:12.5em;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:#CC9933;
}

/* Text Formats
 * --------------------------*/ 
.gold {
	color: #CC9933;
}

.lightgold {
	color: #bbb561;
}

/* Anchor Formats 
* --------------------------*/ 
a {
	color:#CC9933;
}

a:hover {
	color:#ccc;
}

/* Paragraph Formats
 * --------------------------*/ 
p.center {
	text-align: center;
}

p {margin:0 0 0.9em;}

p address {
	color: #fff;
	font-style: italic;
	font-weight: bold;
}

/* Header Formats
 * --------------------------*/ 
h2 {
	color: #bbb561;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.9em;
}

h2.title {
	margin: 0;
}

h3 {
	color: #bbb561;
	font-size: 1.2em;
	font-weight: normal;
}

/* content class is used on outer structure divs for main content areas */ 
div.content p {
	padding: 0 30px;
}

div.content h1, div.content h2, div.content h3 {
	padding: 0 30px;
}

/* Image Formats
 * --------------------------*/ 

img.goldbox {
	border: 2px solid #CC9933;
} 

img.inlinephoto {
	float: left;
	margin: 8px;
}

/* List Formats
 * --------------------------*/ 

ul {
	color: #fff;
}

ul.bullet {
	color: #fff;
	font-size: 1.3em; 
	list-style-image: url(http://www.ashleechambers.com/assets/templates/ashlee/images/bullet.gif);
	margin-right: 20%;
	margin-left: 20%;
}

ul.bullet li {
	padding-bottom: 5px;
}


/* Event Items
* ------------------------------------------------*/

div.content div#events-listing {
  padding: 0 30px;
}

div#events-listing dl {
	overflow: auto;
	width: 100%;
}

div#events-listing dt, div#events-listing dd.comment {
	color: #bbb561;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}

div#events-listing dd {
	margin: 0 0 5px 0;
	padding: 0;
}

div#events-listing dd.date {
	float: left;
	color: #fff;
	padding-right: 10px;
	font-size: 0.90em;
	font-weight: bold;
	font-style: normal;
}

div#events-listing dd.location {
	color: #fff;
	font-size: 0.90em;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

div#events-listing dd.description {
	float: left;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	clear: both;
}

div#events-listing a {
	color: #fff;
	font-size: 0.90em;
	padding: 3px 5px;
	text-transform: lowercase;
}
div#events-listing a:hover {
	color: #bbb561;
}

/* FAQs Items
* ------------------------------------------------*/

div.content div#faqs-listing {
  padding: 0 30px;
}

div#faqs-listing dl {
	overflow: auto;
	width: 100%;
}

div#faqs-listing dt, div#faqs-listing dd.comment {
	color: #bbb561;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
}

div#faqs-listing dd {
	margin: 0 0 5px 0;
	padding: 0;
}

div#faqs-listing dd.answer {
	float: left;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	clear: both;
}

div#faqs-listing a {
	color: #fff;
	font-size: 0.90em;
	padding: 3px 5px;
	text-transform: lowercase;
}
div#faqs-listing a:hover {
	color: #bbb561;
}

/* Updates Listing
* ------------------------------------------------*/
div#updates-listing {
	margin-left: 10%;
	margin-right: 10%;
}

/* Sales Listing
* ------------------------------------------------*/
div#sales-listing {
	margin-left: 10%;
	margin-right: 10%;
}

/* Contact Form 
* ------------------------------------------------*/

div.errors {
	margin-left: 30px;
	padding: 0 30px;
	color: #c20000;
}

#contact-area {
	font-size: 1.1em;
}

#contact-area fieldset {
	border: none;
}

#contact-area label, #contact-area input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #000;
	color: #333;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #bbb561;
}

#contact-area label {
	text-align: right;
	width: 150px;
	padding-top: 5px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #bbb561;
}

#contact-area br {
	clear: left;
}

#contact-area textarea {
	width: 400px;
	height: 200px;
}

#contact-area submit, #contact-area .button {
	border: 1px solid #000; 
	background: #CC9933;
	color: #2C024E;
}

#contact-area div.errors {
	padding: 10px;
}

#contact-area input.hidden {
	background: transparent;
}

.box {
	width:500px; 
	border: 2px solid #CC9933;
	font: normal 14px/16px Arial, sans-serif;
  color: #ffffff; 
	margin-left: auto;
	margin-right: auto; 
	background-color: #2c024e;
}

