/*

Frontier Web Design
Chad Coleman
http://frontierwebdesign.com

Licensed under GPL

*/

/* ----------------SUB NAV------------  */

#subnav {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999999;
  width: 750px;
  text-align: right;
  /* background-color: #dedede; */ 
}

#subnav a:link, #subnav a:visited {
  font-weight: normal;
  color: #666666;
  text-transform: uppercase;
  font-size: 9pt;
}

#subnav a:hover {
  color: #000000;
}

/* ----------------MENU------------  */

#side {
  width: 180px;
  float: right;
  position: relative;
  margin: 0px 5px 0px 0px;
  text-align: left;
  left: 0px;
  padding: 0px;
}

#side ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#side ul ul {
  list-style-type: none;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

#side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#side ul ul li {
  margin: 0px 0px 0px -10px;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: none;
  border: none;
}

li#about {
  font-size: 10pt;
  color: #666666;
}

#side h2 {
  font-size: 11pt;
  font-weight: bold;
  margin: 0px;
  color: #666666;
  padding-bottom: 2px;
  background-image: url(/Joomla_1.5.14/templates/Jazzclub_Alluvium/images_jca/cat-deco.gif);
  background-repeat: no-repeat;
  background-position: left;
  height: 30px;
  padding-left: 40px;
  padding-top: 12px;
}

/* ----------------MENU------------  */

#menu {
  width: 750px;
}

#menu ul {
  list-style-type: none;
}

#menu ul ul {
  list-style-type: none;
}

#menu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCCCCC;
}

#menu ul ul li {
  margin: 0px 0px 0px -10px;
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: none;
  border: none;
}

/* ----------------HEADER------------  */

#header {
  background-image: url(/Joomla_1.5.14/templates/Jazzclub_Alluvium/images_jca/banner.jpg);
  background-repeat: no-repeat;
  margin: 0px;
  text-align: left;
  vertical-align: bottom;
  width: 750px;
  height: 264px;
}

#header a:link, #header a:visited {
  font-size: 12pt;
  color: #CCCCCC;
}

#header a:hover {
  color: #FFFFFF;
}

/* ----------------NAV MENU------------  */


#navmenu {
  background-image: url(/Joomla_1.5.14/templates/Jazzclub_Alluvium/images_jca/navmenu.jpg);
  height: 45px;
  width: 750px;
  background-repeat: no-repeat;
  margin: 0px;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-weight: bold;
  color: #000000;
  font-size: 11pt;
  font-variant: small-caps;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
}

#navmenu a:link, #navmenu a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 5px;
}

#navmenu a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #003300;
}

/* ----------------CONTENT------------  */

#rap {
  background-color: #f3f3f3;
  /* text-align: center; */
  border-width: 2px;
  border-style: solid;
  border-color: #fefefe;
  width: 750px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

#content {
  width: 550px;
  text-align: left;
  height: auto;
  color: #666666;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin: 0px;
  float: left;
}

.image-align-left {
  padding: 4px;
  float: left;
}

.image-align-right {
  padding: 4px;
  float: right;
}

/* ----------------FOOTER------------  */

#footer {
  background-color: #CCCCCC;
  width: 748px;
  font-size: 8pt;
  font-weight: normal;
  font-variant: normal;
  color: #666666;
  height: 45px;
  padding-top: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  line-height: 130%;
  clear: both;
  text-align: center;
}

#footer a:link, #footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
}

/* ----------------REDIFINED TAGS------------  */

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  background-color: #000000;
  margin: 0px auto;
  background-attachment: fixed;
}

a:link {
  color: #006600;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #666633;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000000;
  font-weight: bold;
}

h3 {
  margin: 0px;
  padding: 0px 0px 3px;
  font-size: 14pt;
}

h3 a {
  color: #0066FF;
}

h2 {
  font-size: 10pt;
  font-weight: normal;
}

/* ---------------FORM-------------------*/

input {
  border: 1px solid #006600;
  background: #E7F7EC;
  margin: 2px;
  color: #333333;
}

input:hover {
   background: #FFFFFF;
}

textarea {
  border: 1px solid #006600;
  background: #E7F7EC;
  color: #333333;
  width: 95%;
  margin: 2px;
  padding: 2px;
}

textarea:hover {
  background: #FFFFFF;
}

#submit {
  margin: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}

#submit:hover {
  background: #fefefe;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 2px;
  cursor: hand;
}

select {
  border: 1px solid #003300;
  margin: 5px;
  padding-left: 3px;
  color: #333333;
}

 form {
   margin: 0px;
   padding: 0px;
   color: #000000;
}

/* ---------------POST-------------------*/

.storytitle {
  margin-bottom: 5px;
  text-align: center;
  background-image: url(/Joomla_1.5.14/templates/Jazzclub_Alluvium/images_jca/title-deco.gif);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 20px;
  font-size: 12pt;
  font-weight: bold;
}

.storytitle a:link, .storytitle a:visited {
  color: #006600;
  text-decoration: none;
}

.storytitle a:hover {
  color: #666666;
}

.meta {
  font-size: 10pt;
  color: #999999;
  float: right;
}
.feedback {
  background-color: #eee;
  padding: 3px;
  margin-bottom: 12px;
}

.storycontent {
  line-height: 130%;
  padding-top: 10px;
}

blockquote {
  font-style: italic;
  color: #336633;
}

h4 {
  font-size: 18pt;
  font-weight: normal;
}

cite {
  font-size: 10px;
  font-style: normal;
  color: #333333;
  padding-bottom: 4px;
}

#Line-Big {
  background-color:black;
  width:100%;
  height:4px;
}

#Line-Small {
  width:100%;
  height:1px;
  color: #f3f3f3;
}

#F-H-Monat {
  font-family:Arial;
  font-weight:bold;
  text-align:right;
  color: #405c33;
  padding-right:10px;
  height:40px;
  width:550px;
  background-image: url(/Joomla_1.5.14/templates/Jazzclub_Alluvium/images_jca/Monat.jpg);
  background-repeat: no-repeat;
}

#F-H-Kat {
  font-size:x-large;
  padding-top: 5px;
}

#F-Titel {
  font-size:14pt;
  font-weight:bold;
  line-height:1.2em;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 22px;
}

#F-SubTitel {
  font-size:12pt;
  margin-top: 6px;
  margin-bottom: 18px;
}

#F-ActTitel {
  font-size:13pt;
  font-weight:bold;
  margin-top: 3px;
  margin-bottom: 6px;
}

#F-ActsubTitel {
  font-size:11pt;
  font-weight:bold;
  margin-top: 3px;
  margin-bottom: 3px;
}

#Tb {
  vertical-align:top;
  width: 100%;
  padding:0px;
  border-width:0px;
  border-style:none;
  margin:0px;
}

#Tb-Body {
  text-align:left;
}

#W-Small {
  width:50px;
}

#W-Mid {
 width:100px;
}

#W-Large {
  width:150px;
}

#Bild {
  border:medium none ;
  float:right;
  margin-left:10px;
}

#Bild_Links {
  border:medium none ;
  float:left;
  margin-right:10px;
}

#L50 {
  margin-left: 50px;
}

p#pt {
  margin-top: 3px;
  margin-bottom: 3px;
}

#linktext {
  color: #666666;
}  

#F-H-Monat-AlignText {
  text-align: right;
  vertical-align: center;
  padding-right:10px;
}  

/* ------- Joomla ----------- */


