/*
Theme Name: Leadership Consultant Seattle
Theme URI: http://www.leadershipconsulting.com/
Description: WordPress Child Themes for Titan
Author: Mike Smith
Author URI: http://ppcsydney.com.au/
Template: titan
Version: 1.0
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
       
@import url('../titan/style.css');

#header {
  width: 100%;
  border-bottom: 1px solid #EDE7E0;
  background: #51473d url(../images/nav-background.gif) repeat-x bottom left;
}

body {
  font: 62.5% Arial,Helvetica,Sans-serif;
  color: #746a5f;
  line-height: 2.2em;
  background: #F9F7F5;
}

#follow {
  background: #746a5f;
  padding: 5px 0;
}

#follow dt {
  font-weight: bold;
  color: #eae7d2;
}

#description { 
  margin: 35px 0 0 40px;
  float: left; 
  color: #eae7d2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 50px;
}
#nav a {
  display: block;
  color: #746a5f;
  text-decoration: none;
  padding: 0px 20px;
}
.entry ul li, .c-body ul li {
  display: block;
  margin: 5px 0;
  padding: 0 0 0 17px;
  background: url(./images/list-item.gif) no-repeat 0 .3em;
}
