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

Template Name:   JJ Absolute Redux
Version:         2.0
Author:          JoomlaJunkie
Support:         http://forum.joomlajunkie.com
Template Guide:  http://guides.joomlajunkie.com

Stylesheet Index:
	$1 - Global Resets
	$2 - Typography
	$3 - Lists Styling
	$4 - Horizontal Rules
	$5 - Quotations
	$6 - Message Alerts
	$7 - Sitewide Links
	$8 - Joomla Specific
	$9 - Forms Styling
	$10 - Modules
	$11 - Feature Boxes

NOTE: Always make a backup of your stylesheets before editing!
----------------------------------------------------------------------------*/

/* $1 - Global Resets
----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}
li,dd {
	margin-left: 1em;
}
fieldset {
	padding: 0em;
}
img {
	border: 0;
}
a img {
	border: 0;
}
table {
	font-size: 1em;
	/* This helps fix the relative font sizing problem with tables in IE */
}
.hidden {
	display: none;
}

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
	font: normal 62.5%/160%	Verdana,Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 20px;
	line-height: 32px;
        color: #006400;
}
h2 {
	font-size: 13px;
	line-height: 18px;
        color: #006400;
        text-transform:uppercase;
        padding: 6px 0 ;
}
h3 {
	font-size: 13px;
	line-height: 18px;
        color: #7CB500;
        font-weight: bold;
}
h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 10px;
}
h5 {
	font-size: 1.4em;
	line-height: 1.6em;
}
p {
	font-size: 13px;
	margin: 12px 0;
        line-height: 19px;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
div#content ul li {
	background: transparent url(../images/content/bullet-1.png) 5px 50% no-repeat;
	list-style-position: outside;
	list-style-type: none;
	color: #000;
	padding-left:25px;
	font-size:13px;
        line-height: 19px;
}
div#content ul.star li {
	background: transparent url(../images/content/bullet-2.png) 5px 50% no-repeat;
	padding: 0;
	padding-left: 25px;
}
div#content ol li * {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}
div#content ul ul {
	margin-top: 0;
}
div#content ul.arrow li,
ol.arrow li {
	background: transparent url(../images/content/bullet-1.png) 0 2px no-repeat;
	list-style-type: none;
	padding-left: 20px;
}
ol li {
	background-image: none;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	font-size: 1em;
}
ol li li {
	background: transparent url(../images/content/bullet-1.png) 5px 50% no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol ul {
	margin-left: 30px;
}

/* Latest News Module */
#content ul.latestnews li,
#content ul.mostread li {
	background: transparent url(../images/content/bullet-3.png) 5px 50% no-repeat;
	list-style-type: none;
	margin: 0;
	font-size:1.2em;
}
#sidebar .moduletable-login ul li,
#sidebar .moduletable ul li {
	color: #ccc;
	background: transparent url(../images/content/bullet-1.png) left 2px no-repeat;
	list-style-type: none;
	padding-left: 13px;
}

/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
	margin: 10px 0;
       color: #fff; 
       background-color: #fff; 
       border: 2px dotted #7CB500; 
       border-style: none none dotted; }
}

/* $5 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	background: #FEFBF3;
	border: 1px solid #ccc;
	padding: 10px;
}
blockquote.quote {
	background: #fff url(../images/content/quote.gif) top left no-repeat;
	border: none;
	padding: 6px 10px 10px 65px;
	color: #999;
}

/* $6 - Message Alerts
----------------------------------------------------------------------------*/
.tip, .help, .error, .note, .message {
	font-size: 1.2em;
	padding: 3px 3px 3px 28px;
	margin: 10px 0;
	color: #777;
}
.tip {
	background: #DCF9B5 url(../images/content/tip.png) 5px 50% no-repeat;
	border: 1px solid #8DD658;
}
.help {
	background: #DDF4FF url(../images/content/help.png) 5px 50% no-repeat;
	border: 1px solid #B5D7FD;
}
.error {
	background: #FEDDD8 url(../images/content/error.png) 5px 50% no-repeat;
	border: 1px solid #FF9999;
}
.note, .message {
	background: #FFDBB7 url(../images/content/info.png) 5px 50% no-repeat;
	border: 1px solid #FF9966;
}

