/*
Theme Name: KCRW
Theme URI: http://kcrw.com/blogs
Description: A custom theme for KCRW based on Arthemia by Michael Jubel Hutagalung
Version: 1.0
Author: Natalie MacLees
Author URI: http://purplepen.com
*/


/* Elements ------------------------------------------------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}

body  {
  background: #f4f4f4;
  color: #7b7b7b;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9em;
}

p {
  margin: 0 0 15px 0;
}

a, a:link, a:visited {
  color: #00a;
  text-decoration: none;
}

a:hover, a:active {
  color: #00a;
  text-decoration: underline;
}

a img {
  border: 0 solid;
}

code  {
  background: #ececec;
  font-family: "Courier New", Courier, monospace;
}

acronym, abbr  {
  border-bottom: 1px dashed #999;
  cursor: help;
  font-size: 0.9em;
  letter-spacing: .07em;
}

blockquote  {
  color: #575757;
  margin: 22px 5px;
  padding: 0 50px;
  padding: 3px;
}

select  {
  width: 130px;
}

h1  {
  font-size: 2em;
  font-weight: bold;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color: #7b7b7b;
}

h2  {
  font-size: 1.6em;
  line-height: 1;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
  color: #7b7b7b;
}

h3  {
  color: #999;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
  color: #999;
}

h3+h2 {
  margin-top: 0.4em;
}

h4  {
  color: #999;
  font-size: 1.0em;
}

h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
  color: #999;
}

iframe {
  border: 0 none;
}

iframe[width="0"] {
  display: none;
}

/* /Elements ----------------------------------------------------------------------------------- */

/* Layout -------------------------------------------------------------------------------------- */

#page {
  margin: 0 auto;
  width: 960px;
}

#top  {
  margin-bottom: 20px;
}

#headline {
  background: #fff;
  float: left;
  margin: 0;
  padding: 20px;
  width: 600px;
}

#featured {
  float: right;
  width: 300px;
}

#middle {
  background: #fff;
  list-style-type: none;
  margin-bottom: 20px;
  overflow: hidden;
}

#middle li {
  background: #fff;
  -moz-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  float: left;
  margin-bottom: -190px;
  padding: 10px 10px 200px 10px;
  vertical-align: top;
  width: 171px;
}

#middle li:hover {
  background: #ddd;
}

#middle p {
  border-top: 1px dotted #999;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 0 0 0;
}

#middle a {
  display: block;
  color: #666;
}

#middle h3 a {
  color: #999;
}

#middle a:hover {
  text-decoration: none;
}

#front-list, #content {
  background: #fff;
  float: left;
  padding: 20px;
  width: 600px;
}

#content {
  margin-bottom: 20px;
}

#content-full {
  background: #fff;
  padding: 20px;
}

#bottom {
  margin-bottom: 20px;
}

/* /Layout ------------------------------------------------------------------------------------- */

/* Header -------------------------------------------------------------------------------------- */

.kcrwsitenav  {
  background: #000;
  border-bottom: 5px solid #666;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 20px;
  min-width: 960px;
  text-align: center;
}

.kcrwsitenav img {
  vertical-align: middle;
}

.kcrwsitenav div {
  display:inline-block;
  text-align: left;
  width: 190px;
}

.kcrwsitenav ul {
  display: inline-block;
  line-height: 2em;
  list-style: none;
  text-align: right;
  width: 760px;
}

.kcrwsitenav ul li  {
  display: inline-block;
  padding: 0 10px;
}

.kcrwsitenav ul li a  {
  color: #c2c2c2;
  text-transform: uppercase;
}

.kcrwsitenav ul li a:hover  {
  color: #fff;
  text-decoration: none;
}

#header {
  margin: 0 auto;
  width: 960px;
}

#logo {
  height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}

#navbar {
  background: #2c2c2c;
  -webkit-border--radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 20px auto;
  padding: 0px 10px;
  position: relative;
  text-transform: uppercase;
}

#navbar ul {
  font-size: 0.7em;
  width: 722px;
}

#navbar ul ul  {
  list-style: none;
}

#navbar li  {
  border-right: 1px solid #555;
  cursor: pointer;
  display: block;
  float: left;
  list-style: none;
}

#navbar li:hover  {
  background: #555;
}

#navbar a, #navbar a:visited  {
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 10px 16px;
}

#navbar a:hover {
  color: #fff;
  text-decoration: none;
}

#navbar li li {
  float: left;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 122px;
}

#navbar li li a, #navbar li li a:link, #navbar li li a:visited  {
  background: #2B2B2B;
  border-top: 1px solid #C0C0C0;
  float: none;
  margin: 0;
  padding: 5px 10px 5px 18px;
  width: 122px;
}

#navbar li li a:hover, #navbar li li a:active {
  background: #666666;
  padding: 5px 10px 5px 18px;
}

