/* GrahamGilchrist.com V8 CSS */
/* Last Edited: 31/05/06 */

/* basic elements */

body { 
      font: 11px verdana, arial;
      margin: 40px auto 25px auto;
      background: #D0CCA8 url('http://www.grahamgilchrist.com/site_assets/styles/V8/backgrad2.png') repeat-x top left;
      padding: 0px;
      text-align: center;
}

#pageTitle a:link, #contenttext a:link, #footer a:link { 
      font-weight: bold;
      text-decoration: none;
/*      border-bottom: 1px dotted;*/
      color: #404c3f;
}

#pageTitle a:visited, #contenttext a:visited, #footer a:visited { 
      color: DimGray;
      text-decoration: none;
}

#pageTitle a:hover, #contenttext a:hover, #footer a:hover, #pageTitle a:active, #contenttext a:active, #footer a:active { 
      text-decoration: underline;
}

img {
      border: none;
}

/* specific divs */

#container {
      position: relative;
      background: white /* url('http://www.grahamgilchrist.com/site_assets/styles/V8/backgrad.png') */ repeat-y center;
      width: 770px;
      padding: 220px 10px 10px 10px;
      margin: 0px auto 0px -390px;
      left: 50%;
      top: 0px;
      height: auto;
      text-align: justify;
      /*border-top: 1px solid black;*/
      border: 1px solid black;
}

#sitemenu {
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: -40px;  
  width: 770px;
  height: 10px;
  color: black;
}
#sitemenu ul {
  position: absolute;
  margin: 0px;
  padding: 7px 0px;
  right: 0px;
  height: 18px;
  list-style-type: none;
}
#sitemenu li {
  margin: 0px;
  padding: 0px 7px;
  display: inline;
}
#sitemenu li.i1 {
  border-right: 1px solid black;
}
#sitemenu li a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}
#sitemenu li.i1 a {
  text-decoration: underline;
}
#sitemenu li a:hover {
  text-decoration: underline;
}

#header {
    position: absolute;
    top: 10px;
    left 0px;
    width: 770px;
    height: 168px;
    /*border-top: 1px solid black;*/
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}

#pageHeader {
     display: none;
}

#pageHeader span {
     display:none
}

#quote p.p1{
position: absolute;
top: 155px;
left: 0px;
width: 770px;
margin: 0px;
padding-right: 5px;
color:  white; /* #255334;*/
font: 9px Arial;
text-align: right;
}

#quote p.p2{
    display: none;
}

#linkmenu {
 position: absolute;
 top: 178px;
 left: 10px;
 height: 22px;
 width: 768px;
 background: #E2E0CC ;
 border: 1px solid #404c3f;
/*-top: 1px solid #404c3f;
 border-bottom: 1px solid #404c3f;*/
 padding: 8px 0px 0px 0px;
 margin: 0px;
 background: url('http://www.grahamgilchrist.com/site_assets/styles/V8/navbar.jpg') repeat-x;
}

#linkmenu h2 {
 display: none;
}

#linkmenu ul {
 padding: 0px;
 margin: 0px;
 list-style-type: none;
}

#linkmenu ul li {
 display: inline; 
 padding: 0px;
 margin: 0px;
}

#linkmenu ul a {
 text-decoration: none;
 color: white;
 font-family: 12px Arial ;
 margin: 0px;
 height: 10px;
 padding: 7px 19px; 
 border-right: 1px #2b332a dotted; 
}

#linkmenu a:hover {
     text-decoration: underline;
}

#linkmenu #navaboutme {
    position: absolute !important;
    top: 1px;
    height: 15px;
    width: 30px;
    padding: 8px 19px 7px 19px;
    right: 0px;
    border-right-style: none !important;
    border-left: 1px #2b332a dotted;
}

#sitesearch {
     padding-top: 20px;
}

#sitesearch h2 {
     display: none;
} 

#sitesearch div.searchbox, #sitesearch form {
     margin: 0px;
     padding: 0px;
     border: none;
}

#sitesearch input.searchbox {
 vertical-align: middle;
 margin: 0px;
 padding: 2px;
 border: 1px solid #7f9db9;
 height: 14px;
 width: 162px;
 font-size: 12px;
 text-align: right;
}


#sitesearch input.searchbutton {
 vertical-align: middle;
 margin: 0px 0px 0px 10px;
 padding: 0px;
 border: 1px solid #7f9db9;
 height: 20px;
 width: 30px;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
}

#sitesearch input.searchbutton:hover {
   border:1px solid #c63;
}

#pageTitle {
     position: absolute;
     top: 220px;
     left: 5px;
     width: 519px;
     margin: 0px;
     border: none;
     padding: 0px 10px 0px 10px;
     color: #4b7d6c;
}

#pageTitle p {
     font: bold 10px arial;
     padding: 10px 0px 0px 0px;
     margin: 0px;
}

#pageTitle h2 {
     padding: 10px 0px 0px 6px;
     margin: 0px;
     font: bold 18px Arial;
     font-weight: bold;
     border-bottom: 3px double #808080;
}

#pageTitle h3 {
     display: none;
}

/* Content text */

#contenttext {
     margin: 0px;
     border: none;
     padding: 60px 0px 0px 20px; 
     width: 499px;
} 

