/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #D25706 url(img/bg.jpg) top center no-repeat;
color: #544A2F;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 980px;	
}

	#head{
		position: relative;
		height: 160px;
		background: url(img/head.jpg) top left no-repeat;
	}
	
		#tnav{
			position: absolute;
			top: 12px;
			right: 20px;	
			font-size: 14px;	
		}
		
			#tnav li{
				float: left;
				padding-left: 12px;
			}
			
			#tnav li a{
				float: left;
				color: #2f79bc;
			}
	
		#logo{
			position: absolute;
			bottom: 21px;
			left: 110px;	
			height: 92px;
			width: 242px;
			text-indent: -9999em;
		}
		
		#nav{
			position: relative;
			float: right;
			padding-top: 125px;
			padding-right: 7px;
			height: 35px;
		}
		
			#nav li{
				float: left;
				padding-right: 7px;	
				height: 35px;
			}
			
			#nav li a{
				float: left;
				width: 160px;	
				font-size: 14px;	
				padding: 10px 0 0 0;
				height: 25px;
				color: #EFAE45;
				text-decoration: none;
				background: url(img/splash1.gif) no-repeat;
			}
			
			#nav li a#n1{
				background-position:-472px 0;
			}
			
			#nav li a#n1.active{
				background: url(img/splash2.gif) no-repeat;
				background-position:-474px 0;
			}
			
			#nav li a#n2{
				background-position:-639px 0;
			}
			
			#nav li a#n2.active{
				background: url(img/splash2.gif) no-repeat;
				background-position:-639px 0;
			}
			
			#nav li a#n3{
				background-position:-806px 0;
			}
			
			#nav li a#n3.active{
				background: url(img/splash2.gif) no-repeat;
				background-position:-806px 0;
			}
			
			#nav li strong{
				font-weight: bold;
			}

	#splash{
		position: relative;
		height: 96px;
		text-align: left;
		background: url(img/splash1.gif) bottom right no-repeat;
	}
	
	.cal #splash{
		background: url(img/splash2.gif) bottom right no-repeat;
	}
	
		#splash h1.front-title{
			height: 56px;
			text-indent: -9999em;	
			float: left;
			width: 40%;
		}
		
		h1.page-title{
			color: #544A2F;
			font-size: 2.2em;
			font-weight: bold;
			padding: 25px 0 0 35px;
		}
		
		#splash h2{
			padding-left: 33px;
			color: #F9F4DE;
			float: left;
			clear: left;
		}
		
		* html #splash h2{
			width: 50%;
		}
		
		#search{
			float: right;	
			padding: 43px 25px 0 0;
		}
		
		* html #search{
			width: 360px;
		}
		
			#search .text{
				float: left;
				border: 0;
				padding: 5px;
				height: 14px;
				width: 130px;
				background: #fff;
				font-size: 10px;
				color: #B1AB91;
				margin-right: 10px;
			}
			
			#search .submit{
				float: left;
				padding: 5px;
				margin-top: -1px;
				background: #D25706;
				color: #fff;
				border: 0;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
			}
			
			#search a{
				float: right;
				color: #EFAE46;
				margin-top: 5px;
				font-size: 11px;
				margin-right: 83px;
			}
			
			#select{
				float: right;
				padding: 45px 25px 0 0;	
			}
			
				#select select{
					margin-left: 1px;
					padding: 2px;
					margin-bottom: 10px;
				}
		
		#tags{
			float: right;	
			padding: 43px 25px 0 0;
		}
		
		* html #tags{
			width: 475px;
		}
		
			#tags .text{
				float: left;
				border: 0;
				padding: 5px;
				height: 14px;
				width: 323px;
				background: #fff;
				font-size: 10px;
				color: #B1AB91;
				margin-right: 10px;
			}
			
			#tags .submit{
				float: left;
				padding: 5px;
				margin-top: -1px;
				background: #D25706;
				color: #fff;
				border: 0;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
			}
	
	
	
	#page{
		position: relative;
		background: #fff;
		padding: 30px 0 30px 0;
	}	
	
	
	
	
		#msg{
			position: relative;
			float: left;
			width: 623px;	
			padding-left: 30px;
		}
		
			.table-col1{
				width: 318px;
			}
		
			#msg table{
				border: 1px solid #EAE7DC;
				border-bottom: 0;
				position: relative;
			}
		
			#msg th{
				position: relative;
				font-weight: bold;
				padding: 7px 0 7px 8px;
				line-height: 2em;
				background: #EAE7DC;
			}
			
				#msg th strong{
					padding-left: 26px;
					height: 2em;
					display: block;
					background: url(img/messages-image.gif) left center no-repeat;	
				}
				
			#msg td{
				padding: 7px 0 10px 8px;
				color: #D25706;
				vertical-align: top;
				position: relative;
				line-height: 1.5em;
				height: 55px;
				border-bottom: 1px solid #EAE7DC;
			}
			
				#msg tr.alt td{
					background: #FDFCF5;
				}
			
				#msg a{					
					color: #D25706;
				}
			
				#msg td strong{
					font-weight: bold;
				}
				
				div#msg td strong em{
					font-weight: normal;
				}
				
				#msg td label{
					font-weight: bold;
					padding-left: 34px;
					display: block;
				}
				
				#msg td .check{
					float: left;
				}
	
	
	
		
		#msg-sidebar{
			float: right;
			width: 280px;
			text-align: left;
			padding-right: 30px;
		}
		
			#msg-sidebar h3{
				position: relative;
				font-weight: bold;
				padding: 7px 0 7px 12px;
				line-height: 1.6em;
				background: #EAE7DC;
				height: 1.6em;
			}
			
			.module{
				position: relative;
				padding: 24px 24px 10px 24px;
				margin-bottom: 12px;
				background: #FDFCF5;
				border: 1px solid #EAE7DC;
			}
			
				.module blockquote{
					color: #544A2E;	
				}
				
					.module blockquote p{
						line-height: 1.3em;	
						padding-bottom: .2em;
					}
					
					.module cite{
						font-size: 10px;
						color: #ABA693;
						display: block;
						padding-bottom: 12px;
					}
			
				.module textarea{
					position: relative;
					display: block;
					width: 220px;
					padding: 4px;
					background: #fff;
					border: 1px solid #EAE7DC;
					font-size: 10px;
					height: 42px;
					color: #B1AB91;
					margin-bottom: 12px;
					font-family: Arial, Helvetica, sans-serif;
				}
				
				.module .text{
					position: relative;
					display: block;
					width: 220px;
					padding: 4px;
					background: #fff;
					border: 1px solid #EAE7DC;
					font-size: 10px;
					color: #B1AB91;
					margin-bottom: 12px;
					font-family: Arial, Helvetica, sans-serif;
				}
				
				.module select{
					padding: 2px;
					color: #000;
					width: 230px;
					margin-bottom: 10px;	
				}
				
				.module p{
					padding-bottom: 10px;
					line-height: 22px;
					color: #544A2E;
				}
				
				.module p .check{
					float: left;	
					margin: 5px 8px 0 0;
				}
				
				.module p label{
					float: left;
					color: #544A2E;
				}
				
				.go-cal{
					float: right;
					height: 22px;
					width: 17px;
					background: url(img/cal.gif) center no-repeat;
					overflow: hidden;
				}
				
				.module .submit{
					float: left;
					padding: 5px;
					background: #D25706;
					color: #fff;
					border: 0;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					border-radius: 8px;
				}
				
				.module a{
					color: #D25706;
				}
	
	
	
	
	
		#schedule{
			position: relative;
			overflow: hidden;		
			margin: auto;
			width: 916px;
			height: 384px;
			border: 1px solid #B2AA92;
		}
		
			#col1{
				float: left;
				width: 357px;
				height: 384px;
				color: #544A2F;
			}
			
				#col1 h3{
					color: #544A2F;
					font-size: 1.2em;
					font-weight: bold;
					text-align: center;
					padding: 5px 15px 5px 15px;
				}
				
				#col1 h3 a{
					color: #DE8446;
					font-size: 12px;
				}
				
				
				#dates{
					position: relative;
					text-align: center;
					border-bottom: 1px solid #EBEBDF;
				}
				
					#dates th{
						font-size: 10px;
						text-align: center;
						color: #BFBAAC;
					}
				
					#dates td.out{
						color: #EBEBDF;
					}
				
					#dates td{
						color: #55492C;
						text-align: center;
						background: #FDFCF5;
						padding: 6px 0 6px 0;
						border-top: 1px solid #EBEBDF;
						border-right: 1px solid #EBEBDF;
					}
					
					#dates td.has-event{
						background: #EAE8DC;
					}
					
					#dates td.big-event{
						background: #55492C;
						color: #fff;
					}
				
				
				#col1 h4{
					color: #544A2F;
					font-size: 1.2em;
					font-weight: bold;
					text-align: left;
					border-bottom: 1px solid #EBEBDF;
					padding: 14px 0 14px 14px;	
				}
				
					#col1 h4 span{
						font-size: 11px;
						font-weight: normal;
					}
				
				#messages{
					padding: 14px 0 14px 14px;
					font-size: 11px;	
					line-height: 1.6em;
					text-align: left;
				}
				
					#messages a{
						color: #DE8446;
					}

					#messages .more{
						margin-top: 8px;
					}
				
				
			
			
			
			
			#col2{
				float: left;
				height: 384px;
				position: relative;
				width: 50px;
				border-left: 1px solid #B2AA92;
				border-right: 1px solid #B2AA92;
					font-size: 10px;
			}
			
				#col2 ol{
					position: relative;
					padding-top: 10px;
				}
				
				#col2 li{
					position: relative;
					padding-top: 50px;
					height: 14px;
					color: #B2AA92;	
				}
				
				#col2 a{
					color: #D25706;	
				}
				
				a.prev{
					position: absolute;
					top:0;
					left: 0;
					width: 50px;
					text-align: center;
				}
				
				a.next{
					position: absolute;
					bottom:0;
					left: 0;
					width: 50px;
					text-align: center;
				}
			
			
			
			
			
			#col3{
				float: left;
				height: 384px;
				position: relative;
				width: 507px;
				background: #FDFCF5;
				text-align: left;
				color: #544A2F;
			}
			
				#col3 a{
					color: #DE8446;
				}
			
				#col3 .alt{
					margin-top: -1px;
					border-top: 1px solid #B2AA92;
					background: #F9F4DE;
				}
				
				#col3 li li{
					padding: 2px 5px 0 5px;
					height: 13px;
					font-size: 10px;
					border-bottom: 1px solid #E7E3CB;	
				}

				#col3 li li strong.time{
					color: #B2AA92;		
				}
				
				#col3 li.hour{
					margin-bottom: -1px;
					border-bottom: 1px solid #B2AA92;
				}
		
		
		
		
		



	#home{
		position: relative;
		min-height: 448px;
		overflow: hidden;	
		color: #544A2F;
		text-align: left;
		background: #fff url(img/tpbg.jpg) bottom right no-repeat;	
	}
	
		#cloud{
			float: right;
			width: 530px;
			padding: 100px 30px 100px 30px;
			text-align: center;
		}








	#front{
		position: relative;
		min-height: 448px;
		overflow: hidden;	
		color: #544A2F;
		text-align: left;
		background: #fff url(img/fpbg.jpg) bottom right no-repeat;	
	}
	
		#content{
			float: left;
			width: 360px;
			padding: 30px 0 120px 30px;
		}
		
			#content h3{
				font-size: 2.2em;
				font-weight: bold;
			}
		
			#content p{
				position: relative;
				line-height: 1.5em;
				padding-top: 1em;
			}
			
			#content a{
				color: #d25706;
			}
	
	
	
#foot{
	position: relative;
	width: 980px;
	height: 66px;
	margin: auto;
	text-align: left;
	font-size: 11px;	
	color: #53492B;
	background: url(img/foot-bg.gif) top left no-repeat;
}

	.visit{
		float: right;
		padding: 12px 0 0 0;	
	}
	
	.copy{
		float: left;
		padding: 12px 0 0 36px;	
	}
	
	#foot a{
		color: #EFAE46;
	}












