/*  
Theme Name: EWB Site
Theme URI: http://eastwestbest.net/
Description: Theme for EWB.
Version: 1.0
Author: Jeff Minard
Author URI: http://thecodepro.com/
*/


body, html {
padding: 0; margin: 0;
font: 12px/18px Verdana;
color: #130;
}

a {
color: #17790a;
text-decoration:none;
}

a:hover {
color: #47a94a;
}

hr {
display: none;
}

html {
background: url('/images/bg.jpg') center top repeat-y;
}

body {
text-align: center;
background: url('/images/header-green.jpg') center top no-repeat !important;
background: url('/images/header-green-ie.jpg') center top no-repeat;
}

#page {
width: 640px;
margin: auto;
padding-top: 80px;
text-align: left;
}

#header h1,
#header h1 a,
#header p {
padding: 0; margin: 0;
color: #fff;
font: 1px/1px Verdana;
}

#header h1 a {
display: block;
height: 80px;
width: 430px;
}

#navigation {
float: left;
width: 100%;
margin-bottom: 15px;
}

#navigation ul {
list-style: none;
padding: 0; margin: 2px 0 0 0;
width: 410px;
}

#navigation ul li {
float: left;
width: 132px;
text-align: center;
padding: 0;
}

#navigation ul li.middle {
padding: 0 5px;
}

#navigation ul li a {
_height: 1%;
display: block;
text-decoration: none;
font: 10px Verdana;
padding: 3px 0;
margin: 0;
border-top: 1px solid #cec3cb;
border-bottom: 1px solid #9e939b;
color: #553;
background: #fcfcfc;
}

#navigation ul li a:hover {
background: #f9f9f9;
border-top: 1px solid #6e636b;
border-bottom: 1px solid #6e636b;
color: #331;
}

h2 {
margin: 0; padding: 0;
font: bold 24px "Times New Roman", Times;
color: #7D612E;
}

h3 {
margin: 1em 0 0 0; padding: 0;
font-size: 1.3em;
}

#footer {
clear: both;
padding: 30px 0 15px 0;
text-align: center;
font: 10px Verdana;
color: #888;
}

/* 
HOME PAGE
*/

#picks {
float: left;
width: 410px;
}

#calendar,
#specialorder,
#sidebar {
margin-left: 425px;
}

#calendar,
#sidebar {
padding-top: 120px;
_padding-top: 80px;
}

#sidebar ul {
padding: 0 0 0 15px;
margin: 0;
}

#sidebar ul ul {
padding: 0 0 0 15px;
margin: 0;
}

#calendar p,
#specialorder p,
#picks p {
margin: 0; padding: 0 0 5px 0;
}

#specialorder {
padding-top: 45px;
}

#about {
clear: both;
padding-top: 40px;
}


#fullselection {
text-align: center;
}

#fullselection a {
_height: 1%;
text-decoration: none;
bbackground: #EFE0E0;
width: 400px;
display: block;
color: #333;
font-weight: bold;
padding: 3px 0;
}

#fullselection a:hover {
background: #c7d98a;
}

.post {
padding: 0px 0;
}

.post h3 {
margin: 20px 0 0 0; padding: 0;
}

.item {
padding: 20px 0 38px 0;
background: url('/images/divider.jpg') bottom center no-repeat;
margin: 0;
}

.item img {
border: 1px solid #999;
padding: 3px;
margin: 7px 0 7px 0;
background: #fff;
}


.alignright {
float: right;
}
.alignleft {
float: left;
}
.pagenav {
background: #f9fFf0;
float: left; 
line-height: 20px;
width: 100%;
margin: 3px 0 10px 0;
}

.contentImage {
border: 1px solid #ccc;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 3px;
}


