/*
Theme Name: Kathy Wilmering
Theme URI: http://www.kwilmering.com/
Description: Kathy Wilmering main site template
Version: 0.2
Author: Bodhi Goforth
Author URI: http://www.afinerweb.com/
*/

/* Begin Typography & Colors */
body {
  background-color: #580153;
	font-family: Helvetica, Arial, sans-serif;
}

a {
 color: #03d;
}

a:hover {
 color: #400015;
}

a.left_nav {
 color: #51014C;
}

a.left_nav:hover {
 color: #9C0092;
}

a.btm_nav {
 color: #51014C;
}

a.btm_nav:hover {
 color: #9C0092;
}

td.main {
  background-color:  #bbc1ff; 
}
/* End Typography & Colors */

/* Begin Structure */
body {
  font-size: 14px; 
  margin-top: 12px;
	margin-bottom: 20px;
	text-align: center;
}

a {
 text-decoration: none;
 font-size: 14px; 
 font-weight: bold;	
}

a.section {
 margin-left: 20px;
}

.cms-content h1 {font-size: 24px; padding: 0 20px;}
.cms-content h2 {font-size: 18px; padding: 0 20px;}

h3 {
  font-size: 16px; 
}

.emailtxt, .emailtxt a {
 font-size: 16px; 
 font-weight: bold;	
 margin-bottom: 8px;
}

div.left_nav {
  margin: 6px 6px 6px 12px;
}

div.main_header {
  font-size: 20px; 
  font-weight: bold;	
	text-align: center;
  margin: 20px 0px 20px 10px;
}

div.main {
	text-align: justify;
  margin: 0px 20px 0px 20px;
}

div.section_header {
  font-size: 18px; 
  font-weight: bold;	
	text-align: left;
  margin: 10px 20px 0px 20px;
}

.section_sub_header {
  font-size: 16px; 
  font-weight: bold;	
	text-align: left;
  margin: 10px 20px 0px 20px;
}

div.section {
	text-align: justify;
  margin: 0px 30px 4px 30px;
}

ul.section {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.center {
  text-align: center;
  margin: 0px 0px 12px 0px; 
}

table {
	margin-right: auto;
	margin-left: auto;
}

td.header {
  background-image:  url(images/header.jpg);
	height: 150px; 
}

td.separator {
  background-image:  url(images/gradient_bar.png);
	height: 8px; 
  background-repeat: repeat-x; 
}

td.left_nav {
  background-image:  url(images/fill_solid_nav.jpg);
	width: 100px; 
  background-repeat: repeat; 
	text-align: left;
  vertical-align: top;
}

td.main {
	width: 636px; 
	text-align: left;
  vertical-align: top;
}

td.btm_nav {
  background-image:  url(images/fill_solid_nav.jpg);
	width: 736px; 
	height: 30px; 
  background-repeat: repeat; 
	text-align: center;
}

td.bottom {
  background-image:  url(images/bottom.jpg);
	height: 30px; 
	text-align: center;
}

img.float-right {/* image element float right */
  float: right;
  margin: 8px 0px 0px 8px;
}

img.float-left {/* image element float left */
  float: left;
  margin: 0px 8px 0px 0px;
}
/* End Structure */

