/* Index page styles for Arts Arlington theme */

.newsItem {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.newsImage {
  margin-right: 20px;
  float: left;
  margin-bottom: 4px;
}

.newsExcerpt {
  float: left;
  color: var(--aa-charcoal);
  width: 60%;
}

.newstitle {
  font-size: 20px;
  color: #1c5897;
  float: left;
}

.newsdate {
  float: left;
  color: var(--aa-orange);
}

.widget-area {
  float: right;
  width: 320px;
  font-size: 12px;
  text-decoration: none;
}

.widget-title {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget-area li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
}

.widget-area ul {
  padding-left: 0px;
}

.widget-area li a {
  text-decoration: none;
}

/* Index page layout */
#newsList {
  float: left;
  width: 100%;
}

.content {
  margin: 30px;
  color: var(--aa-charcoal);
  line-height: 20px;
  font-size: 12px;
  width: 100%;
}

.content > div {
  width: 70%;
  font-size: 14px;
  float: left;
}

.banner-image {
  width: 100%;
  height: auto;
}
