BODY
{
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.

    Use a 12px base font size with a 16px line height 
    font-size: 0.75em; 16px x .75 = 12px
    line-height: 1.333em; 12px x 1.333 = 16px

    Use a 14px base font size with a 18px line height 
    font-size: 0.875em; 16px x .875 = 14px
    line-height: 1.286em;  14px x 1.286 = 18px

     * The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

	color: #555;
	background-repeat: repeat-y;
	background-image: url(background.gif);
	font-family: Helvetica, Arial, Lucida, sans-serif;
	font-size: 0.8em;
	line-height: 1.333em;
}



/** Links **/

/* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */

a:link { color: #8f2d00; }
a:visited { color: #8f2d00; }
a:hover, a:focus { color: #cc0c3f; }
a:active { color: #cc0c3f; }

INPUT.form-submit
{
	border: outset 1px #8f2d00;
	background-color: #8f2d00;
	color: #fff;
}

INPUT.form-submit:hover
{
	border: outset 1px #ca490e;
	background-color: #ca490e;
}


/* Navigation */

#logo {
}

#logo, #logo em
{
	width: 205px;
	height: 245px;
	background-image: url(logo.gif);
}

#header
{
	height: 145px;
	margin: 0px 5px 0px 205px !important;
	background-color: #E89526;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	border-width: 5px 0 0 0;
	border-color: #FFF;
	border-style: solid;
}

#main {
	margin-left: 5px;
}

#sidebar-left
{
	margin-top: 95px;
}

#sidebar-left UL.menu LI A
{
	border-top: 1px solid #a55733;
	padding: 8px 5px 8px 10px;
}

#sidebar-left A:visited, #sidebar-left A:link, #header A:visited, #header A:link { color: #FFF;
	font-weight: normal !important;
}
#sidebar-left UL.menu LI A:hover, #sidebar-left UL.menu LI A:focus { background-color: #ca490e; }

#sidebar-left UL.menu LI.active-trail { background-color: #a93c09; }
#sidebar-left UL.menu LI.active-trail A:visited, #sidebar-left UL.menu LI.active-trail A:link { color: #FFF; }

#sidebar-left UL.menu LI A:hover, #sidebar-left UL.menu LI A:focus { background-color: #ca490e; color: #fff; }


#sidebar-left DIV.block {
	border-width: 0 0 5px 0;
	border-color: #FFF;
	border-style: solid;
	margin-bottom: 0px;

}

#sidebar-left DIV.block-menu
{
	text-transform: uppercase;
	padding: 0px;
}


#sidebar-left DIV.block-menu, #sidebar-left DIV.block-user
{
	background-color: #8f2d00;
}

#sidebar-left DIV.block-menu DIV.block-inner, #sidebar-left DIV.block-user DIV.block-inner
{
	padding-bottom: 0px !important;
}


#sidebar-left DIV.block-user H2 {
	color: #e89526;
	padding-bottom: .5em;
}

#block-views-testimonials-block_1 {
	font-family: serif;
	font-size: 1.2em;
}

#sidebar-left H2 {
	color: #a93c09;
}

#sidebar-left P {
	color: #faead4;
}

#block-block-5 A { margin-right: 10px; }


/* Signup */

#block-block-1 P {
	color: #555;
	position: relative;
}

#block-block-1 P.note {
	text-align: right;
}

#block-block-1 LABEL { font-weight: bold; }

#block-block-1 INPUT {
	width: 100%;
}

/* Content */

#content-inner {
	padding-top: 20px;
}

H1 { 	color: #cc7400;
}
H2 { 	color: #444;
}
H3 { 	color: #cc7400;
	font-size: 1.1em; 
}

P.promo {
	color: #333;
}


/* News */
DIV.field-field-photo
{
	margin: 0px 0px .5em 10px;
	float: right;
}

DIV.field-field-photo P
{
	color: #666 !important;
	line-height: normal;
	font-size: .9em;
	text-align: right;
}

DIV.field { margin-bottom: 1em; }



/* Blogs */

DIV.terms { text-align: right; }

BODY.section-artisan-blog #content DIV.views-field-edit-node
{
	float: right;
}


BODY.section-artisan-blog #content DIV.views-field-title
{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0.3em;
}

BODY.section-artisan-blog #content DIV.views-field-title A { text-decoration: none; }

BODY.section-artisan-blog #content DIV.views-field-created
{
	color: #888;
	font-size: .9em;
	margin-bottom: 0.5em;
}

BODY.section-artisan-blog #content DIV.views-row
{
	border-width: 0 0 1px 0;
	border-color: #CCC;
	border-style: solid;
	padding: 1em 0;
}

BODY.section-artisan-blog #content DIV.views-row-last {
	border: none;
}

BODY.section-artisan-blog DIV.views-field-comments-link, BODY.section-artisan-blog DIV.views-field-view-node {
	display: inline;
}

BODY.section-artisan-blog DIV.views-field-title-1
{
	text-align: right;
	font-style: italic;
}

BODY.section-artisan-blog DIV.views-field-comments-link {
	float: right;
}


#comments {
	padding-top: 3em;
}


/* Homepage */

BODY.front {
	background-image: url(background-homepage.gif);
}

/*
BODY.front #block-menu-primary-links
{
	position: absolute;
	top: -235px;
	left: 200px;
	height: 22px;
	overflow: hidden;
	padding: 8px 0px 0px 0px;
	border-width: 0 0 0 5px;
	border-color: #FFF;
	border-style: solid;
}

BODY.front DIV.block-menu, BODY.front DIV.block-user {
	border-style: none;
}

BODY.front #block-menu-primary-links UL LI, BODY.front #block-menu-primary-links UL LI A { display: inline; }

BODY.front #block-menu-primary-links UL LI { padding: 8px 0px; }
BODY.front #block-menu-primary-links UL LI A { border: none;  padding: 8px .6em; }
*/

BODY.front #header
{
	background-repeat: repeat-x;
	background-image: url(homepage.gif);
	height: 200px;
	padding-top: 40px;
	border-width: 0 0 0 5px;
}

BODY.front #header-inner
{
	height: 200px;
	background-image: url(header-homepage.jpg);
	background-repeat: no-repeat;
	background-position: -5px 0;
}

BODY.front #sidebar-left {
	margin-top: 5px;
}




BODY.front DIV.field-field-block1, BODY.front DIV.field-field-block2, BODY.front DIV.field-field-block3
{
	width: 33%;
	float: left;
}

BODY.front DIV.field-field-block1 DIV.field-items {
	margin-right: 14px;
}

BODY.front DIV.field-field-block2 DIV.field-items {
	margin-left: 7px;
	margin-right: 7px;
}

BODY.front DIV.field-field-block3 DIV.field-items {
	margin-left: 14px;
}

BODY.front DIV.field-field-block1 DIV.field-items, BODY.front DIV.field-field-block2 DIV.field-items, BODY.front DIV.field-field-block3 DIV.field-items {
	/*background-color: #eee;
	padding: 10px;*/
	border-top: 4px #cc7400 solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding-top: .2em;
}

#content-bottom {
	clear: both;
}

BODY.front DIV.view-blog DIV.views-field-title A {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

BODY.front DIV.view-blog DIV.views-field-title-1 { font-style: italic; }

/** footer **/

#footer P
{
	color: #666;
}