#navbar li ul {
  left: -999em;
  position: absolute;
  width: 10em;
}

#navbar li:hover ul {
  display: block;
  left: auto;
}

#navbar li:hover ul, #navbar li.sfhover ul  {
  left: auto;
}

#searchform {
  background: #fff;
  bottom: 7px;
  -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  position: absolute;
  right: 7px;
  text-align: right;
  top: 7px;
  width: 194px;
}

#s  {
  background: transparent;
  border: 0 none;
  bottom: 2px;
  left: 4px;
  position: absolute;
  right: 18px;
  top: 2px;
}

#searchsubmit {
  position: absolute;
  top: 1px;
  right: 1px;
}

/* /Header ------------------------------------------------------------------------------------- */

/* Footer -------------------------------------------------------------------------------------- */

#footer-wrap {
  background: #2c2c2c;
  border-top: 5px solid #666;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  color: #eee;
  padding-top: 20px;
}

#footer-wrap h3 {
  color: #eee;
}

#footer-wrap a {
  color: #eee;
}

#front-popular  {
  margin: 0 auto;
  width: 960px;
}

#front-popular ul li {
  border-bottom-color: #666;
}

#front-popular ul li:hover {
  background-color: #555;
  color: #fff;
}

#footer {
  font-size: 0.6em;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 960px;
}

#footer-left {
  float: left;
  margin-right: 40px;
  width: 293px;
}

#footer-middle {
  float: left;
  width: 293px;
}

#footer-right {
  float: right;
  width: 294px;
}

.footerad {
  margin-bottom: 20px;
  text-align: center;
}

/* /Footer ------------------------------------------------------------------------------------- */

/* Sidebar ------------------------------------------------------------------------------------- */

#sidebar  {
  float: right;
  margin: 0;
  width: 300px;
}

#sidebar-left {
  float: left;
  width: 135px;
}

#sidebar-right  {
  float: right;
  width: 135px;
}

.widget {
  margin-bottom: 20px;
}

.widget h3 {
  border-bottom: 1px dotted #666;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.widget li {
  background: url(images/bg-sidebar.png) no-repeat 0 7px;
  border-bottom: 1px dotted #ccc;
  display: block;
  list-style: none;
  padding: 2px 0 2px 13px;
}

.widget li ul li:last-child  {
  background: url(images/bg-sidebar.png) no-repeat 0 7px;
  border-bottom: 0px dotted #ccc;
  display: block;
  list-style: none;
  padding: 0 0 0px 13px;
}

#sidebar-ads  {
  float: right;
  margin-bottom: 10px;
  padding: 10px;
  width: 300px;
}

.sidebar h3 {
  font-size: 1em;
  color: #666;
}

.sidebar h3 a, .sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:hover, .sidebar h3 a:active {
  color: #666;
}

/* /Sidebar ------------------------------------------------------------------------------------ */

/* Content ------------------------------------------------------------------------------------- */

.spoiler {
  display: table-cell;
  line-height: 1.35em;
}

.spoiler .meta {
  line-height: 1.2;
}

.meta {
  clear: both;
  color: #999;
  font-size: 0.8em;
  margin: 10px 0 20px 0;
}

.meta a, .meta a:link, .meta a:visited, .meta a:hover, .meta a:active {
  color: #666;
}

.page-header .meta {
  margin-bottom: 0;
}

.breadcrumbs, .breadcrumbs a  {
  color: #7b7b7b;
  font-weight: bold;
}

.breadcrumbs {
  display: block;
  margin-bottom: 10px;
}

.entry {
  line-height: 1.4em;
}

.entry p {
}

.entry ul, .entry ol  {
  margin-bottom: 1em;
}

.entry ul li  {
  list-style: square;
  margin-left: 2em;
}

.entry ol li  {
  list-style: decimal;
  margin-left: 2em;
}

.entry ol li ul li  {
  list-style: square;
  margin-left: 1.6em;
}

.entry img, .entry a img {
  margin: 0 1em 0.4em 1em;
  max-width: 100%;
}

.entry .ads  {
  margin-top: 10px;
}

.keep-reading {
  margin-bottom: 20px;
}

.pagination {
  font-size: 0.8em;
}

.pagination span:first-child {
  margin-right: 10px;
}

.pagination span.current, div.pagination a {
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 5px 10px;
}

.pagination span.current {
  background: #666;
  border: 1px solid #7b7b7b;
  color: #fff;
}

.pagination a {
  color: #888;
  text-decoration: none;
}

.pagination a:hover {
  border-color: #c0c0c0;
  color: #7b7b7b;
}

.page-header {
  padding-bottom: 20px;
}

.search-term {
  color: #555;
}

.search-term:before {
  content: open-quote;
}

.search-term:after {
  content: close-quote;
}

/* /Content ------------------------------------------------------------------------------------ */

/* Comments ------------------------------------------------------------------------------------ */

