/* admin styles */

/* messages */
.message {
  background-color: #FFEC03;
  border: 1px solid #FF7006;
  color: #A21A1A;
  padding: 0.2em 0.8em 0.15em 34px;
  background: url("http://static.twoday.net/icon_message_24.gif") 2px -1px no-repeat #FFEC03;
  margin: 1em 0;
}

div.admin ul li {
  list-style: none;
  background: url("http://static.twoday.net/bg_listicon16.gif") 0 0px no-repeat;
  padding: 0 0 5px 22px;
}

div.admin ul {
  margin: 0 0 1em 0;
  padding: 0;
}

.listItem ul.taskList li {
  background: url("http://static.twoday.net/bg_listicon16_simple.gif") 0 2px no-repeat;
}

.listNavigation {
  margin-top: 1.5em;
  border-bottom: 1px solid #cccc66;
  padding-bottom: 2px;
  padding-left: 7px;
}

.listNavigation span {
  color: #cccc66;
}

.listNavigation a.active {
  font-weight: bold;
}

div.admin small, 
div.admin .small {
  font-size: 12px;
  color: #666666;
}

/* lists */

div.pageNav {
  margin: 5px 0 13px 0;
}

div.pageNavSummary {
  /* float: left; */
}

div.pageNavBar {
  /* float: right; */
  text-align: right;
}

span.pageNavItem,
span.pageNavSelItem  {
  margin-left: 3px;
  margin-right: 3px;
}

table.listItem td.leftCol {
  width: 70%;
  vertical-align: top;
}

table.listItem td.rightCol {
  width: 30%;
  vertical-align: top;
}


/* forms */

div.admin fieldset {
  -moz-border-radius: .8em;
  border: 1px solid #cccc66;
}

div.admin fieldset legend {
  font-weight: bold;
  font-size: 1em;
  left: 1em;
  padding: 0 0.6em;
  color: #666633;
}

div.admin fieldset.formList {
  padding: 0 1em 0 1.5em;
}

div.admin .formList p {
  border-bottom: 1px solid #000000;
  margin-top: 0.5em;
  padding-bottom: 0.8em;
}

div.admin label {
  font-size: 1em;
  font-weight: bold;
  font-color: #666666;
}


.formTitle, .formText, .formWide {
  width: 450px;
}

div.admin .intend {
  display: block;
  margin-left: 1.8em;
}

p.buttons {
  margin-top: 1em;
  text-align: right;
  clear: both;
}

p.buttons input {
  padding: 0 1em;
  text-align: center;
}
 

body {
  margin: 17px 0 0 0;
  padding: 0;
  background: white;
  text-align: center;
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #040004;
}

a {
  color: #ea5c29;
}

p {
  padding: 0;
  margin: 0 0 13px 0;
}

img {
  border: 0;
}

input, select, textarea, button {
  font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #040004;
}

input.button {
  color: white;
  border: 1px solid black;
  background: #ea5c29;
  padding: 0 4px 0 4px;
}

button {
  border: 1px solid #040004;
  font-weight: bold;
  background: white;
}

.nocss {
  display: none;
}

.nomargin, form {
  padding: 0;
  margin: 0;
}

.clearing {
  height: 2px;
  font-size: 0;
  line-height: 0;
  clear: both;
}

#wrapper {
  background: #ea5c29;
  text-align: left;
}


/* HEADER */

#header {
  width: 846px;
  margin: 0 auto;
  border-left: 13px solid white;
  border-right: 13px solid white;
  height: 106px;
  position: relative;
  top: 0;
  left: 0;
  padding: 22px 0 0 12px;
}

#header h1 {
  height: 64px;
  margin: 0;
  padding: 0;
}

#header div.subtitle {
  margin: 0 112px 0 0;
  padding: 0;
  height: 25px;
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}

#header h2 {
  border-top: 1px solid white;
  margin: 2px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 13px;
}

#header h2 img {
  margin: 6px 0 0 0;
}

#header div.date {
  background: #ea5c29;
  position: absolute;
  top: 21px;
  right: 112px;
  text-align: right;
}

#header div.cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 97px;
  text-align: right;
}

#header div.cover img {
  width: 97px;
  height: 128px;
}

/* SUBNAVIGATION */

#subnavigation {
  width: 884px;
  margin: 0 auto;
  text-align: left;
}

#subnavigation div {
  margin: 0 13px 0 212px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url("http://static.twoday.net/layouts/datum/bg_subnavigation.gif") left bottom repeat-x;
  height: 23px;
  padding: 3px 0 0 0;
}

#subnavigation a {
  color: #999999;
  text-decoration: none;
  padding: 0 13px 0 0;
}

#subnavigation #columnae {
  padding: 0;
}

#subnavigation a.active {
  color: black;
  font-weight: bold;
}

#subnavigation a:hover {
  color: black;
}


/* PAGEBODY */

#pagebody {
  width: 884px;
  margin: 0 auto;
  text-align: left;
  padding: 18px 0 0 0;
}

#content {
  float: right;
  width: 659px;
  padding: 0 13px 30px 0;
}

#sidebar01 {
  float: left;
  width: 149px;
  padding: 5px 0 0 25px;
}


/* CONTENT */


/* story */

div.story {

}

