/*
	CSS for the streamvale christmas page
*/

div#christmas {
	background: url(../images/snowflakes-animated.gif) repeat;    
}
	
/* content */
#content {
/*	width: 624px;  */
	margin:auto auto;
	background-color: white;
	text-align: left;
}

img {
/*	display: inline-block;  */
	float: left;
}

h1 {
	font-size: 140%;
	color: red;
}

h2 {
	font-size: 130%;
	color: green;
}

p {
	margin-top: 20px;
}
	
#p1,#book {
	font-size: 300%;
	font-style: italic;
	text-align: center;
	display: block;
	width: 100%;
	margin: auto;
	color: green;
}

#p2 {
/* display: inline; */
	font-size: 120%;
	text-align: center;
	display: block;
	width: 70%;
	margin: 35px auto 0px auto;
}

#p3,#p4 {
	font-size: 120%;
	text-align: center;
	display: block;
	width: 100%;
}

ul#price {
	list-style: none;
}	
ul#price li {
	width: 100%;	
	text-align: right;
	font-weight: bold;
}

ul#hours {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: none;
}	
ul#hours li {
	width: 100%;	
	text-align: right;
	font-weight: bold;
}

#bookings, #payments {
	font-size: 110%;
	font-style: italic;
}

/*
.p1, .p2, .p3, .p4, .p5, .p6, .p7 {
	margin-bottom: 12px;
}

.p1, .p2, .p7 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 130%;
}

.p2 {
	font-style: italic;
}
	
.p3 {
	display: block;
	width: 300px;	
	float: left;
	padding-top: 100px;
	font-size: 115%;
}

.p4 {
	font-size: 160%;
	color: red;
	word-spacing: 5px;
}

.p5 {
	float: right;
	text-align:right;
}
	
.img-1 {
	float:left;
}

.p5, .p6, .p7 {
	color: green;
	font-size: 125%;
}

ul.formFieldList, ul.formFieldListFloat {
	listStyle: auto;
	float: none;
	margin-bottom: 10px;
}

ul.formFieldList li {
	float:none;
	clear:both;
	width: 100%;
	listStyle: auto;
	text-align: left;
}
ul.formFieldListFloat li {
	float:left;
	listStyle: auto;
	text-align: left;
}

ul.formFieldList li label {
	width: 210px;
	text-align: right;
}

ul.formFieldList li label.long {
	width: 270px;
	text-align: right;
}

div.addr {
	display: block;
	margin-left: 15px;
}

ul.xmasLetter {
	margin-bottom: 10px;
}
ul.xmasLetter li {
	float: left;
	clear: both;  
}

ul.xmasLetter li label {
	display: block;
	width: 110px;
	margin-right: 5px;
}

br.clear {
	float:none;
	clear:both;
}

input.shortInput {
	width: 100px;
}

input.longInput {
	width: 300px;
}

p.largeLeft {
	font-size: 120%;
	fond-weight: bold;
	text-align: left;
}

ul.xmasLetter {
	border-top: 1px red solid;
	margin: 5px auto 5px auto;
	width: 70%;
}

div.addr {
	border: 1px solid #DDD;
	padding : 3px;
	width: 100%;
	margin: 2px auto 2px 110px;
}

*/