/* $7 - Links Styling
----------------------------------------------------------------------------*/
a:link,a:visited {
	text-decoration: underline;
}
a:hover,a:active {
	text-decoration: underline;
}
a.category:link,a.category:visited {
	font-weight: bold;
}
div#inset a.readon {
	font: bold 11px Arial, Helvetica, sans-serif;
}
a.readon:link,a.readon:visited,a.readon:hover {
	text-decoration: none;
	font-size: 11px;
}
li a.category {
	font-size: 0.9em;
}
li span.small {
	font-size: 0.9em;
}
li br {
	display: none;
}

/* $8 - Joomla Specific
----------------------------------------------------------------------------*/
.contentheading {
	width: 100%;
}
td.contentheading,
div.componentheading {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
}

#content .item-title{font-size: 1.7em;line-height: 1.1em;font-weight: bold;text-transform:none;}
#content .page-header h2{font-size: 1.7em;line-height: 1.1em;font-weight: bold;text-transform:none;}

div.componentheading {
	margin-bottom: 5px;
}
table.contentpaneopen,
table.contentpane {
	font-size: 1.2em;
}
.sectiontableheader,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	text-indent: 5px;
	border-bottom: 1px solid #fff;
	padding: 2px 0;
}
.sectiontableheader {
	font-size: 1.2em;
	font-weight: bold;
}
.sectiontableentry1 {
	background: #f1f1f1;
}
.sectiontableentry2 {
	background: #f6f6f6;
}
span.small {
	color: #999;
}
td.createdate,
td.modifydate {
	background: transparent url(../images/content/calendar.png) 5px 50% no-repeat;
	text-indent: 25px;
	color: #999;
}
table.contenttoc {
	/* NOTE: Keeps the blog tables from crowding */
	margin: 5px;
	padding: 0px;
	float: right;
}
table.contentpane {
	border: none;
	width: 100%;
}
table.contentpaneopen {
	border: none;
}
table.searchintro {
	padding: 10px 0;
	width: 100%;
}
.blog_more {
	margin: 10px 0;
}
.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}
td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}
.mosimage {
	padding: 0;
	margin: 5px 15px 5px 0!important;
	margin: 5px 5px 5px 0;
}
.mosimage img {
	padding: 0;
	margin: 0!important;
}
.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #B6B6B6;
}

/* Article Index */
table.contenttoc {
	background: #fff;
	margin: 7px;
	margin-right: 0;
	padding: 2px;
	border: 1px solid #ccc;
}

