/*
* nothingoesright.de "Themed" Content Styles
* Browser: Mozilla optimized, IE6
*	Version: 05/09/09
*
*  1.  General Styles
*  2.  Navigation
*  3.  Band / Profiles
*  4.  Gigs
*  5.  Pictures
*  6.  Guests
*
*/


/* 1. General Styles */
  body, td, th, input, textarea {
    font-family: verdana, sans-serif;
    font-size: 10pt;
    color: #E4E4E0;
    font-weight: bold;
  }

	h1, h2, h3 {
		margin: 0 0 0.2em 0;
    border-bottom: 1px solid #D9511E;
	}

	li h1, li h2, li h3 {
		border: none;
	}

	#header h1 {
    border: 0;
  }

	h1 {
    font-size: 160%;
    font-weight: normal;
  }
	h2 {
    font-size: 100%;
    font-weight: bold;
    color: #D9511E;
  }
  
  #links {
    list-style-type: none;
    list-style-position: inside;
  }
  
  #links li {
    line-height: 180%;
  }
  

/* 2. Navigation */

  :link {
    color: #D9511E;
  }
  
  :visited {
    color: #D9511E;
  }
  
  :link:hover, :visited:hover {
    color: #E4E4E0;
  }
  
  :link:active {
    color: #E4E4E0;
  }
  

/* 3. Band / Profiles */

  #band, #profile table {
    border-collapse: collapse;  
    border-spacing: 0;
  }

  #band {
    text-align: center;
    white-space: nowrap;
  }
  
  #band .name {
  }
  
  #band .funktion {
    font-size: 0.8em;
    font-style: italic;
  }
  
  #band a {
    display: block;
    padding: 1px;   /* wegen Border bei :hover */
  }
  
  #band a:hover {
    border: 1px solid #D9511E;
    padding: 0;
  }
  
  #profile p {
    margin-bottom: 1.2em;
  }
  
  #profile h2 {
    width: 30%;
  }
  
  #profile img {
    float: right;
    border: 1px solid #000;
  }
  
/* 4. Gigs */

  #gigs span {
    font-size: 0.8em;
    font-style: italic;
  }
  
/* 5. Pictures */
  #pics {
    position: relative;
  }
  
  #pics p {
    text-align: center;
  }

  #pics table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em 0;
  }
  
  #pics td {
    text-align: center;
    vertical-align: top;
  }
  
  #pics img {
    border: 1px solid #000;
    margin-bottom: 1em;
  }
  
  #pics h2 {
    margin-top: 1.5em;
  }
  
  #pics span.toplink {
    position: absolute;
    right: 0;
  }
  
/* 6. Guests */

  #guests {
    width: 100%;
  }

  #guests table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  #guests .header {
    border: 1px solid #999;
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
  
  #guests .header td {
    width: 50%;
  }
  
  #guests .entry {
    margin-top: 1em;
    width: 100%;
  }
  
  #guests .entry th {
    border-bottom: 1px solid #D9511E;
  }
  
  #guests .entry th.name {
    text-align: left;
  }
  
  #guests .entry th.date {
    text-align: right;
  }

  #guests .pagelinks {
    text-align: center;
  }
  
  #guests .microtime {
    text-align: center;
    font-size: 0.7em;
    font-weight: normal;
    color: #666;
  }
  
  #guests form {
    margin-top: 1em;
  }
  
  #guests form .field {
    border: 1px solid #D9511E;
    background-color: #1D214A;
  }
  
  #guests form .button {
    border: 1px solid #D9511E;
    background-color: #1D214A;
  }
