body {
  background: #DEDEDE;
  color: #000;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
}

.container {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

#container {
  background: #FFF url(/images/layout/bg.gif) repeat-x;
  color: #000;
  min-height: 600px;
}

#home #container {
  background: #FFF url(/images/homepage/bg.gif) repeat-x;
  color: #000;
  min-height: 600px;
}

#home #flash {
  margin: 1px 0 0 0;
  width: 990px;
  height: 467px;
}

#content {
  background: transparent;
  color: #0D4D7E;
  width: 653px;
  font-size: 12px;
  float: left;
}

#content .flash {
  width: 653px;
  height: 231px;
}

#content .content {
  padding: 15px 35px 15px 48px;
}

#content .content h2 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: bold;
}

#content .post {
  padding: 0 0 48px 0;
}

#content .post h2 {
  margin: 0 0 4px 0;
}

#content .post a,
#content .comment a {
  color: #0D4D7E;
}

#content .post small {
  margin: 0 0 12px 0;
  font-size: 10px;
  font-style: italic;
  display: block;
}

#content .comment {
  position: relative;
  padding: 0 0 12px 0;
}

#content .comment .comment-author {
  line-height: 32px;
  overflow: hidden;
  zoom: 1;
}

#content .comment .comment-author cite {
  font-weight: bold;
}

#content .comment .comment-author img {
  margin: 0 6px 0 0;
  float: left;
}

#content .comment .comment-meta,
#content .content .comment span.moderation {
  font-size: 11px;
  font-style: italic;
}

#content .content .comment p,
#content .content .comment span.moderation,
#content .content .comment .comment-meta {
  margin: 0 0 12px 38px;
  display: block;
}

#content .content .comment span.moderation {
  position: absolute;
  top: 10px;
  right: 0;
  color: #C00;
}

#content #respond {
  margin: 48px 0 0 0;
}

#content .columns {
  overflow: hidden;
  zoom: 1;
}

#content .columns .column {
  width: 42.5%;
  padding: 0 0 0 5%;
  float: left;
}

#content .content p,
#content .columns .column p {
  margin: 0 0 18px 0;
  line-height: 1.4;
}

#content ul {
  line-height: 1.6;
  list-style-type: disc;
}

#content .form ul {
  line-height: 1.2;
  list-style-type: none;
}

#content .form li {
  margin: 0 0 6px 0;
}

#content .form label {
  width: 150px;
  padding: 4px 10px 0 0;
  text-align: right;
  display: block;
  float: left;
}

#content .form .errors,
#content .form .button-wrapper {
  padding: 0 0 0 160px;
}

#content .form .errors {
  font-size: 11px;
}

#content .form #website {
  display: none;
}

#twitter-wrapper {
    float:left;
    display:inline;
    background: url(/images/layout/twitter_bg.png);
    width: 258px;
    height: 201px;
    margin: 53px 20px 24px auto;
    padding: 0px 0px 0px 15px ;
}

#followlolo {float:left; display:block; width:255px; height:45px; margin:30px 0px 10px 0px;}


#twitter-wrapper.interior { float:right; margin:0px 10px 10px 0px;}
#twitter-wrapper .hr { float:left; clear:both; display:inline; width:240px; border-bottom:1px solid #CCC; margin:6px 0px; }
.tweet {float:left; display:inline; width:270px; clear:both;}
.tweet img { float:left; display:inline;}
.tweet span { float:left; display:inline; margin-left:10px; width:220px; line-height:1.2; font-size:11px; color:#219FD3; }

#at-a-glance.home { float:left; display:inline; width:694px; background: url(/images/layout/at-a-glance/bg_short.jpg);}

#at-a-glance {
  background: url(/images/layout/at-a-glance/bg.jpg);
  width:926px;
  height: 188px;
  margin: 48px 0px 24px auto;
  padding: 18px 0 0 1px;
}

#at-a-glance .story {
  margin-left:14px;
  width: 168px;
  height: 129px;
  padding: 20px 10px;
  font-size: 11px;
  overflow: hidden;
  float: left;
}

#at-a-glance .story h4 a {
  color: #219FD3;
  font-weight: bold;
  text-decoration: none;
}

#at-a-glance .story p.date {
  color: #555;
  margin: 0 0 12px 0;
  font-size: 10px;
  font-style: italic;
}

#at-a-glance .story p {
  line-height: 1.2;
}

#media-options {
  position: relative;
  background: url(/images/layout/media/options.jpg);
  width: 460px;
  height: 136px;
  display: block;
}

#media-options li {
  position: absolute;
  top: 8px;
  left: 4px;
  list-style-type: none;
}

#media-options li.video {
  left: 275px;
}

#media-options a {
  width: 185px;
  height: 55px;
  text-indent: -9999px;
  display: block;
}

#sidebar {
  width: 337px;
  float: right;
}

#sidebar .flash {
  width: 337px;
  height: 415px;
}

#sidebar .content {
  color: #0D4D7E;
  padding: 20px 0 0 150px;
  font-size: 12px;
}

#sidebar .content h2 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: bold;
}

#sidebar dl.archive {
  line-height: 1.4;
}

#sidebar dl.archive dt {
  color: #36C;
  font-weight: bold;
}

#sidebar dl.archive dd {
  padding: 0 0 12px 0;
}

#sidebar ul {
  padding: 0 0 0 34px;
  line-height: 1.4;
}

#sidebar li {
  list-style-type: disc;
}

#sidebar li a {
  color: #369;
}

#footer {
  margin-top: 1px;
  padding-top: 12px;
  border-top: 4px solid #FFF;
}

#footer a,
#footer p {
  color: #043F6B;
  font-size: 11px;
  text-decoration: none;
}

#footer .copyright {
  float: left;
}

#footer .powered-by a {
  background: url(/images/layout/footer/powered-by.gif) no-repeat;
  width: 109px;
  height: 55px;
  margin: 0 auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#footer ul {
  float: right;
}

#footer li {
  display: inline;
}

#footer li a {
  margin: 0 0 0 6px;
  padding: 0 0 0 6px;
  border-left: 1px solid #043F6B;
  display: block;
  float: left;
}

#footer li.first-child a {
  border: 0;
}

l