/************************************************

                  GENERAL

************************************************/
body
{
  background-color: #E0E6D7;
  color: #3E3C40;
}
a:link, a:visited, a:active, a:hover
{
  color: #607C40; /*darkgreen*/
  border-bottom: dotted 1px;
}
a:hover
{
  color: #92B15B; /*grassgreen*/
  border-bottom: 0px;
}

/************************************************

              LOGO (NORMAL LARGE)

************************************************/
div#logo div#bottomleft
{
  background-color: #92B15B;
  background-color: #FAF133; /*yellow*/
  background-color: #DBD438; /*darkyellow*/
  color: white;
}
div#logo div#bottomright
{
  color: #92B15B;
  color: #DBD438; /*darkyellow*/
}
div#logo #logoimg
{
  border-color: white;
}

/************************************************

               CONTENTS SECTION

************************************************/
ul#contents a:link, ul#contents a:visited, ul#contents a:active, ul#contents a:hover
{
  color: #607C40; /*darkgreen*/
  border-bottom: 0px;
}

/************************************************

               STYLE UI SECTION

************************************************/
ul.styleui a:link, ul.styleui a:visited, ul.styleui a:active, ul.styleui a:hover
{
  xcolor: #61595F;
  border-bottom: 0px;
}
/*
ul.styleui a:hover
{
  color: #9A888F;
}
*/
/************************************************

                 BLOG SECTION

************************************************/
#blogsection h1
{
  border-bottom-color: #82A44A; /* grassgreen */
}

/************************************************

            COMMENT (POST) PARAGRAPH

************************************************/
h2.postinfo
{
  xcolor: white;
  xcolor: #DBD438; /*darkyellow*/
  color: #9A888F; /* horsebrown */
}
a.comments:link, a.comments:visited, a.comments:active, a.comments:hover
{
  xcolor: white;
  xcolor: #DBD438; /*darkyellow*/
  color: #9A888F; /* horsebrown */
  border-bottom: 0px;
}

/************************************************

                   PHOTOS

************************************************/
.photo
{
  background-color: white;
  border: 1px rgb(204,204,204) solid;
}
.caption
{
  color: #82A44A; /* grassgreen */
}