/*------------------------------------------------------------------------

    Filename:      bluestripe.css
    Description:   CSS file for 770px fixed-width, centered layout
    Version:       edited 17 Oct 2009
    Website:       http: //www.ruthchew.com/
    Author:        Lucy Day Werts Hobor

    == Contents: ====================================================

    1. Layout
    2. Header Definitions
    3. Tab Navigation
    4. Content
    5. Local Navigation
    6. Footer Definitions

/*----------------------------------------------------------------------*/
/*  1. Layout
/*----------------------------------------------------------------------*/
body {
    background-image: url(bluestripe.bmp);
    font-family: Verdana;
    margin: 0;
    padding: 0;
    text-align: center;
}
#border {
    width: 770px;
    text-align: left;
    margin: 10px auto;
}
#cr {
    margin: 0 auto;
    width: 750px;
}
#bg {
    background-color: #808080; /*gray*/
    width: 740px;
    padding: 5px;
    margin: 0 auto;
    overflow: hidden;
}
#main {
    background-color: #FFFFFF; /*white*/
    padding: 40px;
    font-size: 12pt;
    margin-bottom: 0;
    clear: both;
}
/*----------------------------------------------------------------------*/
/*  2. Header Definitions
/*----------------------------------------------------------------------*/
#logo {
    background-color: #FFFFFF; /*white*/
    background-image: url(banner2.jpg);
    margin-top: 0;
    margin-bottom: 10px;
    height: 170px;
}
H1 {
    font-size: 70px;
    font-weight: lighter;
    margin-left: 320px; /*220*/ /*300*/
    margin-top: 40px; /*20*/
    line-height: .8em;
    display: none;
    /*background: #FFFFFF;*/
}
/*----------------------------------------------------------------------*/
/*  3. Tab Navigation
/*----------------------------------------------------------------------*/
#tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 10pt;
    font-weight: bold;
    height: auto;
    clear: both;
}
#tabs li {
    margin: 0 10px 0 0;
    float: left;
    color: #003366; /*navy*/
    background-color: #C0C0C0; /*silver*/
    padding: 5px 0;
}
#tabs a {
    padding: 5px 10px;
    text-decoration: none;
}
#tabs a:hover {
    padding: 5px 10px;
    background-color: #FFFFFF; /*white*/
    color: #FF4500; /*orangered*/
}
#tabs li.selectedtab {
    padding: 5px 10px;
    background-color: #FFFFFF; /*white*/
}
/*----------------------------------------------------------------------*/
/*  4. Content
/*----------------------------------------------------------------------*/
div:hover.imagewrapper {
    border: 2px solid #FF4500; /*orangered*/
}
div.imagewrapper {
    border: 2px solid #003366; /*navy*/
}
div.imagewrapper a img {
    border: 0;
}
a:link {
    color: #003366; /*navy*/
}
a:visited {
	color:purple;
}
a:hover {
    color: #FF4500; /*orangered*/
    text-decoration: underline;
}
.pagetitle {
    margin-top: 0;
}
.invisible {
    border-collapse: collapse;
    border: 0;
}
.invisible td {
    vertical-align: top;
}
/*
.invisible div {
    padding: 0 20px 40px 0;
    width: 100%;
}*/
div.inatable {
    margin: 0 20px 40px 0;
    width:100%;
}
div.quilt {
	display:inline-block;
	margin:5px;
}
.title {
    margin-top: 0;
    margin-left: 0;
}
.alttitle {
    margin-bottom: -15px;
}
.floatright {
    float: right;
    margin: 0 0 10px 10px;
}
p {
    font-size: 1em;
    line-height: 1.2em;
}
p.flushtop {
    margin-top: 0;
}
ul.flush{
    margin-top: 0;
    margin-bottom: 0;
}
/*img.review {
    padding: 0;
    border: 1px solid black;
    margin: 0 20px 40px 0;
    max-width: 150px;
}*/
/*----------------------------------------------------------------------*/
/*  5. Local Navigation
/*----------------------------------------------------------------------*/
#booklinks {
    float: right;
    border: 1px solid #003366;
    padding: 5px;
    margin-top: 0;
    margin-left: 20px;
    font-size: 10pt;
    list-style: none;
}
.selected {
    font-weight: bold;
    padding: .3em .5em;
}
#booklinks a {
    font-weight: bold;
    line-height: 1.6em;
    text-decoration: none;
    padding: .3em .5em;
}
#booklinks a:hover {
    text-decoration: underline;
}
/*----------------------------------------------------------------------*/
/*  6. Footer Definitions
/*----------------------------------------------------------------------*/
#footer2 {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 10px 0 0 0;
    font-size: 10pt;
    font-weight: bold;
    background-color: #FFFFFF; /*white*/
    overflow: hidden;
    height: auto;
}
#footer2 li {
    color: #003366; /*navy*/
    float: left;
    padding: 20px 0px;
    background-color: #FFFFFF; /*white*/
    margin: 1px;
}
#footer2 a {
    text-decoration: none;
    padding: 20px 10px;
}
#footer2 a:hover {
    text-decoration: underline;
    color: #FF4500; /*orangered*/
}
#footer {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    /*background-color: #FFFFFF; /*white*/
    overflow: hidden;
    height: auto;
}
#footer li {
    color: #003366; /*navy*/
    float: right; /*left*/
    padding: 10px 0px;
    /*background-color: #FFFFFF; /*white*/
    margin: 1px;
}
#footer a {
    text-decoration: none;
    padding: 10px 10px;
}
#footer a:hover {
    text-decoration: underline;
    color: #FF4500; /*orangered*/
}
#copyright {
    text-align: right;
    color: white;
    font-size: 10pt;
    padding-top: 5px;
    margin: 0 10px;
}
#copyright a {
    color: #FFFFFF; /*white*/
}
/*----------------------------------------------------------------------*/
/*  END
/*----------------------------------------------------------------------*/

h2,h3,h4{margin:2em 0 .5em 0;}
.highlight{background:transparent url(highlight.gif) no-repeat top right;}

