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


.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
font-size: 1em;
border-bottom: 1px solid #AEBF33;
letter-spacing: 0.1em;
margin-bottom: 1em;
font-weight: bold;
color: #AEBF33;
line-height: 16px;
}

.ArticlePulloutRight{
width:30%;
padding:10px;
background-color:#ffffff;
color:#96b831;
border: 1px solid #e6e6e6;
float:right;
font: bold 12pt/1em Arial, 
Helvetica, sans-serif;
text-align:left;
letter-spacing: 0.05em;
margin-top:20px;
margin-left:15px;  
clear: both;
}

.ArticlePulloutLeft{
width:30%;
padding:10px;
background-color:#ffffff;
color:#96b831;
border: 1px solid #e6e6e6;
float:left;
font: bold 12pt/1em Arial, 
Helvetica, sans-serif;
text-align:left;
letter-spacing: 0.05em;
margin-top:20px;
margin-right:15px;  
clear: both;
}
