/**
* Joomla! Template by DProg
* @version 2.0
* @copyright (C) 2004-2008 DProg - Philippe Docourt. All rights reserved.
* @license GNU/GPL
* @web http://www.dprog.net
**/
/***
This css file seperates the actual styling 
from the layout, it contains all colors for idju.ch
***/

/*****************************************************************************/
/* global resets - eliminates cross browser inconsistancies */

* {
	boder:none;
}

/*li,dd { margin-left: 1em;} */

fieldset { padding: 0; border: none; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

p { margin-top: 0; margin-bottom: 10px; }


/*****************************************************************************/
/* Corps de la page */

body {
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 76.1%;
}

/*****************************************************************************/
/* Les différentes zones de la page */

#viewport {
	background-color: #fff;
}

#page_wrapper {
	background-color: #222222;
}

#page_border {
	background-color: #222222;
}

#page_content {
}

#header {
	color: #fff;
}

#logo {
	text-align: center;
}

#slogan {
	text-align: center;
}

#top_news{
    padding-left: 33px;
    color:        #c1c1c1;
	background-image:    url(../images/topnews_quote.png);
    background-repeat:   no-repeat;
    background-position: top left;
	background-color: #222222;
	height: 50px;
}

#top_news .moduletable {
	background: #222222;
}

#top_menu {
	float: right;
}

#search {
	color: #333;
	vertical-align: middle;
}

#mod_search_searchword {
    font-size:   11px;
    background:  url(../images/search.png) no-repeat;
    background-position: top right;
    background-color: #fff;
    color:       #333;
    font-family: tahoma;
    border:      none;
    font-weight: bold;
}

#pathway_row {
	background-image:  url(../images/breadcrumb_bg.png);
    background-repeat: repeat-x;
}
#content_separator {
	background-color:    #fff;
    background-image:    url(../images/maincontent_separator_bg.png);
    background-repeat:   repeat-x;
    background-position: top left;
}

#content_wrapper {
	background-color:    #fff;
}
#left_sidebar {
}

#right_sidebar {
}

#footer  {
	color: #eee;
	text-align: center;
}

/*****************************************************************************/
/* Spacers */

span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e2e2e2;
	padding-left: 10px;
}

/*****************************************************************************/
/* footer styling */

#footer p{ 
    color: #eee;
	margin-bottom: 0;
}

#footer a:link, #footer a:visited{
	color: #eee;
}

/*****************************************************************************/
/* Typography: These control the general, asthetic, typographical/text elements of the css */

/* Titres de niveau 1 à 6 */
h1 {
	color: #651432; 
	font-size: 1.4em; 
	font-weight: bold;
}
h2 {
	color: #651432; 
	font-size: 1.3em; 
	font-weight: bold;
}
h3 {
	color: #222222; 
	font-size: 1.1em; 
	font-weight: bold;
}
h4 {
	color: #651432; 
	font-size: 1.0em; 
	font-weight: bold;
}
h5 {
	color: #222222; 
	font-size: 0.9em; 
	font-weight: bold;
}
h6 {
	color: #651432; 
	font-size: 0.8em;
	font-weight: bold;
}

/* Liens: liens visité/survolés etc. */
a, a:link, a:visited {
	color: #651432; 
	text-decoration: none;
}

a:hover, a:active {
	color: #651432;	
	text-decoration: underline;
}

/*****************************************************************************/
/* Side bars on both sides */

#left_sidebar .moduletable, #right_sidebar .moduletable {
    background:	 none;
	margin-bottom:       20px;
    border-top:          1px solid #e2e2e2 ;
    background-image:    url(../images/moduletable_header_bg.png);
    background-position: 0px 1px;
    background-repeat:   repeat-x;
}

#right_sidebar .moduletable h3, #left_sidebar .moduletable h3 {
    color:               #651432;
    background-image:    url(../images/moduletable_header_th.png);
    background-repeat:   no-repeat;
    background-position: 3px 5px;
	margin: 0;
	margin-bottom:       15px;
	padding: 0;
    padding-left:        25px;
	padding-top:		 5px;
}

