/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

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

	/* Larger than 960 (devices and browsers) */
	@media only screen and (min-width: 768px) {
          #accordion {
            display: none;
          }
    
        }

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
        }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

          #accordion {
            display: none;
          }
    
        }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

          .for_sale_portals .post_portal {
            margin-bottom: 1rem;
          }

          .site_updated {
            font-size: 3rem;
            margin-bottom: 1rem !important;
            text-align: left !important;
          }
      
        }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

          .post-type-archive .responsiveSelectContainer {
            margin-bottom: 2rem;
          }

          .front_page_portals .consignment_portal {
            margin-bottom: 2rem; 
          }

          .nav .responsiveSelectContainer {
            margin: .5rem 0; 
          }

          body.page .sidebar {
            display: none;
          }

          #bike_dialog,
          #bike_dialog_link {
            display: none;
          } 

          .sidebar #accordion {
            display: block !important;
          }
          .widget_taxonomy {
            display: block !important;
          }

          .for_sale_portals .post_portal {
            margin-bottom: 1rem;
          }
      
        }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

          .post-type-archive .responsiveSelectContainer {
            margin-bottom: 2rem;
          }

          .nav .responsiveSelectContainer {
            margin: .5rem 0; 
          }

          .container .sidebar {
            margin-bottom: 1rem;
            padding-bottom: 0 !important;
          }

          body.page .sidebar,
          body.blog .sidebar {
            display: none;
          }

          .sidebar .widget {
            margin-bottom: .5rem;
          }

          #bike_dialog,
          #bike_dialog_link {
            display: none;
          } 

          #searchform input[type="search"] {
            width: 75%;
          }

          .front_page_portals .consignment_portal {
            margin-bottom: 2rem; 
          }

          .front_page_portals .consignment_portal h2 {
            font-size: 1.2rem;
          }

          .for_sale_portals .post_portal {
            margin-bottom: 1rem;
          }

          .content .sort_listings {
            text-align: left;
          }

          .content .post {
            border-bottom: 1px solid #08c;
            margin-bottom: 3rem;
            padding-bottom: 1rem;
          }

          .content time {
            display: block;
            margin-bottom: .5rem;
          }

          .pipe_separator {
            display: none;
          }

          .tag_list {
            font-size: 1rem;
          }

          .post_thumbnail img {
            margin-bottom: .5rem;
          }

        }

        @media (min-width: 480px) {
          .widget_taxonomy {
            display: none;
          }
        }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
