/*
 * YOOtheme template club
 * Copyright (C) 2007 YOOtheme
 * http://www.yootheme.com
 */

/* layout styling */
@import url(layout.css);

/* menu styling */
@import url(menu.css);

/* module styling */
@import url(module.css);

/* general tag styling */
@import url(general.css);

/* Joomla core styling */
@import url(joomla.css);

/* Third party extensions styling */
@import url(extensions.css);
                               


#cifs {
	width:150px;
	height:320px;
	margin:0px;
	padding:0px 4px;
	overflow:hidden;
}
/*
If you want to add custom styling, simply modify or comment out -and replace with your own- all the css code below.
Do not use any "color" attributes or else the Fading Scroller script will not work!
*/
#cifs {} /* Fading Scroller box outer container */
#cifs h1 {font-size:10px;padding:0px;margin:0px;font-weight:normal;background:none;border:none;} /* Section/Category */
#cifs h2 {font-size:12px;padding:0px;margin:4px 0px 4px 0px;} /* Item title */
#cifs h4 {font-size:9px;padding:0px;margin:0px 0px 4px 0px;font-weight:normal;background:none;border:none;} /* Date */
#cifs div.cifs_introtext {padding:0px;margin:0px;} /* Style the introtext here */
#cifs div.cifs_introtext p {padding:0px;margin:0px; color: #646464;} /* Remove paragraph spacing */
#cifs span {display:block;font-size:10px;padding:0px;margin:4px 0px 0px 0px;text-align:right;} /* "Readmore" button */

