html
{
  overflow-y: scroll;
}

body.custom
{
  background: #b5cee4;
}

.custom #container
{
  position: relative;
  padding: 0 42px 0 45px;
  border: none;
  width: 1059px;
  overflow: hidden;
  background:
    url(images/main-bkg-tl.png) top left no-repeat,
    url(images/main-bkg-tr.png) top right no-repeat,
    url(images/main-bkg-br.png) bottom right no-repeat,
    url(images/main-bkg-strip-l.png) top left repeat-y,
    url(images/main-bkg-strip-r.png) top right repeat-y;
}

html.ie .custom #container
{
  background: url(images/main-bkg-strip-ie.png) top left repeat-y;
}

.custom #page
{
  background: #fff url(images/main-fold-tr.png) bottom right no-repeat;
  padding: 0;
  min-height: 600px;
}

html.ie .custom #page
{
  background: #fff url(images/main-fold-tr-ie.png) bottom right no-repeat;
}

.custom #header {
  padding: 0;
  position: relative;
  border-bottom: none;
  height: 163px;
  width: 1059px;
  background: #b5cee4 url('images/main-header.png') no-repeat;
}

.custom #logo > a
{
  display: block;
  width: 560px;
  height: 128px;
  outline: none;
}

.custom #header #tagline
{
  width: 450px;
  height: 21px;
  background: white;
  position: absolute;
  top: 99px;
  left: 146px;
  text-indent: 0;
  font-size: 17.5px;
  line-height: 21px;
  font-weight: normal;
  color: #365972;
}

.custom .menu
{
  position: absolute;
  top: 22px;
  right: 54px;
}

html.ie .custom .menu
{
  width: auto;
}

.menu > li + li
{
  border-left: 1px solid #506f86;
}

.menu > li > a
{
  padding: 0 9px 0 10px;
}

html.mac.webkit .menu > li > a
{
  padding: 0 8px 0 9px;
}

html.win .menu > li > a
{
  padding: 0 11px 0 11px;
}

.custom .menu, .custom .menu > li > a
{
  background: none !important;
  border: none;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 12px;
  color: #2c4f69 !important;
}

#barmenu
{
  position: absolute;
  top: 139px;
  left: 122px;
  list-style-type: none;
}

#barmenu > li
{
  float: left;
  border-right: 1px solid #4b7a9a;
  position: relative;
}

#barmenu > li + li
{
  border-left: 1px solid #295f85;
}

#barmenu > li:last-child
{
  border-right: none;
}

#barmenu > li > a
{
  padding: 0 18px 0 19px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  top: 1px;
  text-shadow: #26565e 2px 2px 2px;
  outline: none;
}

html.win #barmenu > li > a
{
  top: -1px;
}

html.chrome #barmenu > li > a, html.win #barmenu > li > a
{
  font-weight: bold;
  letter-spacing: 0;
}

#barmenu > li .barsub
{
  display: none;
}

#barmenu > li:hover .barsub
{
  display: block;
  position: absolute;
  top: 12px;
  padding: 10px 0 0 0;
  list-style-type: none;
  min-width: 180px;
  z-index: 100;
}

.barsub > li
{
  background: white;
  border: 1px solid #215276;
  font-size: 13px;
  padding: 1px;
}

.barsub > li + li
{
  border-top: none;
}

.barsub > li:first-child
{
  border-top: 2px solid #215276;
}

.barsub > li > a
{
  display: block;
  padding: 6px 10px;
}

.barsub > li > a:hover
{
  background: #bbd7ef;
}

