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

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none; }
	
body, .outline, .outline2 {
	background: #fff;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif; }
	
.header, .breadcrumbs, .right_column, .print_favs, .share_in_socials, .add_comment, .profile_comments, .bottom_navigation, .footer, .stars_views, .categories_title span {
	display: none; }
	
.categories_title {
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 10px 0px 10px 0px; }
	
a img {
	border: none;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc; }
	
.post {
	display: block;
	background: #fff; }
	
.profile_left {
	float: left;
	width: 260px; }
	
.profile_images img {
	box-shadow: 0px 1px 2px #b8b3b8;
	-moz-box-shadow: 0px 1px 2px #b8b3b8;
	-webkit-box-shadow: 0px 1px 2px #b8b3b8;
	margin: 0px 5px 5px 0px; }
	
.more_information {
	display: block;
	clear: both;
	height: auto;
	font-size: 12px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;  }
	
h1 {
	display: block;
	clear: both;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #ccc;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 10px 0px; }
	
.profile_right {
	float: left;
	height: auto;
	overflow: hidden;
	width: 370px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;  }
	
.subtitle_cl {
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold; }
	
.post_content {
	font-size: 12px; }

.post_content img {
	margin: 0px 5px 5px 0px; }
