/*
 * ================================================================
   RAXO All-mode PRO J1.5 - Template CSS
 * ----------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Columns Template
 * @copyright	Copyright (C) 2009-2012 RAXO Group
 * @license		RAXO Commercial Licence
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * ================================================================
*/


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


/* ----- MODULE BOX Styles ----- */
.allmode_columns {
	margin-bottom: 8px;
}
.allmode_columns .allmode_name {												/* Module Block NAME */
	margin: 5px 0 0 0; padding: 0 10px 0 15px;
	font-size: 10px; font-weight: bold;
	color: #0a4580;
}
.allmode_columns .allmode_name a {
	font-weight: bold;
	text-decoration: none;
}
.allmode_columns .allmode_showall {												/* "Show All" TEXT */
	padding-right: 10px;
	text-align: right !important;
}


/* ----- INFO FIELDS Styles ----- */
.allmode_columns .allmode_section, .allmode_columns .allmode_category,
.allmode_columns .allmode_hits, .allmode_columns .allmode_author,
.allmode_columns .allmode_item .allmode_date {
	padding: 0 10px 0 17px;
	font-size: 11px;
	color: #18324b;
	background: url(icons.png) no-repeat 0 0;
}
.allmode_columns .allmode_section {background-position: 0 -100px;}
.allmode_columns .allmode_category {background-position: 0 -200px;}
.allmode_columns .allmode_hits {background-position: 0 -300px;}
.allmode_columns .allmode_author {background-position: 0 -400px;}
.allmode_columns .allmode_readmore {
	float: right;
	margin-right: 8px;
	font-size: 11px; line-height: 15px;
	text-align: right;
}
.allmode_columns .allmode_rating {												/* Item RATING */
	white-space: nowrap;
}
	.allmode_columns .allmode_star {
		display: inline-block;
		margin: 0 1px;
		width: 11px; height: 11px;
		background: url(rating.png) no-repeat 0 0;
		zoom: 1; *display: inline; /*IE7 Hack*/
	}
	.allmode_columns .allmode_star span {
		display: inline-block;
		width: 100%; height: 100%;
		background: url(rating.png) no-repeat 0 -20px;
	}


/* ----- TOP ITEMS Styles ----- */
.allmode_columns .allmode_topbox {												/* TOP Items Box */
	margin: 0 0 0 0px;														/* Remove unneccessary left margin of the first column (-32px) */
	/*width: 576x;*/															/* TOP box width (32 + 256 + 32 + 256 = 576px) */
	overflow: hidden;
}
.allmode_columns .allmode_topitem {												/* TOP Item DIV */
	float: left;																/* Assign float property */
	margin: 0px 0 5px 0px;														/* TOP column spacing (32px) */
	width: 300px;																/* TOP column width (256px) */
}
.allmode_columns .allmode_topitem .allmode_img img {							/* TOP Item IMAGE */
	border: 1px solid #ddd;
	margin: 0 0 0 0px;
}
.allmode_columns .allmode_topitem .allmode_title {								/* TOP Item TITLE */
	margin: 0px 0 8px 0; padding: 5 0 5 0px;
	font: normal 16px "Verdana","Geneva",sans-serif;
	color: #0a4580;
}
.allmode_columns .allmode_topitem .allmode_title a {
	font-weight: normal;
}
.allmode_columns .allmode_topitem .allmode_text {								/* TOP Item TEXT */
	margin: 6px 4px 0;
	overflow: hidden;
	font-size: 14px; line-height: 17px;
	color: #505050;
}


/* ----- TOP FIELDS Styles ----- */
.allmode_columns .allmode_topitem .allmode_info {								/* TOP Item Info DIV */
	padding: 6px 12px 4px;
	line-height: 15px;
	background-color: #f0f4f6;
	border-top: 1px solid #e3e7e9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.allmode_columns .allmode_topitem .allmode_date {								/* TOP Item DATE */
	margin: 0 4px 3px 0;
	font-size: 12px; font-weight: bold; font-style: italic;
	line-height: 20px; text-align: right !important;
	color: #0a4580;
}
.allmode_columns .allmode_topitem .allmode_comments {							/* TOP Item COMMENTS */
	font-size: 14px; font-weight: normal;
	color: #505050;
}
.allmode_columns .allmode_topitem .allmode_comments a {
	font-weight: normal;
}


/* ----- ITEMS Styles ----- */
.allmode_columns .allmode_itemsbox {
	margin: 0 0px 0px;
	
}
.allmode_columns .allmode_item {
	float: left;																/* Assign float property */
	margin: 0px 16 0 0px;														/* Column spacing (32px) */
	width: 384px;																/* Column width (256px) */
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.allmode_columns .allmode_item .allmode_title {									/* Item TITLE */
	margin: 5px 0 4px 0; padding: 0 4px;
	font-size: 14px; font-weight: bold;
	color: #0a4580;
}
.allmode_columns .allmode_item .allmode_title a {
	margin: 16px 0px 3px !important;
	font: normal 14px "Verdana","Geneva",Times,serif;
}
.allmode_columns .allmode_item .allmode_img {									/* Item IMAGE */
	float: left;
	margin: 0px 12px 6px 0; padding: 2px;
	border: 1px solid #ddd;
	background-color: #f6f5f5;
}
.allmode_columns .allmode_item .allmode_text {									/* Item TEXT */
	font: normal 11px/17px Helvetica,Arial,sans-serif;
	color: #373737;
}


/* ----- FIELDS Styles ----- */
.allmode_columns .allmode_item .allmode_info {									/* Item Info DIV */
	margin-top: -4px; padding-bottom: 2px;
	font-size: 10px; line-height: 16px;
	font-style: italic;
	color: #1B7906;
}
.allmode_columns .allmode_item .allmode_comments {								/* Item COMMENTS */
	padding: 0 10px 0 15px;
	background: url(icons.png) no-repeat 0 -61px;
}
.allmode_columns .allmode_item .allmode_comments a {
	font-weight: normal;
}
