#community_middle {
	position: static;
}

h1.channel_name {
	margin-bottom:0px;
	margin-top:0px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #eaeaea;
	font-size: 20px;
	line-height: normal;
}

#status a, #posts a {
	color: #b4142a;
	font-weight: normal;
}

div.post {
	position: relative; /* do not remove */
	padding: 5px 0;
}

div.divider {
	background: url(../images/channel_divider.jpg) no-repeat;
	clear:both;
	height:1px;
	margin:5px 0px;
	overflow:hidden;
	width:100%;
}

.post_info {
	color: #666;
	margin-bottom: 10px;
}

.post_photo {
	float: left;
	width: 70px;
}

.post_content {
	overflow: hidden;
}

.profile_link {
	font-weight:bold;
}

.profile_link a {
	color:black !important;
	font-weight:bold !important;
}

.profile_link a:hover {
	color:#B4142A !important;
}

div.likes {
	padding: 5px;
	padding-top: 11px;
	margin-top: 10px;
	background: url(../images/channel_arrow.png) no-repeat #f0ede7;
}

#status {
	padding-top: 8px;
	background-image: none;
	margin-bottom:20px !important;
}

div.comment {
	position: relative; /* do not remove */
	padding: 5px;
	padding-top: 12px;
	margin-top: 10px;
	background: url(../images/channel_arrow.png) no-repeat #f0ede7;
}

div.likes + div.comment {
	margin-top: 10px;
	background-image: none;
	background: #f0ede7;
}

div.comment.darker {
	background-color: #d4cfc4;
}

div.comment.add {
	margin-top: 10px;
}

div.comment + div.comment, div.likes + div.comment {
	margin-top: 2px;
	padding-top: 5px;
	background-image: none;
}

div.clear {
	clear: both;
}

a.action {
	margin-left: 10px;
}

a.action.comment {
	background: url(../images/icons/channel_comment.gif) no-repeat;
	padding-left: 24px;
	padding-bottom: 4px;
}

a.action.like {
	background: url(../images/icons/channel_like.gif) no-repeat;
	padding-left: 24px;
	padding-bottom: 4px;
}

input {
	height: 24px;
	padding: 0 4px;
	border: 1px solid #e0e0e0;
}

input[type="text"] {
	width: 400px;
}

input[type="image"], input[type="submit"], input[type="button"], input[type="file"] {
	vertical-align: top;
	height: 24px;
	border: none;
	padding-left: 0;
}

#loader {
	display: none;
	vertical-align: middle;
}

div.attach {
	padding: 4px;
}

div.attach a {
	margin-left: 5px;
}

img.preview {
	width: 60px; 
	vertical-align: middle; 
	margin-right: 10px;
}

img.thumbnail {
	margin: 0;
	vertical-align: middle;
}

a.thumbnail + a.thumbnail {
	margin-left: 5px;
}

div.blog {
	padding: 10px;
	border: 1px solid #ddd;
}

a.deletePost, a.deleteComment {
	position: absolute;
	right: 10px;
}

div.modal {
	position: absolute;  
	padding: 15px;
	display: none;
	z-index: 9999;
	background: #fff;
}

#modal_error {
	width: 300px;
	height: 150px;
	line-height: 1.4em;
	border: 4px solid #525252;
}

#modal_error p {
	padding: 5px 0;
	margin: 1em 0;
}

#modal_image p {
	margin: 0;
}

#mask {  
	position: absolute; 
	z-index: 9000;  
	background-color: #000;  
	display: none;
}
.tiger-hint {
	margin-bottom: 5px;
}

