* {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color: #eec3af;
}

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

.page_data {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
}

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

/* Links */ 
a:link, a:visited {
	color: #e15e23;
}
a:hover, a:active {
	color: #FFFFFF;
}
a.nav:link, a.nav:visited {
	font-size: 10pt;
	color: #e15e23;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

H2, .heading2 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color : #c39f63;
}
H3, .heading3 {
	font-size: 14pt;
	font-weight: bold;
	color : #c39f63;
}
H4, .heading4 {
	font-weight: bold;
	color : #c39f63;
}
.smallred {
	font-size: 10pt;
	color: #a33301;
}
hr {
	border: none;
	color : #631f01;
	background-color: #631f01;
	height: 2px;
}

/* For styling calendar short form display */
.hvmusic_date {
	font-size: 8pt;
	color: #ed9a73;
}
.hvmusic_venue { 
	font-size: 8pt;
}
.hvmusic_city { 
	font-size: 8pt;
}
.hvmusic_state { 
	font-size: 8pt;
}

/* Changes the main calendar too
.hvmusic_venue, .hvmusic_city {
	font-size: 9pt;
	color: #a33301;
}
*/

select, input, textarea {
	background-color: #371101;
	border: 1px solid #a33301;
}

input.button {
	color: white;
	font-size: 10pt;
	background-color: #a33301;
}

.button {
        color: white;
	font-size: 10pt;
	background-color: #a33301;
	border: 1px solid #e15e23;
	cursor: pointer;
}

.pullquote {
	font-weight: bold;
	font-size : 12pt;
	color : #c39f63;
	font-style: italic;
}

.quote_maker, quote_maker i {
        font-size : 10pt;
	color: #ed9a73;
        text-align: right;
        margin-top: 0px;
        margin-right: 4px;
}

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

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

.border_left {
        border-left: 1px solid #631f01;
	padding-left: 8px;
}

.photo_border {
        border: 1px solid #631f01;
}

ul.compact, ol.compact {
	margin-top: 2px;
}
.question {
        color: red;
}

