/**
   Theme Name: Adobe Lion
   Version: 1.0
   Author: Terran Olson
   Author URI: http://webtech.halfcadence.net
   Tags: custom-menu

   Description: WordPress theme for Ventura Downtown Lions Club
*/

/* HTML ELEMENT STUBS */
body {
  margin: 0;
  padding: 0;
  background-color: #e3d7bd;
  color: #a11411;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
h1, #nav {
  font-family: Lato, Arial, sans-serif;
}

a {
  color: #8a6f3f;
}
p {
  line-height: 1.5;
}
h2 {
  color: #9d8648;
}
/*
h1 {}
h3, h4 {}
img {}
a:hover {}
*/

/* TABULA RASA STUBS */
#container {
  margin: 5px auto 10px;
  width: 880px;
  padding: 10px;
  background-color: #f5f4e2;
}

#nav {
  position: relative;
  background-color: #9d8648;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 900;
  font-size: 14px;
}
#nav li {
  list-style-type: none;
  margin: 5px 10px 0;
}
#nav a {
  color: #d8d1b5;
  text-decoration: none;
  white-space: nowrap;
}
#nav a:hover, #nav .highlight a:hover {
  color: #a11411;
}
#nav .current-menu-item > a {
  color: #fff;
}
#nav #account-links {
  float: right;
  margin: 0 0;
  padding: 0 5px 5px 0;
  height: 100%;
  background-color: #005d91;
  border-left: 3px solid #f5f4e2;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#nav #account-links li {
  float: right;
  clear: right;
}
#nav #account-links a {
  color: #f5f4e2;
}
#nav #account-links a:hover {
  color: #bbb;
}

#menu-main-nav {
  margin: 0;
  padding: 0 5px;
}
#menu-main-nav li {
  float: left;
}
#menu-main-nav ul.sub-menu {
  padding: 0;
}
#menu-main-nav .sub-menu li {
  clear: left;
  margin-left: 0;
}
#menu-main-nav:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}

main {
  clear: both;
}

h1.post-title {
  text-align: center;
  text-transform: uppercase;
  background-color: #d6c9a9;
  color: #a11411;
  margin: 5px 0 15px;
  padding: 10px 0;
  font-weight: 900;
}
/*
header {}
#site-name {}
#site-description {}
.posts {}
.post-title {}
.by-line {}
.post-meta {}
.comments {}
.comments-link {}
.comments-login {}
.comments-title {}
.comments-nav {}
#sidebar {}
.sidebar {}
.sidebar-widgets {}
footer {}
*/
#container, #nav, h1.post-title {
  border-radius: 3px;
}
.post-content {
  padding: 0 20px;
}

/* WP STUBS (see also http://codex.wordpress.org/CSS) */
/*
.alignnone {}
.bypostauthor
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.children {}
.gallery-caption {}
.pagenav {}
.page_item {}
.post {}
.current_page_item {}
.current_page_parent {}
.current_page_ancestor {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat {}
.sticky {}
.wp-caption {}
.wp-caption-text {}
*/

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
}

/* homepage */
img.masthead {
  display: block;
  margin: 5px 0;
}
.home .col {
  float: left;
  border-radius: 3px;
  padding: 10px 20px;
}
.home .c1 {
  background-color: #d6c9a9;
  width: 500px;
  border-radius: 3px;
}
.home .c1 h1.post-title {
  text-align: left;
  color: #9d8748;
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
}
.home .c2 {
  width: 300px;
}

/* calendar */
table.calendar {
  margin-left: 40px;
}
table.calendar th {
  text-align: left;
  padding-left: 10px;
}
table.calendar td {
  padding: 5px 10px;
}

/* past presidents */
table.column-list {
  margin: 10px auto;
}
table.column-list td {
  padding: 4px;
}

/* photos */
.gallery-link {
  float: left;
  width: 400px;
  min-height: 300px;
  text-align: center;
}
.gallery-link img {
  border: 4px solid #d6c9a9;
}
.gallery-link img:hover {
  border-color: #a11411;
}
.gallery-link p, .gallery-link h2  {
  margin: 0;
}

/* members-only */
#menu-members-only {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#menu-members-only li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 8px 15px;
}
#menu-members-only a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#menu-members-only a:hover {
  color: #a11411;
}

/* membership list */
.lions-member {
  clear: both;
  margin: 20px 0 20px 40px;
  width: 400px;
  font-size: 14px;
  line-height: 150%;
}

/* bulletins */
.lions-bulletins ul {
  padding: 10px 0 10px 30px;
  border-radius: 3px;
  background-color: #d6c9a9;
}
.lions-bulletins ul:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}
.lions-bulletins li {
  list-style-type: none;
  float: left;
  display: block;
  min-width: 130px;
  padding: 5px 0;
  font-weight: bold;
}

.lions-bulletins a {
  color: #a11411;
  text-decoration: none;
}
.lions-bulletins a:hover {
  color: #9d8648;
}
