/*
   Recipes Style Sheet

   Filename:         recipe.css
   Supporting Files: strips.jpg

*/


/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav {
   display: block;
}


/* Set the default page element styles */

body {
   margin: 0px;
   background: rgb(175, 255, 255) url(strips.jpg) repeat-y;
   ;
}



/* Main Section Styles */
section#page {
   background: rgb(221, 221, 221) ;
   border-right: 1px solid rgb(81, 81, 81); 
   border-left: 1px solid rgb(81, 81, 81);
   margin: 0px auto;
   width: 902px;
}


/* Header styles */
   
header {
   height: 180px;
   text-align: left;
   background: rgb(185, 138, 104);
}

/* Navigation lists */


nav.horizontal {
   width: 100%;
   position: relative;
   top: -35px;
}

nav.horizontal ul {
   margin: 0px;
   list-style-type: none;
}

nav.horizontal ul li {
   float: left;
   display: block;
   width: 16%;
}

nav.horizontal ul li a {
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   display: block;
   width: 100%;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background-color: white;
   background-color: rgba(255, 255, 255, 0.4);
   color: rgb(51, 51, 51);
   text-shadow: rgb(45, 195,157) 3px 3px 10px;
   border-bottom: 1px solid rgb(81, 81, 81);
}

nav.horizontal ul li a:hover {
   background-color: rgb(231, 231, 231);
   background-color: rgba(255, 255, 255, 0.2);
}

/* article styles */
article {
   float: left;
   width: 50%;
   position: relative;
   top: -35px;
}

article hgroup {
   background-color: rgb(45, 195, 157);
   color: rgb(190, 240, 226);
   text-shadow: black 3px 3px 10px;
}


article hgroup h1 {
   font-size: 24px;
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   letter-spacing: 2px;
   margin-left: 15px;
   padding: 20px 0px -5px 0px;
}

article hgroup h2 {
   font-size: 18px;
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   letter-spacing: 2px;
   margin-left: 15px;
   padding: 0px 0px 20px 0px;
}

article p {
   font-size: 20px;
   margin: 10px 10px 10px 0px;
}

article h2 {
  clear: left;
   font-size: 18px;
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   letter-spacing: 2px;
   text-indent: 20px;
   padding: 10px 0px;
   background-color: rgb(45, 195, 157);
   color: rgb(190, 240, 226);
   text-shadow: black 3px 3px 10px;
}

article ul {
   margin: 10px 0px 10px 20px;
   font-size: 14px;
   list-style-type: disc;
}

article ol {
   margin: 10px 0px 10px 20px;
   font-size: 14px;
   list-style-type: decimal;
}


/* Aside styles */
aside {
   float: left;
   width: 50%;
   position: relative;
   top: -10px;
}

aside h1 {
   font-size: 18px;
   font-family: 'Trebuchet MS', Helvetica, sans-serif;
   letter-spacing: 2px;
   text-indent: 20px;
   padding: 10px 0px;
   background-color: rgb(119, 81, 53);
   color: rgb(190, 240, 226);
   text-shadow: black 3px 3px 10px;
}

/* Page footer styles */

footer {
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   background-color: rgb(181, 237, 222);
   clear: left;
   font-size: 0.8em;
   height: 30px;
   text-indent: 15px;
   padding-top: 10px;
}

footer span {
   float: right;
   margin-right: 10px;
}

footer span a {
   color: black;
}
