/********************************* 
* J!NEWS - NEOJOOMLA! TEMPLATE 
* 
* Author : Neojoomla! www.neojoomla.com
* Copyright © 12.2007
* 
* COMMONS STYLES
**********************************/


/* *** ACCESSIBLITY */

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* *** GLOBAL CONTENT */

.global_content { margin: 0 auto; }

.thin .global_content { 	width: 770px; }
.thin #center { 			width: 768px; }
.thin #content {			width: 750px; }
.thin .column #content {	width: 450px; }
.thin #right {		  		width: 275px; }
.thin #topmodules, .thin #bottommodules { width: 768px; }
.thin .col-2 #bottom_left {  		width: 470px; }
.thin .col-2 #bottom_right { 		width: 275px; }
.thin .col-1 #bottom_left {  		width: 768px; }
.thin .col-1 #bottom_right { 		width: 750px; }


.wide .global_content { 	width: 970px; }
.wide #center { 			width: 968px; }
.wide #content {			width: 950px; }
.wide .column #content {	width: 650px; }
.wide #right {		  		width: 275px; }
.wide #topmodules, .wide #bottommodules  { width: 968px; }
.wide .col-2 #bottom_left { 		width: 660px; }
.wide .col-2 #bottom_right { 		width: 275px; }
.wide .col-1 #bottom_left { 		width: 968px; }
.wide .col-1 #bottom_right { 		width: 950px; }



/* *** TEMPLATES STYLES */

.clear { clear: both; }


.fsize-small { 	font-size: 11px; }
.fsize-normal { font-size: 12px; }
.fsize-large { 	font-size: 13px; }



/* **** ALL MODULES *********************************************************** */

.moduletable table {
	border-collapse: collapse;
}

.moduletable a.mainlevel {
	display: block;
	margin: 0.1em 0;
	padding: 0.1em 0 0.1em 1em;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/arrow-mediumgrey.png) no-repeat 0 5px;
}
.moduletable a.mainlevel:hover {
	text-decoration: underline;
}
.moduletable a.sublevel {
	display: block;
	margin: 0.2em 0;
	padding: 0.1em 0 0.1em 1em;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/icon_square-grey.png) no-repeat 0 5px;
}
.moduletable a.sublevel:hover {
	text-decoration: underline;
}
.moduletable a#active_menu {
	font-weight: bold;
}

.moduletable .contentheading {
	padding: 0;
	font-size: 1.4em;
}




/* *** TOP & BOTTOM MODULES *********************************************************** */


.floatmodule {	float: left; }
.floatmodule .moduletable { margin: 10px; }

.mod-1 .floatmodule { width: 100%; }
.mod-2 .floatmodule { width: 50%; }
.mod-3 .floatmodule { width: 33%; }
.mod-4 .floatmodule { width: 25%; }


.usermodules {
	clear: both;
	background-color: #FFF;
}
.usermodules h3 {
	font: normal 1.7em "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.usermodules a.mainlevel, .usermodules a.sublevel {
	color: #4B4235;
}







/* Toggle buttons */

a.togglemodules {
	float: right;
	display: block;
	position: relative;
	bottom: -1px;
	width: 31px;
	height: 16px;
	margin: 1em 0.5em 0 0;
}
a.togglemodules span { display: none; }





/* Skip icons */

a.skipto {
	display: block;
	float: left;
	margin: 0.6em 0 0.5em 0;
	padding: 0.1em 0 0.1em 1.5em;
	font-size: 10px;
	text-decoration: none;
}
a.skipto:hover {
	color: #908D89;
	text-decoration: underline;
}




.datetime {
	float: right;
	margin: 0.6em 1em 0.5em 0;
	font-size: 11px;
}




/* *** HEADER *********************************************************** */

#header {
	padding: 10px 0;
	font-size: 1em;
}
#header h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.1em;
}
#header a:hover {
	color: #FFF;
}
#header p { margin: 0; }

#header_left {
	float: right;
	width: 468px;
	margin: 0 20px 0 0;
}
#header_right {
	float: right;
	width: 130px;
}
.wide #header_right { width: 170px; }


a#logo {
	display: block;
	float: left;
	width: 132px;
	height: 52px;
	margin: 0;
	cursor: pointer;
}
a#logo span { display: none; }





/* *** MAINMENU *********************************************************** */

