/* This is the style sheet for Ruby's Tuesdays pages using the "butter" background images */



body{ 
background: #ffffcc;
background-image: url("../backgrounds/primary/butter.jpg")
}

div.page {border: ridge 8px #ffcc66;
background: #ffffff;
width: 705px;
padding: 2ex;}




div.barleft {
color: #806430;
text-align: left;
font-weight: bold;
}


div.bar {
color: #806430;
text-align: center;
font-weight: bold;
}

div.center {
text-align: center;
}

div.header{
text-align: center;
}

h1 {color: #c09850;
}

h2 {color: #c09850;
}


img.spaced {margin-bottom: 2ex
}

p.dialogue {margin-top: 0px;
margin-bottom: 0px;
text-indent: 30px;
}

table.photos {
border:  ridge 8px #ffcc66;

}

div.area {
color: #806430;
border-bottom: #806430 solid 2px; 
border-top: #c09850 solid 2px;
background-color: #fffcc0;
text-align: right;
padding-right: 2ex;
margin-bottom: 0px;
margin-top: 2ex;
font-size: 110%;
font-weight: bold;
}

div.grouping {
color: #806430;
border-bottom: #806430 solid 2px; 
border-top: #c09850 solid 2px;
background-color: #fffcc0;
text-align: left;
padding-left: 2ex;
margin-bottom: 0px;
margin-top: 2ex;
font-size: 110%;
font-weight: bold;
}

div.line {
color: #806430;
border-bottom: #806430 solid 2px; 
border-top: #c09850 solid 2px;
background-color: #fffcc0;
margin-bottom: 2ex;
margin-top: 4ex;
font-size: 25%;
}

p.post {color: #806430;
margin-top: 0px;
margin-bottom: 0px;
}

p.dialogue {margin-top: 0px;
margin-bottom: 0px;
text-indent: 30px;
}




p.copy {font-size: smaller;
}


a:link {color: #a0522d;
}


a:visited {color:
#ff9933;
}

a:active {color: 502818#;
}

a:hover {color: #ff9933;
background-color: #fffcc0;
}

