/* -----------------------------------------------------------------------------
HS - Base Stylesheet
Author: Dennis Leonardo
------------------------------------------------------------------------------*/

@import url("undohtml.css");

body {
    background: #000;
    background: url(../img/version3/objpixBackground.jpg) no-repeat #000 top right;
    text-align: center;
    color: #5C5C5C;
    line-height: 1.5em;

}
h1 span {
    display: none;
} 
#headBox {
    margin: 110px 20px 0px 20px;
    height: 40px;
    text-align: left;
}
#pageBox {
  font-family: verdana, san-serif;
  width: 100%;
}
#mainBox { 
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}


/*----------------------------------------------------------------------------*/

#menuNav {
  text-align: left;
  margin: 120px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  background: #000;
  font-weight: bold; 
  vertical-align: middle;

}
#menuNav a{
  border-right: 1px solid #5c5c5c;
  padding: 0px 20px 0px 20px;
  font-size: small; 
  font-weight: bold; 
}
#menuNav ul li a:link {text-decoration: none; color: #5c5c5c; } 
#menuNav ul li a:visited { text-decoration: none; color: #5c5c5c; }
#menuNav ul li a:hover { text-decoration: none; color: #000;  background: #5c5c5c;}
#menuNav ul li a:active { text-decoration: none; color: #000;  background: #5c5c5c; } 
#menuNav ul li a:visited.currentPage { 
  background: #3c3c3c;color: #fff;border-top: #3c3c3c 1px solid; border-bottom: #3c3c3c 3px solid;
}

#menuNav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: inline; 
}
#menuNav ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
/*----------------------------------------------------------------------------*/
.pageNav {
    margin: 20px 20px 20px 20px;
}
.pageNav p {
    font-weight: bold;
}
.pageNav p.col1 {
    float:left;
}
.pageNav p.col2 {
     float:right;
}
/*----------------------------------------------------------------------------*/
#mainContent {
  margin: 20px 20px 20px 20px;
  text-align: left;
 }
#sideContent {
  border-top: #101010 solid 30px;
  margin: 30px 20px 20px 20px;
  text-align: left;
  color: #5c5c5c;
}
#sideContent .col1 {
    margin: 30px;
    float: left;
    width: 250px;
}
#sideContent .col2 {
    margin: 30px;
    float: left;
    width: 250px;
}
#sideContent .col3 {
    margin: 30px;
    float: left;
    width: 250px;
}
#sideContent ul li {
    margin-top: 5px;
}
#sideContent h3 {
    margin-top: 10px;
}




#blogList  {
    text-align: left;
}

#blogList h2 {
    margin-top: 75px;
}
#blogList h2 a{
    font-size: large;
    text-decoration: none;
}
#blogList ul li{
    font-size: small;
    list-style: disc;
    margin-left: 20px;
}
#blogList p, ul, li, a{
    font-size: small;
}
#blogList .posted {
    font-size: x-small;
    margin-top: 20px;
    color: #858585;
    line-height: 1.25em;
}   
#blogList .posted a {
    font-size: x-small;
}  




#footBox {
    font-weight: bold;
    font-size: small;
    text-align: right;
    background: #000;
    height: 150px;
    padding: 10px;
    color: #5c5c5c;
    background: url(../img/version3/objpixBackground2.jpg) no-repeat #000 bottom left;
}
p a{
    font-size: small;
}
li 
{
    font-size: small;
}

#blogList a:link {
    color: #5c5c5c;
    text-decoration: underline;
}
#blogList a:visited {
    color: #5c5c5c;
    text-decoration: underline;
}
#blogList  a:hover {
    color: #000;
    background: #5c5c5c;
    text-decoration: underline;
}

blockquote {
    margin: 0px;
    padding: 0px;
}
blockquote, q {
    quotes: none;
    padding-top: 15px;
    padding-left: 35px;
    display: block;
    background: url(../img/quote-end2.jpg) no-repeat;
    color: #5c5c5c;
}
a:link {
    color: #5c5c5c;
    text-decoration:underline;
}
a:visited {
    color: #5c5c5c;
}
a:hover {
    color: #000;
    background: #5c5c5c;
}

h1, h2, h3, h4 {
    color: #858585;
} 
.adminOnly{
    color : green;
} 

#commentListing {
    margin-top: 30px;
    border-top: #000 1px solid;
}
#commentListing dd{
     margin: 0px 0px 0px 10px;
}
#commentListing dt{
     vertical-align: top;
     font-size: small;
     margin-bottom: 0px;
}
#commentListing dt .commentId  {
    float: left;
    margin-right: 5px;
    font-size: x-large;
    font-weight: normal;
    color: #858585;
}
#commentListing dt .commentId a:link { font-size: x-large; color: #858585; text-decoration:none }
#commentListing dt .commentId a:visited { font-size: x-large; color: #858585; text-decoration:none }
#commentListing dt .commentId a:hover{ font-size: x-large; color: #858585; text-decoration:none; }
#commentListing dt .commentId a:active { font-size: x-large; color: #858585; text-decoration:none }



#commentForm label{
    font-size: x-small;
    color: #858585;
}
#commentForm p{
    margin: 0px ;
}
#commentForm h3{
    margin-bottom: 5px ;
}

.button {
    border: solid 1px #5c5c5c;
    margin: 5px ;
    padding: 5px 10px 5px 10px;
    background: #000;
    color: #5c5c5c;
    font-weight: bold;
}

.errorText {
    color: #D52442;
}
input,textarea {
    border: solid 1px #5c5c5c;
    background: #606060;
    color: #c5c5c5;
}
.message {
    color: #EBD627;
}



