/*
Theme Name: Gentle Dentists v2
Description: Custom theme for Gentle Dentists Website
Author: <a href="http://thefreshuk.com">The Fresh<a/>
*/

/* Common styles */

.content h1{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

.post {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

.post:last-child{
	border-bottom: 0;
}

.post h2 {
	padding: 0 0 5px 0 !important;
	margin: 0 !important;
	float: left;
}

.post small {
	color: #999;
	float: right;
}

.post p {
	padding: 0 0 10px 0;
	margin: 0 !important;
	line-height: 1.4em;
}

.post .alignleft, .post .alignright{
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 10px 3px 0;
}

.post .alignright{
	float: right;
	margin: 0 0 3px 10px;
}

.entry{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	clear: both;
}

.postMetaData{
	line-height: 1.4em;
	padding: 5px 10px;
	font-size: 90%;
	color: #666;
	background: #fcfcfc;
	border: 1px solid #ddd;
}

.navigation{
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}


/* Comments */

.commentlist {
	list-style-type: none !important;
	padding: 0 0 10px 0 !important;
	margin:  0 !important;
	border-bottom: 1px solid #ddd;
}

.commentlist li{
	position: relative;
	padding: 10px 10px 0 10px;
	margin: 0;
	background: #fcfcfc;
	border: 1px solid #ddd;
}

.commentlist li .avatar{
	float: right;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 0 5px 10px;
}

.commentlist li .commentmetadata{
	font-size: 80%;
	position: absolute;
	top: 10px;
	right: 60px;
}

.commentlist li .commentmetadata a{
	color: #999;
}

.commentlist li .commentmetadata a:hover{
	color: #444;
}

.commentlist li .comment-author{
	margin: 0 0 10px 0;
}

.commentlist li p{
	margin: 0;
	padding: 0 0 10px 0;
}


#respond{
	padding: 0;
	margin: 0;
}

#respond h3{
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}

#commentform p {
	padding: 0 0 10px;
	margin: 0;
}

#commentform small {
	color: #666;
}


/* Sidebar */

#sidebar{
	list-style-type: none;
	padding: 5px 0 0;
	margin: 0;
}

#sidebar h2{
	color: #366277;
	font-size: 18px;
	padding: 0 0 4px 0;
}

#sidebar li{
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

#sidebar ul{
	list-style-type: disc;
	margin: 5px 0 0 25px;
	padding: 0;
}

#sidebar ul li{
	margin: 0;
	padding: 0 0 5px;
	border: 0;
}

#searchform #s{
	width: 172px;
}

#searchform label{
	display: none;
}

/* Custom styles */


