/**
*** 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 {
background: #000000 url(../images/pop_bkg.jpg) no-repeat;
color: #FFFFFF;
font: 76.1%/1.3em Arial, Verdana, Helvetica, sans-serif;
}

.inputbox {
/* the look of input boxes in forms */
background: #000000 url(../images/bg_textarea.gif);
background-repeat: repeat-x;
border:	1px solid #AAAAAA;
font-size: 10px;
color: #FFFFFF;
margin:	2px 0px;
}


.button {
/* the look of input boxes in forms */
background: #000000 url(../images/button_bg.gif);
background-repeat: repeat-x;
font-size: 8px;
color: #FFFFFF;
margin:	2px 0px;
}

.readon {
/* the look of input boxes in forms */
background: #000000 url(../images/button_bg.gif);
background-repeat: repeat-x;
font-size: 10px;
color: #FFFFFF;
margin:	2px 0px;
}

.buttonlook {
/* the look of input boxes in forms */
background: #000000 url(../images/button_bg.gif);
background-repeat: repeat-x;
font-size: 10px;
color: #FFFFFF;
padding: 2px;
}
