/*----------------------------------------------------------------------------
Customise Style Sheet

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 - Global Resets
	$2 - Typography
	$3 - Lists Styling
	$4 - Horizontal Rules
	$5 - Pathway
	$6 - Sitewide Links
	$7 - Joomla Specific
	$7a - Joomla Content Styles
	$8 - Forms Styling
	$9 - Modules
	$10 - Feature Boxes

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

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

p {
	margin:0 0 1em 0;
}

li,dd {
}

fieldset {
	padding:.5em;
}

img {
	border:0;
	padding-right:5px;
}

a img {
	border:0;
}

table {
/*this helps fix the relative font sizing
problem with tables in internet explorer*/
	font-size:1em;
}

.hidden {
	display:none;
}

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	letter-spacing: 0.04em;
	line-height: 116%;
	color: #72673A;
	font-size: 12px;
}

/*These are for the "print preview" when viewing content items for printing*/
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #CCCC9A;
	color: #000000;
	font: normal 80% Tahoma,sans-serif;
    text-align:left;
	line-height: 140%;
}

body.contentpane ul{
	margin-left:20px;
}

/*These control the general, asthetic, typographical/text
elements of the css*/
h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #5C2001;
	padding:10px 0;

}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:16px;
	color:#666;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:15px;
	color:#5C2001;
}

h4 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#5C2001;
}

h5 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#666;
}

h6 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#666;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
li {
	list-style: none;
	padding: 1px 0;
	background: url(../images/bullet.gif) 1px 8px no-repeat;
	padding-left: 13px;
}

/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:none;
	background:#eee;
	height:1px;
	margin:10px 0;
}

/* $5 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	margin-left: 13px;
	padding-left: 10px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
	border-left: 5px solid #9C895A;
}

pre {
	background: #C8C8A8;
	border-left: 6px solid #2A3C48;
	padding:10px;
	margin-bottom:20px;
	color: #858558;
	white-space:normal;
	padding: 8px 10px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
}
/* $6 - Sitewide Links
----------------------------------------------------------------------------*/
a {
	color: #284354;
}

a:hover {
	color: #A84905;
}

/* $7 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
}

a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}

a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
}

.back_button {
	margin:10px 0 15px;
}

.back_button a {
	color:#666;
}

.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
	font:11px tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#A24301;
}

td.createdate {
/* styling the date the content was created on*/
	color: #666;
	font-size: 0.9em;
	margin-bottom: 6px;
}
	
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	color: #666;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.readon {
	display: block;
	text-align: right;
	color:#988970;
	width: 100%;
	border-top:1px solid #988970;
	margin: 15px 10px 6px 0;
	background: #AFAF83;
	font:normal 10px Arial;
}

a.readon:link,a.readon:visited,a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:none;
	font-size:100%;
	color: #7e725d;
}

a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:underline;
}

.article_seperator {
/*Article Seperator for Published News Items */
	display: block;
	height: 0;
	margin: 10px 0;
	border-bottom: 1px solid #BDBC8C;
}

.moduletable-info .article_seperator {
	background: none;
	height: 0;
	margin: 5px 0;
}

.sub-one .moduletable .article_seperator {
	display: none;
}

.mosimage img {
	margin: 3px 0 0 0px;
	padding: 2px;
	border: 2px solid #EEFDC7;
	background: #E3E3C1;
}

.mosimage_caption {
	margin: 0 6px;
	padding: 2px 0 4px 0;
	color: #274150;
	font-size: 11px;
}

/* $7a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/

table.contentpaneopen, table.contentpane {
	padding:0;
	margin:0;
	width:100%;
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}

#sidebar .moduletable table.contentpaneopen td {
	padding:10px;
	padding-bottom:0;
	color: #555;
}

#sidebar .moduletable table.contentpaneopen td p{
	padding:0;
	margin:0;
}

#sidebar .moduletable .article_seperator {
	display:none;
}

#sidebar .moduletable .readon {
	margin:0;
	padding:0;
	border:0;
	float:none;
	display: inline;
	text-align: right;
	color:#988970;
	font-weight:bold;
	background: none;
}

td.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	padding:10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #5C2001;
}

#sidebar .moduletable form{
	margin:10px;
}

#mod_login_username,
#mod_login_password{
	border: 1px solid #9F9F77;
	background:#AFAF83;
}

td.buttonheading{
	padding:0;
}

.componentheading,
.componentheading-contact {
/* Used to format a components heading or title */
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:150%;
	font-weight:700;
	color:#A54701;
	margin:.7em 0 0.9em;
	font-weight:700;
	text-transform: capitalize;
}

.contentpane-contact{
	margin-left: 20px;
}

table.contenttoc {
	margin:10px;
	padding:0;
	float:right;
}

.buttonheading img {
	padding:2px;
}

.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	padding: 0 4px 0 10px;
}

tr.sectiontableentry1 img,
tr.sectiontableentry2 img {
	margin-right:-10px;
}

.sectiontableheader {
	color:white;
	font-weight:700;
	padding:5px;

	background-image: url(../images/blue_fade.png);
	background-repeat: repeat-x;
}

