/*
 * ================================================================
   RAXO All-mode PRO - Template CSS
 * ----------------------------------------------------------------
 * @package		Joomla! 1.5.x
 * @subpackage	RAXO All-mode PRO
 * @copyright	Copyright (C) 2009-2010 RAXO Group
 * @license		GNU General Public License v2.0
				http://www.gnu.org/licenses/gpl-2.0.html
 * @link		http://raxo.org
 * ================================================================
*/


/* ----- RESET Styles ----- */
.allmode_name, .allmode_title, .allmode_showall, .allmode_img img {
	margin: 0; padding: 0;
	border: 0 none;
}
.allmode_clear {
	clear: both;
}


/* ----- MODULE BOX Styles ----- */
.allmode_box {
	border-top: 5px solid #AD8F70;
}
.allmode_name {
	margin: 5px 0 10px 0; padding: 0 10px 0 15px;
	font-size: 13px; font-weight: bold;
	text-transform: uppercase;
	color: #0a4580;
}
.allmode_showall {
	padding-right: 10px;
	text-align: right;
}


/* ----- INFO FIELDS Styles ----- */
.allmode_date {
	display: block;
	padding-left: 17px;
	font-size: 12px; line-height: 20px;
	font-style: italic; font-weight: bold;
	color: #0a4580;
	background: url(icons.png) no-repeat 0 3px;
}
.allmode_section, .allmode_category, .allmode_hits, .allmode_author {
	padding: 0 10px 0 17px;
	font-size: 14px;
	color: #18324b;
	background: url(icons.png) no-repeat 0 -100px;
}
.allmode_category {
	background-position: 0 -200px;
}
.allmode_hits {
	background-position: 0 -300px;
}
.allmode_author {
	background-position: 0 -400px;
}
.allmode_readmore {
	float: right;
	margin-right: 8px;
	font-size: 14px; line-height: 15px;
	text-align: right;
}


/* ----- TOP ITEMS Styles ----- */
.allmode_topbox {
	margin: 0 0 20px -32px;								/* Remove unneccessary left margin of the first column (-32px) */
	/*width: 576px;*/									/* TOP box width (32 + 256 + 32 + 256 = 576px) */
	overflow: hidden;
}
.allmode_topitem {
	float: left;										/* Assign float property */
	margin: 20px 0 0 32px;								/* TOP column spacing (32px) */
	padding-bottom: 6px;
	width: 256px;										/* TOP column width (256px) */
	overflow: hidden;
	border-bottom: 3px solid #d5e6f7;
}
.allmode_topitem .allmode_title {
	margin: 10px 0 8px 0;
	font-size: 17px; font-weight: bold;
	color: #0a4580;
}
.allmode_topitem .allmode_img img {
	border: 5px solid #d5e6f7;
}
.allmode_topitem .allmode_text {
	margin-top: 6px;
	font-size: 14px; line-height: 17px;
	color: #505050;
}


/* ----- ITEMS Styles ----- */
.allmode_itemsbox {
	margin: 0 0 2px -32px;								/* Remove unneccessary left margin of the first column (-32px) */
	padding-bottom: 8px;
	overflow: hidden;
	border-bottom: 4px solid #AD8F70;
}
.allmode_item {
	float: left;										/* Assign float property */
	margin: 12px 0 0 32px;								/* Column cpasing (32px) */
	width: 435px;										/* Column width (256px) */
	overflow: hidden;
}
.allmode_item .allmode_title {
	margin: 5px 0 4px 0;
	font-size: 15px; font-weight: normal;
	color: #0a4580;
}
.allmode_item .allmode_info {
	margin-bottom: 8px;
	padding: 2px 10px 0 14px;
	background-color: #f7f0ec;
}
.allmode_item .allmode_img {
	float: left;
	margin: 2px 16px 8px 0;
	border: 3px solid #AD8F70;
}
.allmode_item .allmode_text {
	font-size: 14px; line-height: 15px;
	color: #505050;
}