/* This is the style sheet for Ruby's Tuesdays pages using purple background images */

body { 
background-color: #d8bfd8; 
}

body.authors { 
background-color: #d8bfd8; 
background-image: url("../backgrounds/purple/sneaky_inv_02.jpg");
}

body.counting { 
background-color: #d8bfd8; 
background-image: url("../backgrounds/purple/sneaky_inv_hor_stripe.jpg");
}

body.guts { 
background-color: #d8bfd8; 
background-image: url("../backgrounds/purple/sneaky_inv_vert_stripe.jpg");
}

body.lilac {
background-image: url("../backgrounds/purple/lilac.jpg");
}

body.shakespeare { 
background-color: #605490; 
background-image: url("../backgrounds/purple/purple_green.jpg");
}

div.page {border: ridge 8px #d8bfd8;
background: #f5f5f5;
width: 705px;
padding: 2ex;}

div.page_washcloth {border: ridge 8px #660066;
background: #f5f5f5;
width: 705px;
padding: 2ex;}

div.page_funeral {border: ridge 8px #705060;
background: #f5f5f5;
width: 705px;
padding: 2ex;}

div.pageshakespeare {border: ridge 8px #505090;
background: #f5f5f5;
width: 705px;
padding: 2ex;}



div.bar{
color: #402448;
text-align: center;
font-weight: bold;
}

div.bar_washcloths {
color: #582880;
text-align: center;
font-weight: bold;
}


div.center{text-align: center
}

div.guts {background-color: #ff4cc0; 
border-top: #385060  solid 2px; 
border-bottom: #202068 solid 2px;
color: #502448}

h1.washcloths {color: #582880;
}

h1.rt {color: #9C4273;
}

h2.washcloths {color: #582880;
}

/* h3 color is not websafe, just color picker*/

h3 {color: #402448;
margin-bottom: 0px;
text-align: right;
padding-right: 2ex;
}

h3.every {background-color: #988898; 
border-bottom: #503C50 solid 2px; 
border-top: #605460 solid 2px;
}

h3.funeral {background-color: #988898; 
border-top: #385060  solid 2px; 
border-bottom: #202068 solid 2px;
color: #502448}

h3.guts {background-color: #ff4cc0; 
border-top: #385060  solid 2px; 
border-bottom: #202068 solid 2px;
color: #502448}

h3.rt
{color: #9C4273;
background-color: #F7BDF7;
border-top: #B573AD solid 2px;
border-bottom:  #7B4A73 solid 2px;
}

h3.shakespeare {background-color: #789c88; 
border-top: #385060  solid 2px; 
border-bottom: #202068 solid 2px;
color: #100c60}

h3.washcloths {background-color: #58b0ff; 
border-bottom: #582880 solid 2px; 
border-top: #582880 solid 2px;
color: #2008e8;
}

p.copy {font-size: smaller;
}

p.dialogue {margin-top: 0px;
margin-bottom: 0px;
text-indent: 30px;
}


p.post {color: #402448;
margin-top: 0px;
margin-bottom: 0px;
}

p.post_funeral {color: #502448;
margin-top: 0px;
margin-bottom: 0px;
}

p.post_washcloths {color: #582880;
margin-top: 0px;
margin-bottom: 0px;
}

p.postrt {color: #9C4273;
margin-top: 0px;
margin-bottom: 0px;

}

p.shakespeare {background-color: #789c88; 
border-top: #385060  solid 2px; 
border-bottom: #202068 solid 2px;
color: #100c60}


a:link {color: #696969;
}


a:visited {color: #003366;
}

a:active {color: #a52a2a;
}

a:hover {color: #003366;
background-color: #d8bfd8;
}
