/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

/*edit by nathwill to hide header/footer links*/
#footer-links {
display: none;
}
#nav-general {
display: none;
/*edits by nathwill change irritating white border color to match body */
}
#container {
background-color: #1E0C01;
}
#bodyshell {
border-left:150px solid #1E0C01;
}
#messagearea {
border-bottom:1px solid #1E0C01;
}
/*edits by nathwill to align the specials message w/ the special items container */
#specialstitle {
margin:20px 10px 10px;
}
/*edits by nathwill to make section title width align with section contents container */
#section-contenttitle {
margin:0 10px 0 10px;
}


