/*
Theme Name: Spence Blueberries
Theme URI: http://www.threehatsconsulting.com/
Description: Wordpress theme for Spence Blueberries.
Version: 1.0
Author: Brett Adams
Author URI: http://www.threehatsconsulting.com/
Tags: spence blueberries
*/

*{margin:0;padding:0}

body
{
background-color:#3f3d52;
font-size: 12px;
font-family: Verdana, Helvetica;
color: #222222;
text-align: center;
}

p
{
padding: 2px 2px 2px 2px;
}

div
{
border: 0px solid #000000;
}

#navigation
{
width: 90%;
text-align: center;
background-color: #395c94;
height: 29px;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff; 
}

#navigation .menu ul
{
list-style: none;
float: center;
}

#navigation .menu ul li
{
text-align:center;
display: inline;
position: relative;
padding-left: 15px;
float: left;
}

#navigation .menu ul li a
{
display: block;
color: #ffffff;
padding: 7px 4px 0px 4px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

#navigation .menu ul li a:hover
{
color: #d6d6e2;
text-decoration: none;
}

#center
{
background-color: #ffffff;
margin: 20px 0px 20px 0px;
width: 900px;
border-top: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

#toptxt
{
padding-top: 20px;
margin-bottom: -15px;
width: 100%;
text-align: center;
}

#toptxt h1
{
color: #ffffff;
font-size: 16px;
}

#header
{
background-color: #ffffff;
height: 220px;
}

#hdimg1
{
padding: 10px 0px 0px 10px;
}

#hdimg2
{
padding: 20px 0px 0px 10px;
}

#hdtxt1
{
padding: 60px 20px 0px 10px;
}

#hdtxt1 p
{
color: #4a4968;
font-size: 14px;
}

#page
{
text-align: left;
background-color: #ffffff;
}

#left
{
margin: 20px 0px 20px 30px;
padding: 20px 10px 10px 10px;
width: 580px;
}

#left h1
{
padding: 7px 0px 7px 0px;
font-size: 20px;
}

#left h2
{
padding: 7px 0px 7px 0px;
font-size: 20px;
}

#left p
{
padding: 7px 0px 7px 0px;
font-size: 15px;
}

#left ul
{
margin-left: 15px;
}

#left ul ul
{
margin-left:20px
}

#right
{
background-color:#d7d5e2;
margin: 20px 30px 20px 0px;
padding: 20px 0px 20px 0px;
float: right;
text-align: center;
width: 230px;
}

#right h2
{
color: #2c3868;
font-size: 14px;
padding: 0px 0px 10px 0px;
}

#footer
{
background-color:#395c94;
clear: both;
padding-top: 4px;
width: 100%;
height: 27px;
color: #ffffff;
}

#footer a
{
color: #ffffff;
}

#footer a:hover
{
color: #ffffff;
}

ul.storenav
{
list-style: square;
text-align: left;
margin-left: 15px;
}

ul.storenav ul
{
list-style: square;
text-align: left;
margin-left: 10px;
}

ul.storenav ul ul
{
list-style: square;
text-align: left;
margin-left: 10px;
}

/* this div gives the list a place to live and remain relative to */
#cdl {
	width : 90%;
	background-color : #FFF;
	border : 0px none #FFF;
	margin : auto;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* here the heading is styled. not essential to the double lists */
#cdl h3 { 
  display : block;
  color : #669900;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-bottom : 1px solid #666;
}

/* style all the list items here */
#cdl ul li {
	height : 27px;
	list-style-type : none;
	color : #333;
	padding : 0em;
	font-size : 13px;
	border-bottom : 1px solid #ccc;
}

/* every second list item is positioned outward and moved up equal to LI height to even them */
#cdl ul li.cdl_l2 {
  margin-left : 50%;
  margin-top : -2.3em;
  padding : 0.3em 0 0.4em 0;
  border : 0;
}   

/* Every other two list items are styled with a background for usability and style */
.cdl_alt {
  background-color : #fffffc;
}

/* star hack in use here but this is for IE 6.2 and older only and you may use a conditional comment and 2nd CSS */
* html #cdl ul li.cdl_l2 {
  margin-top : -2.1em;
}
