/**
*** 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*/

body {
color: #777;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

.clr {
	clear: both;
}

	.button {
	/* button style for Joomla component, form and module buttons*/
		background: url(../images/button_bg.gif) repeat-x;
		border: 1px solid #B8DB6F;
		color: #FFFFFF;
		margin: 4px;
		font-weight: normal;
		text-align: center;
		padding: 1px 0 3px 0;
	}
	.inputbox {
	/* the look of input boxes in forms */
		font-size: 12px;
		color: #666;
		background: #dfe7a9;
		border: 1px solid #f9fbce;
		padding: 1px 3px;
		margin: 0;
	}
	h1 {
color: #AEBF33; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
color: #AEBF33; 
font-size: 1.3em; 
font-weight: bold;
}

h3 {
color: #AEBF33; 
font-size: 1.2em; 
font-weight: bold;
}

h4 {
color: #AEBF33; 
font-size: 1.1em; 
font-weight: bold;
}

h5 {
color: #AEBF33; 
font-size: 1em; 
font-weight: bold;
}

h6 {
color: #AEBF33; 
font-size: 0.9em;
font-weight: bold;
}