﻿/* *** portions of the css by miss monorom www.intensivstation.ch *** */
/* That portion of css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* Other parts by psychicmonkey.us and are copyrighted */


body {
background: #E7E7E7 url('../images/bg.jpg') left top;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color:#c43300;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
margin:0px }

h2 {
color: #9A1212;
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #E8E8E8 url('../images/menubottom.jpg') no-repeat left bottom;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:114px;
text-align: center;
background:  #e1ddd9 url('../images/header.jpg') no-repeat center bottom;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff url('../images/content.jpg') no-repeat right top;
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}


/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background:#E8E8E8;
 height:90%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('../images/retro1.jpg') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/
 padding: 10px;
  margin: 0px;
}

 .verticalmenu a:hover {
   display: block;
   font: bold 1em Verdana, Arial, Helvetica, sans-serif;
   color: #9900FF;
   text-decoration: none;
   text-align: right;
   
   width: 140px;
   height: 32px;
   background: url('../images/menuhover.gif') no-repeat;

 }


 .verticalmenu a:visited {
   display: block;
   font: bold 1em Verdana, Arial, Helvetica, sans-serif;
   color: #333000;
   text-decoration: none;
   text-align: right;
   
   width: 140px;
   height: 32px;
   /*background: url('menuhover.gif') no-repeat;*/
 }


 .verticalmenu li {
   display: block;
   font: bold 1em Verdana, Arial, Helvetica, sans-serif;
   color: #ffffff;
   text-decoration: none;
   text-align: right;
   
   width: 140px;
   height: 32px;
   /*background: url('menuhover.gif') no-repeat;*/
 }

 
 a:link {
   font: bold 1em Verdana, Arial, Helvetica, sans-serif;
   color: #333000;
   text-decoration: none;
   text-align: right;
   width: 140px;
   height: 32px;
 }


a.mylink_box
{
font: normal 1em Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
background-color: #666666;
border-color: #c1d5b7 #5f7852 #5f7852 #c1d5b7;
border-width: 1px;
border-style: solid;
text-decoration: none;
text-align: left;
font-weight: normal;
padding-left: 5px;
padding-right: 5px;
}

a.mylink_box:visited
{
color: #FFF;
text-decoration: none;
text-align: left;
}

a.mylink_box:link
{
font: normal 1em Verdana, Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration: none;
text-align: left;
width: 260px;
height: 13px;

}

a.mylink_box:hover
{
border-color: #5f7852 #c1d5b7 #c1d5b7 #5f7852;
padding-left: 6px;
padding-right: 4px;
}

.albumtitle {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	background-color: #A0E56F;
}
.limehightxt {
	color: #000000;
	background-color: #A0E56F;
}
