/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
	max-width: 960px;
	margin: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
div.of {
    width:50px;
    height:75px;
}

article img{
	margin: 0px 0px -70px 10px;
}
article {
	width: 940px;
	margin: 0px 0px 0px 0px;
}


nav {
	padding: 0px;
	margin: 0px 0px -22px 0px;
}
nav ol {
	margin: 0px;
	padding: 0px;
}
nav li {
	width: 170px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color: #66b98a;
	border: 1px solid #66b98a	;
	border-bottom: 0px solid transparent;
	color: white;
	font: normal 19px Georgia;
	padding: 14px 22px 7px 22px;
	float: right;
	margin: 0px;
}
nav hr {
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
	height: 0px;
	border: 0px solid none;
	
}

#mainContent {
	margin: 0px 20px 20px 20px;
	background-color: #66b98a;
	width: 940px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	margin: 0px auto 0px auto;
}
#mainContent p {
	font: normal 15px/23px Helvetica;
	color: #66b98a;
	padding:0px 5px 0px 5px;
	margin: 0px 20px 20px 20px;
}

div.recipeCards {
	background-color: #EDE6DB;
	width: 175px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 13px 17px 13px 17px;
	float: left;
	margin: 15px 15px 15px 15px;
	
	-webkit-box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 7px 4px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 7px 4px rgba(0, 0, 0, 0.2);
}
div.recipeCards h3 {
	margin: 0px;
	padding: 0px;
	color: #146970;
	font: normal 19px Georgia;
}


div.recipeCards p {
	font: normal 30px Arial;
	margin: 0px;
	
}
div.recipeCards a {
	display: block;
	background-color: red;
	


	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	padding: 14px 0px 9px 0px;
	text-align: center;
	text-decoration: none;
	color: white;
	font: normal 16px Georgia;
	border: 2px solid #C44F53;
}

a.callToActionButton {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: white;
	background-color: #C44F53;
	clear: both;
	display: block;
	width: 235px;
	font: normal 33px Georgia;
	padding: 17px;
	text-decoration: none;
}

h3 {
		margin: 0px 0px 0px 50px;
		padding: 40px 0px 0px 0px;
}

h5 {
		margin: 10px 0px 0px 20px;
		padding: 0px 0px 20px 0px;

	
}


#subcontent h5 {
		margin: 10px 0px 0px 20px;
		padding: 0px 20px 0px 20px;
		text-align:center;

	
}
#organic {
	margin: -80px 0px 0px 740px;
	transform: rotate(-20deg)
}
#subcontent {
	margin: -70px auto 0px auto;
	background-color: #EEF6D8;
	width: 940px;
	height: 440px;
}
#subcontent p {
	color: #EEF6D8;
	margin: 0px 0px 0px 0px;
}
#subcontent h3{
	margin: 0px auto 0px auto;
	padding:30px 0px 10px 50px;
}
.subtitle {
	float:left;
	color:#66b98a;
	margin: 10px 110px 5px 90px;
}
.ppp {
	margin: 0px 60px 5px 30px;
}
/* ==========================================================================
   Image Slider
   ========================================================================== */
.fling-minislide {
	width:350px; height:300px; overflow:hidden; position:relative; 
	float: right;
	margin: 20px 20px 0px 0px;
	display: block;
}
.fling-minislide img{ position:absolute; animation:fling-minislide 15s infinite; opacity:0; width: 100%; height: auto;
}

@keyframes fling-minislide {25%{opacity:1;} 40%{opacity:0;}} 
.fling-minislide img:nth-child(3){animation-delay:5s;}
.fling-minislide img:nth-child(2){animation-delay:10s;}
.fling-minislide img:nth-child(1){animation-delay:15s;}

.slider-holder
        {
            width: 800px;
            height: 400px;
            background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
            text-align: center;
            overflow: hidden;
        }
        
        .image-holder
        {
            width: 2400px;
            background-color: red;
            height: 400px;
            clear: both;
            position: relative;
            
            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;
        }
        
        .slider-image
        {
            float: left;
            margin: 20px;
            padding: 20px;
            position: relative;
        }
        
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }
        
        #slider-image-2:target ~ .image-holder
        {
            left: -800px;
        }
        
        #slider-image-3:target ~ .image-holder
        {
            left: -1600px;
        }
        
        .button-holder
        {
            position: relative;
            top: -20px;
        }
        
        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: brown;
        }








/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}