#mainmenu li {
	display: inline;
}
#mainmenu a.mainlevel {
	float: left;
	margin: 0 0.1em;
	padding: 0.5em 0.8em 0.4em 0.8em;
	color: #FFF;
}
#mainmenu a.mainlevel:hover {
	text-decoration: none;
}
#mainmenu a#active_menu {
	font-weight: normal;
}

#mainmenu a.sublevel {
	color: #FFF;
	margin: 0 0.1em;
	padding: 0.3em 0.8em 0.3em 1em;
	background-position: 0 7px;
}
#mainmenu a.sublevel:hover {
	text-decoration: none;
}
#mainmenu .menu a#active_menu {
	font-weight: bold;
}





#main .usershadow-r { 
	padding: 4px 0 0 0; 
	margin: 0 0 5px 0;
}




/* *** PATHWAY *********************************************************** */

#pathway {
	padding: 0.3em 0 0.3em 2em;
}
span.pathway {
	font-size: 0.95em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0 0.8em 0 0;
	margin: 0 0.2em 0 0;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/arrow-white.png) no-repeat 100% 4px;
}
span.pathway a:hover {	text-decoration: underline; }





/* *** MAIN *********************************************************** */

#center { 
	float: left; 
	background-color: #FFF;
}




/* *** RIGHT *********************************************************** */

#right {
	float: right;
	margin: 10px 10px 10px 0;
}
#right .moduletable { 
	margin: 0 0 10px 0; 
}
#right h3 {
	margin: 0 0 0.5em 0;
	padding: 0.2em 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}
#right  a.mainlevel, #right a.sublevel {
	color: #4B4235;
}
#right .floatmodule h3 {
	font: normal 1.7em "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	padding: 0;
	background: none;
}




/* *** CONTENT *********************************************************** */

#content { 
	float: left; 
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #B4B4B4;
}

#content ol { margin-left: 2em; }
#content ul { margin-left: 2em; }
#content ol li { 
	list-style-type: decimal; 
	padding: 0.4em 0; 
}
#content ul li {
	list-style-type: none;
	padding: 0.4em 0 0.4em 1.5em; 
}
#content li p {
	margin: 0;
}
#content h1 {
	margin: 0.5em 0;
	font: normal 2em "Times New Roman", Times, serif;
	color: #908D89;
}
#content h2 {
	margin: 0.5em 0;
	font-size: 1.4em;
	border-bottom: 1px solid #C0C1BE;
}
#content h3 {
	margin: 0.5em 0;
	font-size: 1.3em;
}
#content h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	border-bottom: 1px solid #C0C1BE;
}
#content h5 {
	margin: 0.5em 0;
	font-size: 1em;
}



/* *** BOTTOM *********************************************************** */

#bottom { padding: 0 0 0.5em 0; }

#bottom .usershadow-r { 
	padding: 12px 0 0 0; 
}


#bottom_left {
	float: left;
	margin: 10px 0 10px 0;
}
.col-2 #bottom_left { border-right: 1px solid #B4B4B4; }

#bottom_left .moduletable { margin: 0 10px 0 10px; }
#bottom_right {
	float: right;
	margin: 10px 10px 10px 0;
}


#footershadow .usershadow-r { 
	padding: 2px 0 0 0; 
}




/* *** FOOTER *********************************************************** */

#footer {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.5em;
	font-size: 1em;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
#footer a:hover { 
	color: #FFF; 
	text-decoration: underline;
}

#footer a.mainlevel {
	display: inline;
	background: none;
	padding-left: 0;
}


/* *** COPYRIGHT *********************************************************** */

#copyright {
	float: right;
	text-align: right;
	margin: 0 0 0.5em 0;
}
#copyright div {
	text-align: right;
}
#copyright a {
	font-weight: normal;
	text-decoration: underline;
}
#copyright a:hover { 
	text-decoration: none;
}


a#neojoomla {
	clear: both;
	display: block;
	width: 95px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
}
a#neojoomla span { display: none; }




/* **** TEMPLATE CUSTMOZER *********************************************************** */

#templateOptions  {
	height: 40px;
	padding: 10px 0 0 0;
}
#templateCustomizer ul {
	float: left;
	margin: 0 1em;
}
#templateCustomizer li {
	display: inline;
}
#templateCustomizer a {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin: 0 0.2em;
}
#templateCustomizer li a span {	display: none; }

