/* common across site styles */
body {
	background-color: #FFFFFF;
	background-image: url(/images/bkgd-paper.jpg);
	background-repeat: repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, textarea, select {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	margin-bottom: 3px;
}

input[type="button"] {
	font-weight: bold;
}

input[type="button"]:hover {
	background-color: #482e02;
	color: #FFFFFF;
}

input[type="image"] {
	background: none;
	border: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 868px;
}

#header {
	float: left;
	width: 868px;
}

#navigation {
	background-image: url(/images/bkgd-nav.png);
	background-repeat: no-repeat;
	float: left;
	font-size: 10px;
	height: 61px;
	margin: 0;
	padding: 0 35px 0 33px;
	width: 800px;
}

#contentArea {
	background-image: url(/images/tile-border.png);
	background-repeat: repeat-y;
	float: left;
	padding: 0 35px 0 33px;
	width: 800px;
}

#content {
	background-image: url(/images/bkgd-below-nav.jpg);
	background-repeat: no-repeat;
	background-color: #ffd133;
	float: left;
	margin: 0;
	padding: 25px 20px 20px 20px;
	width: 760px;
}

#content h1 {
	background-image: url(/images/bkgd-heading.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #482e02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	height: 30px;
	margin: 0;
	padding: 0 0 0 7px;
	width: 325px;
}

#content h2 {
	color: #482e02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#content ul li {
	padding-bottom: 4px;
}

#homeCol1 {
	float: left;
	padding: 0 15px 0 0;
	width: 405px;
}

#homeCol2 {
	float: left;
	padding: 0 0 0 0;
	width: 340px;
}

#footer {
	background-image: url(/images/footer-bkgd.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	height: 57px;
	padding: 0 55px 0 53px;
	width: 760px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 0 0 0;
	text-align: left;
	width: 480px;
}

#tagline {
	float: left;
	width: 280px;
}

#debugFooter {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 670px;
}

.currentSelection {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#errorMessage {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}

#successMessage {
	color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}

/* home page styles */
#homeCol1 {
	float: left;
}

#newsletterSubscribe {
	padding: 0 0 10px 12px;
}

#eventMovieHolder {
	text-align: center;
}

/* news page styles */
#dateList {
	float: left;
	margin: 0 0 30px 10px;
	padding: 10px 0 0 0;
	width: 140px;
}

#dateList h4 {
	color: #59340d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#dateList h5 {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#articles {
	float: left;
	margin: 0 0 0 0;
	padding: 0 15px 0 30px;
	width: 460px;
	border-left: 1px solid #660000;
}

#articles h1 {
	margin: 0 0 12px 0;
}

/* RiseFest styles */
.artistListing {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center
}

.artistListing a {
	text-decoration: none;
}

/* Rise Above Radio */
#riseAboveRadioList {
	float: left;
	margin: 0 0 0 0;
	padding: 0 15px 0 30px;
	width: 460px;
	border-left: 1px solid #660000;
}

.audioListing {
	padding: 0 0 10px 12px;
}

.audioListing a {
	font-weight: bold;
	text-decoration: none;
}

.audioListing a:hover {
	color: #424e4f;
}

.audioListing h3 {
	color: #59340d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

.audioListing p {
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}

/* store page styles */
#categoryList {
	float: left;
	margin: 0 0 30px 10px;
	padding: 10px 0 0 0;
	width: 160px;
}

#categoryList h4 {
	color: #59340d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#categoryList h5 {
	font-size: 12px;
	margin: 0 0 0 5px;
}

#productList {
	border-left: 1px solid #660000;
	float: left;
	margin: 0 0 0 0;
	padding: 0 15px 0 20px;
	width: 500px;
}

#productList h2 {
	padding: 0 0 0 0;
}

.productItem {
	border-bottom: 1px dotted #660000;
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 500px;
}

.productItem p {
	margin: 10px 0 0 0;
}

.productItem img {
	padding: 0 10px 5px 0;
	float: left;
}
