html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
    {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #4e2e0f;
    background: white;
}

ol,ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

a {
    text-decoration: none;
    color: #26470e;
}

a:link {
    text-decoration: none;
    color: #26470e;
}

a:visited {
    text-decoration: none;
    color: #26470e;
}

a:hover {
    text-decoration: none;
    color: red;
}

body {
    font-size: 13px;
    font-family: arial, Sans-Serif;
    text-align: center;
    background-color: #aa8a6f;
    background-image: url(images/slices/gbg4_vbg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#page {
    text-align: left;
    background-position: top center;
    background-repeat: no-repeat;
    width: 1000px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

#header {

    height: 60px;
  background-image: url('images/slices/gbg4_logo.png');
background-position: top left;
background-repeat: no-repeat;
   
}

#header h2 {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #663300;
}

#content {
    float: left;
    width: 800px;
    padding: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    height: 625px;
  background-image: url('images/slices/gbg4_frame.png');
background-position: top left;
background-repeat: no-repeat;
}

#footer {
    border: none;
      color: #4e2e0f;
    clear: both;
    line-height: 1.4em;
    text-align: right;
}

.post {
  
}

h1 {
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 15px;
    color: #ffffcc;
    height: 35px;
    font-weight: bold;
}

.entry {
    height: 465px;
  
}

.entry img:first-child {
    padding-bottom: 20px;
}

div#mask {
  
    position: absolute;
    z-index: 1000;
    background-image: url(images/mask.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 800px;
    height: 400px;
 
}

.entry p {
   
    line-height: 1.3em;
    font-size: 14px;
    /* background-color:  #ccccff; */
    color: #4e2e0f;
    padding: 0px;
    z-index: 1;
}

/******** intraproject navigation *******/


.subpages-cell {
    padding: 0px;
    padding-left: 5px;
padding-right: 5px;
    padding-top: 20px;
}

.activeThumb {
    background-image: url(images/dot.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.subpages-cell img {
    height: 70px;
    width: 70px;
}
table.subpages-table {

}
/* SIDEBAR ************/
#sidebar {
    float: right;
    width: 160px;
    padding-left: 10px;
    margin-top: 0px;

}

#sidebar ul {
    padding-left: 0px;
    font-weight: bold;
    
}

#sidebar ul li {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 13px;
}

#sidebar ul li ul li ul {
    padding-left: 15px;
}

#sidebar ul li ul li ul li {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
}

#sidebar ul li ul li ul li ul li {
    font-weight: normal;
}

.current_page_item>a {
    font-weight: bold;
    letter-spacing: 1px;
    font-style: italic;
    /*
    background-image: url(images/dot.png);
    background-position: top left;
    background-repeat: no-repeat;
    
    padding-left: 15px;
    */
}

div.aboutMe {
background-color: #fff;
padding: 20px;
height: 425px;
}

div.aboutMe p {
line-height: 1.4em;
padding-bottom: 10px;
}

div#copyright {
float: right;
  width: 160px;
text-align: left;
    padding-left: 10px;
}
div#footerContact {
text-align: left;
width: 350px;
padding-left: 15px;
float: left;
}
div#nextPrev {
float: left;
}
div.arrowPrev, div.arrowNext {
float: left;
width:50px;
height: 30px;
}
div#nextPrev a {
display block;
float: left;
width:50px;
height: 30px;
float: left;
}
div.arrowPrev a {

background-image: url(images/arrowPrev.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div.arrowNext a {

 background-image: url(images/arrowNext.png);
    background-position: top left;
    background-repeat: no-repeat;
}