/*
 * Thanks for: 
 * andreas01 - a free xhtml/css website template by Andreas Viklund 
 * http://andreasviklund.com/  
 * that may be used for any purpose as long as the proper credits are given i
 * to the original designer.
 */

/*************************************************/
/*                   GENERAL                     */
/*************************************************/

h1, h2, h3, h4, h5, h6 
{
  /* margin-top: .2em; */
  margin-bottom: .2em;
  color: black;
  background: none;
  font-weight: normal;
  }


/*************************************************/
/*                   HEADERS                     */
/*************************************************/

h2 
{
  font-size: 12pt;
  /* font-family: serif; */
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  font-weight:bold;
  height:25px;
  padding-top: .1em;
  padding-bottom: .05em;
  padding-left: .15em;
  color: #000;
  font-weight:bold;
  background-image:url(../images/title.gif);
  background-repeat: repeat-x;

/*
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  font-size: 10pt;  
  margin-top:1em;
  height:19px;
   padding-top: .15em;
  padding-bottom: .2em;
  padding-left:7px;
  padding-right:7px;
  border-right: 5px solid #883000;
  color: #000;
  font-weight:bold;
  background-image:url(../images/title.gif);
  background-repeat: repeat-x;
*/
}



h3 
{ 
  font-size: 9pt; /* 1.1em;*/ 
  font-weight: bold;
  color: #0000ff;
  padding-top: .2em;
  padding-bottom: .1em;
  background:#d7ecff;
  height:23px;
/*
  border-top: 1px dashed #bbb;
  border-right: 1px dashed #bbb;
*/
  }

h4
{
  /* font-size: 1.1em; */
  font-size: 10pt;
  /* font-family: serif; */
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  font-weight:bold;
  padding-top: .1em;
  padding-bottom: .05em;
  }

h5 
{ 
  /* font-size: 1.0em;  */
  font-size: 10pt; 
  padding-top: 0em;
  padding-bottom: 0em;
  }

/*************************************************/
/*                 PARAGRAPHS                    */
/*************************************************/

p 
{
  margin: .4em 0 .5em 0;
  line-height: 1.5em;
  font-size: 10pt;
  }

center 
{
  text-align: center;
  }

center * 
{
  margin-left: auto;
  margin-right: auto;
  }

blockquote 
{
  /* font-family: Times, "Times New Roman", serif;*/
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  font-style: italic;
  }

/*************************************************/
/*                  FOOTNOTES                    */
/*************************************************/
#footer {
clear:both;
margin:0 auto;
padding:15px 0;
text-align:center;
/* color:#808080; */
background:#ffffff;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color: #0000ff; /* #808080; */ 
/* background-color:#ffffff; */
text-decoration:none;
/* font-weight:bold; */
}

#footer a:hover {
text-decoration:underline;  
}

#footer img {
 border:0px solid #000; 
}


/*************************************************/
/*                    LISTS                      */
/*************************************************/

ul 
{
  line-height: 1.5em;
  list-style-type: disc;
  margin: .3em 0 0 1.5em;
  padding: 0;
  list-style-image: url(images/list_item.gif);
  }

ol 
{
  line-height: 1.5em;
  margin: .3em 0 0 3.2em;
  padding: 0;
  list-style-image: none;
  }

li 
{
  margin-bottom: .1em;
  font-size: 10pt;
  }


dl 
{
  margin-top: .2em;
  margin-bottom: .5em;
  width: 90%;
  margin-left: 1.5em;
  }

dt 
{
  font-style: normal;
  font-weight: normal;
  padding-left: .4em;
  padding-top: .2em;
  padding-bottom: .2em;
  margin-bottom: .5em;
  }


dd 
{
  margin-left: 2em;
  margin-bottom: .6em;
  line-height: 1.1em;
  font-size: .95em; 
  }

/*************************************************/
/*                   TABLES                      */
/*************************************************/

table.muse-table 
{
  background: white;
  color: black;
  font-size: 0.8em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  border: none;
  border-spacing: 0.1em;
  padding-left: 2em;
  }