.sectiontableentry1 {
	background-color: #C8C8A8;
}

.sectiontableentry2 {
	background-color: #BFBF9B;
}

/* Search Results */
table.contentpaneopen fieldset{
	padding:10px;
	margin:0;
	background-color: #D9D5BB;
}

table.contentpaneopen fieldset a{
	font-size:1.2em;
}

table.contentpaneopen fieldset span.small{
	color:#999;
}

table.contentpaneopen fieldset span.highlight{
	background:#FFF3D0;
	color:#CF9B00;
	padding:0 3px;
}

/* Top and Bottom Insets Modules */
.top-inset{
	border:1px solid #AFAF83;
	background: #dcdab3;
	margin: 15px 10px 5px 10px;
}

.top-inset .moduletable{
	border:1px solid #fff;
	padding:10px;
}

.bot-inset{
	border:1px solid #BF7D2F;
	background: #DFA561;
	margin:0 10px 10px 10px;
	color: #7F531F;
}

* html #content .bot-inset{
	margin:0 10px 20px 10px;
}

.bot-inset .moduletable{
	border:1px solid #fff;
	padding:10px;
	height: 1%;
}

.top-inset .moduletable h3,
.bot-inset .moduletable h3{
	margin-top:0;
}

/* $9 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
	background: #afaf83;
	border:1px solid #E5E3D3;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
    margin: 4px 0px;
	color: #666666;
}

.contctfrm .inputbox{
	width: 220px;
}

.button {
	text-align:center;
	padding:1px 30px;
    height: 20px;
	font-weight: normal;
	font-size: 1em;
	background:#96D02E url(../images/button.jpg) repeat-x;
	color:#fff;
	border: 1px solid #85B000;
	cursor:pointer;
       margin: 10px 6px;
}

select.inputbox {
	background:#fff!important;
}

textarea {
/* the look of the large text area on forms */
	font-size:14px;
	background: white;
	border:1px solid #3d3d3d;
	padding:1px 3px;
	margin:0;
	overflow: auto;
}

#emailForm{
	margin:0 0 0 40px;
}

/* $10 - Modules
----------------------------------------------------------------------------*/
/*Login Styles */
input#mod_login_username,
input#mod_login_password {
	margin: 2px 0;
	color:#707070;
	font-size:100%;
	width: 174px;
	padding:0;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px solid #e5e3d3;
}

* html input#mod_login_username,
* html input#mod_login_password {
	width: 155px;
}

* html #mod_login_remember{
	background: none;
	border: 0;
}
#sidebar div.moduletable {
	margin-bottom:10px;
}

#sidebar div.moduletable h3 {
	font-size: 13px;
	color: #727255;
	padding: 10px 0 0 25px;
	line-height: 25px;
	margin:0 0 0 3px;
	background-image: url(../images/sidebar-module-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#sidebar div.moduletable-basic h3 {
	background: url(../images/sidebar-star.jpg) no-repeat 10px 0;
	font-size: 14px;
	color: #5C2001;
	padding: 0 0 0 33px;
	line-height: 18px;
	margin:0 -5px;
}

#sidebar p{
	margin: 5px 10px 10px 10px;
}

/* Sub Section Module Headers */
#sub .sub-one h3,
#sub .sub-two h3{
	height: 30px;
	padding-left: 30px;
	margin: 15px -10px 0 -10px;
	line-height: 30px;
}

#sub .sub-one h3{
	background: url(../images/sub-header-a.jpg) no-repeat;
	width: 198px;
	margin-top:19px;
	color: #fff;
}

#sub .sub-two h3{
	background: url(../images/sub-header-b.jpg) no-repeat;
	color: #ccc;
}

#sub .sub-one p,
#sub .sub-two p{
	line-height: 1.1em;
	color: #5C2001;
	padding: 0 10px;
	margin: 10px 0;
}

#sub .sub-one p{
	width: 185px;
}

#sub .sub-two p{
	padding: 0 10px;
}

.sub-one .moduletable {
	color:#CCCC9A;
	padding: 20px;
}

#sub .sub-one .moduletable a.readon{
	line-height: 1.1em;
	color: #5C2001;
	padding-bottom: 0;
	margin: 0;
	font-weight: bold;
	background:none;
}

#sub .sub-one .moduletable a.readon{
	border: none;
	width: auto;
	text-align: left;
	margin: 0;
}

#sub .sub-one .moduletable{
	padding: 0 15px 0 10px;
}

#sub .sub-two .moduletable{
	margin: 0;
	padding: 0 10px;
}

div.moduletable p {
	margin: 1px;
}

.sub-two .moduletable {
	color:#CCCC9A;
}

#userboxes{
	border-bottom: 5px solid #BEBD8F;
	margin-left:-1px;
	margin-bottom:5px;
	padding-left:25px;
}

#userboxes h3 {
	font-size: 13px;
	color: #727255;
	line-height: 25px;
	margin:10px 0 0 3px;
}

#userboxes .mostread,
#userboxes .latestnews {
	margin: 0;
}

#userboxes .mostread a,
#userboxes .latestnews a {
	text-decoration: none;
}
