@import 'reset.css';

/* Global */
body {
font-size: small;
font-family: Verdana, sans-serif;
color: #595959;
background: #d3d3d3 url(images/background.jpg) repeat-x;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#page {
width: 950px;
margin: 2em auto 0;
background: white url(images/top.jpg) no-repeat 0 0;
/*
border-left: 4px solid #ccc; border-right: 4px solid #ccc;
border-top: 1px solid #ccc; border-bottom: : 1px solid #ccc;
*/
padding: 0 0 2em;
}
#footer {
background: url(images/bottom.jpg) no-repeat 0 0;
width: 950px;
margin: -20px auto 2em;
height: 50px;
padding-top: 2em;
}

/* Layout */
#left-column {
width: 260px; float: left;
padding-top: 4em;
padding-left: 20px; margin-right: 20px; 
background: url(images/star.png) no-repeat 20px 40px;
}
#main-column {
width: 330px; float: left;
padding-top: 4em;
margin: 0 10px; 
}
#right-column {
width: 260px; float: left;
padding-top: 4em;
margin-left: 20px; padding-right: 20px; 
}
#banner, #nav, #intro {margin-bottom: 2em;}

/* Type */
h1, h2, h3, h4, h5, h6 {font-family: Helvetica, Arial, sans-serif; font-weight: bold;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em;}
p {
margin: 1em 0;
font-size: 1em;
line-height: 1.4em;
padding-left: 0.5em;
}
strong {font-weight: bold;}
a, a:visited, a:active {color: #1A1A80; text-decoration: none;}
a:hover {background: #ff6;}
h1 a:hover {background: transparent;}
#main-column ul {margin: 10px 5px;}
#main-column li {margin: 10px; background: url(images/small_arrow.png) no-repeat 0 4px; padding-left: 20px; line-height: 1.5em;}
#nav li {
border-bottom: 1px solid #999; margin: 0.5em 0 0.5em 0.5em; padding-bottom: 0.5em;
font-size: 1.3em; font-family: Helvetica, Arial, sans-serif; font-weight: bold;
cursor: pointer;
}
#nav li:hover, #nav li.hover {background: url(images/arrow.png) no-repeat 100% 0.15em;}
#nav li span.subtitle {font-size: 0.8em; border-bottom: 0 none;}
#nav li a span.subtitle {color: #595959 !important;}
#nav li a:hover {background: transparent;}
.subtitle {
font-family: Georgia; font-style: italic; font-weight: normal;
font-size: 1em; line-height: 1.5em; padding-bottom: 0.5em;
}
#left-column h1, #left-column h2 {padding-left: 0.5em;}
h2.subtitle {margin: 0.3em 0 2.5em;}
h3.subtitle, h4.subtitle {margin: 0.3em 0; border-bottom: 1px solid #999;}
#intro {margin-bottom: 1.5em;}
.item {margin: 2em 0 1em;}
.bio {margin-bottom: 1em;}
.bio p {padding-left: 0;}
.bio h4.subtitle {border-bottom: 0 none;}
.bio img, .left {float: left; margin-right: 10px;}
.left {padding-top: 10px;}
#warren {border-bottom: 1px solid #999;}
#maryann {margin-bottom: 2em;}
.testimonial {padding-left: 0.5em;}
.byline {font-weight: bold;}
.byline span {font-size: 0.9em; font-weight: normal;}
#products td {padding: 0.5em 0.75em;}
#products img {border: 1px solid #999;}
#footer p {text-align: center;}

.right { float: right; display: block; margin-bottom: 35px; }