/* @override http://localhost/benwatts.ca/wp-content/themes/bw5.2/single.css */

/** 
 * Single Template Stylesheet 
 * 
 * @author	Ben Watts 
 */


/* 
 -- HEADERS 
*/
h2#comments{
	margin: 1em 0;
	}
.comments-wrap h2{ /* normal bubble */
	display: inline-block;
	background: url(images/comment-emptybubble.gif) 100%  0 no-repeat;
	padding: 15px 42px 0 0;
	}
.comments-wrap #respond h2{ /* add bubble */
	margin: 30px 0 0 0;
	background-image: url(images/comment-addbubble.gif);
	}	
	


/* 
 -- LIST 
*/
ol.commentlist{
	margin: 0 0 40px 0;
	}
.commentlist ul{ /* threads */
	list-style: none;
	margin: 0 0 4% 10%; }
.commentlist li{
	list-style-type: none;
	}
.commentlist div{
	margin: 0 0 10px 0;
	overflow: hidden;
	}

/* 
 -- INDIVIDUAL COMMENTS 
*/
.comment-wrap{
	background: #4e9b8d url(images/commentbg.gif) 0 0 repeat-x;
	border-bottom: solid 1px #4a8d80;
	border-right: solid 1px #4a8d80;
	padding: 8px 15px;
	}
	
	
/* 
 -- GRAVATAR/AUTHOR DEETS 
*/
.commentlist .gravatar{
	float: left;
	background: transparent;
	padding: 0 18px 0 0;
	background: url(images/commentarrow.gif) 14px right no-repeat ;
	}
	
.comment-author, 
.comment-author a{
	font-size: 1.2em;
	color: #a6ecda;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}
	
	
/* 
 -- CONTENT
*/
.commentlist .content{
	margin: 0; padding: 0;
	}
.commentlist .content p{
	margin: .5em 0 1em 0
	}
	
.awaiting-moderation{
	display: block;
	font-weight: bold;
	font-style: normal;
	color: #ebeca6;
	border: dotted 1px #ebeca6;
	padding: 3px;
	}
	

/* 
 -- REPLY \ EDIT \ DATE 
*/
div.comment-meta{
	margin: 0;
	padding: 0;

	}
.comment-meta a{
	padding: 0 3px;
	text-decoration: none;
	}

	
.reply{
	margin: 1em 0 0 0;
	padding: 0;
	}
.reply a,
.cancel-comment-reply a{
	font-weight: bold;
	display: inline-block;
	background: url(images/reply.gif) 0 right no-repeat;
	color: #ebeca6;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 4px 17px 0 0 ;
	}
.reply a:hover{
	background: url(images/reply.gif) -20px right no-repeat;
	color: #fff;
	}
	
	
	
/* -- cancel comment reply */
#respond{
	position: relative; }
.cancel-comment-reply{
	font-size: 120%;
	float: right;
	padding: 0;
	}
.cancel-comment-reply a{
	margin: 10px 10px 0 0;
	background: url(images/reply-cancel.gif) top right no-repeat;
	}
.cancel-comment-reply a:hover{
	background: url(images/reply-cancel.gif) -20px right no-repeat;
	color: #fff;
	}



/* 
 -- FORM 
*/

.error{
	color: #ebeca6;
	font-weight: bold;
	}
.success{
	color: #c4fcbe;
	font-weight: bold;
	}

#commentform{
	margin: 25px 0 0 0;
	}
form p,
#left form p{
	margin: 6px 0;
	}
	
input,
textarea{
	background: #fff;
	border: solid 1px #4a8d80;	
	color: #555;
	font-size: 13px;	
	}
	
input{
	padding: 3px 6px;
	margin: 0 5px 0 0;
	}	

textarea{
	width: 97%;
	height: 100px;
	margin: 4px 0;
	padding: 6px;	
	}
	
.submit{
	margin: 0 0 15px 0;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding: 5px 14px;
	font-size: 12px;
	color: #e27d33;
	background: #ebeca6
	}
.submit:hover{
	background:#a6ecda;
	color: #60a495;
	cursor: pointer;
	}
	
	
/* 
 -- FORM > THREADED REPLY
*/	
.commentlist #commentform{
	border: dotted 1px #a6ecda;
	margin: 0 0 0 78px;
	padding: 10px;
	}
.commentlist #respond h2{
	display: none;
	}
.commentlist #commentform #submit{
	margin: 0 0 0 0;
	}		
	

