* {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 12pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #612f21;
	scrollbar-base-color: #612f21;
}  

SMALL  {
	font-size : 9pt;
	color: #9a2802;
}

/* Links */
a:link, a:visited {
	color: #9a2802;
}
a:hover, a:active {
	color: #9a2802;
}

H2, .heading2  {
	font-size: 18pt;
	font-weight: bold;
	color: #410f01;	
}
  
H3, .heading3, .heading_blog  {
	font-size: 14pt;
	font-weight: bold;
	color: #410f01;	
}
  
H4, .heading4  {
	font-weight: bold;
	color: #410f01;	
}
  
hr {
	border: none;
        color: #9a2802;
	background-color: #9a2802;
	height: 2px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
}

.align_left {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.photo_border {
        border: 3;
        border-style: solid;
        border-color: #410f01;
}
 
.question {
	color: red;	
	font-weight: bold;
}

select, input, textarea, option {
   	font-family : Arial, Helvetica, sans-serif;
	color: black;
	background-color: #e4c7be;
	border: 1px solid #410f01;
}

input.button {
   	font-family : Arial, Helvetica, sans-serif;
	color: white;
	background-color: #9a2802;
}

.button {
   	font-family : Arial, Helvetica, sans-serif;
        color: white;
	background-color: #9a2802;
        border: 1px solid #410f01;
}


/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: #c4a79e;
	border: none;
}

.home_page {
	background-image: url(/images/home-page-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.home_page_border {
        border: 3px solid #9a2802;
}
.page_header {
	background-image: url(/images/header-gradient.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #612f21;
}
.page_footer {
	background-image: url(/images/footer-gradient.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #612f21;
}
.page_data {
	padding-top: 25px;
	/* Leave space so that text doesn't over the images on the right */
	padding-right: 125px; 
	padding-bottom: 20px;
	padding-left: 20px;
}
/* Background photos for the various pages. */
.page_background {
	height: 100%;
	background-repeat: no-repeat;
	background-position: top right;
}
.page_background_contact {
	background-image: url(/images/right-side-photo1.jpg);
}
.page_background_calendar {
	background-image: url(/images/right-side-photo3.jpg);
}
.page_background_about {
	background-image: url(/images/right-side-photo1.jpg);
}
.page_background_music {
	background-image: url(/images/right-side-photo2.jpg);
}



.quote {
	
}

.quote_maker {
	font-family : Arial, Helvetica, sans-serif;
	color: #410f01;	
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
}

*#light_text {
	color: #efe9c5;
}
/* Styles for calentry_list_user_shortform.php used to display events on the 
   home page. */
#light_text .hvmusic_date, #light_text .hvmusic_city, #light_text .hvmusic_venue {
	font-size : 10pt;
	color: #efe9c5;
}

