/*
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: 13px 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;
}

/* @end */

/* @group Quote Text Styles */

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

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

.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: 28px;
	color: #A57100;
}

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

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

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

.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: 150px;
	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: #ededed;
	color: #fb7000;
}

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: 150px;
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #FAFAFA;
	background: url(../images/arrow.png) no-repeat 0 8px;
	border-bottom: 1px solid #444;
}

ul.menu_left ul a:hover {
	background-color: #444;
	color: #FAFAFA;
}

ul.menu_left li.active li.active a {
	font-weight: bold;
	background-color: #393939;
}

/* @end */

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

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

ul.menu_right a:hover {
	background-color: #BCB9A7;
	color: #fff;
}

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

/* @end */

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

ul.menu_right ul a:link,
ul.menu_right ul a:visited {
	display: block;
	width: 150px;
	margin: 0;
	padding: 6px 0;	
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #FAFAFA;	
	border-bottom: 1px solid #BCB9A7;
}

ul.menu_right ul a:hover {
	background-color: #BCB9A7;
	color: #FAFAFA;
}

ul.menu_left li.active li.active a {
	font-weight: bold;
	background-color: #393939;
}

/* @end */

/* @group Footer Navigation */

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

/* @end */


/* @end */

/* @group Link Styles */

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

a:hover {
	color: #fff;
}

.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 #ccc;	
}

.inputbox#mod_search_searchword {
	width: 140px;
}

.inputbox#mod_login_username,
.inputbox#mod_login_password {
	width: 188px;
}

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



/* @end */

/* @group Image Styles */

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

/* @end */

/* @group Page Layout Styles */

body {
	background: #89846E url(../images/bg.gif) repeat-y left;
}


#header {	
height: 454px;
width: 504px;
background-image: url(../images/header.jpg);
background-position: 0px 0px;
background-repeat: no-repeat;	
position: absolute;
top: 0px;
left: 346px;
z-index: 3;
}

#header .moduletable{
	height: 255px;
        width: 469px;       	
        position: absolute;
        top: 170px;
        left: 15px;       
}

#contentwrap {
	overflow: hidden;
        position: absolute;
        top: 450px;
        left: 360px;
        width: 470px;
}

#content {
	width: 470px;
}

#mainbody {
	float: left;	
        padding-top: 0px;
        text-align: left;
        width: 440px;
        padding-left: 10px;
}

#left {
	float: left;		
        width: 170px;
        color: #333333;
        position: absolute;
        left: 15px;
        top: 110px;
        text-align: left;
}

#left .moduletable_menu.main {
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: left;
	
}

#middle .moduletable_menu.side {
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: left;
	
}

#middle .moduletable_menu.example {
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: left;
	
}


#footer {
	float: left;
        width: 440px;
        text-align: center;
        height: auto;
		color: #ffffff;
		font-size: 10px;
        padding-left: 15px;
        clear: both;	
}

#middle {
        float: left;		
        width: 170px;
        position: absolute;
        left: 195px;
        top: 110px;

}

.article_separator {
	display: block;
	height: 1px;
	margin: 5px 0 10px;
	padding: 0;
	background-color: #E8EAF1;
}

/* @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: #fff;
        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: #fff;
}

.sectiontableentry2 td {
	padding: 5px;
}

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

.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 */