/* CSS for phpbb snippet for modX

written by: Robbin "RWQ" Oost (http://www.crea-design.nl/) @15 feb 2007. 
modified by: Christoph "Gigi" Fuchs (http://cgf.at/) @5 apr 2008.

*/

div.phpbb_post { 
	font-family: Arial, Helvetica, sans-serif, 'Tahoma';
	/*width: 446px;*/
	padding: 10px;
	margin-bottom: 1em;
	padding-bottom: 45px;
	border-bottom: 1px solid #ddd;
	/*background: url(/assets/templates/ripbmxibkv2/images/bmxer_vector_tailwhip_line_mixed_gray.png) bottom repeat-x;*/
}

.phpbb_head {
	font-size: 8pt;
	color:#666;
}

.phpbb_head p {
	padding: 0;
	margin: 2px 0 10px 0;
}

.phpbb_post h3 { 
	font-size: 16px; 
	margin: 0;
	padding: 0;
}

.phpbb_content { 
	text-align: justify;
	line-height: 14pt;
}

.phpbb_content img {
	border: none;
}

.phpbb_avatar {
	width: 100px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
} 

.phpbb_foot {
	font-size: 12px;
}

/* Code for 'basic' phpBB actions */

.quote {
	margin-left: 15px;
	font-style: italic;
	border-left: #999999 5px solid;
	margin-top: 5px;
	padding-left: 6px;
}

.code {
	margin-left: 15px;
	padding: 4px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	border: #CCCCCC 2px solid;
}




