/*
--------------------------------
| http://art.morning-songs.com |
| css by summertea@livejournal |
--------------------------------
*/

html, body {
  margin: 0;
  padding: 0;
  font-size: .9em;
  font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h7, p, blockquote, table, td{
  font-weight: normal;
  color: #666666;
}

a {
  text-decoration: none;
  color: #999999;
  border-bottom: 1px dotted #ffcc66;
}

a.borderless {
  text-decoration: none;
  color: #999999;
  border: 0;
}

a:hover{
  text-decoration: none;
  color: #666666;
  border: 0;
}

a img{
  border: 0;
}


/* ------------------
affecting INDEX.HTML
---------------------*/

div#index-title {
  margin: 50px auto auto 50px;
}

p.title{
  text-align: left;
}

div#index-disclaimer{
  position: relative;
  margin-top: 50px;
  margin-left: 50px;
  width: 300px;
}
p.disclaimer{
  text-align: left;
  font-size: .7em;
  color: #999999;
}

/* ------------------
affecting MENU.HTML
---------------------*/
div#menu{
  margin: 10px auto auto 5px;
}

/* ------------------
affecting ABOUT.HTML
---------------------*/

div#illustr{
  margin: 20px;
}

blockquote{
  margin-left: 20px;
  margin-top: -5px;
  border-left: 1px dotted #ffcc66;
  padding-left: 5px;
  font-size: .9em;
}

/* ---------------
affecting ###.HTML
------------------ */

div#artwork{
  margin: 10px 10px 10px 30px
}

p.artwork{
}

img.artwork{
  border: 1;
  border-color: #c1c1c1;
}
