/* STRUCTURE */

* {
margin:0;
padding:0;
}

body {
background-color: #c0bebe ; 
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
color: #6f6f6f;
}

h1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 22px;
    padding-bottom: 10px;
}


h2 {
font-family: Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
color: #252362;
padding-bottom: 5px;
}

h2 .link {
  text-decoration:underline;
  cursor: pointer; 
  cursor: hand;
}

h2 .link:hover {
  text-decoration:none;
  cursor: pointer; 
  cursor: hand;
}


/* Intro style */
h4 {
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
padding-bottom: 16px;
}

/* Headings */
h3 {
font-family: Georgia, Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
}

.small {
font-size: 12px;
}

.description {
font-size: 10px;
}

a {
text-decoration:underline;
color:#33316d;
font-size: 12px;
font-weight: normal;
}

a:hover {
text-decoration:none;
}

#rightcol a {
text-decoration:underline;
font-weight: normal;
color:#1060b2;
}

#rightcol a:hover {
text-decoration:none;
}

img {
border:none;
}

#wrap-body {
width:920px;
margin:0px auto;
}

#wrap-header {
float:left;
width:920px;
background:transparent url(/images/header-bg.gif);
height:103px;
}

#header-img {
  padding-left:50px;
  background:transparent url(/images/header-leowells.gif) no-repeat;
  width:500px;
  height:103px;
  margin-left: 50px;
  float:left;
}

#header-sub {
  width:250px;
  margin-top: 70px;
  float:left;
  text-align: right;
}

#wrap-content {
float:left;
width:920px;
background-color: white;
background:white url(/images/leo-wells-monogram.gif) no-repeat center; 
}

#wrap-nav {
float:left;
width:920px;
height:32px;
background:transparent url(/images/back-nav.gif) left top ;
}

#wrap-footer {
width:920px;
background-color: white;
}

#footer {
font-size:12px;
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
color:#000;
}

#footer a {
font-weight: normal;
text-decoration:underline;
color:#1060b2;
}

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

#header-bar {
float:left;
width:920px;
height: 30px;
background-color: #dddbc9;
color: #5b5883;
}

#intro {
font-family: Arial, Verdana, sans-serif;
font-size: 22px;
padding-bottom: 10px;
}


#leftcol {
float:left;
display:inline;
width:190px;
margin: 10px 10px 10px 20px;
}

#divider {
float:left;
background-color: #dddbc9;
width: 1px;
height: 600px;
margin: 10px 0px 10px 0px;
}

#rightcol {
float:left;
width:655px;
margin: 10px 10px 10px 15px;
}

#previousPost {
  float: left; 
  width: 325px; 
  text-align: left;
}

#nextPost {
  float: left; 
  width: 325px; 
  text-align: right;
}

#welcome {
  background:transparent url(/images/line-purple.gif) left bottom no-repeat;  
  padding-bottom: 40px;

}
.box {
  padding-bottom: 20px;
}

.box ul {
  margin-left: 15px;
  list-style-image: url(/images/arrow_blue.gif);
  list-style-type: none;
}

.box ul li {
  padding-bottom: 5px;
}

.entry {
  background:transparent url(/images/line-gold.gif) left bottom no-repeat;  
  padding-bottom: 30px;
}

.entry p {
font-size:1em;
margin-bottom:1em;
line-height:130%;
}

