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

/*This calls the other css files!!*/
@import url(menu.css);
@import url(customise.css);
@import url(modules.css);

/***This css file is usually used by Joomla,
however we structure our templates a little
differently for optimized use, we have seperated
out the structural css with the colors etc:
This css file must not be edited unless you want
to change the structure of the template


**For STRUCTURAL CSS, please edit this layout! 
(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 the customise.css
and or color.css (could be yellow.css if using 
multiple themes)
***/

/*TIP
**Use the (editor_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
or read the readme file that came with your template*/

/*Start CSS*/

body {
margin:0;
padding:0;
color:#ccc;
}

.gutter {
padding:0 11px;
margin-top:5px;
}

div#wrapper {
width:760px;
margin:0 auto;
}

div#topa {
position:relative;
height:47px;
}

h1#branding {
position:absolute;
top:7px;
left:23px;
height:30px;
width:145px;
text-indent:-7474px;
margin:0;
padding:0;
z-index:101;
}

div#contentwrapper {
width:760px;
overflow:hidden;
}

div#sidebar {
float:left;
width:200px;
}

div#content {
position:relative;
float:left;
width:560px;
}

div#wrapper #footer {
height:30px;
line-height:30px;
float:left;
width:541px;
margin-left:199px;
display:inline;
font-size:0.8em;
padding:0 10px;
}