/* standard start, according to Bloggerrific */
body{
   margin: 0px;
   padding: 0px;
   background: #412700;   /* this is Joanie's background color */
/*  background: #663300;     this isn't Joanie's background color */

}

/* set width of page */
#container{
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   border: 10px;
   background: #412700;   /* this is Joanie's background color */
/*  background: #663300;     this isn't Joanie's background color */
}
img#container{
   margin: 1em 1em 1em 1em;
}

#topnav, #footer {
   text-align: center;
/*   background: #412700;   this is Joanie's background color */
}

ul#topnav, ul#footer{
   margin: 0;
   padding: 5px 10px;
   list-style-type: none;
}
ul#topnav li, ul#footer li{
   display: inline;
   padding: 5px 5px 5px 5px;
}

a#topnav
{
   font-size:  100%;
   color: darkblue;
}

a.footer, p.footer
{
   font-size:  80%;
   color: darkblue;
}

div.vertlinks{
}
img{
   border: 0px;
   margin: 1em;
   padding: 0px;
   border: 4px solid orange;  
/* border: 4px solid turquoise;  */
}

table.whole{
   margin: 0px;
   padding: 0px;
   width: 800px;
   float: center:
}
p{
   margin: 15px;
   padding: 0px;
}
ul{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 35px;
   padding: 0px;
   list-style-image: url('image location');
   line-height: 20px;(gives spacing between list items)
}

/* set background and links colors */
body {}

/* set font family */
h1, h2, h3, p, a, li
{
    font-family: verdana, arial, helvetica, sans-serif;
    color: beige;
}

h1, h2, h3
{ 
   font-style: italic;
   font-weight: bold;
}

h1
{
   font-size:  180%;
}

.title h1
{
   font-size:  250%;
   color: orange;
}

h2
{
   font-size:  160%:
}
h3
{ 
   font-size:  130%;
}

p, li
{
  font-size:  120%;
}
a
{
  font-style: italic; 
}

.normal {
	margin-top: 40px;
	margin-bottom: 40px;
}

.normal p, li
{
   font-size: 120%;
}

p.tiny, a.tiny
{
   font-size:  95%;
}

/* set ordinary link colors */
a:link    { color: lightblue; }
a:visited { color: #CC99CC; }
a:hover   { color: beige; }

/* set link properties in navigation bar */
#nav a 
{
  font-size: 120%;
  font-style: bold;
  text-decoration: none;
}

/* set layout on Discog page */
.album {
	margin-top: 40px;
	margin-bottom: 40px;
}
.album h3 {
	margin-left: 10px;
	margin-top: 20px;
}
.album img {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left; }
.album ul {
	list-style-type: none;
}
.album p, li
{
  font-size: 120%;
}
.album a 
{
   font-style: italic;
}


/* this forces a new line */
.clear {
	clear: left;
	margin-top: 20px;
}

/* style for Biographies w/pix */
.biog {
	margin-top: 40px;
	margin-bottom: 40px;
}
.biog h3 {
	margin-left: 10px;
	margin-top: 20px;
}
.then img {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left; 
}
.biog p {
	font-size: 120%;
}
.now img {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 40px;
	float: right; 
}


/* style for Thank You box */
#tytable {
	margin-top: 50px;
	margin-bottom: 40px;
	border: 4px solid orange;
}

/* last modified 04/02/2011 */

