@charset "utf-8";

/*
	page: /include/styles/style_all.css
	author: Brad King
	modified: Thursday June 30, 2011
	description:
		core stylesheet declarations
*/

/* site wide styles */
	body {
		background-color:#FFFFFF;
		color:#575151;
		font-family:Arial, Helvetica, sans-serif;
		font-size: .85em;
		margin: 0px;
	}
	
	img {
		border:0px;
	}
	
	.clear{
		clear:both;
		overflow:hidden;
		display:block;
		height:0;
	}
		
	a {
		/* color: #0781d2; */
		color:#336699;
		text-decoration: underline;
	}

	a:hover {
		color: #ff5701;
		text-decoration: none;
	}
	
	a.green {
		color: #7bbb04;
		text-decoration: underline;
	}

	a.green:hover {
		color: #ff5701;
		text-decoration: none;
	}

	a.red {
		color: #a12a68;
		text-decoration: underline;
	}

	a.red:hover {
		color: #ff5701;
		text-decoration: none;
	}
	
	a.purple {
		color: #675ec0;
		text-decoration: underline;
	}

	a.purple:hover {
		color: #ff5701;
		text-decoration: none;
	}
	
	.dim {
		color:#575151
	}
	
	.form_prefill {
		font-weight:bold;
		color:#999999;
	}
	
	h1 {
		margin: 0px;
		font-size:1.2em;
	}
		
	h2 {
		margin: 0px;
		font-size:1.2em;
	}
	
	h3 {
		margin: 0px;
		font-size:1.2em;
	}
		
	h4 {
		margin: 0px;
		font-size:1em;
	}
	
	h5 {
		margin: 0px;
		font-size:.9em;
	}
	
/* page elements */
	.alert {
		color:#ff5701;
	}
	
	.note {
		color:#0781d2;
	}

	.comment {
		color:#675ec0;
	}

	.photo {
		color:#7bbb04;
	}

	.header {
		color:#ffffff;
	}
	
	.headerMini {
		color:#ffffff;
	}	
	
	/*
	table {
	    border-color: #000000;
	    border-width: 0 0 1px 1px;
	    border-style: solid;
		border-collapse: collapse;
	}
	
	td {
	    border-color: #000000;
	    border-width: 1px 1px 0 0;
	    border-style: solid;
	    margin: 0;
	    padding: 4px;
	}
	*/
	
/* page holder */
	#page_holder {
    	position: relative;
		text-align: left;
    	margin: 0 auto;
    	width: 975px;
		padding-left:5px;
    }

	#page_logo {
		float:left;
		width: 295px;
		height: 135px;
	}

	#header_advertisementBanner {
		float:right;
		margin-top: 30px;
		width: 468px;
		height: 70px;
	}

/* menu container */
	.menu_containerOptions {
		padding-left:8px;
		padding-right:8px;
		padding-top:4px;
		padding-bottom:2px;
		float:right;
	}
	
	.menu_containerOptionsCheckbox {
		padding-left:8px;
		padding-right:8px;
		padding-top:4px;
		padding-bottom:2px;
		float:left;
		background-color:#049ce4;
		color:#FFFFFF;
	}
	
	.menu_containerOptionsMini {
		padding-left:11px;
		padding-right:11px;
		padding-top:1px;
		padding-bottom:1px;
		float:left;
	}
										
