/*
#navigation_box {
	background-color	: #20458c !important;
	border-bottom		: 1px dashed #fff !important;
	padding				: 2px 2px 3px !important;
	font-size : 10pt !important;
	display : block !important;
	font-family : Arial !important;
	height : 22px !important;
	line-height : 14px !important;
	position : absolute !important;
	border-top : 0px !important;
	border-right : 0px !important;
	border-left : 0px !important;
	-webkit-border-radius : 0px important;
	left : 0 !important;
	top : 0 !important;
	z-index : 900000 !important;
	width : 100% !important;
	margin : 0 !important;
}

#wrapper {
	z-index : 1 !important;
}

#navigation_box a {
	color				: #fff !important;
	font-size : 10pt !important;
	display : inline-block !important;
	font-family : Arial !important;
	line-height : 14px !important;
	border : none !important;
	margin : 0 !important;
	padding : 0 !important;
	
}

#left_navigation_box {
	float				: left !important ;
	text-align			: left !important;
	color : white !important;
	width				: auto;
	font-size : 11pt !important;
	display : block !important;
	font-family : Arial !important;
	margin : 0 !important;
	padding : 0 !important;
	position : relative !important;
	left : 0 !important;
	top : 0 !important;
	height : 22px !important;
	line-height : 14px !important;
	border : none !important;
}

#right_navigation_box {
	float				: right !important;
	text-align			: right !important;
	width				: auto !important;
	color : white !important;
	font-size : 11pt !important;
	position : relative !important;
	display : block !important;
	font-family : Arial !important;
	height : 22px !important;
	right : 0 !important;
	margin : 0 !important;
	padding : 0 !important;
	top : 0 !important;
	line-height : 14px !important;
	border : none !important;
}


*/
/* Start deleted post */

.cmty-post-is-deleted .commentwrap {
	display: none !important;
	background-color: #ddd !important;
}

.cmty-post-is-deleted .modactions {
	display: none !important;
}

.cmty-post-is-deleted .cmty-post-deleted-info {
	display: block !important;
}

.cmty-deleted-info-post-open {
	display: none !important;
}

.cmty-post-deleted-info {
	position: relative !important;
	width: 100% !important;
	background-color: #fff !important;
	padding: 5px !important;
}

.cmty-undelete-post {
	float: right !important;
}

.cmty-post-deleted-open .commentwrap {
	display: block !important;
}

.cmty-post-deleted-open .cmty-deleted-info-post-closed {
	display: none !important;
}

.cmty-post-deleted-open .cmty-deleted-info-post-open {
	display: block !important;
}

/* End deleted post */

@media (max-width: 480px), (max-height: 480px) {
	a.blog-info {
		display: none !important;
	}
}
