/* CSS Document */

body {
  background-color :#000;
  margin:   0;
  padding:  0;
  
  font-family: arial,verdana,sans-serif;
  font-size:  10px;
  color:      white;
  
  scrollbar-track-color: #111;
  scrollbar-face-color: #fa9b17;
  scrollbar-highlight-color: #fa9b17;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: #7f4817;
  scrollbar-arrow-color: black; 
}

form {
  padding: 0px;
  margin: 0px;
}

div#site {
  position: absolute;
  top: 20%;
  width: 100%;
  bacground-color: red;
}

div#top_part {
  position: absolute;
  top: 0px;
  width:  100%;
  height: 28px;
  background: transparent url(../img/line_top.gif) repeat-x;
}

div#top_wrap {
  position: relative;
  width: 1000px;
  height: 28px;
  background: transparent url(../img/line_top.gif) repeat-x;
}

div#logo_ifc{
  position: absolute;
  left:    55px;  
  width:   119px;
  height:  28px;
  
  background: transparent url(../img/line_interface.gif) left top no-repeat;
}

div#main_part {
  position: absolute;
  top: 28px;
  width:  100%;
  height: 327px;
}

div#main_back {
  position: absolute;
  width:  100%;
  height: 327px;
  background: transparent url(../img/logo.jpg) center top no-repeat;
  overflow: hidden;
}

div#main_wrap {
  position: relative;
  left:  -128px;
  width:  1000px;
  height: 327px;
  text-align: left;
}


div#bottom_part {
  position: absolute;
  top:    355px;
  
  width:  100%;
  height: 28px;
  background: transparent url(../img/line_bottom.gif) repeat-x;
}

div#bottom_wrap {
  position: relative;
  width: 1000px;
  height: 28px;
  background: transparent url(../img/line_bottom.gif) repeat-x;
}

#helpBar {
  position: absolute;
  left:     168px;
  top:      18px;
  width:    200px;

  background-color: #000;
  border:   1px solid #e78e17;
}

/*---------------------*/
/*   Menu              */
/*---------------------*/

div#menu {
  position:  relative;
  top:       5px;
  
  width:     800px;
  height:    18px;
  
  background: transparent;
}

#menu table{
  width:      100%;
  height:     18px;
  background: black;
  border-right: 3px solid black;
}

#menu td {
  background: #e78e17;
  border-left: 3px solid black;
}

#menu a {
  display:     block;
  width:       111px;
  height:      18px;
  line-height: 18px;
  
  background:  #e78e17;
  
  color:       #000;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: bold;
  text-align:  center;
  text-decoration:none;
}

#menu a:hover {
  color:       #e78e17;
  background:  #0B0B0B;
}

#menu .selected {
  color:       #e78e17;
  background:  #0B0B0B;
}

/*---------------------*/
/*   Quick News        */
/*---------------------*/
div#quick_news_wrap {
  position:  absolute;
  top:       410px;
  left:      0px;
  width:     100%;
}

div#quick_news {
  width:     450px;
  
  color:       #5F5F5F;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   11px;
  font-weight: normal;
  text-align:  left;
  line-height: 12px;
  
  background: transparent;
}
dl {
  margin: 0 10px 0 5px;
}

dl dt.date {
  display: block;
  float:   left;
}

dl dd.title {
  margin-left:   70px;
  text-align:center;
}

dl dd.title a {
  text-decoration: none;
  color:  #888;
}



/*---------------------*/
/*   Content           */
/*---------------------*/

div#primary {
  position:  absolute;
  left:      385px;
  top:       1px;

  width:     512px;
  height:    325px;
  overflow:  auto;
  
  color:     white;
  background: #111;
}

div#secondary {
  position:  absolute;
  left:      905px;
  top:       0px;

  width:     220px;
  height:    327px;
  color:     white;
  overflow:  auto;
  margin:    0px 0px 0px 0px;
  padding:   0px 0px 0px 0px;
}

#primary h2 {
  color:       #FF6600;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   16px;
  font-weight: bold;
  text-align:  left;
  line-height: 12px;
  
  margin:  10px 0px 10px 12px;
}

#primary p {
  color:       #FFFFFF;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  justify;
  line-height: 18px;
    
  margin:  0px 12px 10px 18px;
  padding: 0px;
}

#primary p a {color: #e78e17;}

#primary .orange {
  color:       #FF6600;
}

#primary .menu a {
  display: block;
  
  color:          #FFF;
  line-height:    16px;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-weight:    normal;
  text-decoration:none;
  
  margin:  0px 12px 0px 12px;
  padding: 4px 12px 4px 12px;
  
  border-bottom: 1px solid #e78e17;
}

