.posted a {
	color: white;
	}


/*---------------------------------------------------Comments CSS---*/

#comments-wrapper, #comments-wrapper-form {
	width: 550px;
}

h3#comments {
	clear: both;
	font-size: 1.5em;
}

.commentlist {
	font-size: 1em;
	margin: 0;
	list-style-type: none;
	font-style: normal;
}

.commentlist li.comment, .commentlist li.pingback {
	margin: 0;
	/*border-bottom: 1px solid #ccc;*/
	padding: 7px 0 15px 90px;
}

.commentlist li.comment-author-admin {
	border-color: #ccc;
}

.commentlist li.comment p {
	margin: 1em 0;
}

.commentlist li.comment ul, .commentlist li.comment ol, .commentlist li.comment blockquote {
	margin: 0 15px;
}

.commentlist li.comment ul li {
	list-style-type: none;
	/*border-bottom: 1px solid #ccc;*/
}

.commentlist li.comment blockquote {
	/*border-left: 1px solid #ccc;*/
	padding-left: 10px;
	font-style: normal;
	color: #777;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.commentlist ul.children {
	margin: 0 !important;
	padding: 0;
}

.commentlist .children li.comment {
	padding: 7px 0 0 45px;
	margin: 15px 0 0 0;
	list-style: none;
	font-style: normal;
	border-top: 1px solid #ccc;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bypostauthor {
	background: #ddd;
	}

.comment-author {}

.comment-author img.avatar {
	float: right;
	margin: 0 7px 0 0;
}

.comment-author cite {
	font-style: normal;
}

.fn {
	font-style: normal;
	}

.comment-meta {
	font-size: 1em; 
}

#respond {
	padding: 10px 0 0 0;
}

li.comment #respond {
	margin-left: 0;
}

#respond h3 {
	font-size: 1.5em;
}

#respond p {
	margin-top: 5px;
}

#respond #author, #respond #email, #respond #url, #respond textarea {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #bbb;
	padding: 4px 3px;
	width: 160px;
	margin-right: 4px;
}

#respond textarea {
	width: 85%;
	overflow: auto;
	margin-right: 0;
}

/*--------------------------------Events listing----------*/

.wplc_event_name, .wplc_event_location, .wplc_event_start_time, .wplc_event_end_time {
	background: #ddd;
	}
	
.wplc_event_name {
	font-weight: bold;
	}

#events td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px;
	padding-bottom: 8px;
	}
#events td.first {
	border-left: 0;
	}

/*----------------------------------image caption----------*/
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px; display: block; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; } 


/*------------------------------------store images-----------*/

.simageLeft { width: 150px; float: left; text-align: center;border: 1px solid #ccc;background: #ddd;padding-right:4px; }


.simageRight { width: 150px; text-align: center;border: 1px solid #ccc;background: #ddd;padding-right:4px; display: block;
	margin-left: auto;
	margin-right: auto;}
