/*
 * ================================================================
   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_column {
padding-left: 5px;
}
.allmode_column .allmode_name {
	margin: 5px 0 10px 0; padding: 0 10px 0 15px;
	font-size: 13px; font-weight: bold;
	text-transform: uppercase;
	color: #0a4580;
}
.allmode_column .allmode_showall {
	padding-right: 10px;
	text-align: right;
}


/* ----- INFO FIELDS Styles ----- */
.allmode_column .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_column .allmode_section, .allmode_column .allmode_category,
.allmode_column .allmode_hits, .allmode_column .allmode_author {
	padding: 0 10px 0 17px;
	font-size: 11px;
	color: #18324b;
	background: url(icons.png) no-repeat 0 -100px;
}
.allmode_column .allmode_category {
	background-position: 0 -200px;
}
.allmode_column .allmode_hits {
	background-position: 0 -300px;
}
.allmode_column .allmode_author {
	background-position: 0 -400px;
}
.allmode_column .allmode_readmore {
	float: right;
	margin-right: 30px;
	font-size: 11px; line-height: 25px;
	text-align: right;
}


/* ----- TOP ITEMS Styles ----- */
.allmode_column .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_column .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_column .allmode_topitem .allmode_title {
	margin: 10px 0 8px 0;
	font-size: 17px; font-weight: bold;
	color: #0a4580;
}
.allmode_column .allmode_topitem .allmode_img img {
	border: 5px solid #d5e6f7;
}
.allmode_column .allmode_topitem .allmode_text {
	margin-top: 6px;
	font-size: 14px; line-height: 17px;
	color: #505050;
}
.allmode_column .allmode_topitem .allmode_comments {
	font-size: 14px; font-weight: normal;
	color: #505050;
}


/* ----- ITEMS Styles ----- */
.allmode_column .allmode_itemsbox {
	margin: 10px 0 2px 5px;								/* Remove unneccessary left margin of the first column (-32px) */
	padding-bottom: 2px;
	overflow: hidden;
}
.allmode_column .allmode_item {
	float: left;										/* Assign float property */
	margin: 12px 5px 0 20px;								/* Column cpasing (32px) */
	width: 247px;		
	height: 173px;								/* Column width (256px) */
	overflow: hidden;
	background-image: url(../../../../templates/stranzl/images/newsback.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.allmode_column .allmode_item .allmode_title {
	margin: 20px 0 4px 20px;
	font-size: 13px; font-weight: bold;
	color: #676A23;
}
.allmode_column .allmode_item .allmode_info {
	margin-bottom: 8px;
	padding: 2px 10px 0 6px;
	background-color: #f0f4f6;
}
.allmode_column .allmode_item .allmode_img {
	float: left;
	margin: 2px 16px 8px 0;
	border: 3px solid #d5e6f7;
}
.allmode_column .allmode_item .allmode_text {
	font-size: 13px; line-height: 15px;
	color: #505050;
	margin: 0px 20px 4px 20px;
}
.allmode_column .allmode_item .allmode_comments {
	font-size: 12px;
	color: #505050;
}

a.readmore_rax:link, a.readmore_rax:visited {
background-image: url(../../../../templates/stranzl/images/arrowstart.gif);
background-repeat: no-repeat;
background-position: center left;
	color: #E5067D;	
	text-decoration: none;
	padding-left: 65px;
	line-height: 19px;
	height: 19px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

a.readmore_rax:hover {
	color: #676A23;
	text-decoration: none;
	font-weight: bold;
}
