/* SMOOTH BLOG JOOMLA! TEMPLATE
* 
*  COMMONS STYLES
*/

#accessibility {
	display: none;
	position: absolute;
	left: -2000px;
	top: -2000px;
}


/* GLOBAL CONTENT */
div#global_content {
	position: absolute;
	left: 50%;
	padding: 10px 0px;
}

/* THIN */
div.thin	{
	width: 770px;
	margin-left: -385px;
}
div.thin #column, 
div.thin .seperator_right {	width: 155px; }

div.thin .selector-off #content,
div.thin .selector-off .seperator_left,
div.thin .selector-off .userbox-1 .user-left, 
div.thin .selector-off .userbox-1 .user-right  {	width: 568px; }
div.thin .selector-off .userbox-2 .user-left {  	width: 190px; }
div.thin .selector-off .userbox-2 .user-right { 	width: 375px; }

div.thin .selector-on #content,
div.thin .selector-on .seperator_left,
div.thin .selector-on .userbox-1 .user-left, 
div.thin .selector-on .userbox-1 .user-right  {	width: 548px; } /* -20px selector */
div.thin .selector-on .userbox-2 .user-left {   width: 180px; }
div.thin .selector-on .userbox-2 .user-right {  width: 365px; }


/* WIDE */
div.wide{
	width: 970px;
	margin-left: -485px;
}
div.wide #column, 
div.wide .left .seperator_left,
div.wide .right .seperator_right {	width: 175px; }

div.wide .selector-off #content,
div.wide .left .seperator_right,
div.wide .right .selector-off .seperator_left,
div.wide .selector-off .userbox-1 .user-left, 
div.wide .selector-off .userbox-1 .user-right  {	width: 748px; }
div.wide .selector-off .userbox-2 .user-left {  	width: 280px; }
div.wide .selector-off .userbox-2 .user-right { 	width: 485px; }

div.wide .selector-on #content,
div.wide .left .seperator_right,
div.wide .right .selector-on .seperator_left,
div.wide .selector-on .userbox-1 .user-left, 
div.wide .selector-on .userbox-1 .user-right  {	width: 728px; } /* -20px selector */
div.wide .selector-on .userbox-2 .user-left {   width: 260px; }
div.wide .selector-on .userbox-2 .user-right {  width: 465px; }




.clear { clear: both; }

.sans-serif { font-family: Tahoma, Verdana, Arial, sans-serif; }
.serif { 	font-family: Georgia, "Times New Roman", Times, serif; }

.f-small {		font-size: 10px; }
.f-default {	font-size: 11px; }
.f-large {		font-size: 14px; }



.selector-off .wrapper_tl { margin-right: 0px; }
.selector-on .wrapper_tl { 	margin-right: 20px; }

