/* ====================================================================== */
/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

/* This file has been modified for Peaceful Acres Web                     */
/* Author: John Brewer aka mtnboy                                         */
/* ====================================================================== */

body
{
   font: 16px arial;
   background-image: url('../images/paper.gif');
   color: #6D8269;
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 1px #6D8269;
}

.center
{
   text-align: center;
}

.left
{
    /* floats the item to the left side of the page, and adds a margin */
    float: left;
}

.right
{
    /* floats the item to the right side of the page, and adds a margin */
    float: right;
}

.scroll
{
    /* this makes the element create scroll bars if the text is too long */
    /* to be displayed.  This is very similar to the effect created by */
    /* frames and iframes, but does not allow page transitions like frames do */
    overflow: auto;
}

.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;
}

.large
{
   font-size: large;
}

.small
{
   font-size: small;
}

.xsmall
{
   font-size: x-small;
}

/* these are the font styles for the links that appear on your web page */
a:link
    {font: bold 13px arial; color: #6D8269; text-decoration: none;} 
a:active
    {font: bold 13px arial; color: #6D8269; text-decoration: none;}
a:visited 
    {font: bold 13px arial; color: #6D8269; text-decoration: none;}
a:hover  /* this one changes the mouseover or hover state of the link */
    {font: bold 13px arial; color: #AF0020; text-decoration: underline;}

.note
{
   color: brown;
   background-image: url("../images/oldwood.gif");
   border: solid 3px brown;
   margin: 25px 25px 0px 25px;
   padding: 15px;
}

.recipe
{
   color: black;
   background-color: white;
   margin: 10px;
  /* float: right; */
   padding: 8px;
   width: 260px;
   border: solid 3px #6D8269;
}
.caption
{
   /*
    * font-weight: bold; 
    * text-align: center;
    *  */
   float: left; 
   width: 616px;
}
   
.title
{
    /* this is the styling for the title.  Semantically, this should be an h1 */
    /* padding all four sides of the div in order top, right, bottom, left */
    background-color: #6D8269;
    color: #C7E1A7;
    font-face: Arial;
    font-weight: bold;
    font-size: 32px;
    padding: 10px 20px 10px 20px;
}

.title2 
{
    color: #6D8269;
    font-face: Arial;
    font-weight: bold;
    font-size: 18px;
}

.titlemargin
{
	margin: 10px 0px 10px 0px;
}

.subtitle 
{
    color: #ffffff;
    font-face: Arial;
    font-weight: bold;
    font-size: 14px;
}

.content
{
    /* this describes the container of the content paragraphs. */
    /*height: 400px; /* remove this to allow different-sized sidebars */
    padding: 0px 20px 0px 20px; /* keeps text off the borders */
    font-face: Arial;
    /* font-size: 12px;*/
    padding: 0px;
    margin: 0px;
}

.content.padleft
{
    /* this is to pad if there's a sidebar on the left */
    padding-left: 160px;
}

.content.padright
{
    /* this is to pad if there's a sidebar on the right */
    padding-right: 180px;
}

.sidebar
{
    width: 150px;
    /* height: 400px; /* remove this to allow different-sized sidebars */
    height: 100%;
    background-color: #C7CFA7;
    color: #C7CFA7;
    font-weight: bold;
    padding: 10px 0px 5px 0px;
}

.sidebaritem
{
    width: 130px;
    background-color: #C7E1A7;
    color: #6D8269;
    border: solid 1px #6D8269;
    font-size: 14px;
    padding: 2px;
    margin-bottom: 3px;
}

.horiz
{
    color: #4B1A95;
    font-weight: bold;
    width: 124px;
    float: left;
    text-align: center;
}

.sidebaritem.firsl
    margin-top: 10px;
}

.footer
{
    background-color: #C7CFA7;
    text-align: center;
    width: 780px;
    font-size: 10px;
    font-face: arial;
    text-align: center;
}

/*
 Use these two classes to display framed pictures
 define the height and width of the frame in the <div> element
 */
.paimg
{
    margin: 10px;
    border: 2px solid #6D8269;
}

.paimg_frame
{
   border: 2px solid #6D8269;
   margin: 8px;
   background-color: #C7CFA7;
   padding-top: 4px;
}

/* Styles for drop down menus on Peaceful Acres web */

.Main_menu {
	border: 0px solid #6D8269;
	background-color: #C7CFA7;
	padding-left: 3px;
	line-height: 100%;
	width: 150;
	cursor: hand;
}
.Main_menu_over {
	border: 0px solid #6D8269;
	background-color: #C7E1A7;
	padding-left: 3px;
	line-height: 100%;
	width: 150;
	cursor: hand;
}
.Sub_menu {
	border: 0px solid #6D8269;
	background-color: #C7CFA7;
	padding-left: 10px;
	line-height: 100%;
	width: 150;
	cursor: hand;
}
.Sub_menu_over {
	border: 0px solid #6D8269;
	background-color: #C7E1A7;
	padding-left: 10px;
	line-height: 100%;
	width: 150;
	cursor: hand;
}
a.main_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: bold; font-style: none;}
a:visited.main_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: bold; font-style: none;}
a:hover.main_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: bold; font-style: none;}
a.sub_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: none; font-style: italic;}
a:visited.sub_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: none; font-style: italic;}
a:hover.sub_text
    {font: 12px Verdana; color: #6D8269; text-decoration: none; font-weight: none; font-style: italic;}
						

