.content-container{
	background-color:#dee0ac;
	padding:10px; 
	margin-bottom:10px; 
}

.content-container .message,
.content-container .navigation, 
.content-container .topNavigation{ 
	margin-top:15px;
	padding:3px;
	text-align:justify;
	font-size:12px; 
	color:#000; 
	background-color:#FFFFFF; 
	margin-bottom:20px;
}

.content-container .message{
	padding:10px;
	line-height:20px;
}

.content-container .navigation, 
.content-container .topNavigation{
	text-align:center;	
}

.content-container .navigation .title,
.content-container .navigation .title a, 
.content-container .navigation .navElement, 
.content-container .navigation .navElement a, 
.content-container .topNavigation .topNavElement, 
.content-container .topNavigation .topNavElement a{
	font-size:18px; 
	text-decoration:none;
	color:#000; 
	padding-bottom:10px;
}

.content-container .topNavigation .topNavElement, 
.content-container .topNavigation .topNavElement a{
	font-size:14px;
}

.content-container .topNavigation .topNavElement{
	display:inline;
	padding:10px;
}

.content-container .navigation .navElement{
	display:inline;	 
	padding:10px; 
}

.content-container .navigation .navElement span.disabled,
.content-container .topNavigation .topNavElement span.disabled{
	color:#999;
}

.content-container .message .image{
	margin: 0 auto; 
	padding-top:10px; 
	padding-bottom:10px; 
	width:100%; 
	text-align:center;
}

.message-footer{
	width:630px;
	height:50px;
	background-image:url("/images/edemia-content-bottom.png");
	background-repeat:no-repeat;
	margin-top:-20px;
}

.content-container .subject{
	background-color:#FFFFFF;	
	height:55px; 
	padding:10px;
}

.content-container .subject .avatar{
	display:inline;	
	float:left;
}

.content-container .subject img,
.content-container .subject .avatar{
	height:55px;
	width:55px;
}

.content-container .subject .subject-content{
	display:inline; 
	position:relative;
 	left:10px;
}

.content-container .subject-content .title,
.content-container .subject-content .title a{	
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#000; 
}

.content-container .subject-content .details{
	font-size:9px; 
	font-weight:bold;
	text-transform:uppercase;
	color:#000; 
}



.content-container .img-left,
.content-container .img-left img{
	padding-right:10px;
	padding-bottom:10px;
}

.content-container .img-right,
.content-container .img-right img{
	padding-left:10px;
	padding-bottom:10px;
}

.content-container .img-right{
	float:right;	
}

.content-container .img-left{
	float:left;	
}

.content-container #bottomNav_content{
	padding-top:2px;
}

.content-container #bottomNav_content a{
	color:##009900;	
	text-decoration:none;
}

.content-container #bottomNav_content a:hover{
	color:#00CC00;
	padding-top:20px;	
	text-decoration:underline;
}

/* COMMENTS */
.custom-page .contentComment .user-details{
	vertical-align:top;
	width:150px; 
}

.custom-page .contentComment .user-details .username{
	font-size:16px;
	padding-top:5px;
}

.custom-page .contentComment .user-details .avatar{
	height:100px;
	width:100px;
	border:1px solid #999; 
	background-color:#FFF;
	overflow:hidden;
}

.custom-page .contentComment .user-details .avatar img{
	height:100px;
	width:100px; 
	text-align:center;
}

.custom-page .contentComment .user-details .post{
	font-size:10px;
	padding-top:5px;
}

.custom-page .contentComment .message,
.custom-page .contentComment .user-details{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;	
}

.custom-page .contentComment .message{ 
	width:400px;  
	vertical-align:top; 
	padding-left:5px; 
	text-align:justify;
	line-height:20px;
}
