/* Changes to Blueprint sytles */

/* Changes for rules in grid.css */
body {
  margin: 0;	

}


.container {
    background-color: #fff;
}

.showgrid { 
  background: url(../_img/grid2.png);  /* Darker bg color */
}



/* From screen.css */
a:link, a:visited {
    /* font-weight: normal; */
    text-decoration: underline;
    color: #222;
}

a:hover {
    text-decoration: none;
}




/* Site-specific styles */


/* Slideshow rules */
    .pics {
        height: 372px;
        width: 600px;
        padding: 0;
        margin: 0;

        background-color: #fff;
    }
    
    .pics img {
        height: 372px;
        width: 600px;
        padding: 0;
        margin: 0;
    }

    
/* Use this class on an element to remove the margin between it and the previous column.  */
.squeeze-1 { margin-left: -10px; float:left; position:relative;}


/* Header rules */
#header {
    background-color: #000;
    background-image: url(../_img/footergradient.gif);
    background-repeat: repeat-x;
}

#header .links {
    margin: 5px 10px 0 0;
}

#header #emailform {
    margin: 5px 5px 0 0;
    padding-bottom: 30px;
}

#header .links li {
    float: right;
    font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #c2b431;
}

#header a:link, #header a:visited {
    text-decoration: none;
    color: #c2b431;
}

#header a:hover {
    text-decoration: underline;
}

#ea {
    background-color: #c2b431;
}

#go {
    background-color: #c2b431;
}



/* Sale banner rules */
#sale {
    color: #4d5c63;
    color: #fff;
    font-family: "Lucida Grande", Verdana, sans-serif;
    background-color: #888;
    /* background-image: url(../_img/salebargradient.gif); */
    text-align: center;
    padding: 1px 0 3px 0;
    border-top: 3px solid #89bad0;
    border-bottom: 3px solid #89bad0;
    border-top: 2px solid #c1b330;
    border-bottom: 2px solid #c1b330;
}

#sale .headline {
    font-size: 1.25em;
}

#sale .secondary {
    font-size: 1.2em;
}



.body-copy {
    padding: 20px 30px 0 15px;
}

.body-copy h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.1em;
    font-style: normal;
    color: #555;
}

.body-copy h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.7em;
    font-style: italic;
    color: #555;
}

.body-copy p {
    font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #555;
}

div.rightalign {
    text-align: right;
}

/* Footer navigation */
#footer {
    background-color: #000;
    background-image: url(../_img/footergradient.gif);
    background-repeat: repeat-x;
    color: #c2b431;
    padding-top: 5px;
    padding-bottom: 7px;
    font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
    font-size: 1.0em;
}

#footer .address {
    font-size: 1.2em;
    font-weight: bold;
}

#footer a {
    color: #c2b431;
    text-decoration: underline;
    font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
}

#footer a:link, #footer a:visited {
    color: #c2b431;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}


/* Temp borders  */
.showborder   {border: 1px solid #99f;} 






/* Commented out for the template...

div.body-copy p {
    font-size: 1.2em;
    line-height: 1.4em;
}

.alignright {
    text-align: right;
}

#content {
    margin: 20px 0;
}

div#content div img {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

div.noheader {
    margin-top: 36px;
}

div.rightalign {
    text-align: right;
}

End comment block */