@charset "UTF-8";
/* CSS Document */

/* Style Reset from meyerweb.com*/
/*#####################################################*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, em, img, footer, header, 
menu, nav, output, {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(images/bg.jpg);
}

/*#####################################################*/

/* Layout Regions*/

#wrapper	{
	width: 960px;
	margin: auto;
	padding: 10px;
}

#header	{
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


#nav	{
	width: 960px;
	height: 40px;
	padding: 0;
	margin: auto;
	/* [disabled]border-bottom: 3px solid #000; */
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1em;
}

#sidebar	{
	width: 345px;
	margin: 0px;
	margin-right: 15px;
	float: right;
	background-color: #fefaed;
	padding-left: 10px;
	padding-top: 20px;
	
}

#content	{
    width: 930px;
    float: left;
    padding: 20px 15px 10px 15px;
    margin: auto;
    background-image: url(images/bg-black.jpg);
    background-repeat: repeat;
}


#content-home	{
	width: 915px;
	float: left;
	padding: 10px 15px 10px 25px;
	margin: auto;
	background-image: url(images/bg-black.jpg);
}

#content-noart	{
	width: 930px;
	float: left;
	padding: 20px 15px 10px 15px;
	margin: auto;
	background-image: url(images/bg-black.jpg);
	background-repeat: repeat;
}


#images-contain	{
	width: 930px;
}

#content p	{
	text-indent: 1em;
}

#slideshow	{
	width: 930px;
	float: left;
	padding: 10px 15px 10px 15px;
	margin: auto;
	background-image: url(images/slideshow-bg.jpg);
}
	
#contentw	{
	width: 920px;
	background-color: #FEFAED;
	padding: 20px;
	margin: auto;
	float: left;
}

#bar	{
	margin: 0 20px 0;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 900px;
	text-align: center;
	color: black;
	height: 200px;
}

#bar a:link {
	color: black;
}
#bar a:visited	{
	color: black;
}
#bar a:hover	{
	color: #333;
}
#bar a:active	{
	color: #333;
}

/* Menu Styles */

#tablecontents-left {
	width: 375px;
	padding: 5px;
}

#tablecontents-right {
	width: 430px;
	padding: 5px;
	float: right;
	margin-right: 75px;
}

#menu-left	{
	width: 430px;
	border: 1px white solid;
	padding: 10px;
	background-image: url(images/bg-black.jpg);
}

#menu-right	{
	width: 430px;
	border: 1px white solid;
	padding: 10px;
	float: right;
	background-image: url(images/bg-black.jpg);
}
#menu-full {
	width: 880px;
	border 1px blue solid;
	padding: 10px;
	background-image: url("images/bg-black.jpg");
}

.thumb-images	{
	padding-right: 5px;
}

.section	{
	width: 930px;
	margin: auto auto 10px auto;
	}
	
.testimonials	{
	width: 930px;
	margin: auto auto 20px auto;
	padding-bottom: 25px;
	border-bottom: 1px solid white;
	
	}
	
ul	{
	line-height: 2.2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	}

ul.featuredmenuitems {
	list-style: square;
}

ul.featuredmenuitems li {
	font-size: .8em;
	font-style: italic;
}

ul.importantmenuitems {
	list-style: circle;
}

ul.normalmenuitems {
	list-style-type: none;
	}

ul.tableofcontents {
	line-height: 1.2;
	list-style-type: square;
}

ul.withline	{
	border-bottom: 1px solid white;
	padding-bottom: 30px;
}

p.withline	{
	border-bottom: 1px solid white;
	padding-bottom: 30px;
}

/* Facebook Like Box Styles*/

#facebook	{
	width: 450px;
	border: 1px white solid;
	padding: 10px;
	background-image: url(images/bg-black.jpg);
}


/* Typeography*/



p	{
	font-size: 1em;
	line-height: 1.8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}

#sidebar p	{
	text-indent: 0em;
	text-align: center;
	font-size: .8em;
}

#sidebar h1	{
	text-align: center;
	font-size: 1em;
}

#sidebar img	{
	margin-top: 15px;
}

h1	{
	font-size: 2em;
	font-weight: 700;
	color: white;
	font-family: 'Alegreya', serif;

}

#content h1	{
	color: white;
	line-height: 1.6;
	font-weight: 700;
	font-family: 'Alegreya', serif;
	text-decoration-line: underline;
	}


h2	{
	font-size: 1.4em;
	font-weight: 700;
	font-family: 'Alegreya', serif;
	font-style: italic;
	color: white;
}




