@charset "utf-8";
/* CSS Document */

.alignleft{float: left; margin: 5px;}
.alirngright{float: right;  margin: 5px;}

.timeStamp {
font-size: 11px;
}

/* ========================================= */
/* Sidebar================================== */
/* ========================================= */
#sideBar ul ul {
	margin: 0px 10px 15px 10px;
}



.postNavigation{
	width: 300px;
}

.previousLink{
	text-align: right;
}

/* ========================================= */
/* Comments================================== */
/* ========================================= */
#comments{margin-top: 40px;}
#commentlist{margin-bottom: 50px;}
#commentlist p{
	margin-bottom: 0px;
}


#commentlist ul{
	margin: 0px;
}

#commentlist ul li{
	padding: 10px;
	list-style: none;
	margin: 0px;
	height: 100%; overflow:hidden;
}

#commentlist .even{
	background: #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}

#commentform p{
	margin-bottom: 0px;
}

#commentlist ul li.depth-2{
margin-left: 50px;
}

#commentlist ul li.depth-3{
margin-left: 100px;
}

#commentlist ul li.depth-4{
margin-left: 150px;
}

#commentlist ul li.depth-5{
margin-left: 200px;
}

.avatarDiv{
width: 50px;
}

.commentsDiv{
width: 545px;
margin-left: 5px;
}

#commentlist ul li.depth-2 .commentsDiv{
width: 500px;
}

#commentlist ul li.depth-3 .commentsDiv{
width: 450px;
}

#commentlist ul li.depth-4 .commentsDiv{
width: 400px;
}
#commentlist ul li.depth-5 .commentsDiv{
width: 350px;
}