html
{
  height: 100%;
}
body
{
  padding: 0px;
  margin: 0px;
  font-size: 300%/12pt;
  background-color: #CBB192;
  height: 100%;
}

#container
{
  margin: 0px;
  padding: 0px;
  background: transparent url(bkg.jpg);
  float: left;
  width: 800px;
  text-align: center;
}
#containerLeft
{
  background: #CBB192 url(sand.jpg) repeat-y top left;
  float: left;
  width: 550px;
  padding: 0px;
  margin: 0px;
}

#containerRight_FadeRight
{
  padding: 0px;
  margin: 0px;
  float: right;
  width: 550px;
  background: transparent url('fadeLeft.gif') repeat-y right;
}

#containerLeft_FadeRight
{
  padding: 0px;
  margin: 0px;
  float: left;
  background: transparent url(fadeRight.gif) repeat-y right;
}
#containerContentRight
{
  float: right;
  padding: 0px;
  margin: 0px;
  width: 240px;
}

/**************/
/*            */
/*  MAINPAGE  */
/*  AND TITLE */
/*            */
/**************/

#mainpage
{
  border: 1px #000000 solid;
  padding: 0px;
  margin: 0px 10px 0px 30px;
  width: 440px;
  float: left;
  background: transparent url(articleBkg.gif);
  min-height: 900px;
}

/* Gallery navigation bar and breadcrumbs */
#gsNavBar {
  text-align: left;
  margin-left: 1px;
  margin-right: 1ex;
  margin-bottom: 0.5ex;
}
#title
{
  /*background: transparent url(titleName.gif) no-repeat left bottom; */
  height: 80px;
  padding: 0px;
  padding-top: 20px;
  margin: -15px 0px 5px 35px;
  font-size: 0px;
}

#title a img {
  border: 0px;
}

/************/
/*          */
/*   MENU   */
/*          */
/************/

#menubox, td#gsSidebar
{
  padding: 0px;
  margin: 120px 18px 0px -30px;
  font-size: 0px;
  width: 200px;
}

ul.menu li
{
  list-style-type: none;
  margin: 0px;
  font-size: 12pt;
}

/* We don't want nested lists to go off into the sunset on the right*/
#containerContentRight ul li ul {
  margin-left: 0px;
  padding-left: 0px;
}

#containerContentRight h2 {
  color: #FFF;
}

ul.menu li a
{
  padding: 5px 10px 5px 10px;
  font-family: Arial;
  font-size: 90%;
  width: 178px;
  text-decoration: none;
  display: block;
  background: transparent url(menuBkgLight.gif);
  color: #ffffff;
}
.menu li a:hover
{
  display: block;
  text-decoration: none;
  background: transparent url(menuBkgDark.gif);
  color: #ffffff;
}

li.pageitem {
margin-left: -100px;

}

.menuTop
{
  border-top: #CBB192 1px solid;
  border-right: #CBB192 1px solid;
  border-left: #CBB192 1px solid;
}
.menuMiddle
{
  border-top: #CBB192 1px solid;
  border-right: #CBB192 1px solid;
  border-left: #CBB192 1px solid;
}
.menuBottom
{
  border-top: #CBB192 1px solid;
  border-right: #CBB192 1px solid;
  border-left: #CBB192 1px solid;
  border-bottom: #CBB192 1px solid;
}
#menuPic, #menuPic2
{
  width: 200px;
  background: transparent url('albumCover.jpg') no-repeat top center;
  padding: 207px 0px 20px 0px;
  margin: 0px;
  color: #ffffff;
  font-size: 12pt;
}
#menuPic {
  margin-top: 1ex;

}
#menuPic2
{
  background: transparent url('maryImage.png') no-repeat top center;
  position: relative;
  top: -50px;
}

/***************/
/*             */
/*   ARTICLE   */
/*             */
/***************/

#articlebox
{
  padding: 40px;
  margin: 0px;
  width: 360px;
}

.article
{
  text-align: left;
  color: #000;
  font-family: "Times";
  font-size: 100%;
  line-height: 1.2em;
}

div.post span.articletitle {
  font-size: x-large;
  font-family: Verdana, Serif;
}

div.floatleft {
  float: left;
}

div.floatright {
  float: right;
}

div.entryNav {

}

div.secondHeader {
  padding-top: 1ex;
  padding-bottom: 1ex;
}

div.entry {
  padding-top: 1ex;

}

/**************/
/*            */
/*   FOOTER   */
/*            */
/**************/

#footer, #gsFooter
{
  color: #ffffff;
  font-size: 75%;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 2ex;
  padding-right: 1ex;
  text-align: left;
}


#footer a {
color: #CFF;

}

#footer a:hover {
color: #996;
} 

ol.commentlist {
  list-style-type: none;
  margin-left: -20px;
}

ol.commentlist li {
  padding: 2px;
}

ol.commentlist li.alt {
/*background-color: #DCC78F; */
}

ol.commentlist li {
  border-bottom: 1px solid #000;
}

#commentform textarea {
  width: 360px;
}

