/*----------------------------------------------------------------------------*
 |                                                                            |
 |  CSS stylesheet for http://www.thechairtunes.com/                          |
 |                                                                            |
 |  Copyright (c) 2008-2009 Tom Levens.                                       |
 |                                                                            |
 *----------------------------------------------------------------------------*/

body
{
  margin: 0;
  padding: 0;
  background: #18120f url('/images/bg.gif') repeat top left;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  color: #ae988c;
  font-size: 0.8em;
  line-height: 1.4em;
}

a:link, a:visited, a:active
{
  color: #7e271e;
  text-decoration: none;
}

a:hover
{
  color: #7e271e;
  text-decoration: underline;
}

a[name]:hover
{
  color: #ae988c;
  text-decoration: none;
}

img
{
  border-color: #18120f;
  border-width: 1px;
  border-style: solid;
}

hr
{
  width: 95%;
  height: 0px;
  border: 0;
  border-bottom: 1px dotted #ae988c;
  background: transparent;
  margin: 20px auto;
}

/*----------------------------------------------------------------------------*
 |  Site layout elements.                                                     |
 *----------------------------------------------------------------------------*/

div#container
{
  position: relative;
}

div#content
{
  text-align: justify;
  margin: 20px;
  margin-right: 240px;
}

div#copyright
{
  clear: both;
  margin: 20px;
  text-align: center;
  font-size: 0.6em;
  font-weight: normal;
  line-height: 1.4em;
  color: #332b27;
}

div#copyright a:link, div#copyright a:visited, div#copyright a:active
{
  color: #332b27;
  text-decoration: none;
}

div#copyright a:hover
{
  color: #332b27;
  text-decoration: underline;
}

div#header
{
  text-align: center;
  margin: 20px;
}

img#logo
{
  border: 0;
  width: 242px;
  height: 80px;
}

table
{
  border: 0;
  padding: 0;
  margin: 0;
}

/*----------------------------------------------------------------------------*
 |  Menu elements.                                                            |
 *----------------------------------------------------------------------------*/

ul#menu
{
  list-style: none;
  text-align: center;
  margin: 20px 0;
  border-color: #18120f;
  border-width: 1px 0;
  border-style: solid;
  background: #18120f url('/images/menubg.gif') repeat-x top left;
  padding: 5px 0;
}

ul#menu li
{
  display: inline;
  margin: 0 10px;
  font-weight: bold;
  color: #7e271e;
}

ul#menu a:link,
ul#menu a:active,
ul#menu a:visited
{
  color: #ae988c;
  text-decoration: none;
}

ul#menu a:hover
{
  color: #7e271e;
  text-decoration: none;
}

/*----------------------------------------------------------------------------*
 |  Sidebar elements.                                                         |
 *----------------------------------------------------------------------------*/

div#sidebar
{
  float: right;
  margin: 0 20px;
  width: 200px;
}

div#sidebar div.title
{
  font-weight: bold;
  margin-bottom: 10px;
  border-color: #18120f;
  border-width: 1px;
  border-style: solid;
  background: #18120f url('/images/menubg.gif') repeat-x top left;
  padding: 5px 7px;
}

div#sidebar img
{
  display: block;
  margin: 0 auto;
}

div#sidebar ul
{
  list-style: none;
  padding: 0;
}

div#sidebar ul li
{
  margin: 10px;
}

div#sidebar ul li a:link,
div#sidebar ul li a:active,
div#sidebar ul li a:visited
{
  color: #ae988c;
}

div#sidebar ul li a:hover
{
  color: #7e271e;
}

/*----------------------------------------------------------------------------*
 |  Form elements.                                                            |
 *----------------------------------------------------------------------------*/

input, textarea, select, button
{
  background: #ccb8ad url('/images/formbg.gif') repeat-x top left;
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 0.9em;
  color: #18120f;
  border: 1px solid #18120f;
  padding: 5px;
}

input[type='submit']
{
  font-weight: bold;
  font-size: 1em;
  color: #18120f;
  border: 2px outset #ccb8ad;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type='submit']:active
{
  border-style: inset;
}

input.error, textarea.error
{
  background-image: url('/images/formbg-error.gif');
}

div#msg
{
  color: #7e271e;
  font-weight: bold;
  overflow: hidden;
}

/*----------------------------------------------------------------------------*
 |  Discography track listing elements.                                       |
 *----------------------------------------------------------------------------*/

ol.tracks
{
  margin-left: 1em;
  padding-left: 1em;
}

ol.tracks li
{
  margin: 10px auto;
  font-weight: bold;
}

ol.tracks li ul
{
  list-style-type: none;
  padding-left: 0.5em;
}

ol.tracks li ul li
{
  font-weight: normal;
  font-size: 0.9em;
  margin: 0;
}

/*----------------------------------------------------------------------------*
 |  Elements for general text styling.                                        |
 *----------------------------------------------------------------------------*/

.italic
{
  font-style: italic;
}

.normal
{
  font-weight: normal;
}

.bold
{
  font-weight: bold;
}

.bolder
{
  font-weight: bolder;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.top
{
  vertical-align: top;
}

.middle
{
  vertical-align: middle;
}

.bottom
{
  vertical-align: bottom;
}

.small
{
  font-size: 0.9em;
}

.smaller
{
  font-size: 0.8em;
}

.big
{
  font-size: 1.1em;
}

.bigger
{
  font-size: 1.2em;
}


.indent
{
  margin-left: 2em;
  margin-right: 2em;
}