.wrapper_tl {	
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.wrapper_tr {	
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.wrapper_bl {	
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.wrapper_br {	
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.wrapper_inner {
	padding: 20px;
}



/* TEMPLATE CUSTOMIZER */
#templateCustomizer {
	position: absolute;
	right: 0;
	top: 75px;
	width: 20px;
	height: 200px;
}
#templateCustomizer .wrapper_tr {  margin: 3px 0px; }
#templateCustomizer .wrapper_br {  padding: 2px 0px; }

#templateCustomizer ul { margin: 0 0 0 2px; }
#templateCustomizer li { margin: 2px 0px; }
#templateCustomizer li span { display: none; }
#templateCustomizer li a {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
/* Screen size */
#templateCustomizer li.screen-thin a {	background-image: url(../images/sitewidth_thin.png); }	
#templateCustomizer li.screen-wide a {	background-image: url(../images/sitewidth_wide.png); }		

/* Font size */
.light #templateCustomizer li.font-default a {	background-image: url(../images/light/fontsize_reset.png); }	
.dark  #templateCustomizer li.font-default a {	background-image: url(../images/dark/fontsize_reset.png); }	
#templateCustomizer li.font-small a {			background-image: url(../images/fontsize_down.png); }	
#templateCustomizer li.font-large a {			background-image: url(../images/fontsize_up.png); }		

/* Font style */
#templateCustomizer li.font-serif a, #templateCustomizer li.font-ssserif a { height: 26px; }

.light #templateCustomizer li.font-serif a {	background-image: url(../images/light/fontstyle_serif.png); }	
.light #templateCustomizer li.font-ssserif a {	background-image: url(../images/light/fontstyle_sans-serif.png); }	
.dark #templateCustomizer li.font-serif a {		background-image: url(../images/dark/fontstyle_serif.png); }	
.dark #templateCustomizer li.font-ssserif a {	background-image: url(../images/dark/fontstyle_sans-serif.png); }	


/* Contrast */
.light #templateCustomizer li.contrast-light a { 	background-image: url(../images/light/sitecontrast_clear.png); }
.light #templateCustomizer li.contrast-dark a { 	background-image: url(../images/light/sitecontrast_dark.png); }
.dark #templateCustomizer li.contrast-light a { 	background-image: url(../images/dark/sitecontrast_clear.png); }
.dark #templateCustomizer li.contrast-dark a { 		background-image: url(../images/dark/sitecontrast_dark.png); }


/* Colors */
#templateCustomizer li.color-blue a { 	background-color: #86B7E6; }
#templateCustomizer li.color-red a { 	background-color: #DB002E; }
#templateCustomizer li.color-orange a { background-color: #FA6D22; }
#templateCustomizer li.color-purple a { background-color: #CA80DB; }
#templateCustomizer li.color-green a { 	background-color: #CFE500; }
#templateCustomizer li.color-black a { 	background-color: #1F1F21; }




.seperator_left {
	float: left;
	height: 7px;
}
.seperator_right {
	float: right;
	height: 7px;
}
* html .seperator_left, * html .seperator_right { font-size: 0px; }	/* Internet Explorer Bug */






#header {
	height: 50px;
}

.sans-serif h1#logo { font-size: 26px; }
.serif h1#logo {  	font-size: 28px; }
h1#logo { 
	float: left; 
}




/* HEADER MENU */
#menu {
	float: right;
}
#menu li { display: inline; }

.sans-serif #menu a.mainlevel { 	
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	padding: 6px 18px 4px 2px;
}
.serif #menu a.mainlevel { 		
	font-family: Georgia, "Times New Roman", Times, serif; 
	letter-spacing: -0.01em;
	padding: 6px 10px 3px 0px;
}

#menu a.mainlevel  {
	display: block;
	float: left;
	margin: 0px 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
#menu a.mainlevel:hover { text-decoration: none; }
#menu a.sublevel {
	display: block;
	float: left;
	text-decoration: none;
}



/* LEVELS FOR NEOMENU */
#menu a.sublevel div.arrow {
	background-repeat: no-repeat;
	padding: 0px 14px 0px 0px;
	background-position: 100% 5px;
}
#menu a.sublevel div.arrow { 		 background-image: url(../images/arrow_down.png); }
#menu ul.menu a.sublevel {
	white-space: nowrap;
	padding: 2px 10px 2px 12px;
}



#center { margin: 10px 0; }
* html #center { margin: 15px 0; } /* Internet Explorer Bug */



/* RIGHT SIDEBAR */
.left #column {  float: left; }
.right #column { float: right; }

#column .moduletable {	margin: 0px 0px 12px 0px; }
#column .contentheading { font-size: 1.1em; }
#column h3 {
	margin: 0px 0px 4px 0px;
	padding: 2px 4px;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}

#column a.mainlevel  {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 1px 2px 1px 8px;
	border-left-style: solid;
	border-left-width: 2px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
#column a.mainlevel:hover {	text-decoration: underline; }
#column a#active_menu { font-weight: bold; }

#column .moduletable div { margin: 0px 0px 0px 10px; }

#column a.sublevel {
	display: block;
	margin: 0px;
	padding: 1px 2px 2px 8px;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#column a.sublevel:hover { text-decoration: underline; }







/* CONTENT */
.left #content {	float: right; }
.right #content {	float: left; }

#content {	line-height: 1.25em; }

#content ul { margin-left: 20px; }
#content ol { margin-left: 25px; }
#content ol li { 
	list-style-type:decimal; 
	padding: 2px 0px;
	margin: 0; 
	line-height: normal;
}
#content ul li {
	list-style-type: disc;
	padding: 2px 0px; 
	margin: 0px;
	line-height: normal;
}




