/*

  $Id: style.css,v 1.18 2006/10/17 01:16:30 blais Exp $
  $Source: /home/blais/repos/cvsroot/web-furius/style.css,v $ 

  CSS for Furius Enterprise website: web-furius.
  This does not include the style for the projects.
  Copyright (C) 2003-2006 Martin Blais. All Rights Reserved.

Notes
-----

HSV = 25, 17, 55, color scheme #8C7C74, #70836D, #5D6270 
Nice red and yellow: #AC3539, #EBBC00 

*/

body {
  /* font-family: "trebuchet ms",verdana,sans-serif; font-size: 10pt; */
  font-family: Luxi Sans, Lucida, Arial, sans-serif;
  margin: 0px;
  padding: 0px; /* for IE -- krock */
  background-color: rgb(255,255,255);
}

/* top header */
div#header {
  /* background-image: url("header-backgrounds/header-hardware.jpg"); */
  background-image: url("background-ville.png");
  /* background-color: white; */
  /* background-repeat: no-repeat; */
  height: 62px;
  border-bottom: 3px solid black;
}

/* menu on the left */
div#menu {
  width: 148px;
  padding: 8px;
  float: left;
}

/* menu on the left */
div#search {
  padding-top: 20px;
}

div#search input#txtedit {
  width: 140px;
}

#search-text {
  color: #666;
  font-size: smaller;
}

form#search-form {
  margin: 0px;
}

/* main contents zone. */
div#contents {
  margin-left: 172px;
  padding-right: 12px;
  max-width: 512px; /* for lines that aren't too long */
}

div#main { 
  /* test background image */
  background-image: url("background-ville.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 132px;
}

/* small print, copyright notice */
div#footer {
  clear: both;

  font-style: italic;
  font-size: xx-small;
  text-align: center;
  color: rgb(128, 128, 128);

  padding: 5px;
  border-top: thin solid #CCCCCC;
}

/* main large logo  */
#logo {
  z-index: 5;
  border-style: none;
  position: absolute;  /* necessary for z-index */
}

/* menu items. */
div#menu a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 2px;
  border-width: 0;
  text-decoration: none;
  color: white;
  background-color: #6F7E9A; /*5D6270; / * rgb(250,160,60); */
  font: bold 0.8em Luxi Sans, Lucida, Arial, sans-serif;

  border-right: 6px solid #CCCCCC;
}

div#menu a.selected {
  border-right: 6px solid #AC3539;
}

/* menu items highlighted */
div#menu a:hover {
  background-color: #6D7270; /* rgb(228,92,1); */
  color: #FD6;
}

li {
  margin-bottom: 0.5em;
}

.section-title {
  margin-top: 0.2em;
}

a:link, a:visited {
  color: #662;
  font-weight: bold;
  /* font-style: italic;  */
  text-decoration: none;
}

.smallquote { 
  font-style: italic;
  font-size: smaller;
}

.FIXME {
  background-color: rgb(255, 100, 100);
  font-size: x-large;
  text-align: center;
  padding: 0.5em;
}

/* debugging */
/* div { border: thin solid red; } */

#oss-note { 
  font-size: smaller;
  margin-left: 1em;
  margin-right: 1em;
}

#table-contact tr td { 
  padding: 3px 10px;
  border: thin solid black;
}

/* Embedded Google Map */
div#map { 
   width: 500px;
   height: 400px;
   margin-left: auto;
   margin-right: auto;
}

img#circle-mugshot {
  float: right;
  padding: 15px;
}


div.smalllinks {
  font-size: x-small;
  text-align: right;
}
