/* ===== Sunlight Media Group - Global Styles ===== */

/* Reset-ish for old-school look */
body {
  background-color: #f0f0f0;
  font-family: "Verdana", "Arial", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}

/* Wrapper for centered content */
#wrapper {
  width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #666666;
}

/* ===== Header ===== */
#header {
  background: #003366;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}

#header h1 {
  margin: 0;
  font-size: 22px;
}

#header p {
  margin: 5px 0 0;
  font-size: 12px;
}

/* ===== Navigation ===== */
#nav {
  background: #cccccc;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

#nav a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
}

#nav a:hover {
  text-decoration: underline;
}

/* ===== Content ===== */
#content {
  padding: 20px;
}

h2 {
  color: #003366;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-top: 0;
}

h3 {
  color: #003366;
  font-size: 14px;
}

/* Blog/news posts */
.post, .article {
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 15px;
}

.date {
  font-size: 11px;
  color: #666666;
}

.title, .headline {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
  margin: 5px 0;
}

.text {
  font-size: 13px;
  line-height: 1.5;
}

/* ===== Division list ===== */
#division-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  font-size: 12px;
}

#division-list a {
  display: block;
  margin: 2px 0;
  color: #003366;
  text-decoration: none;
}

#division-list a:hover {
  text-decoration: underline;
}

/* ===== Footer ===== */
#footer {
  background: #003366;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 11px;
  margin-top: 40px;
}
