/* General Classes
 ============================================================ */
.clear:after { 
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden; 
}
.clear { 
	clear: both;
  display:inline-block; 
}
/* Hides from IE-mac \*/
* html .clearfix {
  height:1%; 
}
.clear { 
  display:block; 
}

.fleft{
	float:left;
}
.fright{
	float:right;
}

/* Body
 ============================================================ */
 body{
 	background:#FFFFFF url('http://cdn.koombea.com/maxsez/assets/backgrounds/gray_bg.png') repeat-y;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
 }

 div#wrapper{
	margin-top: 40px;
}
 
 /* Sidebar
 ============================================================ */
 #sidebar{
	color: #7F7F7F;
	float: left;
	font-weight: bold;
	width: 355px;
 }

 #sidebar div#container{
	margin: 0 0 0 auto;
	text-align: right;
	width: 150px;
}

 #sidebar h1 a{
	background: transparent url('http://cdn.koombea.com/maxsez/assets/images/logo.png') no-repeat top left;
	display: block;
  float: right;
	height: 102px;
	text-align: left;
	text-indent: -9000px;
	width: 97px;
}

 #sidebar h1 a:hover{
	background-position: bottom left;
}

 #sidebar h2{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
}

#sidebar div.divider{
	background: transparent url('http://cdn.koombea.com/maxsez/assets/backgrounds/divider.png') repeat-x;
	clear: both;
	display: block;
	float: right;
	height: 2px;
	margin: 16px 0;
}

#sidebar div.divider#w_100{
	width:100px;
}

#sidebar div.divider#w_85{
	width:85px;
}

#sidebar ul#menu{
	font-size: 2.4em;
	letter-spacing: -1px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 20px;
}

#sidebar ul#menu li{
	margin: 0px;
}

#sidebar ul#menu li a{
	color: #7F7F7F;
	text-decoration: none;
}

#sidebar ul#menu li a:hover{
	color: #FA5206;
}

/* Buttons
============================================================ */

a.btn_rss_feed{
	background: transparent url('http://cdn.koombea.com/maxsez/assets/buttons/rss_feed.png') no-repeat;
	display: block;
	float: right;
	height: 37px;
	width: 85px;
	text-align: left;
	text-indent: -9000px;
}

a.btn_rss_feed:hover{
	background-position: left bottom;
}
 
 /* Content
 ============================================================ */
  #content{
	margin-left: 445px;
	overflow: hidden;
	padding-bottom: 40px;
	width: 500px;
 }

 #content a{
	color: #333333;
	font-weight: bold;
 }

 #content a:hover{
	color: #FA5206;
 }

 #content ul#posts{
	margin-bottom: 40px;
 }

 #content ul#posts li{
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px;
	padding-bottom: 14px;
 }

 #content ul#posts li span.date{
	background-color: #333333;
	color: #FFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }

 #content ul#posts li span.notes{
	background-color: #E1E1E1;
	color: #FFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }

 #content ul#posts li span.notes a{
	text-decoration: none;
 }

 #content ul#posts li div.post_icon{
	float: left;
	display: block;
	width: 37px;
 }

	#content ul#posts li div.post_content{
		margin-left: 53px;
	}
	
	#content ul#posts li div.post_content blockquote{
		background-color: #E1E1E1;
		border-left: 4px solid #CCC;
		font-style: italic;
		margin-bottom: 16px;
		padding: 16px;

	}
	
	#content ul#posts li.quote_post div.post_content{
		background-color: #E1E1E1;
		font-style: italic;
		padding: 16px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#content ul#posts li.quote_post p.quote_author{
		display: block;
		font-size: 1.2em;
		font-style: italic;
		margin-left: 53px;
		text-align: right;
		margin-top: 16px;
	}
	
	#content ul#posts li.picture_post div.post_content{
		margin-left: 0;
	}
	
/*	#content ul#posts li.picture_post div.post_content img{
		margin-bottom: 10px;
		overflow: hidden;
	}*/
	
	#content ul#posts li.picture_post div.post_content p{
		margin-top: 10px;
		overflow: hidden;
	}
	
	#content ul#posts li.chat_post div.post_content ol {
		background-color: #E1E1E1;
		padding: 16px;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#content ul#posts li.chat_post div.post_content ol li{
		border: none;
		margin: 0 0 10px 0;
		padding: 2px;
		list-style-type: none;
	}
	
	#content ul#posts li.chat_post div.post_content ol li:nth-child(even){
		background-color: #FFF;
	}
	
	
	#content ul#posts li div.post_content h3{
		font-size: 2.4em;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 22px;
		margin-bottom: 16px;
	}

 #content ul#posts li div.post_content h3 a{
	color: #333333;
	text-decoration: none;
	}

	#content ul#posts li div.post_content h3 a:hover{
		color: #FA5206;
		text-decoration: none;
	}
	
	#content ul#posts li div.post_content p{
		font-size: 1.2em;
		line-height: 20px;
		margin-bottom: 16px;
	}
	
	#content ul#actions li a{
		background-color: #E1E1E1;
		float: left;
		font-size: 1.2em;
		margin-right: 16px;
		text-decoration: none;
		padding: 16px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#content ul#posts li div.post_content ol.notes{
		margin-top: 16px;
		padding-bottom: 20px;
	}
	
	#content ul#posts li div.post_content ol.notes li{
		list-style-type:none;
		margin: 0;
		padding: 10px 0;
	}
	
	#content ul#posts li div.post_content ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
	}

	#content ul#posts li div.post_content ol.notes li:nth-child(even){
		background-color: #E1E1E1;
	}

	#content ul#posts li div.post_content ol.notes li.note span.action {
		font-weight: bold;
	 }

  #content ul#posts li div.post_content ol.notes li.note .answer_content {
  	font-weight: normal;
  }

  #content ul#posts li div.post_content ol.notes li.note blockquote {
	  border-color: #eee;
	  padding: 4px 10px;
	  margin: 10px 0px 0px 25px;
  }

 #content ul#posts li div.post_content ol.notes li.note blockquote a {
 		text-decoration: none;
 }