/*
JoomlaJet Template CSS

Copyright JoomlaJet 2009.
http://www.joomlajet.com/
CSS by: Hikaru Ato, Paul Harvey


-- Table of Contents --

- Browser Reset
- Clear Fix
- General Text Styles
- Quote Text Styles
- Heading Text Styles
- Navigation Styles
	- Top Navigation
	- Left Navigation (Parent Level)
	- Left Navigation (Sub Level)
	- Footer Navigation
- Link Styles
- List Styles
- Input Styles
- Image Styles
- Page Layout Styles
- Blog / Category Layout Styles
- Search Form Styles

*/

/* @group Browser Reset */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: arial, sans-serif, verdana;
	text-align: center;
	text-decoration: none;
}

img,
hr,
fieldset {
	border: none;
}

h1, h2, h3, h4, p,
ul, ol, li,
hr, br,
form, fieldset,
dl, dt, dd {
	margin: 0;
	padding: 0;
}

br, hr {
	height: 0;
}

address {
	font-style: normal;
}

.clr {
	clear: both;
	height: 0;
}

/* @end */

/* @group Clear Fix */

/* for relatively new browsers*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE Mac */
.clearfix {
	display: inline-table;
}
/* for IE Windows \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* @end */

/* @group General Text Styles */

body {
	font: 14px  Arial, sans-serif, Verdana;
	color: #666;    
}

p {
	margin: 0 0 10px;
	line-height: 150%;
}

#header p {
	margin: 0;
	line-height: normal;
}

address {
	line-height: 30px;
        color: #fff;
}


#mod_login_greeting {
	color: #FFF;
}

/* @end */

/* @group Quote Text Styles */

.quote {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	color: #666;
	font-family: georgia, times, serif;
	font-style: italic;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.quote2 {
	display: block;
	margin: 0 0 10px 0;
	padding: 15px;
	color: #333333;
	background: #ededed;
	border: 1px solid #ccc;
}

.boxquote {
	display: block;
	float: right;
	width: 200px;
	margin: 0 0 5px 15px;
	padding: 10px;
	color: #444;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
}

/* @end */

/* @group Heading Text Styles */

h1,
.componentheading,
.contentheading {
	padding: 10px 0;
	font-size: 26px;
	color: #958544;
}

h2,
.sectiontableheader	{
	padding: 10px 0;
	color: #fb7000;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#leftcolumn h3 {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #C0BE17;
}

h4 {
	padding: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.headings1 {
	padding: 10px 0;
	font-size: 22px;
	color: #c2d87f;
	font-size: 22px;
	font-weight: normal;
}

.headings2 {
	padding: 10px 0;
	font-size: 18px;
	color: #dfb937;
	font-size: 22px;
	font-weight: normal;
}

.headings3 {
	padding: 10px 0;
	font-size: 18px;
	color: #9BC7E0;
	font-size: 22px;
	font-weight: normal;
}

.headings4 {
	padding: 10px 0;
	font-size: 18px;
	color: #999;
	font-size: 22px;
	font-weight: normal;
}

/* @end */

/* @group Navigation Styles */

/* @group Top Navigation */

#mainlevel_top a:link,
#mainlevel_top a:visited {
	display: block; 
	float: left;
	width: auto;
	height: 59px;
	line-height: 59px;
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7d7b71;    
	border-right: 1px solid #CCC;
}

#mainlevel_top a:hover,
#mainlevel_top a#active_menu_top {
	color: #484742;
	background: #FFFAF4;
}

/* @end */

/* @group Left Navigation (Parent Level) */

ul.menu_left a:link,
ul.menu_left a:visited {
	display: block;
	width: 200px;
	margin: 0;
	padding: 6px 0;
	text-align: left;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ededed;
}

ul.menu_left a:hover {
	background-color: #fafafa;
	color: #000;
}

ul.menu_left li.active a {
	font-weight: bold;
}

/* @end */

/* @group Left Navigation (Sub Level) */

ul.menu_left ul a:link,
ul.menu_left ul a:visited {
	display: block;
	width: 180px;
	margin: 0;
	padding: 5px 0 5px 20px;	
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #fb7000;
	background: url(../images/arrow.png) no-repeat 0 8px;
	border-bottom: 1px solid #ededed;
}

ul.menu_left ul a:hover {
	background-color: #ededed;
	color: #333;
}

ul.menu_left li.active li.active a {
	font-weight: bold;
	
}

/* @end */

/* @group Footer Navigation */

ul.menu_footer a:link,
ul.menu_footer a:visited {
	line-height: 50px;
	padding: 10px;	
	text-decoration: none;
	color: #FFF;
}
	
ul.menu_footer a:hover {
	color: #fb7000;
}

/* @end */


/* @end */

/* @group Link Styles */

a:link,
a:visited {
	color: #fb7000;
	text-decoration: none;
}

a:hover {
	color: #333;
}

.readon,
.details {
	line-height: 20px;
	padding-left: 20px;
	font-size: 11px;
	background: url(../images/read.gif) no-repeat 0 0;
}

/* @end */

/* @group List Styles */

.moduletable_menu ul {
	list-style: none;
	padding: 0;
}

.moduletable_menu #mainlevel_top li,
.moduletable_menu .menu_footer li{
	display: inline;
}


