/* CSS Document */

body {
  background-image: url(/images/gai/bg_page.gif);
  background-position: top;
  background-repeat: repeat-y;
  background-color: #fbefd1;
  margin: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 19px;
}

h1 {
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  line-height: 25px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 0px;
}

h4 {
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 0px;
  margin-bottom: -10px;
}

a:link {
  color: #6699CC;
  text-decoration: none;
}

a:hover {
  color: #416F7E;
  border-bottom: #416F7E solid 1px;
}

a:active {
  color: #6699CC;
  text-decoration: none;
}

a:visited {
  color: #6699CC;
  text-decoration: none;
}

.standard ul {
  margin-top: -10px;
}

.standard li {
	border-top:1px solid #EEDCB2;
	font-size:12px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-38px;
	padding:4px 0;
}

#wrapper {
  width: 850px;
  margin: 0px auto 0px auto;
}

#lefttcol {
  width: 385px;
  float: left;
  padding: 0px;
  margin-left: -20px;
}

#lefttcol p {
  margin-left: 40px;
  font-size: 12px;
}

#lefttcol .standard li {
  border-top: #eedcb2 1px solid;
  padding: 8px 0px 8px 0px;
  margin-left: 0px;
  list-style: none;
  width: 350px;
}

#rightcol {
  width: 430px;
  float: right;
  margin-left: 10px;
  padding: 0px 12px 0px 20px;
}

.clearer {
  clear: both;
}

/* ================== Home Page */

#homeimage {
  border: 0px;
  padding: 0px 0px 0px 2px;
}

/* ================== Tour Page  */

table#tour {
  width: 420px;
  border: 0px;
  padding: 0px;
  font-size: 13px;
}

table#tour td {
  padding-top: 3px;
  padding-bottom: 4px;
}

td.tourtitle {
  font-weight: bold;
  border-bottom: 2px solid #d6c8a6;
  font-style: normal;
  font-size: 15px;
}

td.date {
  width: 80px;
  font-weight: bold;
}

td.city {
  width: 130px;
}

td.venue {
  width: 130px;
}


td.description {
	background-image:url(/images/gai/bg_tour-descrpt.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border-color: #D6C8A6;
	border-style:none none solid;
	border-width:0 0 1px;
	font-size:11px;
	font-style:italic;
	padding-left:3px;
}

td.description p {
 margin:0px 0px 3px 0px; 
}


/* ================== Journal Page */

.postdate {
  font-size: 11px;
  font-style: italic;
  display: block;
  border-bottom: 1px solid #d6c8a6;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: -10px;
}

/* ================== Music Page */

.albumcover {
  float: left;
  width: 200px;
  padding-right: 10px;
}

.tracklist {
  float: right;
  width: 210px;
}

.minorlink {
  font-style: italic;
  font-size: 12px;
  padding-left: 6px;
}

#footer {
  width: 800px;
  margin: 0px auto 0px auto;
  border-top: solid 1px #decca2;
  padding: 8px;
  margin: 20px auto 10px auto;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 10px;
  color: #6c675a;
}

.buynotes {
	font-style: italic;
}