/*  */
body {
    background: white; /* lightest */
    color: black; /* darkest */
    font-family: garamond;
    margin: 2% 4%;
    margin: 1em 0px;
}

#content > * {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 55em;
}
#content > div.feature {
    margin: auto;
    padding: auto;
    max-width: none;
}


h1, h2, h3, h4, h5, h6, table caption {
    color: #4C4A44; /* dark */
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 0.5em;
}
table caption {
    font-size: 1.25em;
    padding-bottom: 0.25em;
    padding-top: 0.5em;
}
h1 {
    text-align: center;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
strong {
    color: #4C4A44; /* dark */
}
img {
    border-style: none;
    border-color: #4C4A44; /* dark */
    /* above color needed when style set to solid via inline style attrib */
    vertical-align: middle;
}
li {
    margin-bottom: 0.25em;
}
.thumbnails img {
    margin: 10px;
}
p.thumbnails {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 600px;
}



.image_gallery {
    text-align: center;
    margin: auto;
    width: 75%;
}
.image_gallery p {
    text-align: center;
    /*
    float: left;
    */
    display: inline-block;

    width: 150px;
}


a, .article_nav span {
    font-variant: small-caps;
    font-weight: bold;
    text-decoration: none;
}
a {
    color: #3e7ba6; /* blue*/
    color: #4C4A44; /*darkest brown */
    color: #743E3E; /* dark red */
    /* #4C4A44; darkest brown */

}
a:hover {
    color: #AEACA6; /* light */
}
.article_nav span { /* dummy spacer for prev-next links */
    color: #AEACA6; /* med brown-grey */
    cursor: default;
}
.article_nav a:hover {
    color: #CA0000; /* red */
    background: #fafaf8; /* super-light tan */
}
#article_nav_top a, #article_nav_top span {
    border-style: solid;
    border-width: 1px;
    padding: 0px 4px;
    background: #F7F4EB; /* light tan */

    /* #F7F4EB; light tan */
    /* #98958E; medium-dark brown */
    /* #4C4A44; darkest brown */

}
#article_nav_top {
    font-size: 75%;
    margin-bottom: -1.5em;
    text-align: right;
}
#article_nav_bottom {
    background: #F7F4EB; /* light tan */
    border-color: #743E3E; /* dark red */
    border-style: solid;
    border-width: 1px;
    margin: 1em auto;
    text-align: center;
    width: 75%;
}
#article_nav_bottom tr, #article_nav_bottom td {
    padding: 0.66em;
}

a.purchase {
    color: #CA0000; /* red */
    font-size: 1.5em;
}
a.purchase:hover {
    color: #FF4949; /* light red */
}
table {
    border-collapse: collapse;
    font-size: 1em;
    margin-bottom: 1em;
    margin-left: auto; /* needed to center in firefox */
    margin-right: auto; /* needed to center in firefox */
}
td {
    border-bottom: 1px solid #98958E; /* medium */
    border-top: 1px solid #98958E; /* medium */
    padding: 0em 2em 0em 2em;
}
table.layout,
table.layout td {
    border: none;
}

q {
    font-style: italic;
}
address {
    display: inline;
}
address, cite, dfn, q {
    font-size: 115%;
}
cite, dfn, q {
    /*color: #4C4A44; dark */
    color: #743E3E; /* dark red */
}
#banner, #footer {
    background: #F7F4EB; /* light-tan */
    border-color: #98958E; /* medium */
    border-style: solid;
    min-width: 500px; /* banner width is 488 */
}

#banner {
    background-image: url(http://www.shawnbrown.com/caribbean_bkgd.gif);
    background-position: center right;
    background-repeat: no-repeat;
    border-width: 3px 0px 0px 0px;
    color: #98958E; /* medium */
    margin: 0px;
    padding: 0px;
    /*margin-bottom: 1em;*/
    /*text-transform: uppercase;*/  /* NOT WORKING IN IE??? */
}

#header .navigation {
    background: #98958E; /* medium-dark brown */
    border-color: #98958E;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#header .navigation li {
    display: inline;
    margin: 0px;
    padding: 0px 1em 0px 1em;
}
#header .navigation a {
    color: white;
}
#header .navigation a:hover,
#header .navigation  .current {
    color: #4C4A44; /* darkest brown */
}
img.current { /* used for Harlech Castle nav images */
    border-style: solid;
}


#content .navigation ul {
    /*
    text-indent: -1em;
    list-style-position: outside;
    background: yellow;
    */
    text-indent: -1.33em;
}
#content .navigation {
    font-variant: small-caps;

font-weight: bold;
position: fixed;
right: 8%;
top: 110px;
    background: #F7F4EB; /* light */
    border-color: #98958E;
    border-style: solid;
    /*
    border-width: 1px 0px 1px 0px;
    */
    border-width: 1px;
    margin: 0px;
    padding: 1em 0px 0px 0px;
    text-align: center;
    margin: 0px 0px 0px 1em;
    width: 9.5em;
    float: right;
    /*
    height: 55%;
    */
}
#content .navigation a {
    color: #4C4A44; /* darkest brown */
}
#content .navigation a:hover {
    color: #98958E;
}
#content .navigation li {
    display: block;
    text-align: left;
}

#footer {
    color: #4C4A44; /* dark */
    /*font-size: 85%;*/
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    border-width: 3px 0px;
}
.feature {
    /* display: block; */
    text-align: center;
}
.sidebar {
    min-width: 130px;
    background: #F7F4EB;
    border-color: #98958E;
    border-style: solid;
    border-width: 2px;
    font-size: 80%;
    font-weight: bold;
    margin: auto;
    /*padding: 1em 0.25em 1em 1em;*/
    padding: 0.5em;
    width: 18%;
}
.sidebar.outer img {
    text-align: right;
}
.sidebar.inner { /* refering to the inner or gutter margin */
    float: left;
    margin-right: 1em;
}
.sidebar.outer { /* refering to the outer or foredge margin */
    float: right;
    margin-left: 1em;
}

/* support: image or text used to support or suppliment main content */
.support {
    /*
    background: #F7F4EB;
    border-color: white;
    border-style: double;
    border-width: 6px;
    */
    float: right;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.support img {
    margin: 5px;
}

/* ::::: EMAIL FORM STYLES ::::: */
#full_name, #email, #subject, #message {
    border-color: #4C4A44; /* dark */
    border-style: solid;
    border-width: 1px;
}
#full_name, #email, #subject {
    font-size: 0.9em;
    width: 15em;
}
#full_name.alert, #email.alert, #subject.alert, #message.alert {
    border-color: #C62626; /* medium red (for validation) */
}
label {
    font-weight: bold;
}
div.form_container {
    margin-left: 20%;
    margin-right: 20%;
}
form, textarea {
    width: 100%;
}
/* ::::: FUTURE USE ? ::::: */
code.block, pre {
    background: #F7F4EB; /* light-tan */
}
