/* import
---------------------------------------- */
@import url("../../../../../nucleus/smartphone/shared/css/reset.css");
@import url("../../../../../nucleus/smartphone/staff/css/common.css");

/* body
------------------------------------------ */
body {
  background:#FFD200;
}

a:link, a:visited {
  color: #FF8135;
}
a:hover, a:active {
  color: #FD3900;
}

/* header
------------------------------------------ */
#header .inner {
  background-image: url(../img/shared_header_bg.png);
}

/* common
------------------------------------------ */
#topic h2,
#blog h2,
#archive h2,
#calendar h2,
#wide-program h2,
#pagectrl h2,
#message h2 {
  background: #FF8135; 
}

#blog h2.reset {
  padding: 4px 5px;
  background: #FF8135;
  text-align: left;
}

/* blog
---------------------------------------- */
#blog article {
  border: solid 2px #FF8135;
}

#blog article .meta h3 {
  background-image: url(../img/line2.png);
}

#blog .month{
  border-bottom:dotted 4px #FF8135;
}

/* archive
---------------------------------------- */
#archive .outer {
  border: solid 2px #FF8135;
}
#archive article {
  background-image: url(../img/shared_mark_arw_right.gif);
}

/* calendar
------------------------------------------ */
#calendar .outer {
  border: solid 2px #FF8135;
}
#calendar table td.today {
  background-color: #FD7E00;
}

/* pagectrl
------------------------------------------ */
#pagectrl a:link, #pagectrl a:visited {
  color: #a21515;
}

#pagectrl a:hover, #pagectrl a:active {
  color: #ff6699;
}

/* footer
------------------------------------------ */
#footer {
  background: #F95E00;
}