table.contenttoc td {
	padding: 0 7px;
}
table.contenttoc th {
	padding: 0 10px;
	font-size: 1em;
	color: #fff;
	background: #ccc;
}
.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}
.article_seperator {
	background: transparent url(../images/modules/sidebarnav-dotted.gif) 0 repeat-x;
	display: block;
	width: 100%;
}
.moduletable span.article_seperator,
#inset .moduletable .article_seperator {
	display: none!important;
}
table.blog .article_seperator {
	display: none!important;
}
th.pagenav_prev,
th.pagenav_next {
	width: 50%;
}
th.pagenav_prev a:link,
th.pagenav_prev a:visited,
th.pagenav_next a:link,
th.pagenav_next a:visited {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px 7px;
	background: #eee;
	color: #999;
	text-decoration: none;
}
th.pagenav_prev a:hover,
th.pagenav_next a:hover {
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

/* Send to a Friend Popup */
body.contentpane form table {
	margin: 20px;
	font-size: 12px;
}
body.contentpane form table .inputbox {
	width: 200px;
	margin-bottom: 5px;
}
body.contentpane form table input.button {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 3px 7px;
	background: #eee;
	color: #999;
}

/* Print Styling */
body.contentpane {
	background: #fff;
}
body.contentpane table.contentpaneopen {
	padding: 20px;


	background: #fff;
}
body.contentpane a span.small {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* $9 - Forms Styling
----------------------------------------------------------------------------*/
input {
	background: #fff ;
	border: 1px solid #7CB500;
	padding: 2px 5px;
        margin-top: 10px;
}


textarea {
	background: #fff ;
	border: 1px solid #7CB500;
	padding: 2px 5px;
        margin-top: 10px;
        margin-bottom: 10px;
}
.caption {
	background: #fff; width: 130px; text-align: right; 
	padding: 2px 10px 2px 0px;
        float: right;
}


.button {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 5px;
	color: #999;
}
select,
select.inputbox {
	border: 1px solid #7CB500;
	color: #000;
}

/* $10 - Modules
----------------------------------------------------------------------------*/
/* Sidebar Module Styling */
div#sidebar div.moduletable_menu,
div#sidebar div.moduletable,
div#sidebar div.moduletable-login {
	margin-bottom: 20px;
	padding: 0 0 0 8px;
	font-size: 1.2em;
}

/* Sidebar Module Header */
div#sidebar div.moduletable_menu h3,
div#sidebar div.moduletable h3,
div#sidebar div.moduletable-login h3 {
	width: 165px;
	height: 22px;
	margin: 8px 1px 5px -7px;
	color: #fff;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	padding: 0;
	padding-left: 7px;
}

/* Login Form Styling */
div#sidebar input.inputbox {
	border: 1px solid #DFDFDF;
	background: #fff url(../images/modules/input-bg.jpg) repeat-x;
	width: 150px;
	padding: 2px 5px;
	color: #999;
}
div#sidebar input#modlgn_remember {
	border: 1px solid #ccc;
	width: 10px;
	padding: 0;
	margin-left: 2px;
	margin-top: 5px;
}
div#sidebar label {
	margin-top: 3px;
	color: #666;
	font-size: 0.9em;
}
div#sidebar div.moduletable-login input.button {
	width: 166px;
	height: 41px;
	padding: 55px 0 0;
	background: #fff url(../images/modules/login-btn.png) no-repeat;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	/* hand-shaped cursor */
}
form>div#sidebar div.moduletable-login input.button {
	/* For non-IE browsers*/
	height: 0px;
}
#sidebar div.moduletable-login label{
	font-size: 1em;
}
div#sidebar div.moduletable-login div input.button {
	background: #fff url(../images/modules/logout-btn.png) no-repeat;
}
label#modlgn_remember {
	font-size: 11px;
}

/* Styling for the Polls Module */
div.moduletable table.pollstableborder td.sectiontableentry1,
div.moduletable table.pollstableborder td.sectiontableentry2 {
	background: #fff url(../images/content/dotted-line.png) repeat-x;
}
div.moduletable table.poll thead td {
	color: #B7B7B7;
	padding: 5px;
}
div.moduletable table.poll td {
	padding: 2px 3px 0px 5px;
	text-align: left;
	font-size: 1.1em;
}
div.moduletable table.poll td label {
	width: 128px;
	display: block;
}
div.moduletable table.poll td input {
	margin-top: 5px;
	border: none;
	background: none;
	padding: 0;
}
div.moduletable table.poll td input.button {
	border: none;
	border-top: 1px solid #DFDFDF;
	border-bottom: 3px double #ccc;
	border-left: 3px double #ccc;
	border-right: 1px solid #DFDFDF;
	background: #fff;
	color: #666;
	text-transform: lowercase;
	cursor: pointer;
	padding: 5px 2px;
}
/* targeting opera 9 and below only - fixing the polls position */
html:first-child #sidebar .moduletable table.poll{
	margin-left: -20px;
}
html:first-child div.moduletable table.poll td label {
	width: 123px;
}

