	/*
	
			posts

	*/
	
	DIV#content P {
		margin: 0 0 10px;
	}

		DIV#content P.post_footer {
			height: 35px;
		}

		DIV#content P.post_footer,
		DIV#content P.post_footer A,
		DIV#content P.post_footer SPAN {
			display: block;
			color: #e62534;
		}

		DIV#content P.post_footer SPAN {
			padding: 0 5px;
		}

			DIV#content P.post_footer SPAN A {
				display: inline;
			}
	
		DIV#content P A.photos_link {
			float: left;
		}
	
		DIV#content P A.comments_link,
		DIV#content P SPAN.posted_link {
			float: right;
		}
		
		
		DIV#previous_next {
			margin: 15px 0 0;
			background: #f5ff00;
			height: 20px;
			width: 100%;
		}
		
			DIV#previous_next DIV#next {
				float: right;
			}

	DIV#container DIV.blog_image {
		margin: 0 0 8px;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	


	/*
	
			comments
	
	*/
	TABLE#comment_form {
	}

		TABLE#comment_form TD {
			vertical-align: top;
		}

		TABLE#comment_form LABEL {
			font-weight: bold;
			font-size: 12px;
			padding: 0 10px 0 0;
		}
		
		TABLE#comment_form TEXTAREA {
			width: 498px;
		}
		
	
	DIV#content P.blog_comment {
		margin: 20px 0;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
