/********** Global **********/

* {
  margin: 0;
}

body {
    color: #393733;
    margin: 0;
    padding: 0;
    background: #e5ecf3;
}

body {
    font: 83%/1.4 arial, helvetica, sans-serif;
}

a {
  color: #105CB6;
  cursor: pointer;
  outline: none !important;
  text-decoration: none;
}

a:visited {
  color: #105CB6;
}

a:hover, a:focus {
  color: #003;
  text-decoration: underline;
}

a:active {
  color: #000;
}

a img {
  border: none;
}

.clr {
  clear: both;
}

ul {
  list-style-type: square;
}

/********** Header **********/

div#header {
  
}

div#header h1 {
  display: none;
}

div#header a#logo {
  float: left;
  height: 35px;
  width: 97px;
}

div#header div.wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0;
}

div#header div.first_layer {
  background-color: #395064;
  padding: 5px 10px;
}

div#header div.second_layer {
  background-color: #213130;
}

div#header div.third_layer {
  background: url(http://www.healthsofa.com/images/forums/br.png) no-repeat bottom right #cccccc;
}

div#header div.third_layer div {
  background: url(http://www.healthsofa.com/images/forums/bl.png) no-repeat bottom left transparent;
}

/********** Menus **********/

div#header ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#header ul li {
  float: left;
  margin: 0;
  padding: 0;
}

div#header ul li a {
  display: block;
  float: left;
  color: white;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  padding: 0 13px;
}

div#header ul li a:hover {
  text-decoration: underline;
}

div#header ul#categories_nav li a { 
  color: #213130;
}

div#header ul#user_nav {
  float: right;
}

div#header ul#user_nav li a { 
  border-right: 1px solid #4d6274;
  color: #d7dce0;
}



/********** Content **********/

div#content {
  padding: 10px 0 0 0;
}

div#content div.wrapper {
  width: 950px;
  margin: 0 auto;
}

div#content p {
  padding: 3px 0;
}

div#content h2 {
  font-weight: normal;
}


/********** Important **********/

div#content div.important {
  margin: 1.5em 0;
  padding: 0.5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
}

div#content a.selected {
  border-bottom: 1px dotted #2772e3;
}

div#content div.important a.selected:hover {
  text-decoration: none;
}

div#content div.important p {
  padding: 0;
}

/********** Page **********/

div#page {
  background: url(http://www.healthsofa.com/images/forums/tl.gif) no-repeat left top white;
}

div#pagecontent {
  padding: 5px 10px 10px 10px;
}

div#page div.tr {
  margin: 0 0 0 5px;
  height: 5px;
  background: url(http://www.healthsofa.com/images/forums/tr.gif) no-repeat right top transparent;
}

div#page div.bl {
  background: url(http://www.healthsofa.com/images/forums/bl.gif) no-repeat left bottom transparent;
}

div#page div.br {
  margin: 0 0 0 5px;
  height: 5px;
  background: url(http://www.healthsofa.com/images/forums/br.gif) no-repeat right bottom transparent;
}

/********** Footer **********/

div#footer {
  clear: both;
}

div#footer, div#footer a {
  color: #111;
}

div#footer p {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  width:60%;
}

div#footer p span {
  font-size: 0.8em;
  color: #333;
}





/********** Comments **********/

div#comments {
border-top: 1px dashed #ccc;
padding-bottom:15px;
}


#reply
{
padding:10px;
border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
}


div#reply:hover {
padding:10px;
background-color:#f0ecec;
border-top:2px solid #d8d5d5;
border-bottom:2px solid #d8d5d5;
}


#loginbox {

     visibility: hidden;

     position: absolute;

     left: 0px;

     top: 0px;

     width:100%;

     height:100%;

     text-align:center;

     z-index: 1000;
background-image:url(http://www.healthsofa.com/images/transparency.png);
}

#loginbox div {

     width:300px;

     margin: 100px auto;

     background-color: #fff;

     border:1px solid #000;

     padding:15px;

     text-align:center;

}

#postareply  {
background-color:rgb(240, 240, 240);
padding:20px;
margin:10px;
border:2px solid rgb(250, 250, 240);
}


#RelatedLinks {
text-decoration:none; font-size:14px; line-height:18px;
}

#RelatedLinksParagraph {
border-bottom:1px dotted #5599ff; padding-bottom:8px;
}