/***************************************************************
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 {
	font-weight: normal; 
	line-height: 30px;
	text-transform: uppercase;
	font-weight:bold;
	color: #008d81;
}

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

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

.page-post ul {
	position:relative;
	margin: 3px 0 25px 0;
	list-style-type:square;
}

.page-post li {
    margin-top: 4px;
	text-align:justify;
}

.quote {
	position:relative;
	margin: 20px 60px 25px 60px;
	font-size:16px;
	vertical-align:top;
	line-height: 28px;
	color: #6c6c6c;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic; 
}


/* 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;
}

ul .blogroll  {
	line-height: 10px;	
}