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

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

body {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

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;
}


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

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: url(../img/bg.jpg) repeat-x #fff;
}

.main-container article {
	margin-bottom: 20px;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.item {
	background: #fafaff;
	width: 300px;
	padding: 10px;
	margin: 10px;
	float: left;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.item p {
	font-size: 12px;
	line-height: 130%;
}

.item img {
	padding: 0;
	margin: 0;
}

.item a img {
	padding: 0;
	margin: 0;
	border: none;
}

.item ul {
	margin-left: 0;
	padding-left: 1em;
}

.item ul li {
	font-size: 12px;
	line-height: 130%;	
}

#filters {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#filters li {
	font-family: 'Abel', Helvetica, Helvetica Neue, Arial;
	font-size: 3em;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
}

.item {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.item::before {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.item::before, .listing::after {
	content: "";
	z-index: -2;
}

.eat h2,
.eat a,
.eat a:hover,
.eat a:visited,
.eat a:active,
.eat a:link {
	color: #42C4DD;
	text-decoration: none;
}

.shop h2,
.shop a,
.shop a:hover,
.shop a:visited,
.shop a:active,
.shop a:link {
	color: #8AC62F;
	text-decoration: none;
}

.play h2,
.play a,
.play a:hover,
.play a:visited,
.play a:active,
.play a:link {
	color: #AB0634;
	text-decoration: none;
}

.stay h2,
.stay a,
.stay a:hover,
.stay a:visited,
.stay a:active,
.stay a:link {
	color: #F58025;
	text-decoration: none;
}

.showall h2,
.showall a,
.showall a:hover,
.showall a:visited,
.showall a:active,
.showall a:link {
	color: #444;
	text-decoration: none;
}

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

.header-container {
	background: #EAF1F8;
}

.main aside {
    background: #eee;
}

.footer-container {
    background: #AB0634;
}

.footer-container a,
.footer-container a:visited,
.footer-container a:link {
    color: #fff;
    text-decoration: none;
}

.footer-container a:hover,.footer-container a:active {
    color: #8b8d09;
    text-decoration: none;
}

.main aside {
    color: #1A1718;
}

.main aside h2,
.main aside h3 {
    color: #983333;
    font-size: 2em;
}

.main aside a,
.main aside a:hover,
.main aside a:visited,
.main aside a:active,
.main aside a:link {
    color: #983333;
    text-decoration: none;
}

.title {
    color: white;
    font-family: 'Abel', Helvetica, Helvetica Neue, Arial;
    width: 300px;
    margin: 15px auto;
}

#tag {
	margin: 15px auto;
	width: 100%;
    padding: 0px;
    line-height: 100%;
    font-family: 'Abel', Helvetica, Helvetica Neue, Arial;
    text-align: center;
}

#tag a {
	display: block;
    text-decoration: none;
    font-weight: bold;
    color: #8b8d09;
}

#tag a:hover,
#tag a:visited {
    color: #983333;
    text-decoration: none;
}

h2, h3 {
    font-family: 'Abel', Helvetica, Helvetica Neue, Arial;
}

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

nav ul {
    margin: 0;
    padding: 0;
}

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

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

    color: white;
    background: #1A1718;
}

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

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

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

.main {
    padding: 30px 20px;
    background: #fff;
    color: #444;
}

.main article h1 {
    font-size: 2em;
    color: #8b8d09;
    font-family: 'Abel', Helvetica, Helvetica Neue, Arial;
}

.main aside {
    padding: 10px 5%;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

#tag {
   	font-size: 2em;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















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

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

	#tag {
    	font-size: 3em;
    }

/* ====================
    INTERMEDIATE: Menu
   ==================== 

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    } */

/* ========================
    INTERMEDIATE: IE Fixes
   ========================

    nav ul li {
        display: inline;
    }

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

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

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        -webkit-box-shadow: 0 5px 10px #333;
           -moz-box-shadow: 0 5px 10px #333;
                box-shadow: 0 5px 10px #333;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    #tag {
    	font-size: 4em;
        float: right;
        width: 50%;
    }

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

/*    .main article {
        float: left;
        width: 57%;
    }

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

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

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

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

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

.rounded-corners {
    -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

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

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

.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;
    }
}