/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #c1ba9d url(http://www.ocdchicago.org/images/ocd/background.gif) left top repeat-x;
  font: normal 62.5% "FreeSans", Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

h1 {
  display: block;
  color: #030303;
  font-weight: bold;
  font-size: 2.4em;
  margin-bottom: .5em;
  clear: both;
  border-bottom: 1px solid #030303;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#header, #sidebar, #footer, #bottom, #brown, #side, .tab {
  display: none;
}

#main h2 {
  color: #333087;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: .5em;
  clear: both;
}

#main h3 {
  color: #5D4737;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 1em;
}

#main h4 {
  color: #333087;
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em;
}

#main p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

#main ul, #main ol {
  margin-bottom: 1.5em;
}

#main ol {
  margin-left: 40px;
}

#main li {
  font-size: 1.3em;
  line-height: 1.5em;
}

#main ul br, #main 0l br {
  display: none;
}

#main ul li br, #main ol li br {
  display: block;
}

#main ul li {
  background: url(http://www.ocdchicago.org/images/ocd/bullet.gif) left 8px no-repeat;
  padding-left: 10px;
  margin-left: 20px;
}

#main ol li {
  list-style: decimal;
}

#main dl {
  margin-bottom: 1.5em;
  margin-left: 20px;
}

#main dt {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: .5em;
}

#main dd {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em;
  margin-left: 20px;
}

#main img.image {
  float: right;
  margin: 0 0 10px 10px;
}

#main #related {
  clear: both;
}

#main #related ul {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}

#main #related ul li {
  font-weight: bold;
  margin-bottom: 1em;
}

#main #related dl {
  margin-left: 0;
}

#main #related dt {
  font-size: 1.3em;
  margin-bottom: auto;
}

#main #related dd {
  margin-left: 0;
}

#main dd p {
  font-size: 1em;
}

#main cite {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}

#main blockquote {
  float: right;
  width: 221px;
  margin: 0 0 20px 20px;
  background: url(http://www.ocdchicago.org/images/ocd/hdots-purple.gif) left top repeat-x;
  font-size: 1.5em;
  color: #5D4737;
  font-weight: bold;
  font-family: "Free Serif", Cambria, "Bell MT", "Times New Roman", Times, serif;
}

#main blockquote span {
  display: block;
  padding: 15px 0;
  background: url(http://www.ocdchicago.org/images/ocd/hdots-purple.gif) left bottom repeat-x;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/



/*----End Classes----*/