h3#respond  {
  margin-top: 0;
  padding-top: 20px;
}

h3#commenthead {
  margin-top: 32px;
  padding-left: 0;
}

.field  {
  background: #fff;
  border: 1px solid #7b7b7b;
  padding: 2px;
}

#commentform input, #commentform textarea {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.45);
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear,left top,left bottom,from(rgba(245, 245, 245, 0)),to(rgba(255, 255, 255, 0.45)));
  background-image: -moz-linear-gradient(top,rgba(245, 245, 245, 0),rgba(255, 255, 255, 0.45));
  background-image: -ms-linear-gradient(top,rgba(245, 245, 245, 0),rgba(255, 255, 255, 0.45));
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(245, 245, 245, 0)),color-stop(100%,rgba(255, 255, 255, 0.45)));
  background-image: -webkit-linear-gradient(top,rgba(245, 245, 245, 0),rgba(255, 255, 255, 0.45));
  background-image: -o-linear-gradient(top,rgba(245, 245, 245, 0),rgba(255, 255, 255, 0.45));
  background-image: linear-gradient(top,rgba(245, 245, 245, 0),rgba(255, 255, 255, 0.45));
  border: 1px solid #C0C8D2;
  border: 1px solid rgba(75, 83, 94, 0.45);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9em;
}

#commentform input  {
  width: 200px;
}

#commentform textarea {
  width: 99%;
}

#commentform input[type='submit'] {
  background: rgb(243,243,243);
  background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(230,230,230,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(230,230,230,1)));
  background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(230,230,230,1) 100%);
  background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(230,230,230,1) 100%);
  background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(230,230,230,1) 100%);
  background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(230,230,230,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e6e6e6',GradientType=0 );
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #A9B3C0;
  border: 1px solid rgba(75, 83, 94, 0.45);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .14),inset 0 1px 0 rgba(255, 255, 255, .25),inset 0 -2px 6px rgba(255, 255, 255, .55);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.25),inset 0 -2px 6px rgba(255,255,255,.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .14),inset 0 1px 0 rgba(255, 255, 255, .25),inset 0 -2px 6px rgba(255, 255, 255, .55);
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  padding: 9px 16px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  width: auto;
}

#commentform input[type='submit']:hover {
  background: rgb(230,230,230);
  background: -moz-linear-gradient(top,  rgba(230,230,230,1) 1%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(230,230,230,1)), color-stop(100%,rgba(243,243,243,1)));
  background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 1%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top,  rgba(230,230,230,1) 1%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top,  rgba(230,230,230,1) 1%,rgba(243,243,243,1) 100%);
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 1%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f3f3f3',GradientType=0 );
}

.required, .optional {
  color: #999;
  font-size: 0.8em;
}

.commentlist cite {
  display: block;
  font-style: normal;
  margin-bottom: 4px;
}

.commentlist blockquote {
  background: #ededed;
}

.commentlist li {
  list-style: none;
  margin-bottom: 3px;
  padding: 10px 0px 10px 0px;
}

.commentlist li li  {
  background: none;
  border: none;
  list-style: square;
  margin: 3px 0 3px 20px;
  padding: 3px 0;
}

.commentlist small  {
  background: #e9e9e9;
}

.commenttext  {
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  float: right;
  padding: 10px 10px 0 10px;
  width: 495px;
}

li.my_comment {
  background: #FFF;
  border: none;
}

li.my_comment cite strong {
  color: #313228;
  font-size: 1.3em;
}

.commentmetadata  {
  color: #4d4d4d;
  display: block;
  font-size: 0.9em;
  margin-top: 3px;
  text-align: right;
}

.commentmetadata a, .commentmetadata a:visited  {
  color: #959382;
}

.avatar {
  float: left;
  height: 55px;
  width: 55px;
}

/* /Comments ----------------------------------------------------------------------------------- */

/* Classes ------------------------------------------------------------------------------------- */

.left, .alignleft {
  float: left;
}

.right, .alignright {
  float: right;
}

.clearfloat:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfloat {
  display: inline-block;
}

* html .clearfloat  {
  height: 1%;
}

*+html .clearfloat  {
  height: 1%;
}

.clearfloat {
  display: block;
}

.aligncenter  {
  display: block;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alignleft  {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 10px;
  padding: 10px 10px 0 10px;
  text-align: center;
}

.entry .wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  background: #eee;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  margin: 0 -10px 0 -10px;
  padding: 10px 20px;
}

.box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.frame {
  border: 5px solid #fff;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.sidebar .frame {
  margin-bottom: 10px;
  margin-right: 10px;
}

.divider {
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
}

.sidebar .divider {
  margin-bottom: 10px;
}

/* /Classes ------------------------------------------------------------------------------------ */

/* Plugin styles ------------------------------------------------------------------------------- */

.addthis_default_style {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* /Plugin styles ------------------------------------------------------------------------------ */
