/* A Return To Health stylesheet, version 3 */

/* "clean" CSS reset 
 * Only apply to particular pages now, since it disrupts some existing pages
*/
body.clean p, ul, ol, li, img, table {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

body.clean ul {
  margin-left: 2em;
}

body.clean img {
}

body.clean p {
    margin-bottom: .5em;
}

body.clean table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end "clean" CSS reset */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: medium;
}

h1.inline-h {
  font-weight: bold;
  font-size: medium;
  text-align: center;
}

.headerLinks {
  text-align: center;
}
.headerLinks a:link, .headerLinks a:visited, .headerLinks a:hover, .headerLinks a:active {
  color: black;
  text-decoration:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}
.headerLinks a {
  margin: 0 3px;
}

a img {
  border: none;
}
#entry-box {
  width: 642px;
  text-align: center;
  border: white solid 8px;
  background-color: #e44530;
  font-family: sans-serif;
  letter-spacing: -1px;
}

img#arth-logo {
  margin-top: 5px;  
}

.motto {
  color: white;
  font-weight: bold;
  font-size: 12pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

#entry-choices {
  background-color: white;
  padding-top: 5px;
  margin: 0 15px;
}

#class-highlight {
  display: block;
  background-color: #faf7aa;
  margin: 5px 15px;
  font-size: 10pt;
  text-align: left;
  padding: 2px 20px;
  text-decoration: none;
  color: black;
}

#class-highlight a {
  text-decoration: underline;
  color: #0267d9;
  font-weight: bold;
}

#class-highlight a {
  font-weight: bold;
}

#class-highlight p {
  margin: 0;
}

a#in-the-press {
  display: block;
  background-color: white;
  margin: 0 15px 10px 15px;
  padding: 1px 8px;
  letter-spacing: 0;
  text-decoration: none;
  color: black;
}

#in-the-press h2 {
  color: #97006b;
  font-size: 14pt;
  text-align: left;
}

#in-the-press img#seven-graphic {
  float: left;
}

#in-the-press blockquote {
  background:transparent url(/images/open-quote.jpg) no-repeat scroll;
  margin-left: 140px;
  padding: 0 16px;
  text-align: left;
  font-family: serif;
  font-size: 10pt;
}

#qigong-class-schedule {
    color: black;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
#qigong-class-schedule p.fine {
    font-size: 8pt;
    font-style: italic;
}

#qigong-class-schedule table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    padding: 0;
    font-size: 10pt;
}

#qigong-class-schedule table td{
    border: 1px solid black;
    vertical-align: top;
    padding: 1em;
}

#qigong-class-schedule tr.qigong-class-schedule-header td {
    border-color: #333;
}
#qigong-class-schedule h3, h4 {
    margin: 0;
    padding: 0;
}

#qigong-class-schedule h3 {
    text-align: center;
    margin-bottom: 0.8em;
}

#qigong-class-schedule h4 {
    font-size: 14pt;
}

#qigong-class-schedule tr.qigong-class-schedule-header {
    color: white;
    background-color: #333;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
}
#qigong-class-schedule tr.qigong-class-schedule-header td {
    padding: 1em;
}

#qigong-class-schedule .alert {
    color: red;
}

.qigong-navigation {
    list-style-image: url(/html/images/bullet2.gif);
    font-size: 10pt;
}
.qigong-navigation h4 {
    text-align: center;
    color: red;
}

#wrapper {
    width: 768px;
  margin: 0 auto;
  border: 2px #fac139 solid;
  padding: 0;
}

#splash-header img {
  float: left;
}

#main-container {
  overflow: auto;
  width: 100%;
  border: 1px black solid;
}

#side-navigation {
  width: 20%;
  float: left;
}

#qigong-class-schedule {
  width: 75%;
  float: right;
  border-left: 1px solid #333;
  padding: 0 2% ;
}

.hbar {
  width: 100%;
  clear: both;
  padding: 1em 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.hbar-red {
  background-color: red;
}

#footer {
  font-size: 10pt;
  text-align: center;
  color: #333333;
  margin-top: 2em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#qigong-class-schedule h5 {
  color: #CC3300;
  margin: .5em 0;
}

div.social {
  margin: 1em;
  text-align: center;
}
div.social-item {
  display: inline;
  margin: 0 1em;
}

table {
  margin: 0 auto;
}

div#angela-lee-credentials-body {
  font-size: small;
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 1.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1.5em;
  column-count: 2;
  column-gap: 1.5em;
}