/*****************************************************************************/
/* Top menu styling */

ul.menu_top li {
    background-image: url(../images/topm_r_active.png);
	background-repeat:   no-repeat;
    background-position: 100% 0;
}

ul.menu_top li a {
	color: #333;
    background-image: url(../images/topm_l_active.png);
	background-repeat:   no-repeat;
    background-position: -4px 0;
}

ul.menu_top li:hover {
    background-image: url(../images/topm_r_active_hover.png);
}

ul.menu_top li a:hover {
    text-decoration: none;
    font-weight:     bold;
	color:           #651432;
}

ul.menu_top li.active {
    background-image: url(../images/topm_r_active_hover.png);
}

ul.menu_top li.active a {
    background-image: url(../images/topm_l_active.png);
    color:            #333;
	font-weight:     bold;
}

ul.menu_top li.active a:hover {
    background-image: url(../images/topm_l_active.png);
    text-decoration: none;
    font-weight:     bold;
	color:           #651432;
}

ul.menu_top ul {
    list-style: none;
    margin:     0;
    padding:    0;
    float:      right;
    width:      auto;
}

ul.menu_top li {
    float:   left;
    margin:  0;
    padding: 0;
}

ul.menu_top a {
    float:       left;
    margin:      0;
    height:      23px;
    line-height: 23px;
    padding:     0 20px;
}

ul.menu_top li.index-1 a {
    background-position: 0 0;
}

/*****************************************************************************/
/* Vertical menu */

ul.menu_main {
	margin: 0;
	padding: 0;
}

ul.menu_main li {
	background: none;
	list-style-type: none;  
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-indent: 0;
}
/* sub items*/
ul.menu_main li ul li {
	text-indent: 5px;
}
ul.menu_main li ul li {
	border-left: 5px solid #e2e2e2;
}
ul.menu_main li ul li.active {
	border-left: 5px solid #981464;
}
/* sub-sub items*/
ul.menu_main li ul li ul li {
	text-indent: 10px;
}
ul.menu_main li ul li ul li {
	border-left: 5px solid #981464;
}
ul.menu_main li ul li ul li.active {
	border-left: 5px solid #e2e2e2;
}

ul.menu_main li a {
	display: block;
    height:  20px;
	color: #333;
	text-decoration: none;
	padding-left:   10px;
    padding-bottom: 3px;
    line-height:    20px;
    display:        block;
	border-left: 5px solid #e2e2e2;
	border-bottom: 1px dashed #e2e2e2;
}

ul.menu_main li a:hover { 
	color: #651432;
	border-left-color: #981464;
	font-weight: bold;
}

ul.menu_main li.active a { 
    color:       #333;
    font-weight: bold;
    border-left-color: #981464;
	font-weight: bold;
}

ul.menu_main li.active a:link,
ul.menu_main li.active a:visited { 
}

ul.menu_main li.active a:hover { 
    color:       #651432;
    font-weight: bold;
}

/*****************************************************************************/
/* Graphical Elements: These styles provide management of content's 
appearences. */


/*List item Styling*/
li {
	list-style-type:none;
	background: url(../images/bullet.png) no-repeat 0px 5px;
	padding-left: 13px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 1.2em;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
	background: transparent; 
	height:1px; 
	border: 1px solid #e2e2e2;
}

/* this is for formatting texts where you
see "<< Start < Previous 1 Next > End >>" links
within content*/

.pagination span, .pagination a{
	margin-left: 3px;
	margin-right: 3px;
}

table.pagenav {
	font-weight: bold;
	margin-top: 20px;
	width: 544px;
}

.pagenav_prev a {
	float: left;
}
.pagenav_next a {
	float: right;
	text-align: right;
}