table.muse-table td, table.muse-table th
{ 
  border: none;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
 }

table.muse-table th 
{
  background-color: #ccf;
  font-weight: normal;
  border-bottom: 2px dotted #6666f8;
  }

table.muse-table td 
{
  background-color: #e3e3ff;
  }

table.muse-table tfoot td 
{
  border-top: 1px dotted #6666f8;
  font-size: 0.8em;
  }

/*************************************************/
/*                   LINKS                       */
/*************************************************/

a 
{
  text-decoration: none;
  color: #0000ff; 
  }

a:visited 
{
  color: #0000ff; 
  }

a:active 
{
  color: #0000ff; 
  }

a:hover 
{
  text-decoration: underline;
  }


a.image-link img
{
 border:0px solid #000; 
 margin-right:5px; 
 margin-top:5px; 
 float:right;
}

p.image-link
{
  float:left;
  }

/*************************************************/
/*                 HRZ. RULE                     */
/*************************************************/

hr 
{
  height: 1px;
  color: #aaa;
  background-color: #aaa;
  border: 0;
  margin: .2em 0 .2em 0;
}


/*************************************************/
/*                    CODE                       */
/*************************************************/

code 
{
  background-color: #ffdd80;
  padding:.3em;
  font-weight:bold;
  }

pre 
{
  padding: 1em;
  color: black;
  background-color: #dd9;
  line-height: 1.1em;
  margin-left:1em;
  overflow:scroll;
  width:90%;
  }


/*************************************************/
/*                  PAGE ELEMENTS                */
/*************************************************/

body
{
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  color: black;
  font-size: 10pt; 
  background: #f4f4f4;
  text-align: center; 
}


#wrap {
  background:#ffffff;
  color:#404040;
  margin:0 auto;
  width: expression(document.body.clientWidth > 1200 ? "1200px" : "auto");
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*
#wrap {
  background:#ffffff;
  color:#404040;
  margin:0 auto;
  width: 1200px; 
  margin-right: auto;
  margin-left: auto;
}
*/

h1
{ 
  font-size: 2em; 
  margin-top: .3em;
  text-align: right;
  padding-top: .3em;
  padding-right: 0.7em;
  }

div.logobody
{ 
  text-align:center;
 }

img#logo
{
 text-align:center;
 border: solid 0px;
 padding-top: 1.2em;
 padding-bottom: 0.6em;
 width:90px;
 height:90px;
 }

img#logopard
{
 text-align:center;
 border: solid 0px;
 padding-top: 0.6em;
 padding-bottom: 1.2em;
 }

#body 
{ 
  width:100%;
 }

#left
{ 
  vertical-align:top;
 }

#content
{
  width:98%;
  margin: 0;
  padding-left: 0.5em;
  vertical-align:top;
}

div.block
{
  width:46%;
  float:left;
  margin-left:2%;
  }

/*************************************************/
/*                      MENU                     */
/*************************************************/

.menu
{
  width:160px;
  margin: 0;
  padding: 0;
  font: medium sans-serif;
  clear:both;
}

.menuitem a
{ 
  margin-left:.3em;
  font-size:10pt; 
  vertical-align:top;
  color:#0000ff;
 }

.menuline 
{ 
  float:left;
  font-size:0.8em;
  border-bottom:1px dotted #ffa000;
  border-left:1px dotted #ffa000;
  }

.menuhead
{ 
  clear:both;
  font-size:9pt; 
  font-weight:bold;
  padding-top:0.20em; 
  text-align:center;
  color:#000;
  background-image:url(../images/title.gif); 
  background-repeat: repeat-x;
  height:25px;
 }

.menubody
{ 
  padding:0.3em;  
  border: 0px; 
  text-align:left;
  background:#f2f8ff;
  font-size:9pt; 
  /* font-family:arial; */
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  color:#000;
  text-decoration:none;
   
}