div.story h3, div.admin h2{
  color: #ea5c29;
  margin: 0 209px 11px 0;
  padding: 0;
  font-size: 18px;
}

div.story h3 a {
  text-decoration: none;
}

div.story h4 {
  font-size: 14px;
  font-style: italic;
  margin: 0 209px 24px 0;
  padding: 0;
  font-weight: normal;
}

div.story h5 {
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 209px 0 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 1px;
}


div.story p.podcastLink {
  margin: 24px 0 0 0;
}

div.storyContent {
  margin: 38px 0 0 0;
  font-size: 12px;
}

div.storyContent div.left {
  float: left;
  width: 450px;
}

div.storyContent div.left b {
  font-weight: bold;
  text-transform: uppercase;
}

div.storyContent div.bisher img {
  margin: 0 10px 10px 0;
}

div.storyContent div.right {
  float: right;
  width: 170px;
  padding: 4px 0 0 0;
  font-size: 10px;
  font-style: italic;
}

div.storyContent div.right img {
  display: block;
  margin: 0 0 4px 0;
}

div.storyContent div.right b {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}

div.storyContent div.right div.infobox {
  border: 1px solid black;
  margin: 0 0 28px 0;
  padding: 6px 9px 8px 9px;
}

div.storyLinks {
  color: #999999;
  clear: both;
  padding: 20px 0 0 0;
}


/* comments */

div.comments {
  width: 450px;
  margin: 30px 0 0 0;
}

div.comments .small {
  color: #999999;
}

div.comments h4 {
  margin: 7px 0 1px 0;
  padding: 0;
  font-size: 11px;
}

div.comments div.commentLinks {
  margin: 5px 0 0 0;
}

div.comments div.reply {
  margin: 20px 0 0 30px;
}

div.addComment {
  width: 450px;
  margin: 30px 0 0 0;
}


/* footer */

div.footer {
  border-top: 2px solid #ea5c29;
  border-bottom: 1px solid #ea5c29;
  height: 29px;
  margin: 30px 0 0 0;
}

div.footer div {
  border-top: 1px solid #ea5c29;
  margin: 2px 0 0 0;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

div.footer a {
  text-decoration: none;
  padding: 0 43px 0 0;
}

div.footer a.last {
  padding: 0;
}


/* SIDEBAR01 */

div.sidebarItem {
  background: url("http://static.twoday.net/layouts/datum/bg_sidebaritem.gif") 0 0 repeat-x;
  padding: 4px 0 0 0;
  margin: 0 0 11px 0;
}

div.sidebarItem h4 {
  margin: 11px 0 3px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
}

div.sidebarItem a {
  color: #999999;
  text-decoration: none;
  font-weight: bold;
}

div.sidebarItem a:hover {
  color: black;
}

div.sidebarItemBody ul, div.sidebarItemBody li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.sidebarItemBody img {
  margin: 11px 0 0 0;
}

div.sidebarItemBody form.search input.text, form.search input.text {
  width: 142px;
  margin: 0 0 6px 0;
}

/* START */

/* editorial */

div.editorial {
  width: 323px;
  background: url("http://static.twoday.net/layouts/datum/bg_topic.gif") left bottom no-repeat;
  height: 160px;
  margin: 0 0 34px 0;
}

div.editorial h3 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #ea5c29;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

div.editorial h3 a {
  text-decoration: none;
  color: #ea5c29;
}

div.editorial p {
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

div.editorial a.more {
  padding: 0 0 0 16px;
  font-weight: bold;
  text-decoration: none;
}

/* topic */

div.topic, div.topicue {
  background: url("http://static.twoday.net/layouts/datum/bg_topic.gif") left bottom no-repeat;
  margin: 0 -13px 25px 0;
  padding: 0 0 7px 0;
}

div.topicue {
  background: none;
  padding: 5px 0 0 0;
}

div.topic h2 {
  padding: 0 0 19px 0;
  margin: 0;
}

div.topic div.item {
  width: 323px;
  padding: 0 13px 14px 0;
  float: left;
  height: 85px;
}

html>body div.topic div.item {
  height: auto;
  min-height: 85px;
}

div.topic div.item p {
  margin: 0;
}

div.topic h3 {
  color: #ea5c29;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

div.topic h3 a {
  text-decoration: none;
  color: #ea5c29;
}

div.topic div.item a.more {
  font-weight: bold;
  text-decoration: none;
}

/* topiccolumnae */

div.topiccolumnae {
  background: none;
}

div.topiccolumnae h3 {
  width: 323px;
  padding: 0 13px 0 0;
  float: left;
  height: 22px;
}

div.pagelinkBottom {
  margin: 16px 0 0 0;
}

/* topic, topiccolumnae */

div.topic h3.podcastStoryHeader a, div.topiccolumnae h3.podcastStoryHeader a {
  background: url("http://static.twoday.net/layouts/datum/icon_podcast.gif") right top no-repeat;
  padding: 0 18px 0 0;
}

/* orderContent */

#orderContent {
  overflow: hidden;
  width: 100%;
}

#orderContent p {
  float: left;
  width: 142px;
  height: 210px;
  margin: 0;
}

#orderContent img {
  float: none;
  margin: 0 0 3px 0;
}

#orderContent a.order {
  display: none;
}

 