/* User blog */

#userBlog {
	background: url(/i/images/gray_gradient_header.png) top left no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px 0;
	position: relative;
	z-index: 60;
	width: 600px;
}

#userBlog #editBlogButton {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 55px;
	top: 17px;
	z-index: 110;
	background: url(/i/images/modify_38x38.png) no-repeat left top;
}

	* html #userBlog #editBlogButton {
		background: url(/i/images/modify_48x48_nonalpha.png) no-repeat left top;
	}

#userBlog #profileBlock {
	position: relative;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 100%;
	overflow: hidden;
	min-height: 50px;	
}

#userBlog #profileBlock p:last-child {
	margin-bottom: 0;
}

#userBlog #profileBlock img.avatar {
	cursor: pointer;
}
	#userBlog #profileBlock div.fatView {
		padding-left: 265px;		
		display: none;
		min-width: 315px;
		padding-right: 20px;
		width: 315px;
		background: #ffffff url(/i/images/gray_gradient_header.png) -20px left no-repeat;		
	}

	#userBlog #profileBlock div.fatView img.avatar {
		float: left;
		margin-left: -245px;
	}

	#userBlog #profileBlock div.thinView {
		padding-left: 165px;
		padding-right: 20px;
		min-width: 413px;
		width: 413px;
		background: #ffffff url(/i/images/gray_gradient_header.png) -20px left no-repeat;		
	}

	#userBlog #profileBlock div.thinView img.avatar {
		float: left;
		margin-left: -145px;
	}
	
	#userBlog #profileBlock p {
		margin: 0 0 5px 0;
	}
	
	#userBlog #profileBlock h2, #userBlog #profileBlock h1 {
		margin: 0 0 5px 0;
	}
	
	#userBlog #profileBlock p span.detail {
		display: block;
		color: #999;
	}
	
		#userBlog #profileBlock div.fatView p span.detail {
			font-size: 11px;
		}
			
	#userBlog #profileBlock #sliderArrow {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 22px;
		top: 2px;
		z-index: 100;
		background: url(/i/images/slider_arrows.png) no-repeat 0px -33px;
	}

#userBlog #blogContent {
	padding: 0 20px;
}

#userBlog #blogContent div.blogPost {
	clear: both;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 560px;
	padding-bottom: 20px;
}

#userBlog #blogContent div.blogPost div.modifyPostBlock {
	display: none;
	position: absolute;
	right: 0;
	top: 2px;
	height: 15px;
	padding: 6px;
	background-color: #f6f6f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	width: 132px;
}

#userBlog #blogContent div.blogPost div.modifyPostBlock.wide {
	width: 135px;
}

	#userBlog #blogContent div.blogPost div.modifyPostBlock span {
		padding-left: 2px;
		padding-right: 4px;
		float: left;
	}
	
	#userBlog #blogContent div.blogPost div.modifyPostBlock a {
		display: block;
		float: right;
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
	
	#userBlog #blogContent div.blogPost div.modifyPostBlock a.deletePost {
		background: url(/i/images/icons/action_delete_16.png) no-repeat top left;
	}
	
	#userBlog #blogContent div.blogPost div.modifyPostBlock a.editPost {
		background: url(/i/images/icons/action_edit_16.png) no-repeat top left;
	}

	#userBlog #blogContent div.blogPost div.modifyPostBlock a.deleteImage {
		background: url(/i/images/icons/image_minus_16.png) no-repeat top left;
	}

	#userBlog #blogContent div.blogPost div.modifyPostBlock a.deleteVideo {
		background: url(/i/images/icons/video_minus_16.png) no-repeat top left;
	}

#userBlog #blogContent div.blogPost div.postText {
	line-height: 20px;
}

		#userBlog #blogContent div.blogPost div.postText ul, #userBlog #blogContent div.blogPost div.postText ol {
			margin-left: 25px;
			margin-bottom: 10px;
		}
	

#userBlog #blogContent h1 {
	display: block;
	height: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	line-height: 22px;
	margin: 0;
}

#userBlog #blogContent h1 a {
	color: #333333;
}

#userBlog #blogContent h1 a:hover {
	color: #555;
}

#userBlog #blogContent h1 span {
	width: 420px;
	float: left;
}

#userBlog #blogContent h1 em.date {
	float: right;
	color: #c1c1c1;
	text-decoration: none;
	font-style: normal;
}