.music a
{ 
  margin-left:.3em;
  font-size:0.5em;
  vertical-align:top;
  }

img.last
{
  border:0px;
  margin-left:23px;
  }

.blogrollentry
{
  margin:1px;
  float:left;
  }

.blogrollentry a
{
  font-size: 0.7em; 
  }

.blogrollentry a:hover
{
  background: #fee68b;
  }

/*************************************************/
/*                  PAGEHEAD                     */
/*************************************************/

.postinfo 
{
  clear:both;
  padding: .4em;
  color: #777;
  line-height: 1.1em;
  font: small sans-serif;
  font-size:0.7em;
  border-top: 1px solid #d8d8ff;
  border-bottom: 1px solid #b4b4ff;
}
.postinfo a 
{
  text-decoration: underline;
  color: #777;
  }

td.leftheadline
{
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  width:70%;
  padding-right:1em;
  background:#f2f8ff;
}

div.title
{
  font-size: 1.6em;
  padding-left:0.4em;
  padding-top:0.2em;
  }

div.status
{
  font-size: 0.8em;
  padding-left:0.8em;
  margin-top:0.4em;
  margin-left:0.8em;
  width:50%;
  }

div.statusok
{
  background:#e0ff50;
  }


div.statuspart
{
  background:#ffff90;
  }

div.statusnotok
{
  background:#ff5030;
  }

div.lastchange
{
  font-size: 9pt; /* 0.8em; */
  padding-left:0.8em;
  margin-top:0.4em;
  margin-left:0.8em;
  width:50%;
  }

div.about
{
  font-size: 9pt; /* 0.8em; */
  padding-left:0.8em;
  margin-top:0.8em;
  margin-left:0.8em;
  /* background:#ffffcc; */
  /* width:80%; */
  }

table.headline 
{
  width:100%;
}

table.content 
{
  width:100%;
}


/*************************************************/
/*                  PAGE TOC                     */
/*************************************************/

td#content
{
  text-align:justify;
}

td#content p
{
  margin-left:0.7em;
  margin-right:0.3em;
  line-height: 1.35em;
}

td.contents
{
  padding-left:1em;
  vertical-align:top;
  text-align:right;
  width:30%;
  }

div.contenthead
{
  border: 1px solid #883000;
  text-align:center;
  background:#ffd87d;
  }

dt.contents
{
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  border:0px;
  background:#fff;
  padding: 0em;
  margin: 0.1em;
  }

dl.contents
{
  border: 0px;
 }

div.contentbody
{ 
  padding:0.3em; 
  margin:0.2em;
  border-top: 0px;
  border-right: 1px dotted #883000;
  border-left: 1px dotted #883000;
  border-bottom: 1px dotted #883000;
  }

/*************************************************/
/*                 BACKLINKS                     */
/*************************************************/

div.backlink
{
  font-size: 0.8em;
  padding-right:0.4em;
  padding-left:0.4em;
  padding-top:0.2em;
  padding-bottom:0.2em;
  width:25%;
  float:right;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  }

div.footbacklink
{
  font-size: 1em;
  padding-right:0.4em;
  padding-left:0.4em;
  padding-top:0.1em;
  padding-bottom:0.1em;
  width:25%;
  float:right;
  border-bottom: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
  }

/*************************************************/
/*                DELICIOUS LINKS                */
/*************************************************/

.delitags
{
  background-color: #ffe4cd;
  font-size: 0.7em;
  margin-left:70%;
  text-align:right;
  }

/*************************************************/
/*                  CONTACT FORM                 */
/*************************************************/

#contactForm 
{
  margin-left:2em;
  margin-top:1em;
  }

div.contactLabel 
{
  float:left;
  width:15%;
  border-bottom: 1px dotted #a80000;
  color: #a80000;
  }

div.contactLine 
{
  margin-bottom:0.3em;
  }

#contactForm input
{
  margin-left:0.3em;
  border: 1px solid #a99;
  color: black;
  background-color: #ffffcc;
  padding:0.2em;
  width:40%;
  }

