/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file is usually used by Joomla,
however we structure our templates a little
differently for optimized use, for example:
We have seperated the template into 2 main css docs,

**For STRUCTURAL CSS, please see, layout.css 
(this contains the dimensions and main page
layout, only to be edited if you want to change
the page structure)

**For all graphical elements, typography, colors,
fonts and main joomla styles, edit this document
***/

/*TIP
**Use this (template_css.css) css document to add 
styles that will be used in the backend editor when
adding or editing content, this will help you maintain
a consistent look and feel throughout your website 
for more information, please email info@joomlajunkie.com*/

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	text-align: center;
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	text-align: center;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

.img_center {
	text-align: center;
	font-size: 9px;
}

caption {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}
