/* $Id: theme.css 1340 2006-06-04 10:15:29Z chrisaga $ */


/* --- 
NAVIGATION HORIZONTALE
--- */


ul#nav-box {

    margin:0px 27px 5px 28px;
	padding : 0 1em 0 0;
	list-style-type : none;
	background-color:#0072be;
	color: #fff;
	font-weight : bold;
	font-size : 10px;
	text-align: left;

	
}
ul#nav-box li {

	display: inline;
	padding : 5px 0;
	color:#fe9d2c;
}
ul#nav-box li a {
	padding : 4px 0.5em 4px 0.5em;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#nav-box li a:hover {
	background-color:#ee01e1;
	text-decoration: underline;
	color: #fff;
	border-right: 1px solid #fff;
}

/* text color */
html, body{
	margin: 0;
	padding: 0;
	
}
BODY, H1, H2, H3, DT {
  color:#696969;	/* dimgray */


		}

#the_page{
		width: 956px;
		margin: 1em auto;
		margin-top:0px;
		width:100%
		text-align: left;
		background: #ffe0ff url(img/page.png) repeat-y center top;
}
#theHeader{
	height: 212px;
    background: #ffe0ff url(img/top.png) no-repeat left top;
	margin:0; padding:0;
}
#copyright{
	margin: 0;
	padding: 1em;
	/*border-top: 1px solid #CCC;*/
	background: #EEE;
	color: #666;
	background: #ffe0ff url(img/down.png) no-repeat left top;
	height:94px;
	text-align:center;
}
.copy { text-align:center; font-size:80% }	

/* backgrounds */
BODY, H3, .throw {
    background: #ffe0ff;	/* white */
    color: #000;
	font:11pt/1.5 sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

 #menubar{
 	font-family:"Times New Roman", Times, serif;
 	font:11pt sans-serif;
 margin:0 0 0 28px;
 width:220px;

}




#content {
	font-size:12px;
 margin:0 28px 0 28px;
 background:#0000FF;
		   
}
#content  A {
    text-decoration:none;
    border-bottom: 1px solid #005e89;
}
H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 {
  background-color: #d3d3d3;
  
}

#menubar DL, #content, #imageToolBar {
  background-color: #eeeeee;
  
}

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

#imageHeaderBar, #comments {
width:900px;;
  border-color: #d3d3d3;
   margin:0 28px 0 28px;
}

#imageToolBar {
   margin:0 28px 0 28px;
}

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

#content UL.thumbnail IMG {
    border: 1px solid #a0a0a0;
	
}
#content  UL.thumbnailCategories {
margin:0;padding:0;
width:630px;
}

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

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

#content UL.thumbnails SPAN.wrap2 {
  border: 1px solid #aaaaaa;	/* 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, .rateButton {
    color: #005e89;
    background: transparent;
}

A:hover {
    color: #858460;
}

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

A.navThumb, A.navThumb:hover {
    border-bottom: none;
    margin:0 28px 0 28px;
}

/* 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; }
