/***********************************************/
/* HTML default tag styles                     */
/***********************************************/

body {
     font-family: "Trebuchet MS", sans-serif, Arial;
     color: #000000;
/*     background-color: #443322; */
/*     background-color: #ffffbb; */
     background-color: #ffffff;
}

a {
    font-weight: normal;
    color: #fff;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

h1 {
    font-family: "Trebuchet MS", sans-serif, Arial;
    font-size: 120%;
    color: #000000;
    margin: 0px;
    padding: 0.5em 0em;
}

h2 {
    font-family: "Trebuchet MS", sans-serif, Arial;
    font-size: 114%;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-family: "Trebuchet MS", sans-serif, Arial;
    font-size: 100%;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

h4 {
    font-family: "Trebuchet MS", sans-serif, Arial;
    font-size: 80%;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

/***********************************************/
/* For the column layout                       */
/***********************************************/

p  { padding: 0.5em; margin: 0; font-size: 1em; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }
.right { font-style: italic; }
.normal { font-style: normal; }

.wrapper { 
    min-width: 400px; 
}
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

.wrapper { 
    margin: 0 -1px; 
}
          /* this is a border with marginal compensation to stop scroll bars */

/* Setup (This all looks neater when it isn't put on display!) */

.wrapper {
    width: 100%;               /* total width */
}      

.sidebar-style-both {
    border-left-width: 150px;  /* left column width */
    border-left-color: #ffffff;   /* left column colour */
    
    border-right-width: 100px; /* right column width */
    border-right-color: #ffffff;  /* right column colour */
}

.sidebar-style-none {
    border-left-width: 10px;  /* left column width */
    border-left-color: #ffffff;   /* left column colour */
    
    border-right-width: 10px; /* right column width */
    border-right-color: #ffffff;  /* right column colour */
}

.left {
    width: 150px;              /* left column width */
    margin-left: -150px;       /* _negative_ left column width */
}

.right {
    width: 100px;              /* right column width */
    margin-right: -100px;      /* _negative_ right column width */
}

.wide {
/*    background-color: #443344;    /* header and footer colours */
}


/* Main code */

.sidebar-style-both { 
    width: auto; 
    border-left-style: solid; 
    border-right-style: solid; 
}

.sidebar-style-none { 
    width: auto; 
    border-left-style: solid; 
    border-right-style: solid; 
}

.inner { 
    margin: 0; 
    width: 100%; 
}

.left { 
    float: left; 
    position: relative; 
    z-index: 10; 
}

.right { 
    float: left; 
    position: relative; 
    z-index: 11; 
}

.center { 
    float: left; 
    width: 100%; 
    max-width: 1000px;
    position: relative; 
    z-index: 12; 
}

.wide { 
    width: 100%; 
    position: relative; 
    z-index: 13; 
}

.clear { 
    clear: both; 
}

/* Mozilla code */
.sidebar-style-both > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }


/* misc */
.left ul {
    padding-left: 1.5em;
    margin-left: 0;
}

.left li {
    padding-left: 0em;
    margin-left: 0;
}


/*************************************
| specific elements of site design 
*************************************/

div#top-spacer {
    height: 80px;
}

div#top-bar {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    max-width: 1600px;
    min-width: 1050px;
/*    background-color: #000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000; */
}

img#site-logo {
    border: 0;
    float: left;
}

img#site-header {
    border: 0; 
    float: left;
}

div#contact-photo {
    margin: 10px 10px 20px 10px;
    height: 300px;
    float: left;
    text-align: center;
}

img#contact-photo {
    padding: 4px;
    background-color: white;
    border: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
}

/* check out the next to ids to see how to center text vertically! */
div#contact-info-outer {
    position: relative;
    margin: 10px 10px 20px 10px;
    height: 300px;
    width: 400px;
    float: left;
    text-align: left;
}

div#contact-info {
    position: absolute; 
    top: 50%; 
    height: 150px; 
    margin-top: -100px;
}


/* fancify menu links */
#navigation {
    padding-bottom: 1em;
}

#navigation a.first {
    border: 0 none;
}

#navigation a {
    border-left:1px solid #000000;
    font-size:1.1em;
    padding:0.5em 1em;
    text-decoration:none;
}

#navigation a:link {
    color: #cccccc;
}

#navigation a:visited {
    color: #111111;
}

#navigation a:hover {
/*    color: #cccc99;*/
      color: #993300;
}

/****************************
| Photologue template styles
****************************/

.photo-gallery {
    margin-top: 20px;
    text-align: left;
    clear: left;
}

div.gallery-photo-thumb {
    margin: 10px 10px 20px 10px;
    height: 200px;
    float: left;
    text-align: center;
}

img.gallery-photo-thumb {
    padding: 4px;
    background-color: white;
    border: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
}


div.gallery-photo {
    margin: 10px 10px 20px 10px;
}

img.gallery-photo {
    padding: 4px;
    background-color: white;
    border: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
}


