body
{
  font-family:arial,helvetica,lucida,sans-serif;
  color: black;
  padding: 0;
  margin: 0;

  background: transparent repeat fixed center;
  overflow: hidden;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
}

h1
{
  height: 100px;
  left: 50%;
  bottom: 0px;
  margin-left: -100px;
  position: absolute;
  color: gray;
  opacity: 0.5;
  display:none;
}

img
{
  border: 0px;
}

#dock
{
  background-attachment:fixed;
  background-image:url(desktop/dock.png);
  background-position:center 30px;
  background-repeat:no-repeat;
  height:54px;
  left:50%;
  margin-left:-350px;
  position:absolute;
  text-align:center;
  bottom:16px;
  width:700px;
/*  z-index:31;*/
}

#menubar
{
  border-bottom: 2px solid black;
  height: 1.4em;
  background: white;
}

/* Windows */
.window
{
  background-color: white;
  border: 1px solid black;
  min-width: 50px;
  min-height: 50px;
  float: left;
}

.title
{
  background-color: #5AC;
  text-align: center;
  border-bottom: 1px solid black;
  cursor: move;
}

#clock_bg
{
  height: 64px;
  width: 64px;
  display: block;
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: move;
  z-index: 31;
}

#clock_min
{
  background: url(desktop/clock/minutes.png);
}

#clock_hour
{
  background: url(desktop/clock/hour.png);
}

#clock_fg
{
  height: 64px;
  width: 64px;
  background: url(desktop/clock/clock_fg.png);
}

a.wallthumb img
{
  margin: 3px;
  padding: 0px;
  border: solid 1px black;
}

a.wallthumb:hover img
{
  margin: 2px;
  border: solid 2px black;
}

#label
{
  color: white;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  position: absolute;
  font-size: 500%;
}

/******************************************************/
ul.prefs
{
  float: left;
  height:90%;
  list-style-type:none;
  padding: 0px;
  font-size: 90%
}

ul.prefs li
{
  padding: 0px 20px 0px 0px;
}

ul.prefs li:hover
{
  background-color: #EEE;
}

ul.prefs li.selected
{
  background-color: #DDEEEE;
}

div.notebook
{
  border-left: 1px solid #DDEEEE;
  overflow:auto;
  height: 100%;
}

.notebook h2
{
  padding-left: 10px;
}

.link
{
  cursor:pointer;
}

/* Blog */
.billet { background: white; padding: 2px; margin: 5px; border: 1px solid #aaa; color: #333; }
.billet h2 { margin:0px; text-align:center;cursor:pointer;}
.blog_author { color: #aaa; font-size:80%;text-align:center;margin-bottom:2em;cursor:pointer;}
.blogcommentnumber {color:#aaa;font-size:80%;text-align:right;cursor:pointer;}
#blog_new {cursor:pointer;text-align:right}

.comment { background: white; padding: 2px; margin: 5px; border: 1px solid #ddd; color: #333; }
.comment h2 { margin:0px; text-align:center;cursor:pointer;}
.comment_author { color: #aaa; font-size:80%;text-align:center;margin-bottom:2em;cursor:pointer;}
