/*
  CSS definition for Website Baker module: Hello world
  Copyright (C) year, Authors name
  Contact me: author(at)domain.xxx, http://authorwebsite.xxx

  This CSS file is free software. You can redistribute it and/or modify it 
  under the terms of the GNU General Public License  - version 2 or later, 
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This CSS file is distributed in the hope that it will be useful, 
  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  GNU General Public License for more details.
*/
.mod_context_news_f {
	padding: 0 29px 0 29px;
}

/* adjust the surrounding container */
#col2 .mod_context_news_f {
	padding: 0;
}

#col3 .mod_context_news_f {
	padding: 0 29px 0 29px;
	font-size: 11px;
}

#col2 .mod_context_news_f H2 {
	
}

#col3 .mod_context_news_f H2 {
	margin-top: 0;
}

/* minimal display_mode */
.mod_context_news_mini_list_f {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.mod_context_news_mini_list_f LI {
	margin: 0 0 10px 0;
	list-style: none;
}

.mod_context_news_mini_list_f A {
	font-weight: bold;
	color: #000000;
}

/* standard display_mode */
.mod_context_news_list_f {
	margin: 0;
	padding: 0;
}

.mod_context_news_list_f LI {
	margin: 0 0 15px 0;
	list-style: none;
}

#col3 .mod_context_news_date_f {
	font-weight: bold;
	margin: 0 0 3px 0;
}
#col2 .mod_context_news_date_f {
	font-weight: bold;
	margin: 0 0 3px 0;
}

.mod_context_news_title_f {
	font-weight: bold;
	margin: 0 0 4px 0;
	text-align: left;
}
#col3 .mod_context_news_title_f {
}

.mod_context_news_title_f A {
	text-decoration: none;
	color: #000000;
}

#col2 .mod_context_news_short_f {
	text-align: justify;
	color: #000000;
}
#col3 .mod_context_news_short_f {
	margin: 0 0 7px 0;
	text-align: justify;
	color: #7f7f7f;
}

#col2 .mod_context_news_img_f {

}

#col3 .mod_context_news_img_f {

}

.mod_context_news_more_f A {
	display: block;
	background-position: right;
	background-repeat: no-repeat;
	line-height: 13px;
	height: 13px;
	font-weight: bold;
}
