/* ALIGN classes
-------------------------------------------------------------- */

.alignleft{
	float: left;
	margin: 0px 20px 20px 0px;
}

.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}




/* IMG classes
-------------------------------------------------------------- */

p.wp-caption-text{
	margin: 0px;
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	padding: 4px;
}

#content img{
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	padding: 4px;
}




/* Table classes
-------------------------------------------------------------- */

table{
	margin: 10px;
	border-top: 4px solid #D0D0D0;
}

tbody{
	
}

td{
	
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	margin: 3px;
	padding: 4px;
	color:#000;
	line-height: 1.5em;
	text-align: center;
}


/* Widget classes
-------------------------------------------------------------- */









/* Comment classes
-------------------------------------------------------------- */



ol.commentlist{
	margin: 0px;
}


ol.commentlist li{
	list-style-type: none;
	margin: 0em;
	padding: 0px;
}

.comment{
	width: 290px;
}

.commentTop{
	background: transparent url(../assets/common/comment_top.png) no-repeat scroll 0px 0px;
	width: 290px;
	height: 10px;
	font-size: 1px;
}

.comment-body{
	background: transparent url(../assets/common/commentBKD.png) repeat-y scroll 0px 0px;
	width: 290px;
}

.vcard{
	width: 72px;
	height: 72px;
	display: block;
	margin-left: 10px;
}

.vcard img{
	background-color: #CECECE;
	border: 1px solid #C2C2C2;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

.comment-content{
	margin: 2px 0px 10px 10px;
	width: 170px;
}

.comment-text{
	color:#333;
	display: inline;
	padding-bottom: 10px;
	font-size: 80%;
}

.comment-text p{
	display: inline;
}

.comment-approval{
	font-size: 80%;
	color:#990000;
}

.comment-author-deets{
	font-size: 80%;
	margin-bottom: 10px;
}

.commentmetadata{
	background: transparent url(../assets/sections/blog/icon_commentBullet.png) no-repeat scroll left top;
	padding: 0px 0px 4px 25px;
	font-size: 80%;
}

#page .commentmetadata a{
	color:#999;

}

.commentBottom{
	background: transparent url(../assets/common/comment_bottom.png) no-repeat scroll bottom center;
	height: 25px;
	width: 290px;
	margin-bottom: 20px;
}












