#newsBlock {
	padding-top: 25px;
}

#newsBlock div.news {
	position: relative;
	height: 100%;
	overflowh: hidden;
	margin-bottom: 15px;
	clear: both;
}

#newsBlock div.newsHeading {
	float: left;
}

	#newsBlock div.newsHeading h2, #newsBlock div.newsHeading h1 {
		margin-bottom: 5px;
		line-height: 22px;
	}
	
	#newsBlock div.newsHeading h2 a, #newsBlock div.newsHeading h1 a {
		color: #323232;
	}
	
		#newsBlock div.newsHeading h2 a:hover, #newsBlock div.newsHeading h1 a:hover{
			color: #555;
		}

#newsBlock div.newsHeading span.date {
	position: relative;
	float: left;
	width: 30px;
	height: 35px;
	margin: 0 15px 10px 0;
	padding: 5px;
	background-color: #fffede;
	border: 1px solid #fff5dc;
	color: #999999;
	text-align: center;
	font: 12px/12px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

	#newsBlock div.newsHeading span.date strong {
		font: bold 22px/22px Georgia, Arial, Helvetica, sans-serif;
		color: #444444;
		letter-spacing: -1px;
	}
	
	#newsBlock div.newsHeading span.date em {
		position: absolute;
		bottom: -1px;
		left: -1px;
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff5dc;
		border-right: 1px solid #fff5dc;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-color: #ffffff;
		font: 1px/1px monospace;		
	}
	
	* html #newsBlock div.newsHeading span.date em {
		bottom: -2px;
	}

	#newsBlock div.news 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;
	}
	
	#newsBlock div.news div.modifyPostBlock.wide {
		width: 130px;
	}

	#newsBlock div.news div.modifyPostBlock span {
		padding-left: 2px;
		padding-right: 4px;
		float: left;
	}

	#newsBlock div.news div.modifyPostBlock a {
		display: block;
		float: right;
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}

	#newsBlock div.news div.modifyPostBlock a.deletePost {
		background: url(/i/images/icons/action_delete_16.png) no-repeat top left;
	}

	#newsBlock div.news div.modifyPostBlock a.editPost {
		background: url(/i/images/icons/action_edit_16.png) no-repeat top left;
	}

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

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

#newsBlock h1,
#newsBlock h2 {
	float: left;
	width: 540px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

#newsBlock h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #444444;
	margin-bottom: 10px;
}

#newsBlock img.pic {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	margin-bottom: 15px;
}

	#newsBlock img.pic.clean {
		background-color: #fff;
		border: none;
	}

	#newsBlock img.pic.right {
		float: right;
		margin-left: 25px;
		margin-bottom: 15px;
	}
	
	#newsBlock img.pic.left {
		float: left;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	
#newsBlock div.source {
	float: right;
	margin-top: -5px;
	color: #ffac36;
	font-size: 10px;
	line-height: 10px;
	background: url(/i/images/x.png) left center no-repeat;
	padding-left: 10px;
}

	#newsBlock div.source a {
		padding-left: 3px;
	}

#newsBlock div.newsContent {
	padding-top: 5px;
	clear: both;
	height: 100%;
	overflow: hidden;
}

	#newsBlock div.newsContent ul,
	#newsBlock div.newsContent ol {
		padding-bottom: 15px;
		margin-left: 15px;
	}
	
	#newsBlock div.videoPost {
		height: 100%;
		overflow: hidden;
		margin-bottom: 15px;
	}
	
#newsBlock div.comments {
	clear: both;
	margin-top: 10px;
}

/* News admin section */

#editNewsButton {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 220px;
	top: 200px;
	z-index: 110;
	background: url(/i/images/modify_48x48.png) no-repeat left top;
}

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

	#newsPosting {
		margin-bottom: 40px;
		min-width: 600px;
/*		padding: 0 20px;*/
		width: 600px;
		background-color: #ffffff;
	}

		* html #newsPosting {
			width: 600px;
		}

	#newsPosting textarea {
		width: 594px;
		height: 300px;
	}

	#newsPosting p {
		margin-bottom: 5px;
	}

	#newsPosting #newsPostTitle {
		width: 594px;
	}

	#newsPosting #submitButtons {
		margin-top: 10px;
	}

	#newsPosting label.error {
		width: 350px;
		display: block;
		padding-left: 0;
	}
	
	#newsPosting #uiElements {
		background-color: #F6F6F6;
		position: relative;
		height: 100%;
		padding: 8px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin-bottom: 10px;
	}
	
	#newsPosting p span.uiElement {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	

		#newsPosting #uiElements #imageUploadElements {
			display: none;
			padding-right: 10px;
			float: right;
			width: 240px;
		}

			#newsPosting #uiElements #imageUploadElements #postImage {
				width: 230px;
			}
		
			#newsPosting #uiElements #imageUploadElements label {
				margin-top: 5px;
				margin-right: 10px;
				width: auto;
			}
			
			#newsPosting #uiElements #imageUploadElements label input {
				margin: 0;
			}

		#newsPosting #uiElements #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;
		}

		#newsPosting #uiElements #videoFieldElements {
			padding-left: 23px;
			background: url(/i/images/icons/video_arrow_16_gray.png) no-repeat 0px 2px;
			width: 236px;
		}

			#newsPosting #uiElements #videoFieldElements input {
				width: 216px;
			}
			
		#newsPosting #uiElements #tagsFieldElements {
			margin-top: 5px;
			padding-left: 23px;
			background: url(/i/images/icons/tags_plus_16_gray.png) no-repeat 0px 2px;
			width: 236px;
		}
		
			#newsPosting #uiElements #tagsFieldElements input {
				width: 216px;
			}
			
		#newsPosting #uiElements #sourceFieldElements {
			margin-top: 5px;
			padding-left: 23px;
			background: url(/i/images/icons/document_arrow_16.png) no-repeat 0px 2px;
			width: 236px;
		}

			#newsPosting #uiElements #sourceFieldElements input {
				width: 216px;
			}