/* Polls Results */
div#content img.polls_color_1 {
	background: pink url(../images/pink/sub-bar.jpg) repeat-x;
	border: 1px solid #FF7FE4;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_2 {
	background: orange url(../images/orange/sub-bar.jpg) repeat-x;
	border: 1px solid #FFDC7F;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_3 {
	background: #75c925 url(../images/green/sub-bar.jpg) repeat-x;
	border: 1px solid #D2EF59;
	height: 10px;
	margin-top: 2px;
}
div#content img.polls_color_4 {
	background: #52c8ff url(../images/blue/sub-bar.jpg) repeat-x;
	border: 1px solid #A4D8FD;
	height: 10px;

	margin-top: 2px;
}
div#content img.polls_color_5 {
	background: #ff6657 url(../images/red/sub-bar.jpg) repeat-x;
	border: 1px solid #FF4F56;
	height: 10px;
	margin-top: 2px;
}
div#content table.pollstableborder {
	border: 1px solid #ccc;
	padding: 3px;
}
div#content table.pollstableborder td.sectiontableheader {
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	padding-left: 43px;
	width: 500px;
	background: #E1EAEF url(../images/structure/poll.png) 2% 50% no-repeat;
}
div#content table.pollstableborder td.sectiontableheader img {
	display: none;
}

td.smalldark {
	font-size: 0.8em;
}

/* Contact Page Styling */
div.contact_email input,
div.contact_email textarea {
	border: 1px solid #ccc;
	background: #fff url(../images/modules/input-bg.jpg) repeat-x;
	margin-left: 20px;
}
div.contact_email input {
	width: 300px;
	padding: 2px 5px;
}
div.contact_email textarea {
	overflow: auto;
}
div.contact_email label {
	margin-left: 20px;
}
div.contact_email input.button {
	width: 129px;
	height: 31px;
	padding: 31px 0 0;
	background: #fff url(../images/content/contact-us.png) no-repeat;
	margin: 0 0 40px 20px;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	/* hand-shaped cursor */
	cursor: hand;
	/* for IE 5.x */
}


/* News Boxes (User1 and User2) */
table.newsboxes {
	background: transparent url(../images/content/dotted-line.png) top left repeat-x;
	border: 0;
	margin: -15px 0 10px 0;
	padding: 0;
	width: 100%;
}
table.newsboxes td {
	margin: 0;
	padding: 0;
}
table.newsboxes td.newsLeft {
	width: 100%;
}
table.newsboxes td.newsLeft, 
table.newsboxes td.newsRight {
	width: 50%;
}
table.newsboxes td.newsRight {
	background: transparent url(../images/content/vertical-dotted.gif) repeat-y;
	padding-left: 10px;
}
table.newsboxes h3{
	margin: 0;
}

/* $11 - Feature Boxes
----------------------------------------------------------------------------*/
div#inset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
div#inset h3,
div#bottomInset h3 {
	margin: 0;
}
div#bottomInset {
	text-align: center;
	padding: 15px 0;
}
div#bottomInset a img {
	padding: 3px;
	border: 1px solid #ddd;
}

/* Default Colors - Changes with the Color Switch */
div#inset .moduletable {
	border: 1px solid #fff;
	padding: 10px;
	line-height: 140%;
	color: #fff;
	margin-bottom: 0;
}
div#inset table.contentpaneopen,
div#inset table.contentpaneopen p {
	padding: 0;
	border: 0;
	margin: 0;
}
body.wide #jw-sir #jw-sir-loading{
	background-position: center 40px;
}
body.narrow #jw-sir #jw-sir-loading{
	background-position: 320px 40px;
}


/* mac Flicker fix */
body { 
	opacity: 0.99999; -moz-
	opacity: 0.99999; -khtml-
	opacity: 0.99999; filter: alpha(opacity=99);
}