/*WILDFLOWER DEFAULT BLOG*/

*{
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
	}

img{
	border:none;
	}

hr{
	margin:0 0 20px;
	}
	
#wrapper{
	width:960px;
	margin:0 auto;
	background-color:#fff;
	overflow:auto;
	}
	
#header{
	position:relative;
	}

#widget{
	position:absolute;
	top:5px;
	right:5px;
	}
	
#latestPost,.postArticle{
	width:670px;
	margin:20px 10px 50px 20px;
	_margin:20px 10px 0 10px !important; /*ie6 fix*/
	float:left;
	}
	
#archiveMenu{
	width:230px;
	margin:20px 20px 0 10px;
	_margin:20px 10px 0 10px !important; /*ie6 fix*/
	float:left;
	}
	
#archiveMenu ul.wild_headlines{
	list-style:none outside none;
	}


/*paganator*/

.paginator{
	margin: 0 0 20px 0;
	}

.paginator .paginatePrev_disabled,
.paginator .paginatePrev{
	float:left;
	margin: 0 20px 0 0;
	}

.paginator .paginateNumbers{
	float:left;
	}
	
.paginator span a.paginateNext{
	margin:0 0 0 20px;
	float:left;
	}
	
.paginator .paginateCounter{
	float:right;
	}

/***formatting***/

/*left column*/
.post h2{
	margin:0;
	}

.post .entry{
	margin:20px 0 10px;
	}

.post .entry p{
	font-size:14px;
	margin:0 0 10px;
	}

/*right column*/

ul.wild_headlines li{
	margin:10px 0;
	}


/*views*/

.entryInfo p{
	font-size:14px;
	margin:10px 0;
	line-height:22px;
	}

#wrapper #content_wrapper .postArticle .post .entryInfo p img{
	max-width:600px;
}
	
.backLink{
	margin:20px 0 20px 0;
}

/*comments*/

.commentSection h3{
	font-size:16px;
	margin:0 0 20px 5px;
	}

.commentSection .comments-list{
	list-style:none outside none;
	}
	
.commentSection .comments-list li{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#EAEAEA;
	border:1px solid #333;
	margin:20px 0;
	padding:20px;
	}
	
.commentSection .comments-list li .comment-metadata{
	font-size:12px;
	margin:0 0 10px;
	text-decoration: underline;
	}
	
.commentSection .comments-list li p{
	font-size:12px;
	}
	
.commentSection .comments-list li br{
	height:20px;
	}
	
.comment-form label {
	float:left;
	font-size:14px;
	margin:0 30px;
	width:160px;
	}

.comment-form .input {
	margin:10px;
	}
	
#WildCommentName,
#WildCommentEmail,
#WildCommentUrl{
	width:279px;
	}
	
#WildCommentContent{
	width:283px;
	}
	
#security_image{
	width:185px;
	margin:0 228px;
	}

.submit input{
	margin:0 228px;
	
	}
	
	
	/*post views page*/

	.post-date {
		float:left;
		padding:3px 10px 4px 0;
	}

	.fbLike {
		width:75px;
		background-color:#fff;
		position:absolute;
		top:10px;
		

	}

.fbwrapper,
.fbwrapperBottom{
		position:relative;
		clear:both;
		
	}
	
	.topInfo{
	overflow:visible;
	}
	.entryInfo{
		margin:0;
	}

	.entryInfo{
		clear:both;
		margin:20px 0 0;
	}

	.hero{
		clear:both;
	}
