/* document -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  padding: 10px 0;
  color: #636363;
  font: 12px/normal Tahoma, Helvetica, Arial, sans-serif;
  text-align: center;
  background: #fff;
}
#wrapper {
  width: 840px;
  margin: 0 auto;
  text-align: left;
}


/* typography -----*/

h3 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
}
h4 {
  margin: 1em 0;
  color: #6f8fa3;
  font-size: 16px;
}
h5 {
  margin-bottom: 1em;
  margin-left: -10px;
  font-size: 18px;
}
p {
  margin: 1em 0;
}
ul {
  margin: 1em 0;
  padding-left: 2em;
}
ul li ul {
  margin: 0 0 1em 0;
}
img.frame {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
}
img a {
  border: none;
}
a {
  color: #636363;
  text-decoration: underline;
}
a:visited {
  color: #6f8fa3;
}
a:hover {
  color: #6f8fa3;
}
.required {
  color: #c00;
}
.postinfo {
  margin: 2em 0;
  padding: 0.5em 0;
  font-size: 11px;
  text-align: center;
  border-top: 1px dotted #6f8fa3;
  border-bottom: 1px dotted #6f8fa3;
}
.textfield {
  width: 100%;
}
acronym {
  border-bottom: 1px dashed #ccc;
  cursor: help;
}
fieldset {
  margin: 1em 0;
  padding: 0 1em;
  border: 3px double #6f8fa3;
}
legend {
  padding: .5em 1em;
  color: #6f8fa3;
  text-transform: lowercase;
/*  background: #6f8fa3;*/
  border: 3px double #6f8fa3;
}
blockquote {
 margin: 10px;
 padding: 0 5px;
 background-color: #e9f1f5;
 border: 1px dotted #6f8fa3;
 font: 11px/normal Tahoma, Helvetica, Arial, sans-serif;
}

/* masthead -----*/

#masthead {
  height: 40px;
  background: #ffcf10 url(http://www.tdcdesign.com/images/masthead.jpg) center top no-repeat;
  position: relative;
}
#masthead * {
  display: none;
}


/* banner -----*/

#banner, #banner_EE {
  height: 80px;
  background: #6f8fa3 url(http://www.tdcdesign.com/images/banner.jpg) center top no-repeat;
  position: relative;
}
#banner h2 {
  position: absolute;
  right: 210px;
  bottom: 0;
}
#banner_EE h2 {
  position: absolute;
  right: 222px;
  bottom: 12px;
}


/* navigation -----*/

#navigation {
  color: #fff;
  background: #333 url(http://www.tdcdesign.com/images/navigation.jpg) center top no-repeat;
}
#navigation ul {
  margin: 0 0 0 80px;
  padding: 0;
  list-style: none;
  float: left;
}
#navigation li {
  padding: 0 40px 0 30px;
  font-weight: bold;
  line-height: 33px;
  background: url(http://www.tdcdesign.com/images/tab_divider.gif) right bottom no-repeat;
  float: left;
}
#navigation li.last {
  padding-right: 30px;
  background: none;
}
#navigation p {
  margin: 0 80px 0 0;
  line-height: 33px;
  text-transform: lowercase;
  float: right;
}
#navigation a {
  color: #fff;
  text-decoration: none;
}
#navigation a:hover {
  color: #ffcf10;
}


/* page body -----*/

#body {
  min-height: 500px;
  padding-top: 37px;
  background: #fff url(http://www.tdcdesign.com/images/body_bg.jpg) center top no-repeat;
}
#content {
  width: 410px;
  margin: 0 80px 0 0;
  line-height: 1.5em;
  float: right;
}
#sidebar {
  width: 230px;
  margin: 0 0 0 80px;
  padding-left: 10px;
  float: left;
}


/* footer -----*/

#footer {
  height: 49px;
  padding-top: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #6f8fa3 url(http://www.tdcdesign.com/images/footer.jpg) center top no-repeat;
}
#footer p {
  margin: 0;
}


/* specialty -----*/

.clear:after {
  content: "!";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#gallery {
  width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#gallery li {
  margin: 0 1em 1em 0;
  float: left;
}
#gallery li img {
  border: 1px solid #ccc;
  position: relative;
}
ul.sidelist {
  padding: 0;
  list-style: none;
  font-weight: bold;
}
ul.sidelist li ul {
  padding-left: 2em;
  font-weight: normal;
  list-style-type: square;
}
#magnolia_links {
  margin: 1em 0;
}
#magnolia_links dt {
  margin-top: 1em;
  font-weight: bold;
}
#magnolia_links dd {
  margin-top: 0.5em;
  font-size: 10px;
}
#magnolia_links a {
  color: #6f8fa3;
  text-decoration: none;
}
.comment {
  margin: 1em 0;
}
.comment p.comment_heading {
  padding: 18px 0 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: url(http://www.tdcdesign.com/images/comment_heading.jpg) center top no-repeat;
}
.comment p.comment_heading a {
  color: #fff;
}
a#homelink {
  width: 270px;
  height: 40px;
  display: block;
  position: absolute;
  left: 50px;
  top: 10px;
}
p.pagination {
  font-weight: bold;
  text-align: center;
}