/*----------START HOME--------------*/

.layoutHome .imageHolderSmall, .layoutHome .imageHolderTop, .layoutText .albumViewerHolder {
	display:none;
}

/*----------END PIC HOME--------------*/

/*----------START PIC LEFT--------------*/

.layoutPicLeft .mainPic, .layoutPicLeft .imageHolderTop, .layoutText .albumViewerHolder {
	display:none;
}

.layoutPicLeft .imageHolderSmall {
	float:left;
	clear:left;
	margin-right:10px;
}

/*----------END PIC LEFT--------------*/

/*----------START PIC RIGHT--------------*/

.layoutPicRight .mainPic, .layoutPicRight .imageHolderTop, .layoutText .albumViewerHolder {
	display:none;
}

.layoutPicRight .imageHolderSmall {
	float:right;
	clear:right;
	margin-left:10px;
}

/*----------END PIC RIGHT--------------*/

/*----------START PIC TOP--------------*/

.layoutPicTop .mainPic, .layoutPicTop .imageHolderSmall, .layoutText .albumViewerHolder{
	display:none;
}

.layoutPicTop .imageHolderTop {
	float:left;
	clear:both;
	margin-bottom:10px;
}

/*----------END PIC TOP--------------*/

/*----------START TEXT--------------*/

.layoutText .mainPic, .layoutText .imageHolderSmall, .layoutText .imageHolderTop, .layoutText .albumViewerHolder {
	display:none;
}

/*----------END TEXT--------------*/

/*----------START ALBUM VIEW--------------*/

.layoutAlbumViewer .mainPic, .layoutAlbumViewer .imageHolderSmall, .layoutAlbumViewer .imageHolderTop {
	display:none;
}

.layoutAlbumViewer .albumViewerHolder {
	width:96%;
	height:auto;
	background-color:#efefef;
	border:1px solid #ccc;
	text-align:center;
	padding:10px;
	color:#000;
}

.layoutAlbumViewer h2 {
	margin:0;
}

	.layoutAlbumViewer .albumSelect {
		width:94%;
		margin:0 auto;
		padding:10px;
		height:auto;
		border:1px solid #ccc;
		background-color:#fff;
		font-size:12px;
		margin-bottom:10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	.layoutAlbumViewer .albumSelect img {
		float:left;
		clear:left;
		margin-right:10px;
	}

/*----------END ALBUM VIEW--------------*/

/*----------START ALBUM PICS--------------*/

.layoutAlbumPics .mainPic, .layoutAlbumPics .imageHolderSmall, .layoutAlbumPics .imageHolderTop {
	display:none;
}

.albumViewerHolder {
	width:96%;
	height:auto;
	background-color:#efefef;
	border:1px solid #ccc;
	text-align:center;
	padding:10px;
	float:left;
	color:#000;
}

	.layoutAlbumPics .picNav {
		width:100%;
	}
	
		.layoutAlbumPics .photoCounter {
			float:left;
			margin:2px 0 2px 0;
		}
		
		.layoutAlbumPics .prevNext {
			float:right;
			margin:2px 0 2px 0;
		}

	.layoutAlbumPics .picHolder {
		border:1px solid #ccc;
		background-color:#fff;
		padding:5px;
		width:100px;
		height:110px;
		margin:5px;
		float:left;
		position:relative;
	}
	
		.layoutAlbumPics .picHolder img {
			max-width:100px;
			cursor:pointer;
			margin:0 auto;
		}
		
		.layoutAlbumPics .picHolder .comments {
			font-weight:bold;
			font-size:10px;
			cursor:pointer;
			padding:0px;
			position:absolute;
			bottom:0px;
			left:5px;
		}

/*----------END ALBUM VIEW--------------*/

/*----------START VIEW PIC--------------*/

.layoutViewPic .mainPic, .layoutViewPic .imageHolderSmall, .layoutViewPic .imageHolderTop {
	display:none;
}

.layoutViewPic .albumViewerHolder {
	width:96%;
	height:auto;
	background-color:#efefef;
	border:1px solid #ccc;
	text-align:center;
	padding:10px;
	float:left;
	color:#000;
}

	.layoutViewPic .picNav {
		width:100%;
	}
	
		.layoutViewPic .photoCounter {
			float:left;
			margin:2px 0 2px 0;
		}
		
		.layoutViewPic .prevNext {
			float:right;
			margin:2px 0 2px 0;
		}
	
		.layoutViewPic .picHolder img {
			max-width:90%;
			max-height:400px;
			background-color:#fff;
			padding:10px 10px 30px 10px;
			margin:0 auto;
			border:1px solid #ccc;
		}
		
		.layoutViewPic .comments {
			font-size:11px;
			padding-top:10px;
		}
		
			.layoutViewPic .comments .comment {
				background-color:#fff;
				padding:10px;
				margin-bottom:5px;
				border:1px solid #ccc;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
			}
			
			.layoutViewPic .comments .comment p {
				padding:0px;
			}
			
		.sendMsg {
			margin:0 auto;
			width:300px		
		}
		
			.sendMsg .button {
				float:right;				
			}
			
			.sendMsg label {
				text-align:left;				
			}
			
			.sendMsg textarea {
				width:300px;;
			}

/*----------END VIEW PIC--------------*/

/*----------GUEST BOOK + EVENTS--------------*/

.guestBook .guestBookHolder, .events .eventHolder{
	width:96%;
	height:auto;
	background-color:#efefef;
	border:1px solid #ccc;
	padding:10px;
	float:left;
	color:#000;
}

	.guestBook .entry, .events .event {
		width:94%;
		margin:0 auto;
		padding:10px;
		height:auto;
		border:1px solid #ccc;
		background-color:#fff;
		font-size:12px;
		margin-bottom:10px;
		position:relative;
		line-height:20px;
	}
	
	.guestBook .entry {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}

	
		.events .details {
			background:#efeadf;
			position:absolute;
			top:0;
			left:0;
			width:98%;
			padding:1%;
			-moz-border-radius-topleft: 10px;
			-webkit-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-radius-topright: 10px;
			color:#000;
		}
			.events .details h2 span {
				font-size: 80%;
			}
	
		.events .address {
			width:27%;
			float:left;		
			padding:10px;
			border:1px solid #ccc;
			position:relative;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
	
		.events .desc {
			padding:10px;
			float:left;
			width:57%;
			border:1px solid #ccc;
			position:relative;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			margin-right:10px;
		}
	
		.events .map {
			padding:10px;
			float:left;
			width:56%;
			border:1px solid #ccc;
			position:relative;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			margin-left:10px;
		}
		
		#map_canvas {
			height:260px;
			width:100%;
		}
			#map_canvas a {
				position: static;
			}

		#directions {
			width:96%;
			border:1px solid #ccc;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			margin-bottom:20px;
		}
		
	
	.event h3 {
		font-weight:bold;
		font-size:10px;
		background:#fff;
		position:absolute;
		top:-10px;
		left:10px;
	}
		
	.event a {
		position:absolute;
		font-weight:bold;
		bottom:-1px;
		right:-1px;
		display:block;
		background:#efefef;
		padding:4px;
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		-moz-border-radius-topleft: 10px;
		-webkit-border-radius-topleft: 10px;
	}
	
	.events .event {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}