#contenttext h3, #contenttext h4 {
     color: #4b7d6c;
     font: bold Arial;
     margin: 20px 0px 10px 0px;
     padding: 0px;
}

#contenttext h3 {
     font-size: 18px;
     border-bottom: 1px solid #808080;
/* clear: both;*/
}

#contenttext h4 {
     font-size: 14px;
} 

#contenttext p, #contenttext li {
     margin: 10px 0px 10px 10px;
 line-height: 1.5em;   
     padding: 0px;
} 

#contenttext div.sectionbox {
     margin: 0px;
     padding: 0px;
 overflow: auto;
}

.articlelist a {
     display: block;
}


#contenttext a.imglink img {
 border: 1px solid black;
}


/* for navigation boxes */

#navboxes h4 {
     font: bold 18px arial ;
}

#navboxes h3 {
 margin-top: 20px;
     font: bold 20px 'arial black' ;
}

#navboxes p {
     font: bold 12px arial;
}

#navboxes a:link, #navboxes a:hover, #navboxes h4, #navboxes h3 {
     color: #404c3f;
}

#navboxes p, #navboxes h4 {
 margin: 0px;
 padding: 0px;
 border: none;
}

#navboxes img {
      float: left;
      width: 110px;
      height: 31px;
      padding: 0px;
      margin: 0px 10px 10px 0px;
      border: 4px solid #404c3f;
}

#navboxes div {
      clear: left;
 margin: 0px 0px 10px 20px;
}

#navboxes img:hover {
      border: 4px solid #969696;
}

/* for photo and thumbnails pages */

#photo {
    margin: 0px;
    padding: 0px;
}

#curpic, #curgal {
    font-size: 16px;
    background-color: lightgray;
}

/* footer css */

#footer { 
  clear: both;
  text-align: center;
  margin: 20px 0px 0px 0px;
  /* border-top: 1px dashed gray; */
  background-color: #ecf4f1;
  padding: 10px 0px;
}

#footer ul {
  padding: 0px;
  margin: 0px;
}

#footer li {
display: inline;
list-style-type: none;
padding: 0px 5px;
border-right: 1px solid gray;
margin: 0px;
}

#footer li.i6 {
border-right: none;
}


/* Side bar */

div.sidebox  {
     float: right;
     background: #ecf4f1;
     /*border-left: 1px solid gray;*/
     margin: 0px 0px 10px 0px;
     padding: 10px 10px;
     width: 210px;
     clear: right;
     color: #585858;
     font-size: 10px;
}

div.sideendbox {
     float: right;
     /*border-left: 1px solid gray;*/
     /*border-bottom: 1px solid gray;*/
     margin: 0px 0px 10px 0px; /*20px*/
     padding: 0px 10px 200px 10px;
     width: 210px;
     clear: right;
     color: #585858;
     font-size: 10px;
     background: #ecf4f1 url('http://www.grahamgilchrist.com/site_assets/styles/V8/menuback2.jpg') bottom left no-repeat;
}

div.sidebox h1, div.sideendbox h1, div.sidebox h2, div.sideendbox h2 {
     font: bold 16px Arial ;
     border-bottom: 1px solid #808080;
     margin: 20px 0px;
     text-align: justify;
     padding: 0px 0px 0px 6px;
     color: #4b7d6c;
}

div.sidebox h4, div.sideendbox h4 {
     font: bold 11px Arial;
     margin: 20px 0px 10px 0px;
     text-align: justify;
     padding: 0px;
}

div.sidebox p, div.sideendbox p, div.sidebox ul, div.sideendbox ul {
     margin-left: 10px;
 padding: 0px;
 list-style-type: none;
}

div.sidebox a, div.sideendbox a {
      font-weight: bold;
      text-decoration: none;
      color: #4b7d6c;
}

div.sidebox a:hover, div.sideendbox a:hover {
      text-decoration: underline;
      color: #5a8869;
}

div.sidebox li, div.sideendbox li {
 text-align: left;
     margin: 0px;
     padding: 0px;
}

div.sidebox li a, div.sideendbox li a {
 display: block
}

div.sidebox a:active, div.sideendbox a:active {
     font-weight: bold;
}


#sidebargal a {
      font-size: 12px;
}

.sidegalimglink {
     width: 65px;
     margin: 13px;
     padding: 0px;
}

#sidebargal img {
     width: 65px;
     border: 3px solid #5a8869;
}

#sidebargal img:hover {
     border: 3px solid green;
}

#sidebarsites p {
    text-align: justify;
    padding-left: 12px;
    padding-right: 24px;
}

/* Blog CSS */

div.blogentry h3 a:link {
     color: #4b7d6c;
}

div.blogentry p.blogdate {
 text-align: right;
 position: relative;
 top: -10px;
}

div.blogentry p.blogauthor {
     font-weight: bold;
}

div.blogentry p.blogauthor span{
     font-weight: normal;
}

div.sidebox div.oldnews h3 {
 display: none;
}

span.oldnewstime {
     display: none;
}


/* About me page */

.me {
 float: left;
 width: 90px;
 border: 1px solid black;
 margin: 0px 10px 10px 0px;
}

/* About Site page */

#histbox img {
      display: block;
      width: 300px;
      margin: 10px 10px 10px 90px;
}

#histbox p {
      text-align: center;
}