/* @override http://www.cmaq.net/themes/goofy/style.css */

/*
** HTML elements
*/

body {
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: tahoma, helvetica, arial, sans-serif;
padding: 0px;
margin: 0px;
}

p, ul, li, div, form, em, blockquote, quote {
  font-size: 10pt;
  font-family: tahoma, helvetica, arial, sans-serif;
  font-weight: normal;
}

p, ul, li, h1, h2, h3, h4, h5, h6, div.contributeur_et_date {
	margin-left: 7px;
	margin-right: 5px;
		line-height: 1.4em;
}

/* MIC-MOD : class optionnel pour les images */
/* seulement si insertion a la main dans le node */
.node-image, .node_image {
border: 1px solid rgb(0,0,0);
margin: 8px;
}

/* MIC-MOD: les blocs-VIEWS ont besoin de styles propres. */
/* Ici, je maximise espace pour contenus */
.block-views p, div {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}
.block-views ul li {
	list-style-type: square;
	list-style-image: url(http://www.cmaq.net/misc/menu-leaf.png);
	padding: 12px 0px 0px 0px;
	margin-left: 10px;
}

/* MIC-MOD aux blocs-VIEWS: les donnees secondaires sont un peu plus petites et en gris */
.block-views div.view-field.view-data-node-created {
	color: #666;
	font-size: 0.9em;
	margin-top: 2px;
}
/* Titres-liens des blocs-VIEWS */
.block-views div.view-field.view-data-node-title a {
	font-size: 1.01em;
}

/* MIC-MOD : AGENDA bloc-VIEWS
/* espacement pour la date et titre en gras */
div.view-field.view-data-event-event-start {
	margin-top: 2px;
}
#block-views-Agenda_View div.view-field.view-data-node-title a {
	font-weight: bold;
}
div.view-field.view-data-term-node-10-name {
	color: gray;
	margin-left: 5px;
	font-size: 0.9em;
}

/* MIC-MOD : pour la page taxonomy_dhtml */
/* les rubriques vides sont grises */
#menu_5 li a {
	color: silver;
}
#menu_5 li.menubar a {
	color: #db6023;
}


td {
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  font-weight: normal;
}

td.left {
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 10pt;
  text-align: left;
}

/**********************  HEADER ************************/

td.oru {
  /* Modif CMAQ*/
  background: url(images/or-u.gif); /* background: url(images/or-u.png); */
  width: 100%;
}

td.ord {
  /* Modif CMAQ*/
  background: url(images/or-d.gif); /* background: url(images/or-d.png); */
  width: 100%;
}

td.orl {
  /* Modif CMAQ*/
  background: url(images/or-l.gif); /* background: url(images/or-l.png); */
}

td.orr {
  /* Modif CMAQ*/
  background: url(images/or-r.gif); /* background: url(images/or-r.png); */
}

td.orcnt {
  /* Modif CMAQ*/
  background: #104E7C; /*background: #FBC636;*/
  width: 100%;
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

td.gru {
  background: url(images/gr-u.png);
  width: 100%;
}

td.grd {
  background: url(images/gr-d.png);
  width: 100%;
}

td.grl {
  background: url(images/gr-l.png);
}

td.grr {
  background: url(images/gr-r.png);
}

td.grcnt {
  background: #C6C6C6;
  width: 100%;
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 10pt;
}

/**********************  BODY ************************/

td.lgu {
  background: url(images/lg-u.png);
  width: 100%;
}

td.lgd {
  background: url(images/lg-d.png);
  width: 100%;
}

td.lgl {
  background: url(images/lg-l.png);
}

td.lgr {
  background: url(images/lg-r.png);
}

td.lgcnt {
  background: #E4E4E4;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  white-space: normal;
}

td.lgcntnw {
  background: #E4E4E4;
  width: 100%;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-size: 10pt;
  white-space: nowrap;
}

/******************************/

small {
  font-size: 8pt;
}

big {
  font-size: 12pt;
}

hr {
  color: #CC6600;
  height: 1px;
  clear: right;
}

a {
/* MIC-MOD 2011 : un peu plus brillant que CC6600, mais pas trop */
  color: #db6023; /*color: #CC6600;*/
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #db6023; /*color: #CC6600;*/
}
/* MIC-MOD 2011: plus beau de changer couleur que souligner  */
a:hover {
	color: #ff9500;
}

/* Modif CMAQ 2010 via Mic: couleur aux titres sur la page accueil */
h2.title_node, h2.title {
  font-weight: bold;
  font-size: 12pt;
  	color: #333168;
}

/* Mic-Mod: ce bloc SimpleNews [bulletin] presente les titres-liens des archives tout croche, donc...*/

#block-simplenews-newsletter-98 a.active{
	float: left;
	clear: none;
	padding-bottom: 7px;
}
#block-simplenews-newsletter-98 a {
	float: left;
	clear: none;
	padding-bottom: 7px;
}


