@charset "utf-8";
/* CSS Document */

#sidebar-subscribe-box {
  background: url("images/color-chronicl.gif") repeat scroll 0 0 transparent;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 3px 0;
}
.sidebar-subscribe-box-wrapper {
  background: url(images/pattern-chronicl.png) repeat scroll 0 0 #f7f7f7;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 20px 10px;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-subscribe-box-form {
  clear: both;
  display: block;
  margin: 10px 0;
}
form.sidebar-subscribe-box-form {
  clear: both;
  display: block;
  margin: 10px 0 0;
  width: auto;
}
.sidebar-subscribe-box-email-field {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff url(images/sprites.png) no-repeat 0 -27px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #444;
  margin: 0 0 15px;
  padding: 10px 40px;
  width: 68%;
}
.sidebar-subscribe-box-email-button {
  background: #09f;
  border: 1px solid #007fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 transparent;
  color: #fff;
  cursor: pointer;
  font-family: verdana;
  font-weight: 700;
  padding: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  width: 100%;
}
.sidebar-subscribe-box-email-button:hover,
.sidebar-subscribe-box-email-button:focus {
  background: #1ca4ff;
}
.sidebar-subscribe-box-email-button:active {
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: 0;
}
iframe,
object,
embed,
.yt-border iframe,
.yt-border object,
.yt-border embed,
table {
  width: 100%;
}
embed {
  border-radius: 3px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 4px 4px 4px;
}
#footer-section {
  background: #f5f5f5 url(images/pattern-chronicl.png) repeat top left;
  border-top: 1px solid #aaa;
  box-shadow: inset 0 4px 6px -3px #aaa;
  font-family: cambria;
  font-size: 14px;
  height: 100px;
  margin: 10px -30px 5px;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