/*----------END GUEST BOOK--------------*/

/*----------------------------------------Misc------------------------------------*/
.textArea, .textArea p {
	font-size: 12px;
}

.textArea table {
	border:1px solid #ccc;
	width:99%;
	border-right:none;
	margin-bottom:10px;
}

	.textArea th  {
		font-weight:bold;
		background-color:#c6da9f;
		padding:10px;
	}

		.textArea td {
			padding:10px;
			border-right:1px solid #ccc;
		}
				
.textArea .button {
	background-color:#ccc;
	cursor:pointer;
	margin-top:10px;
	font-weight:bold;
	color:#3c3c3c;
	width:100px;
	border:1px solid #848484;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textArea .numbers {
	margin-right:10px;
}

.textArea label, .textArea Input {
	width:100px;
	float:left;
	margin-bottom:10px;	
}

.textArea label {
	font-weight:bold;
	text-transform: capitalize;
}

.textArea Input {
	width:200px;
}

.textArea input[type='submit'], .textArea input[type='button'] {
	width: 100px;
	border: 1px solid #ccc;
	margin: 2px;
	font-size: 10pt;
}

.textArea fieldset { border: 0px; }
.textArea fieldset p { margin: 0px; padding: 3px; clear: both; }


.textArea .holder {
	width:96%;
	height:auto;
	background-color:#efefef;
	border:1px solid #ccc;
	padding:10px;
	float:left;
}

.textArea .item {
	width:94%;
	margin:0 auto;
	padding:10px;
	height:auto;
	border:1px solid #ccc;
	background-color:#fff;
	font-size:12px;
	margin-bottom:10px;
	position:relative;
	line-height:20px;
}

.contact {
	width:60%;
	padding-top:20px;
	margin:0 auto;
}

	.contact label {
		font-size:12px;	
	}
	
	.contact input, .contact textarea {
		width:200px;
	}
	
	.contact .button {
		float:right;
	}


/* [ERROR DISPLAY LIST] ---------------------------------------*/
ul#formFeedback {
	margin: 0px auto;
	width: 75%;
	list-style-position: outside;
	padding: 4px 4px 4px 4px;
	border: 1px solid #9999ff;
	float: none;
}

ul#formFeedback li { float: none; padding: 2px 2px 2px 10px; font-weight: normal; margin: 0px; }
/* reset */
ul#formFeedback li { background: none; width: auto; height: auto; }


/* [SWF Upload STYLES] ---------------------------------------*/

.flash { display: inline-block;}

/* -- Form Styles ------------------------------- */
input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */
#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

