/***************************************************************
Style Sheet for Avanti Gallery, Inc.
Copyright 2008-2009 Maven Web Solutions, LLC. 
All Rights Reserved.

Revision: 07/2009
***************************************************************/



/* content area
--------------------------------------------------------------*/ 

.post-wrapper {
	padding: 0 0px 15px 0px;
}

.post-title {
	text-transform: none;
}

.home-post-wrap {
	position:relative;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	float: left;
}

.post-content {
	margin-top: 5px;
}

.page-post ul {
	position:relative;
	margin-top: -10px;
}

.page-post li {
	font-size: 11px;
    line-height: 18px; 
	text-align:justify;
}


/* comments
--------------------------------------------------------------*/ 

.comment-inside {
	padding: 0 0 15px 0;
	position:relative;
	border-bottom: 1px solid #d2d2d2;	
}

.commentlist li{
	display: block;
	float: left;
	clear: both;
	margin-left: 0px;
	margin-bottom: 10px;
}

.commentlist ol {
	margin-left: 0px; 
	padding-left: 0px;
}

#commentwrap {
	position:relative;
	display: block;
	margin-bottom: 20px;
	margin-top: 0px;
}

.commentlist ol li{
	margin-left: 0px;
}

.commentlist {
	margin-left: 0px; 
	padding-left: 0px;
}



#commentform {
	position:relative;
	margin: 1em 0;
	background: #FFFFFF;
	margin-left: 20px;
}



#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #6c6c6c;
	width: 370px;
}

#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #6c6c6c;
}

#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}



#commentform #email {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #6c6c6c;
	width: 280px;
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}



#commentform #author {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #6c6c6c;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}



#commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #6c6c6c;
	width: 280px;
	background-image: url(images/comment-website.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}


#commentform #email:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}



#commentform #author:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}



#commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-website.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}

#commentform input{
	margin-bottom: 3px;
}

.recent-comments li {
	list-style-image: url(images/comment-icon.gif);
}

.comment-author {
	width: 100%; 
	margin-bottom: 5px;
	display: block;
	padding-left: 15px;
	background-image: url(images/comment-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}