body {
    background-color: #000000;
    font-family: OzHandicraft, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #00438E;
 }


body.imported {
	background-color: #DCDCDC;
	color: #00438E;
	border: 0;
	border-style: none;
	margin-left: 3px;
  }


div#main {
    color: #00438E;
    background-color: #DCDCDC;
    width: 90%;
    height: 90%;
    margin-left: 4%;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 8px solid #E13F01;
    border-right: 8px solid #E13F01;
  }


div#titlebar {
    color: #00438E;
    background-color: #DCDCDC;
    height: 32px;
    width: 100%;
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }


div#mainmenu {
	background-color: #AEAEAE;
	color: #DCDCDC;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #282828;
}


div.menuitem {
	background-color: #DCDCDC;
	color: #AEAEAE;
	font-size: 12px;
	display: block;
	vertical-align: middle;
	float: left;
	height: 21px;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 0;
	border-left: 1px solid #282828;
	margin-left: 0;
	margin-right: 0;
}


div.menuitem.endleft {
	background-color: #AEAEAE;
	color: #DCDCDC;
	height: 20px;
	width: 5px;
	border: 0;
}


div#mainmenu a:link, div#mainmenu a:visited {
	background-color: #DCDCDC;
	color: #000025;
    text-decoration: none;
    cursor: pointer;
    border-bottom: none;
  }


div#mainmenu a:hover {
    text-decoration: none;
    background-color: #F58D24;
    color: red;
    cursor: pointer;
    border-bottom: none;
  }


div#bodymain {
    background-color: #DCDCDC;
    color: #00438E;
    display: block;
    width: 100%;
    height: 550px;
  }


div#bodyleft {
    background-color: #DCDCDC;
    color: #00438E;
    display: block;
    float: left;
    width: 77%;
    padding-left: 2px;
    padding-right: 3px;
    height: 100%;
  }


div#bodyright {
    background-color: #DCDCDC;
    color: #00438E;
    display: block;
    float: left;
    width: 18%;
    height: 100%;
    border-left: 1px solid #282828;
    padding-left: 3px;
  }

div#bodyright p {
	color: #E13F01;
	font-size: 11px;
	border-bottom: 1px solid #282828;
}


iframe#content {
    background-color: #DCDCDC;
	 color: #00438E;
    width: 98%;
    height: 100%;
    margin-left: 3px;
    border: 0;
  }


div#footer {
    background-color: #DCDCDC;
    color: #00438E;
    width: 100%;
  }


div#footer p {
	font-family:serif;
    font-size: 9px;
    padding-left: 5px;
    padding-right: 5px;
  }


table#agenda {
    border-collapse: collapse;
	 border-spacing: 0;
  }


table#agenda td {
	border-bottom: 1px solid #282828;
	vertical-align: top;
	padding: 8px;
	width: auto;
	font-size: 12px;
}

div.album {
	width:300px; 
	border: 1px solid #282828;
	display: block;
	margin-top: 5px;
}

div.albumtitle {
	width: 100%;
	border-bottom: 1px solid #282828;
	display: block;
	color: #000025;
	background-color: #AEAEAE;
	font-weight: bold;
}

div.cover {
	float: right;
	display: inline;
}

div.album ul {
	background-color: transparent;
	color: #00438E;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.6em;
}

div.tocsmall {
	background-color: transparent; 
	border-top: 1px solid #C13701;	
	border-right: 1px solid #E13F01;	
	border-bottom: 1px solid #E13F01;
	border-left: 1px solid #C13701;
	float:	left;
	padding:	3px;
	margin:	16px 10px 10px 0px;
}

div.tocsmall h3 {
	text-align:	center;
	margin-top:	2px;
}

ul {
	list-style-type:	square;
}

div.tocsmall ul {
	margin-left: 5px;
	padding-left: 1em;
}


div.album ul img {
	vertical-align: bottom;
}

ul.ustream {
	list-style-image: url("../images/ustream.png");
}

ul.youtube {
	list-style-image: url("../images/youtube.png");
}

.datetime {
	font-variant: small-caps;
	font-size: 80%;
}

.illinline {
    border: none;
    display: inline;
  }


.bandname {
    font-weight: bold;
    font-style: italic;
  }


h1 {
    font-size: 18px;
    font-weight: bold;
  }


h2 {
    font-size: 16px;
    font-weight: bold;
  }

h3 {
    font-size: 14px;
    font-weight: bold;
  }
 
 p, ul {
 	margin-left:	1em;
 }

a:link img, a:visited img, a:hover img { border-style: none;  } /* no border on img links */
a:hover img { background-color: #E13F01; }

a:link, a:visited {
    text-decoration: underline;
    background-color: transparent;
    color: #00438E;
    cursor: pointer;
  }

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: red;
    cursor: pointer;
  }

img {
    border: none;
    padding: 2px;
  }


a.more {
    font-size: 10px;
    text-decoration: none;
    border-bottom: none;
  }

