/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}


/* Redefine superscript tags, because by default in yoo_phoenix they are too high. */

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}
sup {
	bottom: 0.5ex;
}
sub {
	top: .5ex;
}

/* Redefine blockquote to remove odd yoo_phoenix formatting. */
blockquote {
	margin: 10px 0 10px 15px;
	font-style: normal;
	font-size: 100%;
}

/* REDEFINE LIST STYLE FOR 'POPULAR CONTENT' & LATEST THREADS MODULE LISTINGS: */
ul.foruminfo_monachos, li.foruminfo_monachos {
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
	list-style: none;
}

ul.mostread_monachos, li.mostread_monachos {
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
        padding-bottom: 0px;
	list-style: none;
}

/* The following are used solely on the 'Ascetic' page */
.indent1 {
	text-indent: 0.3in;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
.indent2 {
	text-indent: 0.5in;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}