/* CSS Document */

/*--------------------BEGIN Browser Style Normalizing-------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td  {
   margin: 0;
   padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6  {
   font-size: 100%;
}

/* Removes list-style from lists */
ol, ul  {
   list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var  {
   font-style: normal;
   font-weight: normal;
}

/* Removes table style from tables */
table  {
   border-collapse: collapse;
   border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img  {
   border: 0;
}

/* Left-aligns text in caption and th */
caption, th  {
   text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after  {
   content: '';
}

/*--------------------END Browser Style Normalizing-------------------------*/

body  {
   margin: 15px 0 0 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-image: url(images/yin_yang4web_tile_r6.jpg);
   background-repeat: repeat;
   background-position: top left;
   text-align: center;
}

#wrapper  {
   position: relative;
   text-align: left;
   width: 770px;
   /*background-image: url(images/layoutgrid.png);*/
   margin-right: auto;
   margin-left: auto;
   padding: 246px 0 0 0;
   /*border-top: solid 2px #722100;
   border-left: solid 2px #722100;
   border-right: solid 2px #722100;
   border-bottom: solid 2px #722100;*/
   border: solid 2px #444;
   background-color: #FFF;
   background-image: url(images/floweryblog_header.jpg);
   background-repeat: no-repeat;
   background-position: top left;
}

#bamboo   {
   position: absolute;
   top: -100px;
   left: 400px;
}

#content  {
   margin-left: 182px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 25px;
   padding-right: 10px;
   background-color: #FFF;
   background-image: url(images/bamboo.jpg);
   background-repeat: no-repeat;
   background-position: top right;
   /*border: solid 1px black;*/
}

#content p  {
   line-height: 1.8em;
   padding: 0;
}

#content h1  {
   font: normal 200% Georgia, "Times New Roman", Times, serif;
   padding: 0;
   color: #4B5C39;
   background-color: transparent;
}

#content table#conditionstable td#leftside {
   vertical-align: top;
   padding-left: 0;
   line-height: 1.6em;
}

#content table#conditionstable td#rightside {
   vertical-align: top;
   padding-left: 20px;
   line-height: 1.6em;
}

#content table#conditionstable td#leftside ul{
   list-style: inside disc;
}

#content table#conditionstable td#rightside ul{
   list-style: inside disc;
}

#p2  {
   margin-bottom: 35px;
}

#ak_hmpgpic  {
   float: right;
   margin-left: 15px;
   margin-top: 5px;
   text-align: center;
}

#navigation  {
   position: absolute;
   top: 246px;
   left: 10px;
   width: 172px;
   background-color: #C3C3C3;
}

#navigation ul  {
   list-style: none;
   margin: 0;
   padding: 10px 10px 4px 10px;
   border: solid 1px black;
}

#navigation li  {
   width: 150px;
   /*border-bottom: solid 1px #ED9F9F;*/
   margin: 0;
   padding: 0;
   font-size: 80%;
   vertical-align: bottom;
}

#navigation a:link, #navigation a:visited  {
   display: block;
   padding: 3px 4px 3px 0.2em;
   margin-bottom: 6px;
   /*border-left: solid 12px #722100;
   border-right: solid 1px #722100;*/
   border: solid 1px #111;
   background-color: #627F47;
   color: #FFF;
   text-decoration: none;
}

#navigation a:hover  {
   /*background-color: #722100;*/
   color: #FFF;
   background-color: #033F51;
}

#home a#homelink, #acupunctureinfo a#acupuncturelink, #contact a#contactlink,
#conditions a#conditionslink  {
   background-color: #66A07F;
   color: #FFF;
}

#directions  {
   float: left;
   padding-right: 15px;
   margin-bottom: 35px;
}

#directions a {
   text-decoration: none;
   color: #000;
}

#map, #ak01 {
border: solid 1px #000;
}

#footer  {
   clear: left;
   margin: 40px 0 5px 0;
   font-size: 70%;
   color: #444;
   text-align: center;
   background-color: transparent;
}

