/* Monica's Massage and Bodywork - style sheet

I really should call this the "minty" style sheet. You'll see why. :)

Style sheet released under the Creative Commons ShareAlike License v2.5
License reference: http://creativecommons.org/licenses/by-sa/2.5/

Copyright (c) 2005-2008, Monica's Massage and Bodywork, Youngsville, NC USA
All rights reserved.

@author Todd Warner < w e b m a s t er { a t } m o n i c a s m a s s a g e . n e t >

Last modified: $Date: 2008-04-21 13:46:07 -0400 (Mon, 21 Apr 2008) $
*/


@import url("http://www.hardlyfoolish.com/media/css/common/common.css");
@import url("monicasmassage-boxes.css");
@import url("monicasmassage-sidenav.css");

a
/* same as - a:link, a:visited, a:hover, a:active */
/* utter uniformity/control of colors for links   */
{
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    color: darkgreen;
    /*** structure/alignment ***/
}

h1, h2, h3, h4
{
    /*** typography/color ***/
    color: #003333;
    /*** structure/alignment ***/
}

body
/* the big wrapper around all */
{
    /*** typography/color ***/
    color: #000000;
    background: #ffffff url("/media/img/main/backgrounds/parchment.jpg") fixed;
    /*** structure/alignment ***/
}


#page
/* "page" is the big wrapper around all content */
{ 
    /*** typography/color ***/
    /* http://en.wikipedia.org/wiki/Web_colors */
    background-color: honeydew;
    border-color: #C0C0C0;
    /*** structure/alignment ***/
}


#header,
#footer
{
    /*** typography/color ***/
    background: url("/media/img/main/backgrounds/flower0-kauai-2002-5-50pquality.jpg") #b1b1b0 no-repeat;
    /*** structure/alignment ***/
}

/* miscellaneous user defined ---------------------------------------------- */

.price
{
    /*** typography/color ***/
    /*text-decoration: line-through;*/
}

.red1, .saleprice
{
    /*** typography/color ***/
    font-weight: bold;
    color: red;
    background-color: inherit;
    /*** structure/alignment ***/
}

.saleprice
{
    /*** typography/color ***/
    /* sale is on - also look at .box-yule in monicasmassage-boxes.css */
    visibility: hidden;
    /*visibility: visible;*/

    /*** structure/alignment ***/
    display: none;
    /*display: inline;*/
}


.officepix
{
    /*** typography/color ***/
    text-align: center;
    /*** structure/alignment ***/
}

/* end - miscellaneous user defined ======================================== */


