/* Basic Styles */
body {
  background-color: #f8f8fc;
  font-family: Calibri, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: Candara, 'Trebuchet MS', Arial, sans-serif;
}

h1, h2 {
  text-transform: uppercase;
}

a {
  color: #0060b3;
}

a:visited {
  color: #00417b;
}

small {
  font-family: Candara, 'Trebuchet MS', Arial, sans-serif;
}

/* Specfic Styles */

#sidebar {
  display: none;
}

#header, #body, #footer {
  width: auto;
  margin: 0;
}

#header {
  text-align: left;
  margin: auto;
}

#header .title {
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}

#header .title img {
  border: none;
  vertical-align: bottom;
}

#footer {
  clear: both; 
  border-top: 1px solid #333;
  text-align: center;
  padding-top: 8px;
  width: 700px;
  margin: 16px auto;
}

/* Post Styles */

.subtitle {
  margin: 2px 0 16px;
  font-style: italic;
}

.wp-caption {
  background: #ccc;
  border: 1px solid #999;
  text-align: center;
  padding: 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.wp-caption img {
  border: 1px solid #666;
  margin: 4px;
}

.wp-caption.aligncenter {
  margin: auto;
}

.wp-caption p.wp-caption-text {
  margin: 2px 4px;
  text-align: left;
  font-size: 12px;
  font-family: Candara, Trebuchet MS, sans-serif;
  font-style: italic;
}

.edit, .response {
  display: none;
}

.post ul {
  padding-left: 24px;
  list-style-type: square;
}