#content .moduletable_menu ul {
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

#content .moduletable_menu ul li {
	line-height: normal;
}

#content ul {
	padding: 0 0 10px;
	list-style: square;
	list-style-position: inside;
}

#content ol {
	padding: 0 0 10px;
	list-style: decimal;
	list-style-position: inside;
}

#content li {
	line-height: 150%;
}	


/* @end */

/* @group Input Styles */

.button {
	padding: 4px 20px;
	color: #000000;
	background: #F5F5F5;
	border: 1px solid #CBCBCB;
}

.button:hover {
	color: #FFF;
	background: #444;
	cursor: pointer;
}

.inputbox {
	padding: 2px 5px;
	color: #444;
	background: #FAFAFA;
	border: 1px solid #555;	
}

.inputbox#mod_search_searchword {
	width: 188px;
}

textarea.inputbox {
	padding: 5px;
	line-height: 150%;
}

/* @group Login Module */

#mod_login_greeting {
	display: inline;
	line-height: 22px;
	margin: 0 20px 0 0;
}

.moduletable_login form.form-login {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

#mod_login_form {
	display:inline;
	float: left;
	width: 400px;
	text-align: right;
}

#mod_login_username,
#mod_login_password {
	position: relative;
	top: 0px;
	display: inline;
	height: 13px;
	line-height: 11px;
	width: 100px;
	font-size: 11px;
	margin: 0 8px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#mod_login_password {
	margin: 0;
}

#mod_login_remember {
	display: inline;
	position: relative;
	top: 0px;
}

#mod_login_button,
.moduletable_login form.log .button {
	display: inline;
	position: relative;
	top: 0px;
	line-height: 15px;
	margin: 0;
	padding: 1px 10px;
	font-size: 11px;
}

#mod_login_extras {
	display: inline;
	float: right;
	width: 93px;
	text-align: left;
}

#mod_login_forgotpass,
#mod_login_forgotuser,
#mod_login_register {
	display: block;
	float: left;
	height: 20px;
	width: 26px;
	margin: 0 5px 0 0;
	text-decoration: none;
	text-indent: -9000px;
}

#mod_login_forgotpass {
	background: url(../images/butt_forgot-pass.png) no-repeat left top;
}

#mod_login_forgotuser {
	background: url(../images/butt_forgot-user.png) no-repeat left top;
}

#mod_login_register {
	background: url(../images/butt_register-user.png) no-repeat left top;
}

/* @end */



/* @end */

/* @group Image Styles */

#header img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

/* @end */

/* @group Page Layout Styles */

body {
	background: #444;
}

#headerwrap {
        background-color: #fff;	
        background-image: url(../images/headerbg.gif);
	background-position: top;
	background-repeat: repeat-x;	
	margin: 0 auto;
	width: 100%;
        float: left;        
        height: 273px;
}

#header {
	background-image: url(http://joomlajet.com.au/jj10/templates/joomlajet10/images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 273px;
	margin: 0 auto;
	width: 899px;
        position: relative;
}

#header .moduletable_login{
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0;
	width: 510px;
	text-align: left;
	z-index: 1;
        
}

#contentwrap {	
	width: 100%;
        background: #fff;
        float: left;	
}

#content {
	margin: 0 auto;
	width: 900px;
        padding: 0 0 30px 0;
        text-align: left;
        overflow: hidden;
}

#leftcolumn {
	float: left;	
	width: 200px;
        margin: 0 20px 0 0;
}

#mainbody {
	float: left;
	overflow: hidden;
	text-align: left;
	width: 620px;
}

#footerwrap {
        border-top: 3px solid #C5D30E;			
	float: left;
	margin: 0 auto;
	width: 100%;
}

#footer {
        float: none;	
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 900px;
}



/* @end */

/* @group Blog / Category Layout Styles */

.small,
.createdate,
.modifydate,
.pathway {
	line-height: 150%;
	font-size: 10px;
}

.modifydate {
	font-style: italic;
	color: #CCC;
}

.pathway {
	padding: 15px 0;
}

.blog_more {
	margin: 0 0 15px 0;
	padding: 15px;
	text-align: left;
	background: #fafafa;
        border: 1px solid #ccc;
}

.contentpaneopen {
	width: 100%;
}

.sectiontableheader img {
	padding-left: 8px;
}

.contentpane .sectiontableheader {
	padding: 5px;
}

.contentpane .sectiontableheader,
.contentpane .sectiontableheader a {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}

.contentpane .sectiontableheader a:hover {
	color: #FFF;
}

.contentpane a.category {
	color: #CCC;
}

.sectiontableentry1 td {
	padding: 5px;
	background: #fafafa;
}

.sectiontableentry2 td {
	padding: 5px;
}

.sectiontableentry1 a,
.sectiontableentry2 a {
	color: #C0BE7A;
}

.sectiontableentry1 a:hover,
.sectiontableentry2 a:hover {
	color: #fb7000;
}

/* @end */


/* @group Search Form Styles */

.search {
	margin: 0 0 20px 0;
}

#searchForm {
	margin: 0 0 15px 0;
	padding: 15px;
	text-align: left;
	background: #444;
}

#searchForm .contentpaneopen {
	margin: 0;
	padding: 0 0 15px 0;
}

#searchForm div div {
	clear: both;
}

/* @end */
