/* @override http://prblog:8888/css/inner.css */

/* Blog Entry
***************************/
.blog_entry{
	margin-top: 14px;
	background: URL(/images/dots.gif) left bottom repeat-x;
	padding-bottom: 21px;
	line-height: 1.3em;
	clear: both;
}

.blog_entry p{
	margin-bottom: 1.2em;
}

/*Gallery*/
.gallery{
	margin: 10px 0;
	padding-left: 2px;
}
.inc_gallery{
	margin: 4px 4px 0 0;
	float: left;
	display: inline;
}

/* Comments
***************************/
.comments{
	clear: both;
}

.comments h1{
	color: #494949 !important;
	margin-bottom: 14px !important;
}

.comment_bubble_top{
	background: URL(/images/comment_bubble_top.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}
.comment_content{
	background: URL(/images/comment_bubble_bg.gif) repeat-y;
	padding: 5px 20px;
}
.comment_content p{
	margin: 1em 0;
	line-height: 1.3em;
	font-size: 1.0em;
}
.comment_bubble_bottom{
	background: URL(/images/comment_bubble_bottom.gif) left top no-repeat;
	height: 34px;
	padding: 10px 0 0 20px;
	font-size: 0.8em;
}

/* comments form
***************************/
#comments_form{
	margin-top: 41px;
}
#comments_form h1{
	color: #494949 !important;
	margin-bottom: 14px !important;
}
.textbox{
	border: 1px solid #e8e8e8;
	width: 278px;
	height: 17px;
	padding: 3px;
	font-family: "Georgia", "Times New Roman";
	color: #494949;
}
#comments_form label{
	font-size: 1.2em;
	margin: 12px 0 6px 0;
	display: block;
}

#comments_form span{
	font-size: 0.7em;
	color: #a5a5a5;
}

#comments_form textarea{
	border: 1px solid #e8e8e8;
	width: 278px;
	height: 96px;
	padding: 3px;
	font-family: "Georgia", "Times New Roman";
	color: #494949;
	font-size: 1em;
}

.disclaimer{
	font-size: 0.9em;
	color: #616161;
}

#comments_form .submit_btn{
	border: 0;
	background: none;
	font-size: 1.3em;
	font-family: "Georgia", "Times New Roman";
	color: #28b3db;
	margin-left: 20px;
	cursor: pointer;
	padding: 0;
	text-align: left;
}

#freeform .submit_btn{
	border: 0;
	background: none;
	font-size: 1.3em;
	font-family: "Georgia", "Times New Roman";
	color: #28b3db;
	margin: 10px 0;
	cursor: pointer;
	padding: 0;
	text-align: left;
	float: right;
}

.captcha{
	margin-bottom: 15px;
}

/* Messages
***************************/
ul{
	list-style-position: inside;
	margin: 20px 0;
}


/* Subscribe
***************************/
.subscribe_feeds ul{
	list-style: none;
}
.rss a{
	background: url(/images/rss.gif) left top no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 26px;
	display: block;
	width: 175px;
}

