/*
 * 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: medium sans-serif;
  font-size: 1.0em; 
  margin-top:1em;
  height:19px;
  padding-top: .15em;
  padding-bottom: .2em;
  padding-left:7px;
  padding-right:7px;
  border-right: 5px solid #883000;
  color: #fff;
  font-weight:bold;
  background-image:url(../images/02_line_red.png);
  background-repeat: repeat-x;
  }

h2.blog 
{ 
  padding-top: .3em;
  font-size: 0.7em; 
  text-align:right;
  font-weight:normal;
  color: #000;
  }

h3 
{ 
  font-size: 1.1em; 
  font-weight: bold;
  padding-top: .2em;
  padding-bottom: .1em;
  border-top: 1px dashed #bbb;
  border-right: 1px dashed #bbb;
  }

h4
{
  font-size: 1.1em;
  font-family: serif;
  font-weight:bold;
  padding-top: .1em;
  padding-bottom: .05em;
  }

h5 
{ 
  font-size: 1.0em; 
  padding-top: 0em;
  padding-bottom: 0em;
  }

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

p 
{
  margin: .4em 0 .5em 0;
  line-height: 1.5em;
  }

center 
{
  text-align: center;
  }

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

blockquote 
{
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  }

/*************************************************/
/*                  FOOTNOTES                    */
/*************************************************/
/*
.footnote
{ 
  font-size: .8em; 
  border-bottom: 1px dashed #b4b4ff;
  width: 96%;
  margin-left: 1.5em;
  }
*/
#footer {
clear:both;
margin:0 auto;
padding:15px 0;
/* border-top:4px solid #f0f0f0; */
/* width:950px; */
text-align:center;
color:#808080;
background:#ffffff;
}

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

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

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

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


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: #883000;
  }

a:visited 
{
  color: #883000;
  }

a:active 
{
  color: #faa700;
  }

a:hover 
{
  text-decoration: underline;
  }


a.image-link img
{
  border:1px solid #000;
  margin-right:20px;
  }

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: Arial, Helvetica, Futura, sans-serif;
  color: black;
  margin: 0px auto;
  padding: 0;
  font-size: 0.95em;
  margin-left: auto;
  margin-right: auto;
  background: #f4f4f4;
  text-align: center; 
}

#wrap {
  background:#ffffff;
  color:#404040;
  margin:0 auto;
  width: 750px; 
  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;
  padding-top: 1em;
 }

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

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

/*
#footer
{ 
  font-size: 0.9em; 
  padding-top: .3em;
  padding-bottom: .2em;
  padding-left: 1em;
  margin-bottom: .5em;
  width: 98%;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
 }
*/
/*************************************************/
/*                      MENU                     */
/*************************************************/

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

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

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

.menuhead
{ 
  clear:both;
  font-size:0.8em;
  margin-bottom:.4em;
  padding-top:0.20em;
  padding-bottom:0.15em;
  border-right: 5px solid #883000;
  text-align:center;
  color:#000;
  background-image:url(../images/02_line_orange.png);
  background-repeat: repeat-x;
 }

.menubody
{ 
  padding:0.3em;
  margin:0.2em;
  border: 0px;
  margin-bottom:1.5em;
  text-align: left;
}

.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;
  }

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: 0.8em;
  padding-left:0.8em;
  margin-top:0.4em;
  margin-left:0.8em;
  width:50%;
  }

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

table.headline 
{
  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:0.7em;
  margin-top:0.5em;
  padding-right:0.5em;
  padding-left:0.8em;
  border-left:1px solid #000;
  text-align: left;
}

div#headerquoteb 
{
  padding-top:0.5em;
  padding-right:0.5em;
}

div#headerquotea
{
  padding-top:0.3em;
  padding-right:0.5em;
  padding-bottom:0.5em;
  border-bottom:1px solid #000;
}

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

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

