/*----------------------------------------------------------------------------
Stylesheet for all layout styles

Template Name:   JJ Rasper
Version:         1.0
Author:          JoomlaJunkie
Author URL:      http://www.joomlajunkie.com
Template Guide:  http://guides.joomlajunkie.com
Support:         http://support.joomlajunkie.com

Stylesheet Index:
	$1 - Info
	$2 - Structural CSS
	$3 - 
	$4 - 
	$5 - 
	
NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $2 for Sidebar menu
----------------------------------------------------------------------------*/

/* $1 - Info
----------------------------------------------------------------------------*/
/* This calls the other css files!! */
@import url(customise.css);
@import url(menu.css);

*{
	margin: 0;
	padding: 0;
}

.padding{
	padding: 10px;
}

p{
	padding-bottom: 10px;
}

hr{
	margin: 10px 0;
}

body{
	text-align: center;
	background: #B77F59;
	font: normal 76%/160% Arial, Helvetica, Geneva, sans-serif;
}

/* Site Wrap */
#wrapper{
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

#wrapper #main-outer{
	background: url(../images/bg-bottom.jpg) repeat-x top;
}

/* Center Top and Sub Sections */
.center-contents{
	width: 779px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Top Section */
#top{
	height: 52px;
	background: url(../images/bg-top.jpg) repeat-x;
	position: relative;
	border-bottom: 1px solid #fff;
}

/* Clickable Logo */
#top h1{
	padding: 0;
	margin: 0;
}
#top h1 a{
	width: 156px;
	height: 61px;
	text-indent: -7998px;
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	outline: none;
}

/* Sub Section */
#sub{
	background: #A23E00 url(../images/bg-middle.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

#sub .sub-one{
	float: left;
	width: 220px;
}

#sub .sub-two{
	float: right;
	width: 550px;
}

* html #sub .sub-two{
	margin-right: -10px;
}

#sub .sub-two #fpss-container {
	clear:both;
	border:1px solid #fff;
	background:#CCCC9A;
	padding:4px;
	margin:20px auto 0 auto;
}

/* Random Image - Showcase Styling */
#sub .sub-two .moduletable-showcase img{
	border:1px solid #fff;
	background:#CCCC9A;
	padding:4px;
	margin:20px auto 0 auto;
}

/* Site Pathway */
#sub #sitepath{
	position: absolute;
	top: 8px;
	left: 235px;
	color: #FFC48F;
	font: normal 11px Arial;
	text-transform: capitalize;
}

#sub #sitepath a{
	color: #fff;
	margin-right: 5px;
	text-transform: capitalize;
}

/* Main Section */
#main{
	background: url(../images/faux-bg.jpg) repeat-y;
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	height: 1%;
}

#content{
	width: 547px;
	float: right;
	margin-right: 5px;
	position: relative;
	background: url(../images/content-inner-shadow.jpg) repeat-x;
}

* html #content{
	width: 552px;
	margin-right: 0;
}

#rss{
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	width: 58px;
	height: 46px;
}

#sidebar{
	width: 224px;
	float: left;
}

.top-search{
	margin-top: -18px;
	margin-left: -1px;
	position: relative;
}

* html .top-search{
	margin-bottom: -10px;
}

.top-search input{
	background: url(../images/search-bg.jpg) no-repeat;
	border: none;
	padding: 13px 0 0 40px;
	margin: 0 0 -10px 0;
	width: 185px;
	height: 25px;
	color: #fff;
	font-weight: normal;
}

* html .top-search input{
	padding: 13px 0 10px 40px;
	margin: 0 0 -10px 0;
	width: 185px;
	height: 25px;
}

/* Bottom Footer Section */
#footer{
	height: 41px;
	background: url(../images/footer-bg.jpg) repeat-x;
	overflow: hidden;
}

#footer .btm-menu{
	width: 500px;
	float: left;
}

#footer .credits{
	width: 265px;
	color: #8EB8CF;
	float: right;
	line-height: 41px;
	text-align: right;
	padding-right:10px;
}

#footer .credits a{
	color: #8EB8CF;
	text-decoration: none;
}

#footer .credits a:hover{
	text-decoration: underline;
}

/* $3 - Collapsible Columns
----------------------------------------------------------------------------*/
table.nospace {
	border:0;
	margin-bottom:10px;
	padding:0;
	width:100%;
}

table.nospace td {
	margin:0;
	padding:3px;
}

#infobox table.nospace td {
	margin:0;
	padding:5px;
}

/*Signals out only top 2 user mods*/
table.nospace td.tl {
	width:50%;
}

table.nospace td.tr {
	width:50%;
}

/*Signals out only top 2 user mods*/
table.nospace td.bl {
	width:33%;
}

table.nospace td.bc {
	width:33%;
}

table.nospace td.br {
	width:33%;
}