/* This is the style sheet for Ruby's Tuesdays pages using grey background images */

body.parquet { 
background: #deb887;
background-image: url("../backgrounds/brown/wood009.gif")
}

body.sensory {
background: #eeeeee;
background-image: url("../backgrounds/grey/sensory.jpg");
}

body.hammock {
background: #eeeeee;
background-image: url("../backgrounds/grey/net.jpg");
}

div.pageice {border: ridge 8px #585070;
background: #f5f5f5;
width: 705px;
padding: 2ex;}

div.page_ice {border: ridge 8px #585070;
background: #f5f5f5;
width: 705px;
padding: 2ex;}

div.pageducklings {width: 600px; 
padding-bottom: 2ex;
padding-left: 2ex; 
border-left: solid 2px #556b2f; 
border-top: solid 2px #556b2f;
}


div.bar {
color: #707498;
text-align: center;
font-weight: bold;
}

div.barleft {
color: #707498;
text-align: left;
font-weight: bold;
padding-bottom: 5px;
}
div.areaducklings {color: #6b8e23;
margin-bottom: 0px;
text-align: right;
padding-right: 2ex;
border-bottom: #7880a0 solid 2px;
margin-top: 2ex;
font-size: 110%;
font-weight: bold; 
}

div.areaice {color: #333333;
margin-bottom: 0px;
text-align: right;
padding-right: 2ex;
text-indent: -10px;
background: #b8cce8;
border-bottom: #333333 solid 2px; 
border-top: #666666 solid 2px;
margin-top: 2ex;
font-size: 110%;
font-weight: bold;
}

div.areasensory {color: #333333;
text-indent: -10px;
background-color: #dddddd;
border-bottom: #333333 solid 2px; 
border-top: #666666 solid 2px;
margin-bottom: 0px;
text-align: right;
padding-right: 2ex;
margin-top: 2ex;
font-size: 110%;
font-weight: bold;

}

div.header{
text-align: center;
}

div.headerice {
text-align: center;
background: #666666;
padding-top: 2ex;
padding-bottom: 2ex;
border-top: 4px solid #b8cce8;
border-bottom: 4px solid #b8cce8
}

div.lineice {color: #333333;
background-color: #b8cce8;
border-bottom: #333333 solid 2px; 
border-top: #666666 solid 2px;
font-size: 25%;
margin-top: 4ex;
}

div.dripsice {
border-top: 8px dotted #b8cce8;
padding: 10px;
}


p.dialogue {margin-top: 0px;
margin-bottom: 0px;
text-indent: 30px;
}

h1.ducklings {color: #556b2f;
}

h1.white {color:#f5f5f5;
}

h2.iris {color: maroon;
}

h2.sensory  {color: 666666;
text-align: right;
}


p.post {color: #333333;
margin-top: 0px;
margin-bottom: 0px;
}


p.parquet {background: #deb887;
border-bottom: #602000 solid 2px; 
border-top: #986438 solid 2px;
color: #502818;
}


p.copy {font-size: smaller;
}

a:link {color:  #696969;
}


a:visited {color:
#4b0082;
}

a:active {color: 502818#;
}

a:hover {color: #ffffff;
background-color: #b0b0b8;
}


a.iris:link {color:  #696969;
}


a.iris:visited {color:
#003366;
}

a.iris:active {color: #502818;
}

a.iris:hover {color: black;
background-color: #f8b0a8;
}