/* menu left container */
	#menu_containerLeft {
		font-size:1em;
		font-weight:bold;
		width:100%;
		margin-bottom:10px;
	}

		#menu_containerLeft a {
			color:#049ce4;
			text-decoration:none;
		}
		
		#menu_containerLeft a:hover {
			color: #ff5701;
			text-decoration:none;
		}
		
			#menu_containerLeft label {
				float: none;
				clear:left;
				width: auto;
				color:#FFFFFF;
				text-align:left;
				font-family: Arial, Helvetica, sans-serif;
				font-size:1em;
				font-weight: bold;
				line-height:normal;
				vertical-align:middle;
			}
		
		.sfType {
			margin-top:1px;
		}
		
		#sfTypeSearchHeader {
			float:left;
			width:58px;
			padding-top:5px;
			padding-bottom:2px;
			background-color:#049ce4;
			color:#FFFFFF;
			text-align:right;
		}
				
		#menu_containerLeftSearchBar {
			width:655px;
			border-top:3px solid #049ce4;
			padding:0px;
			background:#049ce4;
			color:#FFFFFF;
			font-weight:bold;
			font-size:.8em;
		}
				
		#menu_containerLeftSearch {
			width:645px;
			border-top:3px solid #049ce4;
			border-bottom:3px solid #049ce4;
			background:#e7f5fb;
			padding:5px;
			font-weight:bold;
		}
		
		.menu_containerLeftSearchLabel {
			float:left;
		}
			
			.sfCheckbox {
				float:left;
				padding-right:2px;
			}
			
			#menu_containerLeft input {
				padding:0px 2px;	
				font-family:Arial, Helvetica, sans-serif;	
				font-size:.9em;
				font-weight:bold;
			}
			
			#menu_containerLeft select {
				padding:0px 0px 0px 2px;	
				font-family:Arial, Helvetica, sans-serif;
				font-size:.9em;
				font-weight:bold;
			}
			
			#sfWhere {
				width:57px;
				text-align:right;
			}
			
			#sfFrom {
				width:57px;
				text-align:right;
			}
			
			#sfAnd {
				font-size:.8em;
				padding-left:10px;
				padding-right:10px;
				color:#827b7b;
			}
			
			#sfSubmit {
				float:right;
				padding-right:5px;
			}
			
		.tipInfo {
			display:none;
			font-size:.8em;
			color:#575151;
			font-weight:bold;
		}
		
		.extraSearchTitle {
			color:#FFFFFF;
			background:#049ce4;
			border-radius: 3px;
			-moz-border-radius: 3px;
		}
	
/* menu right container */
	#menu_containerRight {
		font-size:1em;
		font-weight:bold;
		width:100%;
		margin-bottom:10px;
	}

		#menu_containerRight a {
			color:#675ec0;
			text-decoration:none;
		}
		
		#menu_containerRight a:hover {
			color: #ff5701;
			text-decoration:none;
		}

	#menu_containerRightContent {
		width:290px;
		border-top:3px solid #675ec0;
		border-bottom:3px solid #675ec0;
		padding:3px 5px 3px 5px;
		font-size:.8em;
		background:#f4f4f4;
	}

		#memberInfo_containerDetails {
			width:100%;
			height:100%;
		}

			#memberInfo_containerAvatar {
				float:left;
				padding:0px;
				width: 46px;
				height: 46px;
				/* border: 1px #FFFFFF solid; */
			}

			#memberInfo_containerStats {
				float:right;
				width:230px;
				color:#575151;
			}

/* page content */
	#content_container {
		position:relative;
		width:100%;
	}
		
		#content_containerLeft {
			float:left;
			width:655px;
		}
	
		#content_containerRight {
			float:right;
			width:300px;
		}

