/* 
Theme Name: Widescreen (990px) WSJ Blog
Author: Dean Holdren (Dean.Holdren@dowjones.com)
Description: This theme is designed for the new WSJ.COM's blogs layout with 990px width. Widgetized for Wordpress MU
Version: $Revision: 1.3 $
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
}

a {
  color: #0253b7;
  text-decoration: none;
}

a:visited, .postnav a:visited {
  color: #0253b7;
}

a:hover, .postnav a:hover {
  color: #f93;
  text-decoration: underline;
}

.rap {
  width: 990px;
  background: white;
}

div.header {
  background: #336699;
  width: 990px;
  height: 47px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #FAFAF2;
  border-bottom:1px solid #9097BE;
}

div.header-left {
  width: 500px;
  height: 47px;
  float: left;
  padding-left: 16px;
}

div.header-right {
  width: 425px;
  float: right;
  height: 47px;
}

div.searchform {
  float: right;
  margin-top: 12px;
  padding-right: 210px;
}

.searchformimage {
  margin-top: 1px;
  margin-bottom: -2px;
  border: 0;
}

.label {
  float: left;
  font-size: 11px;
  color: white;
  margin-top: 5px;
}


table.main {
  width: 990px;
}

td.content {
  /*width: 564px;*/
  padding-left: 16px;
}

td.content ul {
  margin: 0;
  padding-left: 40px;
  list-style-type: disc;
}

td.content ul li {
  list-style: disc;
}

td.content h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 9px 0 0 0;
}

td.sidebar {
  width: 425px;
}

div.sidebar {
  margin-top: 10px;
  color: #000;
  border-left: 1px solid #CCC;
}

a img {
  border: none;
}

acronym,abbr {
  border-bottom: 1px dotted #0c6bf0;
}

acronym,abbr,span.caps {
  cursor: help;
}

code {
  font-style: italic;
}

blockquote {
  margin: 15px 20px 0 20px;
  padding: 0 15px 0 15px;
  font-style: italic;
}

div.header-title {
  padding: 0;
}

img.header-title-image {
  margin: 10px 0 0 0;
  float: left;
}

div.archive-title {
  padding: 0 9px 0 9px;
  width: 630px;
}

div.header-description {
  font-family: Arial, sans-serif;
  font-weight: normal;
  /*font-style: italic;*/
  font-size: 11px;
  color: #fff;
  width: 100%;
  margin-top: -1px;
  float: left;
}

div.panel {
  margin: 0px 5px 11px 20px;
}

div.panel h2 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding: 0 2px 0 2px;
}

div.panel p {
  padding: 4px 8px 0px 2px;
  margin: 0px;
  font-size: 11px;
  color: #000;
}

div.panel ul {
  list-style-type: none;
  padding: 2px;
  margin: 0px;
  font-size: 11px;
}

