/*
 * Stylesheet for Grendel's Cove pages
 * Works with/overrides the common primary.css
 * (c) Brian Perry
 *
 * Produces a parchment-like style
 */

body {
    font-family: arial, sans-serif;
    color:#663300;
    background:url(images/parchment.jpg) repeat top center;
}

td.leftsky,
td.rightsky,
td.maincontent,
a:hover,
a.hasimage:hover img {
    background-color: transparent;
}

td.banner {
    text-align:left;
}

td.upperleft_and_banner {
    text-align: left;
    width:90%;
}

td.banner_and_upperright {
    text-align: right;
    width:90%;
    padding: 5px 10px;
}

td.upperleft,
td.upperright {
    width:10%;
}

td.leftsky,
td.rightsky {
    width:10%;
    padding:10px;
}

a.nodecorate {
    color: #663300;
}

.script {
   font-family: 'Blackadder ITC','Monotype Corsiva',arial,sans-serif;
}

.small_script {
   font-size: 24px;
}

.medium_script {
   font-size: 32px;
}

.large_script {
   font-size: 48px;
}

img.banner {
    height:50px;
    width:auto;
}

table.centered_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.hr {
    height: 20px;
    background: transparent url(../images/fleurdelis_row.png) no-repeat scroll center;
}

div.hr hr {
    display: none;
}



