html,body { margin:0;padding:0 }

body {
  font: 12px georgia,serif;
  background-color: #1c3b08;
  color: #000000;
}

a, a:visited {
  color: #1c3b08;
}

/* HEADER AND FOOTER */

#header {
  color: #37b;
  width: 784px;
  margin: 20px auto 0px auto;
}

#mainCanvas {
  width: 784px;
  margin: 0px auto;
  background: url('../images/box-back.jpg') repeat-y;
  padding: 0px;
  clear: both;
}

#canvasTop {
  width: 784px;
  margin: auto;
  height: 20px;
  background: url('../images/box-top.jpg') no-repeat;
  clear: both;
}

#canvasBottom {
  width: 784px;
  margin: auto;
  height: 20px;
  background: url('../images/box-bot.jpg') no-repeat;
}

.leftDoodle { float:left; margin-right: 10px; }
.rightDoodle { float:left; margin-left: 12px; }

#header h1 {
  color: #fcf4e3;
  font-size: 23pt;
  font-weight: normal;
  width: 250px;
  margin: 0px;
}
#header a, #header a:visited, #header a:hover { color: #fcf4e3; text-decoration: none;  }

#header .headerWrap {
  color: #fcf4e3;
  height: 34px;
  float:left;
  font-size: 23pt;
  font-weight: normal;
  margin: 0px;
  width: 250px;
  text-align: center;
}

#headerCenter {
  width: 380px;
  height: 34px;
  margin: auto;
}

#header h2 {
  font-weight: normal;
  margin: 0px;
  color: #a0bad5;
}

#header h3 {
  margin: 0px;
  color: #a0bad5;
  font-weight: normal;
}

#site_subheading {
  font-weight: normal;
  color: #3b2208;
  margin: 10px 0px 0px 32px;
  font-size: 24pt;
  width: 370px;
  float: left;
}

#copyright {
  margin: 10px 32px 0px 32px;
  clear: both;
  padding: 0px;
}

#powered_by { text-align: center;}

/* HORIZONTAL NAV */

#primary_navigation {
  float: right;
  margin: 0px 0px 10px 0px; padding: 0px;
  color: #c1d0e7;
  list-style-type: none;
}
#primary_navigation ul { padding: 0px; }
#primary_navigation li { display: inline; }
#primary_navigation li a, #primary_navigation li a:visited {
  float: left;
  margin-right: 7px;
  text-decoration: none;
  color: #dcc89a;
}

/* SHARED COMPONENT STYLES */

div.component h2 {
  font-size: 14px;
  margin: 0px;  padding: 0px;
  font-weight: normal;
}

/* LOCATION 1 SPECIFICS */

#location_1_wrapper {
  margin: 9px 29px 0px 0px;
  background: url('../images/right-block_mid.jpg');
  width: 328px;
  float: right;
  overflow: auto;
  zoom: 1;
}

#location_1 {
  background: url('../images/right-block_top.jpg') no-repeat;
  padding-top: 40px;
  margin: 0px;
  width: 328px;
  min-height: 50px;
}

#location_1_foot {
  height: 32px;
  background: url('../images/right-block_bot.jpg') no-repeat;
}

#location_1 div.component {
  padding: 0px 30px 0px 30px;
  width: 268px;
  margin: 0px 0px 15px 0px;
}

#location_1 div.component p { margin: 0px; padding: 0px; }
#location_1 div.component h2 {
  margin: 0px;
  padding: 0px;
}
#location_1 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#location_1 ul li {
  background: url(../images/listitem.gif) 9px 6px no-repeat;
  padding: 0px 0px 0px 20px;
}
/* LOCATION 0 SPECIFICS */

#location_0 {
  width: 340px;
  padding: 10px 20px 10px 32px;
  float: left;
  margin-left: 0px;
  min-height: 50px;
}

#location_0 div.component h2 {
  font-size: 18pt;
  color: #3b2208;
  font-weight: normal;
}

#location_0 div.component, #location_1 div.component {
  margin-bottom: 15px;
}

#location_0 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#location_0 ul li {
  background: url(../images/listitem2.gif) 9px 3px no-repeat;
  padding: 0px 0px 0px 20px;
}

#location_0 div.blog_post {
  margin-bottom: 15px;
}

#location_0 div.blog_post h3 a {
  color: #3b2208;
  font-size: 14pt;
}

#location_1 div.blog_post h3 a {
  color: #000;
}

div.blog_post {
  margin-bottom: 15px;
}

#location_1 div.component p {
  margin-top: 10px;
}

#location_0 ul.friends, #location_1 ul.friends {
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow: auto;
  zoom: 1;
}

#location_0 ul.friends li, #location_1 ul.friends li {
  background: none;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  width: 48px;
  float: left;
}

#location_0 ul.friends li img, #location_1 ul.friends li img {
  border: 1px solid #000;
}

#comment_form .textarea_wrapper label { display: none; }
#comment_form textarea { width: 305px; }
#comment_form .submit_wrapper { padding-left: 235px }
 

.comment, #comment_posted  {  border-color: #444; }

