/*
  TODO fix default sidebar css/placement
*/

body {
  color: #333;
  font: normal normal normal 14px/1.5 Trebuchet, 'Trebuchet MS', Helvetica, sans-serif;
}
body#home {
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
p, blockquote {
  margin: 8px 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #339;
  font-weight: normal;
  margin-top: 0;
}
h1 {font-size: 30px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 16px;}
h5, h6 {font-weight: bold;}

body#home h1, 
body#home h2, 
body#home h3, 
body#home h4, 
body#home h5, 
body#home h6 {
  color: #d5be42;
}

.type ul, .type ol, .type dl {
  margin: 8px 0;
  margin-left: 18px;
}
.type ul {list-style: disc;}
.type ol {list-style: decimal;}

.type blockquote {
  font-size: 15px;
  font-style: italic;
  font-family: Georgia, Times, serif;
}
.type table {
  margin: 12px 0;
}
.type td, .type th {
  padding: 4px;
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.type caption {
  font-size: 12px;
  font-style: italic;
}

/* -------- LINKS -------- */
a, a:visited {
  color: #d5be42;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
#page .type a, #page .type a:visited {
  color: #339;
  text-decoration: underline;
}
#page .type a:hover, #page .type a:active, #page .type a:focus {
  text-decoration: none;
}
.sub a, .sub a:visited {
  color: #000;
  text-decoration: none;
}
.sub a:hover, .sub a:focus, .sub a:active {
  text-decoration: underline;
}
#sidebar a, #sidebar a:visited {
  color: #b79164;
}
#footer a, #footer a:visited {
  color: #b79164;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: #ccc;
  text-decoration: none;
}

/* -------- HEADER -------- */
#search-box input.text {
  color: #fff;
  font-size: 14px;
}
#search-box input.submit {
  color: transparent;
}

/* -------- NAV/SUB -------- */
.sub ul {
  line-height: 15px;
}
.sub ul li {
  margin-bottom: 6px;
}

/* -------- MENU -------- */
#menu ul {
  line-height: 18px;
}
#menu li {
  padding: 7px 0 12px 34px;
}
#menu li li {
  line-height: 16px;
  margin: 5px 0;
  padding-left: 12px;
}
#menu .menu-title h3 {
  font-size: 15px;
  font-style: italic;
  color: #000;
}
.menu .current_page_item a {
  color: #ccc;
}

#sidebar .widget h3 {
  color: #fff;
  font-size: 20px;
}

/* -------- FOOTER -------- */
#footer {
  font-size: 12px;
  color: #ccc;
}
#footer ul li {
  margin: 0 6px;
}

/* -------- POST CLASSES -------- */
.meta {
  font-size: 12px;
  font-style: italic;
  margin: 4px 0 8px 0;
}