/*
Theme Name: Eastlake Girls Softball League
Theme URI: http://wordpress.org/
Description: Eastlake Girls Softball League
Version: 1.0
Author: Chris Mears & Dan Riehl
Tags: sports

Theme for Eastlake Girls Softball League
*/

body {
  background: #e5ddc2 url('images/striped-bg-brown.gif') repeat top left;
}

.container {
  width: 750px;
}

li ul, li ol {
  margin: 0px 0.5em 1.5em;
}

#header {
  margin-top: 10px;
}

#header {
  background: transparent url('images/header-glow.png') no-repeat 50% -18px;
  padding: 10px 10px 0px 10px;
}

#content {
  background: transparent url('images/content-glow.png') repeat-y top center;
  padding: 0px 10px;
}

#logo a {
  display: block;
  height: 108px;
  background: #557841 url('images/egsl-header.jpg') no-repeat 0 0;
  text-indent: -9999em;
}

#nav {
  background: #557841 url('images/menu-bg-green.gif') repeat-x 0 0;
  list-style: none;
  height: 36px;
  margin: 0;
}

#nav li {
  float: left;
}

#nav li a {
  display: block;
  background: transparent url('images/spacer.png') repeat-y top right;
  padding: 0px 12px 0px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  height: 36px;
  line-height: 32px;
  text-decoration: none;
}

#nav li a:hover {
  color: yellow;
}

#main {
  padding: 1em 2em;
}

#secondary {
  background-color: rgb(245, 245, 245);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-left: -1px;
  margin-bottom: 0.5em;
}

/* =Headers */

h1 { font-size: 2.5em; font-weight: bold; margin-bottom: 1em; border-bottom: 1px solid #eee; }
h3 { font-size: 1.333em; margin-bottom: 0.5em; }

/* =Footer */

#footer {
  background: transparent url('images/footer-glow.png') no-repeat top center;
  padding: 25px 10px;
  color: #ccc;
  text-align: center;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#secondary_nav {
  list-style: none;
  margin: 0 0 0.5em 0;
}

#secondary_nav li {
  display: inline;
  margin-left: 1em; 
}

#footer .credit {
  font-size: 83.333%
}

/* =Elements */
ol.large-numbers {
  
}

/* =Widgets */
#menu {
  padding: 0 1em;
}

#menu ul {
  margin: 0;
  list-style: none;
  width: 100%;
}

#menu li.widget {
  font-size: 1.166em;
  font-weight: bold;
}

#menu li.widget h3 {
  margin-top: 1em;
  color: #557841;
  font-weight: bold;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #ccc;
}

#menu .textwidget {
  font-size: .857em;
  font-weight: normal;
}

/* =Page specific */
body.home h2 {
  font-size: 116.666%;
  font-weight: bold;
  padding: 1em 2em 0;
}

body.home #main {
  padding: 0;
}

p.updated {
  border-top: 1px solid #eee;
}

/* =Posts */

.post {
  padding: 1em 20px;
  margin-bottom: 1em;
}

.post h3 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.post h3 a {
  color: #557841;
}

div.post-date {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0.5em;
}

.post .meta {
  font-size: 83.333%;
  font-style: italic;
  margin-top: 0.5em;
}

.post .storycontent {
  clear:both;
  margin-top: 0.5em;
}

/* =Info Box (Registration */

.info-box {
  float: right;
  width: 40%;
  padding: 15px;
  margin: 0 0 10px 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.info-box span.title {
  font-size: 1.5em;
}

.info-box ol {
  margin: 0px 1.5em;
}

.info-box ol li {
  line-height: 1.875em;
  margin-left: 1em;
  font-size: 1.333em;
}

.info-box p {
  margin-bottom: 0;
  font-size: 83.333%;
  line-height: 1em;
}

.info-box ol li img {
  vertical-align: middle;
}

/* =Registration */

.wpcf7-form-control-wrap.team_option span.wpcf7-list-item {
  display: block;
}

.wpcf7-form-control-wrap.dob input {
  width: 75px;
}

.wpcf7-form-control-wrap.city input {
  width: 185px;
}

.wpcf7-form-control-wrap.state input {
  width: 25px;
}

.wpcf7-form-control-wrap.zipcode input {
  width: 50px;
}