/* search results */
	#result_profile {
		padding-left:10px;
		font-weight:bold;
		font-size:.8em;
	}

	.result_rangeLinks {
		clear:both;
		position: relative; 
		margin-left:auto;
		margin-right:auto;
		padding-top: 20px; 
		font-size: .7em;
		width:50%;
		text-align:center;
	}

	.result_outerContainer {
		/* border-top:1px #808080 dotted; */
		padding-top: 6px;
		padding-bottom:6px;
		width:100%;
	}
		
		.result_count {
			float:left;
			text-align:right;
			width:28px;
			padding:0px;
			padding-top:2px;
			font-size:.65em;
			color:#999999;
		}
		
		.result_container {
			position: relative;
			margin-left:35px;
		}
		
			.result_name {
				overflow: hidden;
			}
			
				.result_name h3 {
					margin: 0px;
					font-size:1em;
				}			

			.result_photo_container {
				float:right;
				margin-left:10px;
				margin-bottom:5px;
				padding:5px;
				background-color:#e9e9e9;
			}
		
			.result_photo_fill {
				width:100px;
				height:60px;
				border:1px solid #777777;
			}
			
			.result_date {
				font-weight: bold;
				font-size: .9em;
				font-style:italic;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_location {
				font-size: .9em;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_inner {
				font-size: .7em;
				margin-left: 10px;
			}
			
			.result_links {
				font-size: .7em;
				margin-left: 10px;
				font-weight: bold;
			}
				
	#result_advertisementBanner {
		width: 468px;
		height: 60px;
		margin-top:20px;
		margin-bottom:20px;
		margin-left:auto;
		margin-right:auto;
	}

/* Small Search Results */
	.result_small_outerContainer {
		/* border-top:1px #808080 dotted; */
		padding-top:2px;
		padding-bottom: 4px;
		width:100%;
	}
		
		/*
		.result_small_count {
			float:left;
			text-align:right;
			width:28px;
			padding:0px;
			padding-top:4px;
			font-size:9px;
			color:#999999;
		}
		*/
		
		.result_small_container {
			position: relative;
			/* margin-left:35px; */
		}
			
			.result_small_name {
				overflow: hidden;
				font-size:1em;
				font-weight:bold;
			}
				
				.result_small_name h4 {
					font-size:1em;
					font-weight:bold;
				}
			
			.result_small_date {
				font-weight: bold;
				font-size: .7em;
				font-style:italic;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_small_location {
				font-size: .7em;
				text-align:left;
				margin-bottom:0px;
			}
				
			.result_small_inner {
				font-size: .65em;
				margin-left: 10px;
			}
			
			/*
			.result_small_links {
				font-size: 8px;
				margin-left: 10px;
				font-weight: bold;
			}
			*/

/* Details Page */

	.details_left {
		width:55%;
		float:left;
	}
	
	.details_right {
		width:45%;
		float:right;
	}
	
		.details_right_photo {
			position:relative;
			margin-left:auto;
			margin-right:0px;
			width:250px;
		}
		
		.details_item {
			position:relative;
			margin-bottom:20px;
			clear:both;
		}
	
		.details_item h2 {
			font-size:1em;
			font-weight:bold;
		}
		
		.details_item h3 {
			font-size:1em;
			font-weight:bold;
		}		

		.details_item_header {
			font-size:.8em;
			font-weight:bold;
		}
		
		#map_canvas {
			position:relative;
			margin-left:auto;
			margin-right:0px;
			border:1px solid #414141;
			width: 250px;
			height: 250px;
		}
		
/* Comments */
	.comment_outerContainer {
		position:relative;
		padding-top: 20px;
		padding-bottom: 16px;
		width:100%;
	}
		
		.comment_detailsContainer {
			float:left;
			width:120px;
		}
		
			.comment_details {
				float:left;
				text-align:right;
				width:95px;
				font-size:.7em;
				color:#818181;
			}
			
			.comment_avatar {
				position:relative;
				top:0px;
				margin-left:100px;
				width:25px;
			}
		
		.comment_innerContainer {
			position: relative;
			margin-left:140px;
			font-size: .8em;
			overflow:hidden;
		}
		
/* Page Footer */
	#footer_advertisementBanner {
		position: relative;
		margin-left:auto;
		margin-right:auto;
		padding-top:120px;
		height: 90px;
		width:728px;
	}
	
	#footer_container {
		display:block;
		position:relative;
		clear: both;
		float:none;
		width: 100%;
		height:90px;
		bottom:0px;
		margin-top: 100px;
		font-size:.7em;
		border-top:3px solid #575151;	
		background:#f4f4f4;
	}
	
		#footer_containerContentLeft {
			float:left;
			padding-left:40px;
			padding-top:20px;
		}
	
		#footer_containerContentRight {
			float:right;
			text-align:right;
			padding-right:40px;
			padding-top:25px;
		}

