/*Links and things...*/
A 
{
	font: small-caps 14px arial;
	color: #888888;
}

A:link 
{
	text-decoration:none;
	font-family: arial; 
	font-weight:normal;
}

A:visited 
{
	font: small-caps 14px arial;
	color: #888888;
}

A:hover 
{
	font-weight:normal; 
	color: #FFFFFF; 
	background:#888888
}

A:active 
{
	font-weight: normal;
}

/*Body*/
body
{      
	font-family: Arial, sans-serif;
	background-color:#fcfefb;
}

/*The MMAAIINNNN div, baby!*/
.main
{
	background-color:#fcfefb;
	text-align:center;
	width:700px;
}

/*The div that holds the image for comments*/
.commentImg
{
	background-color:#fcfefb;
	text-align:left;
}

.commentBlock
{
	background-color:#ebedea;
	text-align:left;
	border-left:10px;
	width:300px;
}


.commentContainer
{
	background-color:#fcfefb;
	border-color:#CCCCFF;
	border-style: double double none double;
	width:700px;
}



.commentReplyContainer
{
	background-color:#fcfefb;
	border-color:#CCCCFF;
	border-style: double double none double;
	width:687px;
	padding-bottom:5px;
}

.commentFrom
{
	background-color:#ebedea;
	text-align:left;
	border-left:10px;
	width:300px;
}

.commentTime
{
	background-color:#ebedea;
	text-align:right;
	float:right;
	font: small-caps 9px arial;
}


.commentReply
{
	background-color:#fcfefb;
	text-align:right;
	float:right;
	padding-right:10px;
	font: small-caps 9px arial;
	cursor:hand;
}

.commentBody
{
	background-color:#fcfefb;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	font: small-caps 11px arial;
}
.commentPost
{
	background-color:#fcfefb;
	border-color:#CCCCFF;
	text-align:left;
	border-style: double none none none;
	padding-left:6px;
	padding-top:10px;
	width:700px;
	height:150px;
}

.postComment
{
	cursor:hand;
}

/*The bar across the top*/
.topbar
{
	background-color:#f0f0f0;
	text-align:center;
	width:700px;
	height: 20px;
}
/*Back, back, forth and forth. C'mon let me see you go.*/
.navigation
{
	background-color:#f0f0f0;
	text-align:center;
	width:700px;
	height: 20px;
	color: #4444FF;
}
