/* Blog CSS Document */



/******** BLOG CLASSES ***********************/
.blogDate{
	color:#444444;
	font-weight:bold;
	}

.article{
	margin-bottom:20px;
	}
	
#blogMenu div{
	display:inline;
	}
	
#blogLeft{
	float:left;
	}

#blogRight{
	float:right;
	}	
/*********************************************/


/********* COMMENT CLASSES *******************/
.commentBox{
	border:1px dotted #999999;
	background:#666666;
	color:#FFFFFF;
	padding:4px;
	overflow:hidden;
	}
	
.commentBox div{
	margin:3px;
	}
	
.commentBox .close{
	cursor:pointer;
	border:1px solid #FFFFFF;
	font-weight:bold;
	float:right;
	padding:2px;
	width:15px;
	height:15px;
	text-align:center;
	}

.commentBox div text{
	border:1px solid #666666;
	font-size:12px;
	}
	
.commentBox div textarea{
	border:1px solid #666666;
	font-size:12px;
	width:300px;
	height:100px;
	}
	
.commentBox div input{
	border:1px solid #666666;
	}			

.commentBox{
	border:1px dotted #999999;
	background:#666666;
	color:#FFFFFF;
	padding:4px;
	overflow:hidden;
	margin-bottom:5px;
	}

.commentsUser{

	}
	
.commentsDate{
	font-size:11px;
	}	


.commentsButton{
	height:17px;
	width:75px;
	text-align:center;
	float:right;
	border:1px solid #FFFFFF;
	padding:3px;
	font-size:12px;
	cursor:pointer;	
	color:#FFFFFF;
	}
	
.commentsDelete{
	background:#520000;
	}
	
.commentsApprove{
	background:#000139;
	}
/*********************************************/

/*********                     ***************/

/*********************************************/