#templateCustomizer li.fsize-small a, 
#templateCustomizer li.fsize-normal a,
#templateCustomizer li.fsize-large a {  
	width: 20px;
	height: 31px;
	background-repeat: no-repeat;
}

#templateCustomizer li.fsize-small a {  	background-position: 0 0; }
#templateCustomizer li.fsize-normal a { 	background-position: -20px 0; }
#templateCustomizer li.fsize-large a { 	 	background-position: -40px 0; }


#templateCustomizer li.width-thin a, #templateCustomizer li.width-wide a { 	
	background-repeat: no-repeat;
}

#templateCustomizer li.width-thin a { 	background-position: 0 0; }
#templateCustomizer li.width-wide a  {  background-position: -20px 0; }

#templateCustomizer li.clr-green a  {	background: url(../images/heading-green.gif) repeat-x 0 50%; }
#templateCustomizer li.clr-red a { 		background: url(../images/heading-red.gif) repeat-x 0 50%; }
#templateCustomizer li.clr-blue a  { 	background: url(../images/heading-blue.gif) repeat-x 0 50%; }

#templateCustomizer li.clr-dark a  {	background: url(../images/page_topbkg-dark.gif) repeat-x 0 -25px; }
#templateCustomizer li.clr-medium a { 	background: url(../images/page_topbkg-medium.gif) repeat-x 0 -25px; }
#templateCustomizer li.clr-light a  { 	background: url(../images/page_topbkg-light.gif) repeat-x 0 -25px; }


a#togglecusto {
	display: block;
	float: left;
	width: 130px;
	height: 14px;
}
a#togglecusto span { display: none; }




/* **** JOOMLA & NEOJOOMLA MODULES STUFFS *********************************************************** */



/* NEOLATESTNEWS */

.neolatestnews li p { margin: 0.4em 0; }

.neolatestnews a.newstitle {
	font-weight: bold; 
	text-decoration: none; 	
}
.neolatestnews a.readon { text-decoration: underline; }
.neolatestnews a.readon:hover { text-decoration: none; }





/* LATESTNEWS, MOSTREAD */

ul.latestnews, ul.mostread, ul.neolatestnews {
	margin: 0;
}
ul.latestnews li, ul.mostread li, .neolatestnews li {
	margin: 0.8em 0;
	padding: 0 0 0 1.2em;
}
ul.latestnews a, ul.mostread a, .neolatestnews a { 
	text-decoration: none; 
}
ul.latestnews a:hover, ul.mostread a:hover, .neolatestnews a:hover { 
	text-decoration: underline;
}
ul.latestnews a:visited, ul.mostread a:visited, .neolatestnews a:visited { 
	color: #908D89; 
}





/* POLL */
.poll {}
.pollstableborder {	width: 100%; }
.pollstableborder .sectiontableentry1 {}
.pollstableborder .sectiontableentry2 {}
.poll div {	
	padding: 0.5em 0; 
}






/* *** HTML TAGS *********************************************************** */

html, body { 
	height: 100%; 
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color: #4B4235;
	background-color: #FFF;
}

table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0px;
	margin: 0px;
}
ul li { list-style-type: none; }

a {
	text-decoration: underline;
}
a:hover { 
	color: #4B4235;
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0px;
	color: #C0C1BE;	
	background-color: #C0C1BE;
}

img { border: 0px; }


input, select, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 1px 2px;
	border-width: 1px;
}




/* **** JOOMLA STUFFS *********************************************************** */


/* *** FORMS */

input.inputbox, select.inputbox, textarea {
	color: #4B4235;
	background-color: #F0F0F0;
}
input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 2px;
	color: #FFF;
	background-color: #4B4235;
	border-top-color: #666;
	border-left-color: #666;
	border-right-color: #000;
	border-bottom-color: #000;
}
.search input.inputbox { margin: 0 2px 0 0; }





/* *** SMALL TEXT, DATES */

.createdate, .modifydate, .small   {
	font-size: 1em;
	color: #908D89;
	text-align: left;
}
.createdate { 
	padding: 0 0 0 1.5em;
	background: url(../images/icon_calendar.png) no-repeat 0 0;
}



/* **** PAGE CONTENT *********************************************************** */

/* *** PRINT PAGE */

body.contentpane {	
	padding: 1em; 
}



