/*
* 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
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	.footerWidget .textwidget { display: none; }
	.footerWidget img { display: none; }
	#homeWidgetLeft{ padding: 10px 0 10px 0; }
	#homeWidgetCenter{ padding: 10px 0 10px 0; }
	#homeWidgetRight{ padding: 10px 0 10px 0; }
	#mainMenu { margin-right: 30px; }
	/*.thumbnail-dc img { width: auto; max-height: 300px; }*/
		}
		
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.footerWidget .textwidget { display: none; }
	.footerWidget img { display: none; }
	#homeWidgetLeft{ padding: 10px 0 10px 0; }
	#homeWidgetCenter{ padding: 10px 0 10px 0; }
	#homeWidgetRight{ padding: 10px 0 10px 0; }
	#mainMenu { margin-right: 40px; }
	/*.thumbnail-dc img { width: auto; max-height: 300px; }*/
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.footerWidget .textwidget { display: none; }
	.footerWidget img { display: none; }
	#homeWidgetLeft{ padding:0; }
	#homeWidgetCenter{ padding:0; }
	#homeWidgetRight{ padding:0; }
	/*.thumbnail-dc img { width: auto; max-height: 300px; }*/
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#mainMenu { margin-bottom: 20px; }
	.sidebar ul { display: block; }
	.sidebar li { }
	.sideWidget .textwidget { display: none; }
	.sideWidget img { display: none; }
	.footerWidget .textwidget { display: block; }
	.footerWidget img { display: block; }
	#homeWidget{ padding-top:10px; }
	#homeWidgetLeft{ padding-top:10px; padding-right: 25px; }
	#homeWidgetCenter{ padding-top:20px; }
	#homeWidgetRight{ padding-top:20px; }
	.thumbnail-align img { width: 100px; height: auto; }
	/*.thumbnail-dc img { width: auto; max-height: 150px; }*/
	.post-type-archive-degitalcollage #content_gs { text-align:center; }
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	#mainMenu { margin-bottom: 20px; }
	.sidebar ul { display: block; }
	.sidebar li { }
	.sideWidget .textwidget { display: none; }
	.sideWidget img { display: none; }
	.footerWidget .textwidget { display: block; }
	.footerWidget img { display: block; }
	#homeWidget{ padding-top:10px; padding-bottom:20px; }
	#homeWidgetLeft{ padding-top:10px; padding-right: 25px; }
	#homeWidgetCenter{ padding-top:20px; }
	#homeWidgetRight{ padding-top:20px; }
	.thumbnail-align img { width: 95px; height: auto; }
	/*.thumbnail-dc img { width: auto; max-height: 100px; }*/
	.post-type-archive-degitalcollage #content_gs { text-align:center; }
	#siteDescription{ letter-spacing:0.1em; }
	#header img { max-width: 94% !important ; height:auto; }
		}


/* #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: 'liberationsans';
	    src: url('../fonts/liberationsans-regular-webfont.eot');
	    src: url('../fonts/liberationsans-regular-webfont.eot?iefix') format('eot'),
	         url('../fonts/liberationsans-regular-webfont.woff') format('woff'),
	         url('../fonts/liberationsans-regular-webfont.ttf') format('truetype'),
	         url('../fonts/liberationsans-regular-webfont.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
