/* $Id: theme.css 1516 2006-07-29 10:02:32Z chrisaga $ */

/* text color */
BODY, H1, H2, H3, DT,
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
  color:#d5fe46;	/* dimgray */
}

/* backgrounds */
BODY, H3, .throw {
  background-color: #541044;	/* white */
}
/* bandeaux */
H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
  background-color: #541044;
}
/* fond général catégories */
#menubar DL {
  background-color: #541044;
}
#content {
  background-color: #541044;
}
#imageToolBar {
  background-color: #541044;
}

/* borders */
#menubar DL, #content, #imageToolBar,
#comments DIV.comment BLOCKQUOTE {
  border: 1px solid #d5fe46;
}

#theImage IMG {
  border-color: #d5fe46;
}

#content UL.thumbnail IMG {
    border: 1px solid #d5fe46;
}

FIELDSET, INPUT, SELECT, TEXTAREA,
#content DIV.comment  A.illustration IMG, #infos,
#content DIV.thumbnailCategory {
  border: 1px solid #541044;
}

#comments DIV.comment BLOCKQUOTE {
  border-left: 2px solid ##d5fe46F;
  background-color: #eee;
}

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #541044;	/* thumbnails border color and style */
  -moz-border-radius: 4px;	/* round corners with Geko */
  border-radius: 4px 4px;	/* round corners with CSS3 compliant browsers */
}
#content UL.thumbnails SPAN.wrap2:hover {
  border-color: yellow;		/* thumbnails border color when mouse cursor is over it */
}

/* links */
A, INPUT.rateButton {
    color: #d5fe46;
    background: transparent;
}

A:hover, INPUT.rateButton:hover {
    color: #d5fe46;
}

#imageToolBar A, #imageToolBar A:hover {
    border-bottom: none;
}

A.navThumb, A.navThumb:hover {
    border-bottom: none;
}

/* others */
.pleaseNote {
    background: #9c9c9c;
    color: #ffff99;
    padding: 1ex;
    font-weight: bold;
}

/*calendar elements*/
SPAN.calItemEmpty { color: silver; }

SPAN.calItem, SPAN.calItemEmpty
{
  border: 1px solid silver;
}

/* nice looking month calendar*/
TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;}

TD.calDayCellEmpty { color: silver; }

.calBackDate { color: #000; }
.calForeDate { color: #fff; }