div.panel ul li {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

p.rss-feed {
  font-weight: bold;
}

.pagenav {
  list-style: none;
}

div.post, div.page {
  padding: 11px 9px 15px 9px;
  overflow: hidden;
  width: 630px;
}

.post-content p {
  margin-top: 8px;
  margin-bottom: 9px;
}

.post-content img {
  margin: 0 10px 0 10px;
}

.post-date {
  color: #666666;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}

.post-title, .page-title {
  font-family: Arial, Helvetica, sans-serif;
  margin: 3px 0 0 0;
  font-weight: normal;
  font-size: 19px;
}

.post-info,.page-info {
  font-size: 12px;
  color: #666666;
}

.post-content, .page-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}


.post-footer {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  margin-top: 9px;
}

.commentlist {
  font-weight: normal;
}

.trackbacklist {
  font-weight: normal;
}

.commentform {
  font-size: 12px;
  width: 390px;
}

.commentform-label {
  font-size: 12px;
  width: 110px;
  float: left;
  text-align: left;
  /*padding-top: 4px;*/
}

div.commentform-name {
  margin-top: 4px;
  width: 382px;
  text-align: right;
}

div.commentform-email, 
div.commentform-url, 
div.commentform-comment {
  margin-top: 14px;
  width: 382px;
  text-align: right;
}

.commentform textarea, .commentform input {
  width: 262px;
}

.commentform textarea {
  height: 120px;
}

.commentform-submit {
  margin: 6px 0;
  width: 382px;
  text-align: right;
}

.commentform-submit input {
  width: 70px;
}

.comments-headline {
  font-family: Arial, Helvetica, sans-serif;
  margin: 23px 0 0 0;
  color: black;
  font-size: 18px;
  font-weight: normal;
}

div.comment {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px;
}

div.comment-text, .trackback-text {
  margin: 0;
  color: black;
  font-size: 13px;
  margin: 0;
  width: 100%;
}

div.comment-text p {
  margin: 0;
}

div.comment-info {
  font-size: 12px;
}

span.comment-by {
  font-size: 13px;
  font-weight: bold;
}

span.comment-author {
  font-size: 13px;
  font-weight: bold;
}

span.comment-edit-link a {
  
}

.comment-info a,.comment-info cite {
  font-style: normal;
}

.trackbacklist li {
  margin: 5px 0 0 -20px;
  padding: 10px 10px 4px 10px;
  background: #f0f0f0;
  border: #c0c0c0 1px solid;
}

.topnav {
  list-style: none;
  font-size: 11px;
  font-weight: normal;
  margin: auto;
  padding: 2px 0 2px 40px;
  text-align: left;
  font-family: Arial, sans-serif;
  color: #fff;
}

.topnav li {
  display: inline;
  padding-left: 0px;
  margin: 0 0 4px 0;
}

.topnav li a, 
.topnav li a:visited {
  text-decoration: none;
  color: #fff;
}

.topnav li a:hover {
  text-decoration: underline;
  color: #F93;
}

.topnav-separator {
  padding: 0 4px;
}

/* dholdren use #calendar_wrap
.calendar {
  border: 1px solid #336699;
  margin: 5px 5px 14px 5px;
  background: #efefef;
  width: 180px;
}
*/

#calendar_wrap {
  border: 1px solid #336699;
  margin: 5px 5px 14px 5px;
  background: #efefef;
  width: 180px;
}

#wp-calendar {
  font-size: 11px;
  empty-cells: show;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#wp-calendar thead th {
  background: #369;
  color: white;
  width: 14%;
  text-align: center;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a, .wp-calendar a:hover {
  text-decoration: none;
}

#wp-calendar td.calendar-caption {
  background: #e2ebf5;
  padding: 0;
  text-align: center;
}

#wp-calendar table.calendar-title {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  background: #fff;
}

#wp-calendar td.calendar-title-next, 
#wp-calendar td.calendar-title-prev {
  background: #336699;
  color: white;
  width: 12px;
  text-align: center;
  border: 1px;
}

#wp-calendar table.calendar-title a {
  color: white;
}

#wp-calendar table.calendar-title a:hover {
  color: #FC3;
  text-decoration: none;
}

#wp-calendar td {
  background-color: #ffffff;
  text-align: center;
}

#wp-calendar td .spacer {
  background-color: #e2ebf5;
  width: 15%;
}

#wp-calendar td.pad {
  background-color: #efefef;
}

#wp-calendar #today {
  background-color: #fc3;
  text-align: center;
}

.permalink {
  margin: 0;
}

.commentslink {
  margin: 0;
}

.trackbackslink {
  margin: 0;
}

.editlink {
  padding: 0;
}

.postnav {
  text-align: center;
  border-bottom: 2px solid #336699;
  margin-top: 8px;
  padding-bottom: 0;
  color: #000;
  height: 22px;
}

.postnav table {
  font-size: 11px;
  font-family: Arial, sans-serif;
}

.recent-post {
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin-left: 0px;
  margin-top: 4px;
}

.recent-post-title, .recent-post-none {
  font-size: 11px;
}

.recent-post-date {
  font-size: 10px;
  margin-top: -1px;
}

.comments-note {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  font-family: Arial, sans-serif;
}

.posts_nav_link {
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  width: 630px;
  margin: 5px 9px 9px 9px;
}

.posts_nav_link_prev {
  float: left;
}

.posts_nav_link_next {
  float: right;
}

.reply {
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin: 10px 0 0 0;
  width: 390px;
}

.nocomments {
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

div.gotopage-top {
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: 1px 5px 7px 20px;
  padding-left: 2px;
}

td.searchform {
width: 400px;
}

.prevNextLink {
  font-size: 13px;
  font-family: Arial;
  color: #0253B7;}

.prevNextText {
   font-size: 10px;
   text-transform: uppercase;
   font-family: Arial;
   color: #666666;
}

.blogHomeLink a{
    font-size:11px;
    text-transform: uppercase;
    font-family; Arial;
    color: #0253B7;
    font-weight: bold;
}

.postnav .content{
  margin-left: 24px;
}