#primary .menu a:hover {
  color:       #000;
  background:  #e78e17;
}

#primary .menu a img {
  float: right;
  border-width: 0px;
  
  margin:  0px 0px 0px 0px;
}

#secondary h2 {
  color:       #FF6600;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   16px;
  font-weight: bold;
  
  margin: 5px 10px;
}


#secondary .menu a {
  display: block;
  
  color:          #FFF;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-size:      14px;
  font-weight:    normal;
  text-decoration:none;
  
  margin:  0px 12px 0px 12px;
  padding: 0px 12px 0px 12px;
}

#secondary .menu a:hover {
  color:       #000;
  background:  #FF6600;
}



#secondary .bottom {
  position: absolute;
  bottom:   0;
  
  width: 100%;
  margin: 0px 0px 5px 0px;
}



#secondary p.form{
  color:       #FF6600;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  left;
  line-height: 16px;
  
  margin:  0px 0px 0px 12px;
  padding: 0px 0px 0px 0px;
}

#secondary .formInput{
  width:   195px;
  border:  0px;
  
  margin:  0px 0px 0px 0px;
  padding: 0px;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  left;
  line-height: 18px;
  
  color:      #FFF;
  background: #333;
  
  border-bottom: 1px solid #444;
  border-top:    1px solid #444;
}

#secondary .formText{
  width:   195px;
  height:  100px;
  border:  0px;
  
  margin:  0px;
  padding: 0px;
  
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  left;
  line-height: 18px;
  
  color:      #FFF;
  background: #333;
  
  border-bottom: 1px solid #444;
  border-top:    1px solid #444;
}

#secondary .formButton{
  width:   195px;
  border:  0px;
  
  color:      #FFF;
  background: #444;
  
  border-bottom: 2px solid #333;
  border-top:    2px solid #333;
  
  cursor:  pointer;
}


/*---------------------*/
/*   Div-text         */
/*---------------------*/
div#text h2 {
  color:       #FF6600;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   16px;
  font-weight: bold;
  text-align:  left;
  line-height: 12px;
  
  margin:  10px 0px 10px 8px;
}

div#text h3 {
  color:       #FF6600;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  justify;
  line-height: 18px;
    
  margin:  0px 0px 0px 18px;
  padding: 0px 0px 0px  0px;
}

div#text p {
  color:       #FFFFFF;
  font-family: 'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  font-weight: normal;
  text-align:  justify;
  text-indent: 15px;
  line-height: 18px;
  
    
  margin:  0px 18px 10px 18px;
  padding: 0px 0px 0px  0px;
}

div#text a.button {
  display: block;
  
  color:          #FFF;
  font-size:      12px;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-weight:    normal;
  text-decoration:none;
  text-align:     center;
  
  margin:  0px 12px 0px 12px;
  padding: 4px 12px 4px 12px;
  
  border: 1px solid #e78e17;
}

div#text a:hover.button {
  background-color: #e78e17; 
  color: #000;
}

/*---------------------*/
/*   List menu         */
/*---------------------*/

.listing {
  margin:  0px 12px 0px 12px;
  padding: 8px 0px 8px 0px;
}

.listing td {
  width:  40px;
  
  border: 1px solid #F60;
  background-color: #000;
  color:  #F60;
  font-size:   14px;
  font-weight: normal;
  text-align:  center;
  line-height: 18px;
  
  margin:  0px;
  padding: 0px;
}

.listing td.text {
  width:  60px;
}

.listing a {
  display: block;
  background-color: #F60;
  
  color:  #000;
  font-size:   14px;
  font-weight: normal;
  text-align:  center;
  text-decoration: none;
  line-height: 18px;
  
  margin:  0px;
  padding: 0px;
}

.listing a:hover {
  background-color: #000;
  color:  #F60;
}

/*---------------------*/
/*   Crew              */
/*---------------------*/
#right_img {
  float: right;
  margin:  0px 6px 4px 8px;
  padding: 0px 2px 4px 4px;
  
  border-left:   1px solid #e78e17;
  border-bottom: 1px solid #e78e17;

  color:       #FFFFFF;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   14px;
  line-height: 18px;
}

#right_img img {
  border-width: 0px;
}

/*---------------------*/
/*   Info - News       */
/*---------------------*/

#info span {
  margin: 0px;
  padding: 0px;
}

.info_date {
  font-size: 10px;
}

.info_title {
  font-size: 14px;
  font-weight: bold;
}

.info_text {
  font-size: 12px;
  font-weight: normal;
}