.small {
	/* a symantic style to allow you to add text with this class, that
	is used for small text, like date/written by etc */
	font-size: .8em;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.button {
/* button style for Joomla component, form and module buttons*/
	background-image:    url(../images/btn_bg.png);
    background-position: top;
    background-repeat:   repeat-x;
	font-weight: normal;
	text-align: center;
	padding: 2px 0 2px 0;
	cursor: pointer;
}

.inputbox {
/* the look of input boxes in forms */
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	padding: 1px 3px;
	margin: 0;
}

/**
Joomla General styling
*/

.contentpaneopen span.small {
	margin-left: 20px;
}

.createdate, .modifydate {
/* styling the date the content was created on and the "Last updated on" text
at the end of articles/contents */
	background:url(../images/date.png) no-repeat 0px 1px;
	color:  #333;
	font-size: .8em;
	text-indent:20px;
	margin:0;
	padding: 2px 0 10px 0;
}

/* formatting the "Read on..." link on blog layout pages */
.readon {
	display:block;
	background:url(../images/read-more.png) no-repeat;
	padding-left: 20px;
}

/*Default styling for the breadcrumb*/
.breadcrumb {
}

.readon {
    font-size:           11px;
    float:               left;
    padding-right:       10px;
    background-image: url(../images/menu_a.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        20px;
    height:              27px;
    line-height:         27px;
}

.back_button a {
    padding:    2px 5px 2px 20px;
    text-align: center;
    display:    block;
}

.back_button a:hover {
    color:   #ff0000;
}

span.breadcrumb {
    color:       #333;
    font-size:   11px;
    font-weight: bold;
    padding:     12px 0 0 10px;
    float:       left;
}

span.breadcrumb a:link,

span.breadcrumb a:visited {
    color:       #333;
    font-weight: bold;
    font-size:   11px;
}

/* 
Joomla Styling for Contents
These are all the styles for content
*/

.blog {
/* Pour garantir que la division de l'espace défié au blogs se répartissent 
bien sur toute la largeur disponible */
width: 100%;
}
.blog_more ul li {
    padding-top: 5px;
}

.blog_more strong {
    font-size: 16px;
}

.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
	font-size: 1em;
	/*text-align: justify;*/
}

.contentpaneopen {	
	font-size: 1em;
	/*text-align: justify;*/
	width: 100%;
}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/
.moduletable {	
	font-size: 1em;
    background-image:    url(../images/moduletable_header_bg.png);
    background-position: 0px 1px;
    background-repeat:   repeat-x;
}

.contentdescription {
	padding-bottom: 10px;
}

.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	width: 100%;
}

.componentheading {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	color: #651432;
	padding: 2px;
	margin-bottom: 20px;
	border-top: 1px solid #e2e2e2;
	background-image:    url(../images/moduletable_header_bg.png);
    background-position: 0px 1px;
    background-repeat:   repeat-x;
}

table.contenttoc {
	margin: 10px;
	padding: 0px;
	float:right;
}

/*
Joomla Sections Styles
Styling of sections tables 
*/

.sectiontableheader {
/* This is for styling the section table headers on a SECTION's page.*/
	color: #333;
	border-top: 1px solid #e2e2e2;
	background-image:    url(../images/moduletable_header_bg.png);
    background-position: 0px 1px;
    background-repeat:   repeat-x;
	font-weight : bold;
}

.sectiontableentry1 {
/* this is used when there's a whole list of data to provide and
you need to create alternate colors for each row of data. This is
the first color */
	background-color : #fff;
}

.sectiontableentry2 {
/* this is the second color for the row*/
	background-color : #e2e2e2;
}

.sectiontableentry1 td {
	padding: 5px;
}

.sectiontableentry2 td {
	padding: 5px;
}

/*  Polls  */

.poll {
/* polls texts */
	font-size: 1em;
	line-height: 14px
}

/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1, .poll .sectiontableentry2 {
	background: none;
}

.pollstableborder {
/* set the border properties of the polls voting table */
	width: 178px;
}

.poll td {
/* set the table data properties of the polls voting table */
/*font-size: 0.95em;
font-weight: normal;*/
	padding: 4px;
}

.poll thead td {
/* unset padding for table header */
	font-size: 0.95em;
	font-weight: normal;
	padding: 0px;
}
