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


h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

h1 {
	color: #333;
	font-size: 14px; 
	font-weight: bold;
}

h2 {
	color: #AEBF33 !important; 
	font-size: 13px;
	font-weight: bold;
}

h3 {
	color: #666;
	font-size: 14px;
	font-weight: normal !important;
}

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

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

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

h7 {
	font-weight: bold;
}