#userBlog #blogContent div.postContent {
	clear: both;
	padding-bottom: 10px;
}

#userBlog div.postContent div.information {
	float: right;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	height: 18px;
}

	#userBlog div.postContent div.information span {
		line-height: 16px;
		display: inline-block;
		padding-left: 20px;
		margin-left: 10px;
		float: right;
	}
	
	#userBlog div.postContent div.information span.surfHours {
		background: url(/i/images/icons/clock_fill_16_white.png) no-repeat top left;
	}
	
	#userBlog div.postContent div.information span.surfSpot {
		background: url(/i/images/icons/sticky_note_pin_16_alpha.png) no-repeat top left;
	}
	

#userBlog #blogPosting {
	margin-bottom: 40px;
	min-width: 560px;
	padding: 0 20px;
	width: 560px;
	background-color: #ffffff;
}

	* html #userBlog #blogPosting {
		width: 560px;
	}

#userBlog #blogPosting textarea {
	width: 550px;
	height: 114px;
}

#userBlog #blogPosting p {
	margin-bottom: 5px;
}

#userBlog #blogPosting #blogPostTitle {
	width: 554px;
}

#userBlog #blogPosting #submitButtons {
	margin-top: 10px;
}

#userBlog #blogPosting p span.uiElement {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

#userBlog #blogPosting label.error {
	width: 350px;
	display: block;
	padding-left: 0;
}


#userBlog #blogPosting #imageUploadElements {
	display: none;
	padding-right: 10px;
	float: right;
	width: 220px;
}

	#userBlog #blogPosting #imageUploadElements #postImage {
		width: 230px;
	}
	
#userBlog #blogPosting #addImageToPost {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 4px;
	cursor: pointer;
	background: url(/i/images/icons/image_plus_16_gray.png) no-repeat top left;
}

#userBlog #blogPosting #videoFieldElements {
	clear: both;
	padding-left: 20px;
	background: url(/i/images/icons/video_arrow_16_gray.png) no-repeat 0px 2px;
	width: 236px;
}

	#userBlog #blogPosting #videoFieldElements input {
		width: 216px;
	}
	
#userBlog a.blogNaviLink {
	font-weight: bold;
}

/* slider skinning starts here */

.ui-slider { 
	width: 150px; 
	height: 16px; 
	position: relative; 
	background-repeat: no-repeat; 
	background-position: center center; 
}
.ui-slider-handle { 
	position: absolute; 
	z-index: 1; 
	height: 16px; 
	width: 16px; 
	top: 0px; 
	left: 0px; 
	background-image: url(/i/images/uislider/slider-handle.png);
}

.ui-slider-handle-active { 
/*	  border: 1px dotted black;	 */
}
.ui-slider-disabled .ui-slider-handle { 
	opacity: 0.5; 
	filter: alpha(opacity=50); 
}

.ui-slider-range { 
	position: absolute; 
/*	  background: #50A029; */
	opacity: 0.3; 
	filter: alpha(opacity=30); 
	width: 100%; 
	height: 100%; 
}

.ui-slider-horizontal .ui-slider-handle { 
	margin-left: -.6em; 
}

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { 
	background-image: url(/i/images/uislider/slider-bg-150.png);
}

#uiElements {
	background-color: #F6F6F6;
	position: relative;
	height: 100%;
	padding: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 10px;
}

	#uiElements span.title {
		float: left;
		font-weight: bold;
		color: #666;
		padding-right: 15px;
	}

	#hoursSliderWrapper {
		float: left;
		margin-top: 1px;
		margin-bottom: 5px;
		height: 22px;
	}

		#hoursSliderWrapper span {
			float: left;
			font-weight: bold;
			color: #666;
			padding-right: 15px;
		}
	
		#hoursSliderWrapper strong#hoursBox {
			float: left;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			height: 16px;
			width: 24px;
			background-color: #ffffff;
			border: 1px solid #a2d28f;
			text-align: center;
			margin: 0 10px;
			font-size: 11px;
			color: #699537;
			text-align: center;
		}
	
		#hoursSliderWrapper #hoursSlider {
			margin-top: 1px;
			float: left;
		}
		
#uiElements #surfSpot {
	clear: both;
	height: 100%;
	margin-bottom: 10px;
}