/* USER BOXES */

.user-left {	float: left; }
.user-right {	float: right; }

.box_tl {	
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
.box_tr {	
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
.box_bl {	
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.box_br {	
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.box_inner {
	padding: 8px 10px;
	color: #FFF;
}
.box_inner .moduletable { margin: 0px 0px 5px 0px; }

.box_inner h3 {
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: normal;
	color: #FFF;
}
.light .box_inner a, .light .box_inner a:hover { color: #FFF; }
.dark .box_inner a, .dark .box_inner a:hover { color: #FFF; }
.box_inner .contentheading {
	font-size: 1em;
	color: #FFF;
}
.light .box_inner .contentheading { color: #FFF; }

#content .box_inner ul { margin-left: 4px; }
#content .box_inner ul li {
	list-style: none;
	padding-left: 14px;
	background-position: 0 6px;
	background-repeat: no-repeat;
}
.box_inner ul li a { font-weight: normal; }
.box_inner ul li a:link { color: #FFF; }

.box_inner .article_seperator { display: none; }







/* BOTTOM */
#bottom {
	margin: 5px 0px;
	padding: 0px 0px 5px 0px;
	background-position: 0 100%;
	background-repeat: repeat-x; 
}
#bottom .moduletable { 	margin: 0px 0px 5px 0px; }
#bottom h3 {
	font-size: 1em;
	line-height: normal;
	margin: 0px 0px 5px 0px;
}
#bottom .contentheading { font-size: 1.1em; }





/* FOOTER */
#footer,
#footer h1 {
	text-align: left;
	font-weight: normal;
	font-size: 1em;
}
#footer a {
	font-weight: normal;
}




/* NEOJOOMLA */
h1#neojoomla { 
	float: right;
	width: 145px;
	height: 30px;
	margin: 5px 0; 
	background-position: 50% 0;
	background-repeat: no-repeat;
}
h1#neojoomla span { display: none; }





/* HTML TAGS */
html, body { 
	height: 100%; 
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;    
}
table {	font-size: 1em; }
h1, h2, h3, h4, ol, ul, li, form {
	padding: 0;
	margin: 0;
}
ul li { list-style-type: none; }

a {
	font-weight: bold;
	text-decoration:underline;
}
a:hover { 
	text-decoration: none; 
}

hr {
	height: 1px;
	border: 0;
}
img { border: 0; }


input, select, textarea {
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	border-width: 1px;
}

/* JOOMLA BODY */

/* ********* CONTENEUR DES PAGES IMPRIMER */
body.contentpane {	padding: 6px 10px 4px; }

.contentdescription { padding: 6px 0; }

span.article_seperator {
	display: block;
	height: 10px;
	background-position: 0 60%;
	background-repeat: repeat-x;
}


a.readon {	
	font-weight: bold; 
	text-decoration: underline;
}
a.readon:hover { text-decoration: none; }


/* ********* SEARCH RESULTS */
table.searchintro{
	padding: 8px 0px;
	width: 100%;
}
span.highlight { background-color: #FFFF99; }



/* ********* NAVIGATION COUNTER */
.pagenavcounter { text-align: right; }


/* ********* NAVIGATION BAR BETWEEN ARTICLES */
.pagenavbar {
	padding: 4px;
	text-align: left;
}

/* ********* SYNDICATE */
div.syndicate img {	margin: 1px 0px; }



/* ********** FORM FIELDS */
input.inputbox, select.inputbox, textarea {
	color: #5B6C7E;
}

/* ********* FORM BUTTON */
.sans-serif input.button  { 	font-family: Tahoma, Verdana, Arial, sans-serif;  }
.serif input.button  { 		font-family: Georgia, "Times New Roman", Times, serif; }

input.button {
	font-weight: bold;
	padding: 2px 4px !important;
	padding: 2px 0;
}





/* ********* PATHWAY MODULE */
span.pathway {
	font-size: 1em;
	white-space: nowrap;
}
span.pathway img {	display: none; }
span.pathway a {
	padding: 0 6px 0 2px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
span.pathway a:hover { }



/* ********* SMALL TEXT AND CREATE DATE */
.createdate, .modifydate, .small  {
	font: normal 1em Tahoma, Verdana, Arial, sans-serif;
	line-height: normal;
	text-align: left;
}



/* ********* PAGE CONTENT */
.contentpaneopen, .contentpane, .blog {
	width: 100%;
	font-size: 1em;
}



/* ******** BLOG CONTENT */
.blog_more {
	padding: 6px;
	margin: 4px;
}
.blog_more ul { 
	padding: 0 0 0 4px; 
}
.blog_more li{ padding: 1px 0; }




/* ********* SECTION TITLE */
.sans-serif div.componentheading { font-size: 14px; }
.serif div.componentheading { 	 font-size: 16px; }
div.componentheading {
	clear: both;
	margin: 5px 0 8px 0;
	padding: 2px 0 2px 3px;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-align: left;
	color: #FFF;
}


/* ********* CATEGORY TITLE */
.contentheading {
	font-weight: bold;
	font-size: 1.3em;
	line-height: normal;
}
.contentheading a {
	float: left;
	padding: 0px 0px 2px 0px;
	background-position: 0% 100%;
	background-repeat: repeat-x;
	text-decoration: none;
}
.contentheading a:hover { text-decoration: none; }




/* BUTTONS HEADING (PRINT, EMAIL, PDF) */
.buttonheading {           
	text-align: center;
	vertical-align: bottom;  
	line-height: normal;
}
.buttonheading a {	
	font: normal 0.85em Tahoma, Verdana, Arial, sans-serif; 
	text-decoration: none;
}
.buttonheading a:hover { text-decoration: underline; }
.buttonheading img { border: 0; }




/* ********* TABLE ITEMS */
.sectiontableheader {
	padding: 4px 2px;
}
.sectiontableheader a, .sectiontableheader a:hover { color: #FFF; }

tr.sectiontableentry1 td, td.sectiontableentry1,
tr.sectiontableentry2 td, td.sectiontableentry2 {	
	padding: 3px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sectiontableentry1 a, .sectiontableentry2 a { text-decoration: none; }
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover { text-decoration: underline; }




/* ********* TABLE CONTENT TOC */
table.contenttoc {
	margin: 2px 2px 2px 4px;
	border-width: 1px;
	border-style: solid;
}
table.contenttoc th, table.contenttoc td {	padding: 1px 4px; }
table.contenttoc th {
	font-weight: bold;
	text-align: center;
}
table.contenttoc a {
	font: normal 0.95em Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}
table.contenttoc a:hover { text-decoration: underline; }



/* ********** MOS IMAGE */
div.mosimage {	
	width: auto;
	margin: 5px 10px;
	border-width: 1px;
	border-style: solid;
}
div.mosimage_caption {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 2px;
	background-position: 0 0;
	background-repeat: repeat-x;
}



/* ********* PAGINATION RESULTS */
span.pagenav, a.pagenav {
	font-size: 1em;
	font-weight: bold;
	margin: 0px 2px;
}
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: underline; }



/* ********** BACK BUTTON  */
div.back_button {    
	text-align: right;
}
div.back_button a { 
	display: block;
	float: right;
	padding: 1px 8px 2px 8px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
div.back_button a:hover { 
	text-decoration: none; 
}



/* ********* POLL MODULE */
.poll {}
.pollstableborder {	width: 100%; }
.poll div {	padding: 4px 0px; }




/* ********* LATESTNEWS, MOSTREAD */
ul.latestnews, ul.mostread {
	margin-left: 4px;
}
ul.latestnews li, ul.mostread li {
	margin: 6px 0;
	list-style: none;
	padding-left: 10px;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
ul.latestnews a, ul.mostread a { 
	text-decoration: none; 
	font-weight: normal;
}
ul.latestnews a:hover, ul.mostread a:hover { text-decoration: underline; }



/* ************ ADMIN CONTENT */
div.message {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	padding: 5px 0;
}


table#toolbar a.toolbar {
	border: 1px solid #CCC;
	background-color: #FFF;
}
table#toolbar a.toolbar:hover {
	border: 1px solid #666;
	background-color: #F5F5F5;
}