table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
}

.contentdescription { 
	padding: 1em 0; 
}

.pagenavcounter { 
	text-align: right; 
}





/* *** HEADING OF COMPONENT */

.componentheading {
	margin: 0 0 1em 0;
	padding: 0.2em;
	font: bold 1.6em "Times New Roman", Times, serif;
	color: #908D89;
	background: url(../images/page_topbkg-light.gif) repeat-x 0 -23px;
}




/* *** HEADING OF CONTENT */

.contentheading {
	font: bold 1.6em "Times New Roman", Times, serif;
}
.contentheading a {
	padding: 2px;
	text-decoration: none;
}
.contentheading a:hover { 
	color: #FFF;
	text-decoration: none; 
}



/* *** BUTTONS HEADING (PRINT, EMAIL, PDF) */

.buttonheading {           
	text-align: left;
	vertical-align: bottom;  
	font-size: 0.85em;
}
.buttonheading img { border: 0; }
.buttonheading a { text-decoration: none; }
.buttonheading a:hover { text-decoration: underline; }








/* *** TABLE OF CONTENT */

table.contenttoc {
	margin: 0 0.2em 0.2em 0.5em;
}
table.contenttoc th {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 0 0 0.2em 0;
}
table.contenttoc a.toclink {
	padding: 0 0 0 1em;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/arrow-mediumgrey.png) no-repeat 0 4px;
}
table.contenttoc a.toclink:hover { text-decoration: underline; }




/* **** MOS IMAGE */

div.mosimage {	
	width: auto;
	margin: 0.2em 1em;
	border: 1px solid #C0C1BE;
}
div.mosimage img {}
div.mosimage_caption {
	padding: 0.1em 0;
	color: #908D89;
}




/* *** READMODRE LINK FOR ARTICLES */

a.readon {	
	padding: 0 1em 0 0;
	background: url(../images/arrow-mediumgrey.png) no-repeat 100% 5px;
	text-decoration: underline;
}
a.readon:hover { 
	text-decoration: none; 
}




/* *** ARTICLE SEPERATOR */

span.article_seperator {
	display: block;
	height: 1px;
	margin: 1em 0;
	overflow: hidden;
	border-bottom: 1px solid #C0C1BE;
}




/* *** BLOG MORE */

.blog_more {
	padding: 0.5em;
}
.blog_more ul{ 
	padding: 0 0 0 0.5em !important; 
	margin: 0 !important;
}
.blog_more li{ 
	margin: 0 0 0.5em 0 !important;
	padding: 0 0 0 1.5em !important;
	list-style-type: none !important;
	background-position: 0 5px !important;
}




/* *** TABLE ITEMS */

.sectiontableheader {
	padding: 0.4em 0.2em;
	color: #FFF;
}
.sectiontableheader a, .sectiontableheader a:hover { color: #FFF; }

tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 { 
	padding: 0.4em 0.2em;
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }

tr.sectiontableentry1 td, td.sectiontableentry1 { background-color: #EEEEED; }
tr.sectiontableentry2 td, td.sectiontableentry2 { background-color: #FFF;}


.sectiontablefooter {}




/* *** PAGIN NAVIGATION */

.pagenavbar {
	padding: 0.5em;
	text-align: left;
}


span.pagenav, a.pagenav {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0.2em;
	margin: 0 0.2em;
}
span.pagenav {
	color: #908D89;
}
a.pagenav, .pagenav_prev a, .pagenav_next a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
a.pagenav:hover, .pagenav_prev a:hover, .pagenav_next a:hover { 
	text-decoration: none;
	color: #FFF; 
}




/* *** BACK BUTTON  */

div.back_button {    
	text-align: right;
	padding: 0.5em 0;
}
div.back_button a { 
	padding: 0 0.1em 0.1em 0.2em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
div.back_button a:hover { 
	color: #FFF; 
	text-decoration: none; 
}




/* *** SEARCH RESULTS */

table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }





/* *** MODULES STUFFS */

table.moduletable { 
	width: 100%; 
}

.syndicate img { 
	margin: 1px 0px; 
}





/* **** FRONTEND ADMIN STUFFS  *********************************************************** */*/


/* *** VALIDATION MESSAGE */

div.message {
	font-size: 0.95em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0px;
}



/* *** FORM TOOLBAR */

table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}

