/* -------------------- */
/*  CSS - Dansens Hus   */
/*  Realisation: Daz    */
/*  February 2006       */
/* -------------------- */

/****************************************
** background color is #000723 or R:00,G:07,B:35
** Menu buttons fade at 57% (for the main item) the orange color is
** #f8b053 or R:248,G:176,B:83
** Light Blue = #5f89c2
****************************************/

body {
  color:#f9e2c3;
  background-color: #000723;
  /*background-color: #000000;*/
  margin:0 10px 10px 10px;
  padding:0;
  font-size:1em;font-weight:normal;font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  max-width:75em;
  /* min-width:65em; */
  /* A trick for IE, the other browsers will ignore the expression() stuff, and the show will go on */
  width:expression(document.body.clientWidth > (75/14)*parseInt(document.body.currentStyle.fontSize)?"75em":
     (document.body.clientWidth < (65/14)*parseInt(document.body.currentStyle.fontSize)?"65em":"auto"));
}

#main {margin-top:5px;padding:0;clear:both;}

a {color: #f8b053;text-decoration:none;}     /* unvisited link */
a:visited {color: #f8b053}  /* visited link */
/*a:hover {text-decoration:underline;}*/   /* mouse over link */
a:active {color: yellow;}   /* selected link */

/****************************************
** Footer
****************************************/
#footer {
  clear:both;border-top:2px solid #f8b053;
  margin-top:5px;padding:10px 10px 10px 10px;
}
#footer a {color:#f9e2c3;text-decoration:none}
#footer a:hover{color:#f9920d;text-decoration: underline;}
#published {display:none;}
#css {display:none;}
#xhtml {display:none;}

/****************************************
** top navigation
****************************************/
#topnav {clear:both;display:none;}

/****************************************
** Right Block
****************************************/
#rightblock  {display:none;float:right;}

/****************************************
** Left Block
****************************************/
#leftblock  {float:left;display:none;}

/****************************************
** Center Block
****************************************/
#centerblock {
  /* padding-left:12em; */
  /* padding-right:240px; */
  margin-bottom:5px;
  color:#fff;
  /*min-width:35em;max-width:55em;*/
  /*min-width:400px;*/
  /* Don't need that, since superseeded by the body width*/
}
#centerblock h1,h2{padding:10px 20px 0 20px;}
#centerblock h1{color:#f9e2c3;font-weight:bold;font-size:2em;text-align:center;margin:10px 0 10px 0;}
#centerblock h2{font-style:italic;font-weight:bold;}
#centerblock p{padding:0 10px 0 20px; text-indent:1em;}
#centerblock p:first-letter {color:#f8b053;font-size:1.5em;}

/*#centerblock a     {color:#f9e2c3; text-decoration:none;}*/
#centerblock a:hover {color:#f9e2c3; text-decoration:underline;}

#centerblock span.category{font-variant:small-caps;font-weight:bold;
                            border-bottom:2px double black;border-left:2px double black; }


/*******************************************
** List 
*******************************************/
ul.list {margin-left:5em; list-style-type: square; padding-left:0.9em;border-left:2px double black; }

/******************************************
** Rounded corners
******************************************/
fieldset,input,textarea { -moz-border-radius:15px;} /* Can specify each corner as "top-left top-right bottom-right bottom-left"*/
input {padding: 2px 5px 2px 5px;}

/******************************************
** Print and email to a friend
******************************************/
#print { display:none;}
#send { display:none;}

