/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* from main header css with mods - now called master.css */
/* with responsive tables */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

:root { background: white; color: black;}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

/*body  {    font: 16px/26px Helvetica, Helvetica Neue, Arial;
	width:980px;
	min-width:980px;
} */
body {
	font: 100%/1.5 "Open Sans", Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	max-width:980px;
		}
		
.wrapper {
    width: 100%;/* 90% */
    margin: 0 5%;
}

.main-wrapper {
    width: 90%;
    margin: 0 5% 0 5%;
}
.footer-wrapper {
    width: 94%;/* 90% */
    margin: 0 3% 0 3%;
    background-color:#FFF000;
}

/* ===================
    ALL: Orange Theme
   =================== */


.header-container {
	width:98%;
    	margin: 0 1% 0 1%;
    	border:1px 0 0 2px;
     border-top: 5px solid #fff200
}

.header-container {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
    
 .header-top { 
	padding-right: 5.380%; 
	padding-left: 5.380%; 
	width: 80%;
	}
	   
.footer-container,
.main aside {
	width:90%;
    border-top: 2px solid #ffff00;
    	margin: 0 5% 0 5%;
}

.header-container,
.footer-container,
.main aside {
    background: #FFF200;
}
.footer-container footer {
    color: blue;
    padding: 2px 0;
}
.main-img  {
		   background:#CCFF33;/*main header area color */
		   width: 100%;
		   height: auto;
}
.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p  {
  display: block;
  line-height: 1.2em;
  margin-bottom: -1.0em;/*0.5em;*/
}  

P.western { so-language: en-US; 
	margin:0 2% 0 2%;}
	
 nav ul li {
        display: inline;
    }
/*div  {
	    border:2px solid red;}
	 */       
div#layout  {
    margin: 0 10% 0 10%;
    padding: 0;
	height: auto;
    width: 90%;
	background: #fff200;	
}		

div.left  { background-color: #FFF200;
	       float: left;
	       width: 300px;}
div.right  { background-color: #FFF200;
	       float: left;
	       width: 300px;}
/*div#layout {display: table; border: 1px solid black; }
div#layout div {display: table-row;}
div#layout div div {display: table-cell; border: 1px solid black; }*/

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}	    


/* ==============
    MOBILE: Main
   ============== */

.main {
    margin: 0 3.0em 0 1.0em;
}

.main article h1 {
    font-size: 5.0em;
    margin-bottom: 0.45m;
}

.main aside {
    color: white;
    padding: 0px 5px 0 10px;
}


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

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;	}

tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 12%; 	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;	}
/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Item"; }
	td:nth-of-type(2):before { content: "Price"; }
	td:nth-of-type(3):before { content: ""; }
}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {
     
/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left;
        width: 80%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 90%;
	      margin:0 5% 0 5%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 980px; /* 1140px - 10% for margins */
        margin: 0 auto;
        }
       
}

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

.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 {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* not so important */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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