/*	Site: Northern California Renaissance Faire - www.norcalrenfaire.com */
/* 	Additional CSS  */
/*	Last Update: 06-13-10 */
/*	Created by:
	Kristal Jacobson
	kristal@hexadamseldesign.com
	hexadamsel design
	www.hexadamseldesign
*/

/* 	On pages:
	index.html
	participation.asp
	template-participation.dwt (all pages based on template)
	template-entertainment.dwt (all pages based on template)
*/

p, ul { /*Will be in the body tag when creating new css*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	font-style: italic;
	}
	
.red_text {
	color: #990000;
	}
.bold {
	font-weight: bold
	}
	
.non-bold {
	font-weight: normal;
	}

.center {
	text-align: center;
	}
	
.font-size_12 {
	font-size: 12;
	}	
	

	
h1 {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #490D20;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;


	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	/*Will not need to include below in new css*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	color: #000000;
	font-style: italic;
	margin-top: 30px;
	}
	
.font-size_18 {
	font-size: 18px;
	line-height: 28px;
	}	

.font-size_25 {
	font-size: 25px;
	line-height: 35px;
	}	
	
	

li {
	margin-bottom: 5px;
	}
	
.navigation {
	}
	
.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.imgframe {
border: 8px solid #490D20;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

.band_wrapper, .theme_wrapper, .themecharacter_wrapper, .guild_wrapper {
	height: 263px;
	padding-bottom: 40px;
	clear: both;
	}
	
.band_wrapper  h2 {
	margin-top: 0px;
	padding-top: 0px;
	}
	

.bandimg {
	float: left;
	border: 8px solid #490D20;
	margin-right: 20px;
	}

.banddate {
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px
	
	}
	
.bandlogo {
	border: 0px;
	}
	
.bandinfo {
	font-size: 18px;
	line-height: 24px;
	}
	
a {
	color: #000000;
	}
	
a:hover {
	color: #990000;
	}
	
/* Stage Styles*/

.stage_wrapper {
clear: both;
margin-bottom: 40px;
}

.act_wrapper {
clear: both;
padding: 0px 20px 20px 20px;
height: 263px;

}

.stage_wrapper h2 { /*Stage Title*/
	text-align: center;
	/*background: #490D20;*/
	padding-top: 7px;
	padding-bottom: 7px;
	color: #490D20;
	/*border-top: 2px #490D20 solid;*/
	border-bottom: 3px #490D20 solid;
	font-size: 25px;
	font-weight: bold;

}

.stage_wrapper h3 { /*Act Title*/
	font-weight: bold;
	color: #490D20;
	padding-top: 5px;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.act_info {

}

.act_time {

}

.act_img {
	border: 8px solid #490D20;
	width: 293px;
	height: 263px;
}

	
.theme_wrapper img, .themecharacter_wrapper img {
	float: left;
	border: 8px solid #490D20;
	margin-right: 20px;
	}
	
.theme_wrapper h2, .themecharacter_wrapper h2 {
	font-weight: bold;
	color: #490D20;
	padding-top: 10px;
	font-size: 22px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	}
	
.theme_wrapper h3, .themecharacter_wrapper h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.themecharacter_wrapper h2 {
	text-align: center;
	}	
.themecharacter_wrapper h3 {
	margin-bottom: 0px;
	text-align: center;
	}
	
.themecharacter_wrapper img{
	margin-top: 20px;
	}
	
.left .caption {
		position: absolute;
		top: 337px;
		left: 105px;
		font-size: 11px;
		}
		
.right .caption {
		position: absolute;
		top: 337px;
		right: 105px;
		font-size: 11px;
		}
	
.left img {
	margin-right: 20px;
	float: left;
	margin-left: 0px;
	}

.right img {
	margin-left: 20px;
	float: right;
	margin-right: 0px;
	}
	
.themecharacter_wrapper {
	height: 337px;
	padding-bottom: 40px;
	position: relative;
	}
	
/*Joust*/

.joust_img {
	list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
}
.joust_img img {
	border: 8px solid #490D20;
		margin: 0px;
		padding: 0px;
	}
	
	.joust_img li {
		float: left;
		margin: 0px;
		padding: 0px;
		margin: 10px 20px 10px 0px;
	}
	
#music {
	list-style: none;
}

#music li {
		float: left;
		padding: 20px;
		text-align: center;
		color: #490D20;
		font-weight: bold;
}

#music li img {
		margin-bottom: 5px;
}
	
	
	







