﻿/*
Theme Name: LivingWell Cooperative
Description: WordPress Theme for LivingWell
Version: 1.0
Author:  Lee Blue
Author URI: http://www.phpoet.com
*/
@import "sub-header.css";
@import "navigation.css";
@import "footer.css";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: arial, helvetica, tahoma;
  font-size: 14px;
  color: #373737;
  line-height: 1.3em;
}


body {
  background-image: url(../images/bg_body.png);
  background-repeat: repeat-x;
  background-color: #115185;
}

a {
  color: #115185;
}

a:hover {
  text-decoration: underline;
}

#container {
  width: 986px;
  margin: 0px auto 0px auto;
  padding: 0px;
  border: 0px;
}

#logo {
  border: 0px;
  margin: 0px 0px 0px 0px;
  z-index: -10;
}

#header_logo {
    width: 175px;
    float: left;
    height: 95px;
}

#head_note {
  color: #FFF;
  float: right;
  font-weight: normal;
  font-style: italic;
  margin: -20px 20px 0px 0px;
  clear: both;
}

h1 {
  color: #ba8746;
  font-size: 20px;
  font-family: georgia,tahoma, arial;
  font-weight: normal;
  line-height: 1.3em;
}

#theme_content {
  background-image: url(../images/bg_content.png);
  width: 986px;
  min-height: 350px;
  margin: 0px;
  padding: 0px;
  float: left;
}

#callout {
  padding: 20px 10px 0px 20px;
  float: left;
}

#callout h1 {
  font-size: 18px;
}

#callout p,
#left_sidebar .textwidget {
  padding: 3px 20px 4px 0px;
  color: #373737;
  font-size: 12px;
  line-height: 1.3em;
}

#newsletter li {
  padding-bottom: 7px;
}

.col1, .col2, .col3 {
  float: left;
  min-height: 250px;
}

.col1 {
  clear: left;
  width: 215px;
  padding: 0px;
  border: none;
}

.col2 {
  width: 480px; 
  padding: 0px 20px 20px 20px;
  height: auto;
}

.col3 {
  width: 210px;
  border-left: 1px solid #dfdfdf;
  padding: 0px 20px 20px 20px;
  font-size: 12px;
}

.col3 h1 {
  font-size: 18px;
}

.col3 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#callout ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#callout ul li {
  font-size: 12px;
}

.col3 p {
  font-size: 12px;
  line-height: 1.3em;
  padding: 2px 0px 4px 0px;
  margin: 0px;
}

.col3 h2, .col3 h2 a {
  font-size: 12px;
  line-height: 1.2em;
  color: #115185;
  margin: 0px;
  padding: 2px 0px 4px 0px;
}

.header_button {
  background-image: url(../images/bg_header_button.png);
  background-repeat: no-repeat;
  width: 124px;
  height: 27px;
  padding: 10px 0px 0px 00px;
  float: right;
  margin-left: 20px;
  text-align: center;
}

.header_button a {
  color: #cfcfcf;
  text-decoration: none;
  font-weight: normal;
}

.header_button a:hover {
  text-decoration: underline;
}

img.alignright {float:right; margin:10px 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