b {
  font-weight: bold;
}

div.links {
	text-align: right;
}

/* Modif CMAQ 2010 via Mic: simplement mis des styles dans le theme Goofy pour les rubriques, le nom de la personne contributrice et la date de creation */

div.contributeur_et_date {
	font-size: small;
	color: #999;
	margin-bottom: 3px;
}

div.rubriques_taxonomy {
	font-size: x-small;
	text-align: right;
}

/* Modif CMAQ 2010 via Mic: AUTEUR ORIGINAL RENDU TRES VISIBLE A L'ACCUEIL */
/* mis a droite, en gras */
div.flexinode-body.flexinode-2 div.flexinode-textfield-14 div.form-item {
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 25px;
	margin: 0 0 10px;
}

/* Modif CMAQ 2010 via Mic: cache les mots Suggested links et Location */
/* sur la page accueil du site */
div.flexinode-body.flexinode-2 div.form-item label {
	visibility: hidden;
}
div.flexinode-body.flexinode-1 div.flexinode-textarea-2 div.form-item label {
	visibility: hidden;
}
/* Modif CMAQ 2010 via Mic: cache les champs adresse courriel, car il est tres mauvais de publier ainsi les adresses courriel [spam power]. */
input#edit-flexinode_15.form-text, input#edit-flexinode_16.form-text, input#edit-flexinode_5.form-text, input#edit-flexinode_6.form-text {
	visibility: hidden;
}
/* Masque les titres des champs Flexinode, car ils sont en anglais et je cherche a faire disparaitre les champs Courriels dans le CMAQ 3.0 -Mic */
div.flexinode-body.flexinode-1 div.form-item label {
	visibility: hidden;
}
/* MIC: MAIS les adresses demeurent visibles pour le moment, par principe de ne pas cacher ce que les gens ont inclus.*/

/* Modif CMAQ 2010 via Mic: cache la réponse Publié: Oui. */
/* Elle est la réponse à une question de sécurité pour les Événements */
div.flexinode-checkbox-30 {
	visibility: hidden;
}
/* MIC-MOD: bloc liste Taxonomy_dhtml : améliorations visuelles */
/* Rubrique Principale */
#block-taxonomy_dhtml-6 table.goofy tbody tr td.lgcnt li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding-top: 8px;
	color: gray;
}
/* Sous-rubrique : thèmes plus précis */
#block-taxonomy_dhtml-6 table.goofy tbody tr td.lgcnt ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 12px;
	padding: 3px 0 0;
	color: gray;
}

table.cmaq_theme {
  border-collapse: separate;
padding: 0px;
margin: 0px;
}

.node .picture {
  border: 2px solid #ddd;
  float: right;
  margin: 0.5em;
}

.comment .picture {
  border: 1px solid #770;
  float: right;
  margin: 0;
}

a.read-more, a.read-more:link, a.read-more:visited, a.read-more:active {
  color: green;
  font-weight: bold;
}

tr.dark {
  background-color: #e0e0e0;
}
tr.light {
  background-color: #eee;
}
td.active {
  background-color: #d4d4d4;
}

/* Fix watchdog values we just overrode... this should be updated when drupal.css is updated */
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}



/* Modif CMAQ: Enlever les titres de formulaires dans l'affichage des Noeuds Flexinodes (Article et Events) */

div.flexinode-image-11 {
  color: #FFFFFF;
  border-width: 50;
  border-color: #FFFFFF;
  float: right;
}

/*
div.flexinode-textarea-12 {
  position: relative;
  
}*/

.flexinode-body .flexinode-textarea-12 .form-item label, .flexinode-body .flexinode-textarea-13 .form-item label {
display: none;
}

#sidebar-left {
vertical-align: top;
width= 20%;
}

#sidebar-right {
vertical-align: top;
width= 20%;
}

#main {
padding: 0px 20px 0px 20px;
}


/* Modif de Mic: cache les anciens systemes de fichiers Flexinode */
/* pour que les gens cessent de les utiliser par erreur. */

input#edit-flexinode_24.form-file, input#edit-flexinode_3.form-file, input#edit-flexinode_25.form-file, input#edit-flexinode_11.form-file {
	visibility: hidden;
}