#content h3	{
	font-size: 1em;
	background-image: url(images/bullet.gif);
	margin-left: 25px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: lighter;
	line-height: 1.4;
}
#menu-right h4 {
	font-size: 1.2em;
	font-weight: 700;
	font-family: 'Alegreya', serif;
	font-style: italic;
	color: white;
	
}
#menu-left h4 {
	font-size: 1.2em;
	font-weight: 700;
	font-family: 'Alegreya', serif;
	font-style: italic;
	color: white;
	
}

h4	{
	font-weight: lighter;
	padding: 5px;
	margin-bottom: 5px;
	font-family: 'Alegreya Sans', sans-serif;
	font-style: italic;
}

h5	{
	font-family: 'Alegreya Sans', sans-serif;
	color: white;
	font-style: italic;
	font-size: 1.2em;
	}
	

h6	{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4;
}

.pullquote	{
	text-indent: none;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.6;
	padding: 5px;
	background-repeat: no-repeat;
	}


/*Links*/
a:link	{
	color: #CCCCCC;
	text-decoration: none;
	 }

a:visited	{
	color: #CCCCCC;
	text-decoration: none;	 
}

a:hover	{
	color: #d95507;
	text-decoration: none;	 
}
a:active	{
	color: #d95507;
}

a.page:link {color: #32C0C4; }
a.page:active {color: #32C0C4; }
a.page:visited {color: #32C0C4; }
a.page:hover {color: #32C0C4; }



/*Images*/

.img-left	{
	float: left;
	margin: auto;
	padding-right: 10px;
}

.img-right	{
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}

.img-about	{
	float: right;
	margin-right: 15px;
	padding: 10px 0px 10px 10px;
}
	
.clear	{
	width: 900px;
	margin: auto;
}

/*Floats*/

.left	{
	float: left;
	width:350px;
	height: 75px;
}
.right	{
	float: right;
	width: 350px;
	height: 70px;

	}


.page	{
	background-color: #6FF;
	}
	
.icons /*ICONS AT BOTTOM OF EACH PAGE*/
	{
	padding-right: 3px;
	}

.icons-home /*HOME PAGE ICONS INCLUDES PADDING ON BOTTOM*/
	{
	padding-right: 3px;
	padding-bottom: 10px;
	}

.thumbs /*Thumbnail Food images at top of each content page*/
	{
	padding-right: 8px;
	}

#header p	{
}


.img	{
	padding: 5px;
	
}

 
.poll	{
	width: 252px;
	margin: auto;
	padding: 5px;
	margin-top: 20px;
}


	
#footer ul	{
	font-style: italic;
	color: white;
	font-size: 0.8em;
	line-height: 1.6;
}

#sidebar p	{
	color: white;
	font-size: 1.4 em;
}

#weather	{
	width: 180px;
	margin: auto;
}

#navigation	{
	width: 240px;
	/* [disabled]background-color: #1c3a17; */
	margin: 20px 0px;
	line-height: 2em;
	/* [disabled]height: 400px; */
}

#footer	{
	width: 940px;
	padding: 10px;
	margin: auto;
	height: 175px;
	font-size: 1em;
	background-image: url(images/bg-black.jpg);
}

#footerl	{
	width: 275px;
	float: left;
	margin: auto;
}

#footerc	{
	width: 300px;
	margin: auto;
}

#footerr	{
	width: 275px;
	float: right;
	margin: auto;
}

#footer h1	{
	font-size: 1em;
	color: #1C3A17;
	font-family: 'Nothing You Could Do', cursive;
}

#footer p	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#footer a	{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#clear	{
	width: 1000px;
	color: #92825E;
	height: 10px;
	margin: 10px;
}

.img	{
	padding:5px;
}

.current	{
	background-color: #594732;
	color: #fefaed;
}
#caption	{
	margin: 0px;
	padding: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	font-style: italic;
	line-height: 1.2;
}

.entry	{
	width: 450px;
	padding: 5px;
	float: left;
}

.entry p, .entry-r p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: black;
	
}

.entry-r	{
	width: 450px;
	padding: 5px;
	float: right;
}

.logos-l	{
	width: 275px;
	/* [disabled]height: 275px; */
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	font-style:italic;
	line-height: 1.4;
}

.logos-r	{
	width: 275px;
	/* [disabled]height: 275px; */
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.8em;
	font-style:italic;
	float: right;
	line-height: 1.4;
}

.cushycms	{
}

/*JQUERY SLIDESHOW STYLES*/

<style>
    body {
      -webkit-font-smoothing: antialiased;
      font: normal 15px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #232525;
      padding-top:70px;
    }

    #slides {
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
  </style>
   End SlidesJS Optional

   SlidesJS Required: These styles are required if you'd like a responsive slideshow 
  <style>
    #slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 880px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 880px) {
      .container {
        width: 880px
      }
    }
  </style>