/*---------------------*/
/*   Crew              */
/*---------------------*/

#crew a {
  display:   block;
  
  color:          #FFF;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-weight:    normal;
  text-decoration:none;
  font-size:   14px;
  
  margin:  0px 12px 0px 12px;
  padding: 2px 12px 2px 12px;
  
}

#crew a:hover {
  color:       #000;
  background:  #e78e17;
}

/*---------------------*/
/*   Downloads         */
/*---------------------*/

#downloads span {
  margin: 0px;
  padding: 0px;
}

#downloads a {
  display:   block;
  
  color:          #FFF;
  line-height:    16px;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-weight:    normal;
  text-decoration:none;
  
  margin:  0px 12px 0px 12px;
  padding: 4px 12px 4px 12px;
}

#downloads a:hover {
  color:       #000;
  background:  #e78e17;
}

.dl_name {
  font-size: 16px;
}

.dl_info {
  font-size: 11px;
}

/*---------------------*/
/*   Photos            */
/*---------------------*/

#photos a img {
  border: 2px solid #000;
}

#photos a:visited img {
  border: 2px solid #5F5F5F;
}

#photos a:hover img {
  border: 2px solid #e78e17;
}

#photos table {
  width:      100%;
  text-align: center;
}

#photos table td {
  margin:  0px 0px 2px 0px;
  padding: 0px 0px 2px 0px;
}

.pht_date {
  font-size: 11px;
}

/*---------------------*/
/*   Booking           */
/*---------------------*/

#calendar {

}

#calendar table {
  border-width: 0px;
}

#calendar td {  
  width:  26px;
  height: 24px;
    
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-size:      14px;
  font-weight:    normal;
  text-align:     center;

  padding:        0px;
}

#calendar a {
  display: block;
  height:  100%;
  color:   #FFF;
  
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-size:      14px;
  font-weight:    normal;
  text-decoration:none;
  text-align:     center;
  line-height:    24px;
}

#calendar .left  {background: transparent url(../img/cal_left.gif)}

#calendar .right {background: transparent url(../img/cal_right.gif)}

#calendar .day   {background: transparent url(../img/cal_day.gif)}

#calendar .empty {background: transparent url(../img/cal_empty.gif)}

#calendar .booked {background: transparent url(../img/cal_booked.gif)}

#calendar .today  {background: transparent url(../img/cal_today.gif)}

#calendar a:hover {
  color:       #000;
  background:  #FF6600;
}

#booking {
  width: 100%;
  
  padding: 0px 8px 0px 8px;
  
  color:          #FFF;
  font-family:    'trebuchet ms',arial,verdana,sans-serif;
  font-size:      14px;
  font-weight:    normal;
}

#booking td.djs {
  width: 120px;
  
  vertical-align: top;
  border-bottom: 1px solid #e78e17;
}

#booking td.parties {
  vertical-align: top;
  border-bottom: 1px solid #e78e17;
}

#booking a {
  display: block;
  color:   #FFF;
  text-decoration:none;
  padding: 0px 12px 0px 12px;
  margin:  0px;
}

#booking a:hover {
  background:  #555;
}



/*---------------------*/
/*  Board (Guestbook)  */
/*---------------------*/

div.board {
  line-height:  16px;

  margin:  0px 12px 0px 12px;
  padding: 8px 0px 8px 0px;
}

div.board a {color: #e78e17;}

div.board .board_head {
  position: relative;
  border-top:     1px solid #F60;
  border-bottom:  1px solid #F60;
  
  margin:  0px 0px 3px 0px;
  padding: 1px 0px 1px 0px;
  
  color:        #FF6600;
  font-family:  'trebuchet ms',arial,verdana,sans-serif;
  font-size:    12px;
  font-weight:  bold;
  text-align:   left;
}

.board_head a {
  color:        #F60;
  font-weight:  normal; 
}

.board_head a:hover {
  color:        #000;
  background-color: #F60;
}

div.board .date {
  position: absolute;
  top:   1px;
  right: 0px;
}

div.board      .text {
  color:       #FFFFFF;
  font-family:'trebuchet ms',arial,verdana,sans-serif;
  font-size:   12px;
  font-weight: normal;
  text-align:  left;
  line-height: 18px;
}

.end_line {
  border-bottom: 1px solid #e78e17;
}

div.ascii {
  width: 100%;
  color:       #FF6600;
  font-family: arial,verdana,sans-serif;
  font-size:   8px;
  font-weight: normal;
  line-height: 8px;
  Letter-spacing: 0px;
  overflow: hidden;
}

