/* For developers:  For easy upgrades, put any custom styles here.  Then, when you upgrade the theme, simply overwrite the custom.css file with this one to put your changes back in */







/*---------------------------------------------this is the background-------------------------------------------------*/
body {
    background: url("http://www.jackstack.ie/wp-content/uploads/2011/10/sale.jpg") repeat scroll 0 0 transparent;
}

/*---------------------------------------------green bar at top of page------------------------------------------------*/
.green-bar {
    padding: 6px;
    width: 970px;
    margin: 0 auto;
    font-size: 16px; 
}

.black-bar {
    background-color: #000000;
    color: #FFFFFF;
    padding: 6px;
    width: 970px;
    margin: 0 auto;
    font-size: 16px; 
}


/*----store header------*/
#gridview-title h1 {
    color: #006600;
    margin: 20px 0;
    text-align: center;
    font-size: 32px;
    margin-bottom: -3px; 
}















