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

#addwrap div {
	margin: 0;
	line-height: 150%;
        color: #666;
        font-size: 12px;
}

address {
	
}

/* @end */

/* @group Quote Text Styles */

.quote {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 15px;
	color: #fff;
	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: #333;
	background: #fafafa;
	border: 1px solid #ededed;
}

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

/* @end */

/* @group Heading Text Styles */

h1,
.componentheading,
.contentheading {
	padding: 10px 0;
	font-size: 28px;
	color: #3399cc;
}

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

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

#rightcolumn h3 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #cc9933;
        text-align: left;
}

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

.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: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #666;    
	border-right: 1px solid #CCC;
}

#mainlevel_top a:hover,
#mainlevel_top a#active_menu_top {
	color: #fb7000;	
}

/* @end */

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

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

ul.menu_right a:hover {
	background-color: #fafafa;
	color: #fb7000;
}

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

/* @end */

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

ul.menu_right ul a:link,
ul.menu_right ul a:visited {
	display: block;
	width: 180px;
	margin: 0;
	padding: 5px 0 5px 20px;	
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #666;	
	border-bottom: 1px solid #ededed;
}

ul.menu_right ul a:hover {
	background-color: #fafafa;
	color: #fb7000;
}

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

/* @end */

/* @group Footer Navigation */

ul.menu_footer a:link,
ul.menu_footer a:visited {
	line-height: 15px;
        height: 15px;
	padding: 0 5px 0 5px;	
	text-decoration: none;
	color: #3399cc;
}
	
ul.menu_footer a:hover {
	background-color: #ededed;
}

/* @end */


/* @end */

/* @group Link Styles */

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

a:hover {
	color: #fb7000;
}

.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;	
	border: 1px solid #ccc;	
}

.inputbox#mod_search_searchword {
	width: 225px;
}

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

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



/* @end */

/* @group Image Styles */


/* @end */

/* @group Page Layout Styles */

body {
	background: #fff;
}

#addwrap {
	margin: 0 auto;
	text-align: center;
	width: 900px;
        margin-bottom: 10px;
	margin-top: 10px;
}

#addwrap .moduletable{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	width: 275px;
}

#addwrap h3 {
	color: #FB7000;
	font-family: verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
}

#content {
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 900px;
        text-align: left;
}

#footer {
	margin: 0 auto;
        margin-top: 10px;
	text-align: left;
	width: 900px;
}

#footer .moduletable{
	margin: 10px 0 0 10px;	
}

#footerwrap {
	background-image: url(../images/bottombg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 172px;
	margin: 0 auto;
	width: 100%;
}


#mainbody {
	border-right: 1px solid #ededed;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	text-align: left;
	width: 630px;
}

#mainbody li{
	list-style: square;
	list-style-position: inside;
}

#rightcolumn {
	float: left;
	text-align: right;
	width: 230px;
}

#rightcolumn .moduletable {
	padding-bottom: 15px;
	text-align: right;
}

#header {
	height: 230px;
	margin: 0 auto;
	width: 900px;
}

#top {
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	width: 100%;

}

#topnav {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
        position: relative;
}

#topnav .moduletable_menu {
	left: 0px;
	position: absolute;
	text-align: left;
	top: 50px;
}


#topnavwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
}

#headerwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
}

#contentwrap {
	margin: 0 auto;		
	overflow: hidden;
	width: 100%;
        float: left;
}


.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: #8A7E49;
}

.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: #554E2F;
}

.sectiontableentry2 td {
	padding: 5px;
}

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

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

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