/* Page Elements */
	.page_spacer {
		clear:both;
		float:none;
		height: 1px;
		overflow: hidden;
	}
	
	form {
		margin: 0px;
		border: 0px;
	}

	.alert_container {
		border-top:1px solid #ff5701; 
		border-bottom:1px solid #ff5701; 
		font-weight:bold;
		color: #ff5701; 
		background-color:#FFF7D9;
		margin-bottom:15px;
	}
			
		.alert_body {
			padding:4px;
		}

	.note_container {
		border-top:1px solid #0781d2; 
		border-bottom:1px solid #0781d2; 
		font-weight:bold;
		color: #0781d2; 
		background-color:#FFF7D9;
		margin-bottom:15px;
	}
			
		.note_body {
			padding:4px;
		}
	
	.comment_container {
		border-top:1px solid #675ec0; 
		border-bottom:1px solid #675ec0; 
		font-weight:bold;
		color: #675ec0; 
		background-color:#FFF7D9;
		margin-bottom:15px;
	}
			
		.comment_body {
			padding:4px;
		}
	
	.photo_container {
		border-top:1px solid #7bbb04; 
		border-bottom:1px solid #7bbb04; 
		font-weight:bold;
		color: #7bbb04; 
		background-color:#FFF7D9;
		margin-bottom:15px;
	}
			
		.photo_body {
			padding:4px;
		}
	
	.header {
		font-weight: bold;
	}

	.header_container {
		position: relative;
		width: 100%;
		margin-bottom:15px;
	}

		.header_container_orange {
			color:#ff5701;
			border-bottom:#ff5701 3px solid;
		}
		
		.header_container_red {
			color:#a12a68;
			border-bottom:#a12a68 3px solid;
		}

		.header_container_green {
			color:#7bbb04;
			border-bottom:#7bbb04 3px solid;
		}

		.header_container_blue {
			color:#0781d2;
			border-bottom:#0781d2 3px solid;
		}

		.header_container_purple {
			color:#675ec0;
			border-bottom:#675ec0 3px solid;
		}
		
		.header_container_content {
			padding:5px;
		}		
			

	.boxMini_container {
		width:100%;
	}

		.boxMini_header_container {
			position:relative;
			padding:5px;
			font-weight:bold;
			font-size:1.2em;
		}
	
			.boxMini_header_container_orange {
				color:#ff5701;
			}
			
			.boxMini_header_container_red {
				color:#a12a68;
			}

			.boxMini_header_container_green {
				color:#7bbb04;
			}

			.boxMini_header_container_blue {
				color:#0781d2;
			}

			.boxMini_header_container_purple {
				color:#675ec0;
			}

		.boxMini_body_container {
			padding:9px;
			background:#f4f4f4;			
		}
	
			.boxMini_body_container_orange {
				border-top:#ff5701 3px solid;
				/* border-bottom:#ff5701 3px solid; */
			}
			
			.boxMini_body_container_red {
				border-top:#a12a68 3px solid;
				/* border-bottom:#a12a68 3px solid; */
			}

			.boxMini_body_container_green {
				border-top:#7bbb04 3px solid;
				/* border-bottom:#7bbb04 3px solid; */
			}

			.boxMini_body_container_blue {
				border-top:#0781d2 3px solid;
				/* border-bottom:#0781d2 3px solid; */
			}

			.boxMini_body_container_purple {
				border-top:#675ec0 3px solid;
				/* border-bottom:#675ec0 3px solid; */
			}
	
				.boxMini_body {
					width:100%;
				}

	.seasonal_container {
		position:relative;
		width:655px;
	}

		.seasonal_container_sub1 {
			background-repeat: no-repeat;
			position:relative;
			width:653px;
			height:260px;
		}
	
		.seasonal_container_sub2 {
			background:url(/include/images/seasonal/white_gradient.png);
			position:absolute;
			bottom:0px;
			width:100%;
			height:54px;
			background-repeat: repeat-x;
			z-index:5;
		}

	.seasonal_special_container {
		background-repeat: no-repeat;
		position:relative;
		width:100%;
		height:60px;
		margin-bottom:15px;
	}

		.seasonal_special {
			position:absolute;
			bottom:0px;
			left:0px;
			width:100%;
			height:50px;
		}

			.seasonal_special_body {
				float:right;
				padding-top:12px;
				padding-right:12px;
				font-weight:bold;
				color:#FFFFFF;
			}

			#seasonal_special_sfLocation {
				padding:2px;
				padding-left:4px;
				margin-left:10px;
				font-size:1.2em;
			}

	.backToTop a {
		font-size:.7em;
		font-weight:bold;
		text-decoration:none;
	}

	.backToTop a:hover {
		text-decoration:underline;
	}
	
	p {
		margin-bottom: 10px;
		line-height: 18px;
	}

/* form input */
	form {
		margin:0px;
	}

	input, select, textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size: .8em;
		font-weight: bold;
		color:#575151;
	}
	
		label {
			float: left;
			clear:left;
			width: 35%;
			color:#575151;
			text-align: right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: bold;
			line-height: 18px;
			vertical-align: middle;
		}

		.inputField {
			float: left;
			position:relative;
			width: 60%;
			margin-left:15px;
			margin-bottom:10px;
			line-height: 18px;
			vertical-align: middle;
		}
	
		.inputArea {
			line-height: 18px;
			display: block;
			margin-bottom: 10px;
			text-align:center;
			margin-left: auto;
			margin-right:auto;
		}
		
		.inputRequired {
			position:relative;
			margin-left:6px;
			margin-right:-10px;
			font-weight:bold;
			font-size:1.2em;
			color:#f16525;
		}
		
	.inputHint {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		font-weight:normal;
		line-height:normal;
	}