.barsub > li:last-child
{
  padding-bottom: 4px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#cse-search-box
{
  position: absolute;
  top: 93px;
  right: 21px;
}

#cse-search-box input[type="text"]
{
  width: 202px;
  height: 19px;
}

#cse-search-box input[type="submit"]
{
  width: 85px;
  height: 19px;
  background: #4ab832;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  border-color: #8aca75;
  border-width: 1px 0 0 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 4px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: #1b4b72 1px 1px;
  -webkit-box-shadow: #1b4b72 1px 1px;
}

html.win #cse-search-box input[type="submit"]
{
  font-weight: bold;
}

html.ie #cse-search-box input[type="submit"]
{
  position: relative;
  top: 1px;
}

html.win.ff #cse-search-box input[type="submit"]
{
  padding-top: 1px;
  padding-bottom: 3px;
  position: relative;
  top: -1px;
}

html.mac.webkit #cse-search-box input[type="submit"]
{
  padding-top: 3px;
  padding-bottom: 1px;
}

.toptxtad
{
  position: absolute;
  right: 21px;
  top: 7px;
}

html.webkit .toptxtad, html.win .toptxtad
{
  top: 5px;
}

.toptxtad iframe
{
  width: 400px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
}

#tdlfeeds > a
{
  position: absolute;
  display: block;
  height: 25px;
  top: 56px;
  padding: 6px 0 0 27px;
  font-size: 115%;
  font-weight: bold;
  color: #2c4f69;
}

html.mac.ff #tdlfeeds > a
{
  padding: 8px 0 0 27px;
}

html.win #tdlfeeds > a
{
  padding: 4px 0 0 27px;
}

#tdlfeeds .tweet
{
  right: 260px;
  background: transparent url(images/header-tweet.png) top left no-repeat;
}

#tdlfeeds .rss
{
  right: 193px;
  background: transparent url(images/header-feed.png) top left no-repeat;
}

#tdlfeeds .email
{
  right: 125px;
  background: transparent url(images/header-email.png) top left no-repeat;
}

#tdlfeeds .feedburner
{
  top: 51px;
  right: 69px;
  width: 40px;
  height: 20px;
  padding: 8px 0 0 0 !important;
}

html.win #tdlfeeds .feedburner
{
  top: 50px;
}

#tdlfeeds .feedburner > img
{
  position: absolute;
  clip:rect(0 88px 20px 0);
}

.sponsor_88x31
{
  margin-top: 51px;
  text-align: right;
  margin-right: 6px;
}

.sponsor_88x31 p
{
  float: right;
  font-size: 100%;
  margin: 4px 4px 0 0;
  letter-spacing: 1px;
  text-transform: none;
}

.sponsor_88x31 iframe
{
  width: 88px;
  height: 31px;
  float: right;
}


/* Content */

.custom #content_box
{
  background: transparent url(images/main-swoosh.png) top left no-repeat;
}

.custom #content
{
  margin: 8px 16px 0 32px;
  width: 694px;
}

html.ie .custom #content
{
  overflow: visible;
}

html.ie6 .custom #content
{
  margin-left: 4px;
}

.custom .post_box
{
  border-top: 1px solid #cee3f3;
}

.custom .post_box.top
{
  border-top: none;
}

.custom .headline_area
{
  margin-left: -8px;
}

.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro > h1
{
  font-weight: bold;
  font-size: 20px;
}

.custom .headline_meta
{
  font-style: normal;
  font-size: 12px;
  color: #727272;
}

.custom .headline_meta span, .custom .headline_meta abbr
{
  text-transform: none;
  letter-spacing: 0;
}

.numcom a, .numcom a:hover, .arcent > span
{
  color: #e48c0d;
  border-bottom: none;
  display: inline-block;
  margin-left: 10px;
  padding-left: 18px;
  background: transparent url(images/comments.png) 0% 40% no-repeat;
}

.social > iframe
{
  border: none;
  overflow: hidden;
  width: 110px;
  height: 20px;
  position: relative;
  top: 6px;
  padding-left: 14px;
}

.social > .fblike, .social > .gplus
{
  width: 90px;
  padding-left: 2px;
}

.social.void
{
  display: inline-block;
  height: 20px;
}

.sptaout
{
  float: left;
  padding: 0 12px 4px 0;
}

.sptaout.small
{
  float: none;
  position: relative;
  top: -10px;
}

.sptain
{
  width: 300px;
  height: 250px;
  background: white;
}

.small .sptain
{
  width: 468px;
  height: 60px;
}

.optad
{
  display: none;
}

html.noob .optad, html.seek .optad {
  display: block;
}

.testad
{
  background: green !important;
  text-align: center;
  font-size: 16px;
}

.custom .format_text .more-link
{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  background:
    url(images/continue-l.png) top left no-repeat,
    url(images/continue-r.png) top right no-repeat,
    url(images/continue-m.png) top left repeat-x;
  font-size: 12px;
  position: relative;
  left: -52px;
  padding: 8px 0 0 26px;
  margin: 15px 0 -10px 0;
  width: 180px;
  height: 43px;
  outline: none;
}

html.ie .format_text .more-link
{
  background: url(images/continue-ie.png) top left no-repeat;
  padding: 6px 0 0 20px;
}

html.ie6 .format_text .more-link
{
  left: -28px;
}

.custom .prev_next
{
  border: 1px solid #cfe3f4;
  background: #eff8ff;
  margin: 16px 28px 0 16px;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
}

html.win .custom .prev_next
{
  padding-top: 3px;
  padding-bottom: 3px;
}

ol.over, ul.over
{
  list-style-position: inside;
  margin-left: 0;
}

/* Post Footer */

#apcp
{
  margin: 0;
  font-style: italic;
  font-size: 12px;
}

#postfooter
{
  margin-left: -8px;
  max-width: 628px;
}

.custom .post_tags
{
  clear: both;
  padding-bottom: 16px;
  margin-bottom: 0;
  margin-left: 8px;
}

.post_tags + h2
{
  margin: 8px 0 8px 18px;
  font-size: 19px;
}

#newssub
{
  padding: 14px 18px 14px 18px;
  background: #fcfaf4;
  border: 1px solid #cfe3f4;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

html.ie #newssub
{
  margin-top: 74px;
  padding-top: 12px;
}

html.ie6 #newssub
{
  margin-top: 12px;
}

#newssub > h2
{
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
}

#newssub .sub
{
  font-weight: bold;
  font-size: 13px;
  background: #e9e7e1;
}

#newssub .sub > a
{
  text-decoration: none;
}

#newssub .sub.l
{
  width: 224px;
  height: 21px;
  padding-left: 56px;
  padding-top: 2px;
}

html.win #newssub .sub.l
{
  height: 22px;
  padding-top: 1px;
}

#newssub .subrss
{
  background: #e9e7e1 url(images/rss.png) 22px 2px no-repeat;
}

#newssub .subtwi
{
  margin-top: 10px;
  position: relative;
}

#newssub .bird
{
  position: absolute;
  width: 17px;
  height: 24px;
  left: 23px;
  top: -2px;
  background: url(images/tweet.png) no-repeat;
}

#newssub .sub.r
{
  float: right;
  width: 288px;
  height: 49px;
  padding: 0 0 7px 6px;
  position: relative;
}

#newssub .mail
{
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: -2px;
  background: url(images/email.png) no-repeat;
}

#newssub .eft
{
  padding-left: 50px;
  margin: 1px 0 3px 0;
}

#newssub #femail
{
  width: 185px;
  height: 14px;
  background: #ebf6ff;
  border-top: 1px solid #adb5bc;
  border-left: 1px solid #adb5bc;
  border-bottom: 1px solid #f1f9ff;
  border-right: 1px solid #f1f9ff;
}

html.webkit #newssub #femail
{
  height: 16px;
}

html.ie #newssub #femail
{
  position: relative;
  top: -2px;
}

html.ie7 #newssub #femail, html.ie6 #newssub #femail
{
  width: 174px;
  top: 0;
}

#newssub #fesub
{
  width: 88px;
  height: 23px;
  outline: 0;
  border: 0;
  background: url(images/submit-small.png);
  margin-left: 1px;
  cursor: pointer;
  position: relative;
  top: 2px;
}

html.webkit #newssub #fesub
{
  top: -1px;
}

html.ie8 #newssub #fesub
{
  top: 4px;
}

#related
{
  margin-top: 4px;
  padding: 8px 18px 13px 18px;
  background: #fcfaf4;
  border: 1px solid #cfe3f4;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

#related > h4
{
  margin: 0 0 4px 0;
  font-size: 14px;
}

#related > ul
{
  list-style-type: none;
  margin: 0 -16px;
  padding: 0;
}

#related > ul > li
{
  padding: 1px 0 1px 16px;
  
}

#related > ul > li:nth-child(even)
{
  background: #e9e7e1;
}

#related > ul > li > a
{
  font-size: 13px;
  text-decoration: none;
}


/* Comments */

.custom #comments
{
  margin-top: 22px;
  margin-left: 3px;
  max-width: 628px;
}

.custom #comments_intro
{
  background: #2f668e;
  color: white;
  padding: 4px 12px 0 12px;
  margin-left: 0;
  margin-bottom: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.custom #comments_intro .bracket
{
  display: none;
}

.custom #comments_intro span, .custom #comments_intro p
{
  color: white;
  font-size: 14px;
}

.custom #comments_intro span
{
  font-size: 18px;
}

.custom #comments_intro a
{
  color: #cbe8ff;
  text-decoration: none;
}

.custom dl#comment_list
{
  border-top: none;
  margin-bottom: 12px;
}

.custom dl#comment_list .bypostauthor
{
  background: #e5eef6;
}

.custom dl#comment_list dd
{
  border-bottom: 1px solid #cfe3f4;
}

.custom dl#comment_list dd:last-child
{
  border-bottom: none;
}

.custom #respond
{
  margin-bottom: 12px;
}

.custom #respond_intro, .custom #trackbacks_intro
{
  background: #fcfaf4;
  border: 1px solid #cfe3f4;
  padding: 7px 16px 4px 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-left: 0;
  margin-bottom: 12px;
}

.custom #respond_intro p
{
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.custom #commentform
{
  border-top: none;
  margin-top: 0;
  margin-left: 72px;
  padding-top: 0;
  padding-right: 0;
}

.custom #commentform > p
{
  margin-bottom: 8px;
}

.custom #commentform > p > label
{
  display: inline-block;
  text-align: left;
  width: 60px;
  position: relative;
  right: 230px;
  color: #2f6690;
}

.custom #commentform .required
{
  display: none;
}

#commentform > p > textarea, #commentform > p > input[type="text"]
{
  background: #f1f1f1;
  border: 1px solid #d4d4d4;
  min-height: 16px;
}

#commentform > p > textarea
{
  width: 500px;
}

#commentform #submit
{
  width: 103px !important;
  height: 27px;
  outline: 0;
  border: 0;
  padding: 0;
  margin-top: 3px;
  font-size: 0;
  background: url(images/submit.png);
  text-indent: -9999px;
}

html.ie7 #commentform #submit, html.ie6 #commentform #submit
{
  text-indent: 0;
  color: #568db8;
}

.custom #trackbacks_intro
{
  padding-top: 3px;
  padding-bottom: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.custom #trackbacks_intro p, .custom #trackbacks_intro span
{
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.custom #trackbacks_intro .bracket
{
  display: none;
}

.custom #trackback_list
{
  border-top: none;
  margin-bottom: 0;
}

.custom #trackback_list li
{
  margin-top: 4px;
}

.custom #trackback_list dd
{
  display: none;
}

.custom #trackback_list b
{
  color: #2f6690;
  font-size: 12px;
  font-weight: normal;
}


/* Sidebars */

.custom #sidebars
{
  width: 316px;
  border-left: 1px solid #cfe3f4;
  margin-bottom: -50000px;
  padding-bottom: 50000px;
}

.ifbox
{
  min-height: 20px;
}

#sidebars ul.sidebar_list
{
  padding: 0 13px;
}

.custom #sidebars a, .custom .format_text a, .tdlfeeds a, .custom .prev_next a
{
  color: #004276;
  text-decoration: none;
  font-weight: bold;
}

.custom #sidebars a:hover, .custom .format_text a:hover, #related a:hover
{
  text-decoration: underline;
}

.custom li.widget
{
  font-size: 15px;
  line-height: 15px;
}

#sidebars li.widget > ul > li > a
{
  font-weight: normal;
}

li.widget > h3
{
  background: #336a91;
  font-size: 12px;
  text-transform: uppercase;
  font-variant: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 -12px 12px -13px;
  padding: 7px 0 4px 14px;
  border-bottom: 2px solid #d1d1d1;
}

html.win #sidebars h3
{
  padding: 6px 0 5px 14px;
  font-weight: bold;
}

.squaread
{
  width: 300px;
  height: 250px;
  overflow: hidden;
  background: #fff;
  margin: 10px -5px 6px -5px;
}

.skyad
{
  width: 160px;
  height: 600px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
}

li.widget .seealso
{
  margin: 16px 0 -16px 0;
  color: #444;
}

#sidebars .seealso > a
{
  font-weight: normal;
}

.custom .pooled > ul
{
  list-style-type: disc;
}

.pooled > ul > li
{
  margin-left: 12px;
  font-size: 13px;
  line-height: 17px;
}

.custom, .custom input, .custom textarea
{
  font-family: Helvetica,Arial,sans-serif;
}

.custom input, .custom textarea
{
  font-size: 13px;
  padding-left: 2px;
}

.custom blockquote
{
  background: #ebead6;
  color: #000;
  border-left: 4px solid #888;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1px;
}

p > span[id^="more-"]:last-child
{
  display: block;
  margin-bottom: -1.571em;
}

span[id^="more-"] + br
{
  display: block;
  margin-bottom: -0.571em;
}

.custom textarea
{
  color: #000;
}

b[data-loc]
{
  color: #2361a1;
  cursor: pointer;
}

b[data-loc]:hover
{
  text-decoration: underline;
}

.custom .format_text a
{
  font-weight: bold;
  text-decoration: underline;
}

.custom .aff a, .custom .tdl_box a, .custom .post_tags a, .custom .format_text table a,
.custom .format_text .cat-item a
{
  text-decoration: none;
}

.custom .format_text table
{
  margin-bottom: 12px;
}

.custom .format_text table.vpad td
{
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
}

.custom .format_text table.tdl_image_table
{
  margin: 0 auto -30px auto;
}

.custom .entry-title a
{
  color: black;
}

.custom .entry-title a:hover
{
  text-decoration: underline;
}

.tdlad_1 p
{
  margin-top: 16px;
}

.tdlad_1 div:first-child
{
  margin-bottom: 10px;
}

iframe.ad
{
  overflow: hidden;
  margin: 0;
  border: none;
  padding: 0;
  background: #fff;
}

li.widget.face
{
  margin-top: 6px;
  margin-bottom: 2px;
}

.facewidget
{
  width: 300px;
  height: 183px;
  margin-left: -5px;
}

li.widget.twit
{
  margin-bottom: 0;
}

.twitwidget
{
  width: 300px;
  height: 400px;
  margin-left: -5px;
}


/* Footer */

#pagefold
{
  height: 94px;
  background: url(images/footer-blue.png) top left repeat-x;
}

#pagefold div
{
  height: 94px;
  width: 1146px;
  padding: 0;
  background: url(images/main-fold-bot.png) top center no-repeat;
  margin: 0 auto;
}

.custom #footer
{
  background: url(images/footer-tile.png) top left repeat;
  text-align: left;
  border: none;
  padding: 10px 0;
}

#footouter
{
  width: 1059px;
  padding: 0 42px 0 45px;
  margin: 0 auto;
}

#footinner
{
  margin: 0 35px;
  position: relative;
  min-height: 300px;
}

#footinner.nothome
{
  min-height: 120px;
}

html.ie6 #footinner
{
  width: 989px;
}

#footouter a
{
  border-bottom: none;
}

#footouter ul
{
  list-style-type: none;
}

#footbadge
{
  position: absolute;
  top: 0px;
  left: 38px;
}

#sitemeter
{
  width: 118px;
  height: 31px;
  background: #fff;
  border: 1px solid #898989;
  position: relative;
}

#sitemeter img
{
  position: absolute;
  clip:rect(1px 87px 31px 1px);
  left: 14px;
}

html.chrome #sitemeter iframe
{
  display: none;
}

#alexa
{
  margin: 10px 0;
}

#moneytips
{
  width: 118px;
  height: 122px;
  background: #fff;
  border: 1px solid #bbe0ee;
  cursor: pointer;
  -moz-border-radius: 4px;
}

#moneytips img
{
  display: block;
  margin: 8px auto;
}

.track
{
  border: none;
  height: 1px;
  width: 1px;
}

#footcol
{
  float: left;
  padding: 6px 0 20px 240px;
  min-height: 250px;
}

#footcol > li
{
  float: left;
  margin-right: 45px;
  width: 200px;
}

html.ie6 #footcol li
{
  float: left;
  width: 200px;
}

html.ie6 #footcol li li
{
  float: none;
  width: 180px;
}

#footcol h3
{
  background: #f2a63d;
  color: white;
  padding: 10px 15px 7px 15px;
  width: 155px;
  text-transform: uppercase;
  border-bottom: 2px solid #bbb8b1;
  margin-bottom: 12px;
}

html.webkit #footcol h3
{
  font-size: 11px;
}

html.win #footcol h3
{
  font-weight: bold;
}

html.ie #footcol h3
{
  font-size: 12px;
}

#footcol li li
{
  margin: 8px 12px;
  font-size: 14px;
  max-width: 190px;
}

html.webkit #footcol li li
{
  font-size: 13px;
}

html.win #footcol li li
{
  font-size: 13px;
  margin: 6px 12px;
}

html.ie7 #footcol li li
{
  margin: 1px 12px;
}

#footcol li li a
{
  color: #024273;
}

#ddbadge
{
  position: relative;
  width: 168px;
  height: 177px;
  left: -20px;
  top: -16px;
}

#tdlcopy
{
  margin: 29px 0;
  color: #444;
  clear: both;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}

#tdlcopy > li
{
  display: inline;
}

#tdlcopy > li + li
{
  padding-left: 7px;
  margin-left: 4px;
  border-left: 1px solid #000;
}

.nothome #tdlcopy
{
  margin-top: 0;
  padding: 0 80px 0 200px;
  position: relative;
  top: 45px;
}

.custom .blcen
{
  display: block;
  margin: 0 auto;
}

.custom .tdlbox
{
  margin: 10px 0;
}

.tdl_box
{
  border: 1px solid #addde6;
  padding: 0.692em;
  background: #e3f0f2;
}

.tdl_small_ad_box
{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 125px;
  margin-bottom: 10px;
}

.articleleft
{
  float: left;
  margin: 4px 16px 4px 0;
}

.articleimg
{
  text-align: center;
}

.articleimg > img, .articleimg > a > img
{
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  background: #fff;
}

.articleimg img.outline
{
  background: #eee;
  border: 0.071em solid #ddd;
  padding: 0.714em;
  margin-top: -5px;
  margin-bottom: 12px;	
}

.articleimg img.outline.left
{
  float: left;
  margin: 3px 15px 2px 0;
}

.articleimg > br
{
  display: none;
}

.articleimg > small
{
  display: block;
  font-style: italic;
  font-size: 80%;
  margin: 4px 0 8px 0;
}

.bbord
{
  border: 1px solid #000;
  background: #fff;
}


/* Module / Specific Post code goes below */

.credit-card-button
{
  margin-top: 20px;
  margin-bottom: -10px;	
}

.separator
{
  border-bottom: 1px dotted #000;
}

.tdl_table td
{
  padding: 5px;
}

.credit_card_table ul, .credit_card_table td
{
  text-align: left;
}

.sidebar-widget-image
{
  margin: 10px auto;
  text-align: center;
}

.end-of-post  
{
  display: block;
  font-style: italic;
  font-size: 90%;
  margin: 4px 0 8px 0;
}

.sticky p.headline_meta
{
  display: none;
}

.sticky_note
{
  border: 1px solid #e6db55;
  background: #fffbcc;
  padding: 10px 25px; 
  margin: 10px 10px 10px 0;
  /* text-align: center; */
  line-height: 22px;
  font-size: 140%;
}

.sticky_note > a 
{
  text-decoration: underline;
}

.notice
{
  border-top: 2px solid #fcedd8;
  border-bottom: 2px solid #fcedd8;
  background: #fffde5;
  padding: 10px 25px; 
  margin: 20px 0;
}

.center
{
  text-align: center;
}

.notice > a
{
  text-decoration: underline;
}

.notice > ul
{
  margin-bottom: 0;
}

.sidebarsmall li
{
  font-size: 100%;
}

/* Archives page */

ul.bic_archives
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bic_archives ul
{
  list-style-type: none;
  padding-left: 2em;
  text-indent: -2em;
}

.bic_archives ul em
{
  font-style: normal;
  min-width: 2em;
  float: left;
}

.custom .bic_archives ul a
{
  text-decoration: none;
}

.bic_archives h3 span, .bic_archives .month li span
{
  color: #777;
}

/* Regular archives */

.custom .tdlarchive #archive_intro
{
  border-bottom: none;
}

.custom .tdlarchive .post_box
{
  padding-top: 0;
  border-top: none;
}

.custom .tdlarchive .headline_area
{
  margin-bottom: 0;
}

.arcent
{
  font-size: 1.4em;
  line-height: 1.571em;
  padding-left: 0.8em;
}

.arcent > a
{
  color: #004276;
  font-weight: bold;
}

.arcent > abbr
{
  text-transform: none;
  color: #aaa;
  letter-spacing: 0;
  padding-left: 10px;
  cursor: default;
}

.arcent > a:hover
{
  text-decoration: underline;
}

.arcent > p
{
  color: #666;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  padding-bottom: 4px;
}

div.clear
{
  clear: both;
}

b.tm, b.r, b.sm, b.star
{
  font-weight: inherit;
}

b.tm:after, b.r:after, b.sm:after, b.star:after
{
  font-size: 11px;
  color: #666;
  position: relative;
  top: -2px;
}

b.tm:after
{
  content: "™";
}

b.r:after
{
  content: "®";
}

b.sm:after
{
  font-size: inherit;
  color: #333;
  top: 0;
  content: "℠";
}

b.star:after
{
  content: "*";
}