#contactForm input#subject
{
  width:60%;
  }

#contactForm textarea
{
  margin-left:0.3em;
  border: 1px solid #a99;
  color: black;
  background-color: #ffffcc;
  padding:0.2em;
  width:60%;
  }


div.contactSubmit
{
margin-left:5em;
margin-top:0em;
margin-bottom:2em;
padding-bottom:20px;
clear:both;
}

div.contactButton
{
float:left;
margin-left:6em;
}

div.contactSecret
{
padding-top:40px;
margin-top:1em;
margin-bottom:70px;
}

div.contactScrtIm{
float:left;
}

div.contactCheck{
float:left;
margin-left:1em;
margin-right:1em;
}

div.contactHelp{
float:left;
font-size:0.8em;
margin-bottom:1em;
width:40%;
}

/*************************************************/
/*                  LICENSE                      */
/*************************************************/

div#license
{
  height:40px;
  }

div#licenseim
{
  float:left; 
  margin-right:20px;
  }

div#licensetx
{
  padding-top:16px;
  height:21px;
  font-size:0.8em;
  }


/*************************************************/
/*                  TAGS                         */
/*************************************************/

a.tagit 
{
  font-size:0;
  }

a.tagit:after
{
  content:url(/base/images/blogtag.gif);
  }

/*************************************************/
/*                  HEADER                       */
/*************************************************/

#headertop
{
  width:97%;
}

#headerbottom
{
  line-height:100%;
}


div#headertext 
{
  float:right;
  font-size:10pt; 
  color:#0000ff;
  margin-top:0.5em;
  padding-right:0.8em;
  padding-left:0.8em;
  text-align: left;
}

div#headertitle 
{
  float:left;
  padding-top:0.5em;
  padding-left:0.5em;
  }

img#headerimg 
{
  clear:both;
  width:97%; 
  height:3px;
}

#sitehead 
{
  width:100%;  
  font-size:10pt; 
  color:#0000ff;
} 
#sitehead td.m {height:100px;}
#sitehead td.l {width:0px;}
#sitehead td.r {width:0px;}


#navbar {width:100%; font-size:10pt;}
#navbar td.m {height:39px; text-align:center;} 
#navbar td.l {display:none; width:1px;}
#navbar td.r {display:none; width:10px;}


#navsub {width:100%;font-size:10pt;}
#navsub td.m {background:#ebebeb; height:23px; text-align:left; color:#0000ff;}
#navsub td.l {display:none; width:10px;}
#navsub td.r {display:none; width:10px;}

.navheadbar 
{
  clear:both;
  font-size:9pt; 
  font-weight:bold;
  /* padding-top:0.20em;   */
  text-align:left;
  color:#000;
  background-image:url(../images/title.gif); 
  background-repeat: repeat-x;
  height:25px;
 
}


#feed {
    padding-left: 7px;
}
#feed a {
    text-decoration: none;
    color: #b8860b;
}



/*************************************/
/* sidearea */
/*************************************/
.sidearea
{
  width:260px;
  margin: 0;
  padding: 0;
  font: medium sans-serif;
  clear:both;
}

.sideareaitem a
{ 
  margin-left:.3em;
  font-size:10pt; 
  vertical-align:top;
  color:#0000ff;
 }

.sidearealine 
{ 
  float:left;
  font-size:0.8em;
  border-bottom:1px dotted #ffa000;
  border-left:1px dotted #ffa000;
  }

.sideareahead
{ 
  clear:both;
  font-size:9pt; 
  font-weight:bold;
  padding-top:0.20em; 
  text-align:center;
  color:#000;
  background-image:url(../images/title.gif); 
  background-repeat: repeat-x;
  height:25px;
 }

.sideareabody
{ 
  padding:0.3em;  
  border: solid #BBB 1px; 
  text-align:left;
  background:#f2f8ff;
  font-size:9pt; 
  /* font-family:arial; */
  font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
  color:#000;
  text-decoration:none;
   
}

