/* RESPONSIVE CSS FOR FORUM */


.responsive_avatar
	{
		display: none;
	}



@media screen and (max-width: 1024px) {
	table.table_grid td.dcsmallertextr {
		font-size: 0.80em;
		padding-left: 6px;
		padding-right: 6px;
	}
}


@media screen and (max-width: 820px) {

	body, #content_section
	{
	font-size: small;
	}

	.responsive1 {
		display: none;
	}

	div#upper_section div.user
	{
		width: 100%;
	}


.inner img {
	max-width:100%;
	max-height:100%;
	display: block;
	width: auto;
	height: auto;
}
}





@media screen and (max-width: 640px) {
	
	body, #content_section
	{
	font-size: 78%;
	}

	
	.responsive2 {
		display: none;
	}

	.poster
	{
		clear: left;
		clear: right;
		width: 100%;
	}
	
	.postarea
	{
	clear:left;
	width:auto;
	}

	.postarea, .moderatorbar
	{
	margin: 0 0 0 1em;
	}

	.keyinfo
	{
	margin-top: 10px;
	clear: left;
	clear:right;
	width: auto;
	}

	.poster h4
	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: .8em;
	}

	.responsive_avatar
	{
		display: inline;
		float: left;
	}


	.post, .personalmessage
	{
	min-height: 0px;
	}


}

@media screen and (max-width: 480px) {
	.responsive3 {
		display: none;
	}

	div.toprightbar
	{
	    right: 5px;
	}

}
