/*
Theme Name: [studionashvegas] core theme
Theme URI: http://www.studionashvegas.com
Author: Mitch Canter | [studionashvegas]
Author URI: http://www.studionashvegas.com
Github Theme URI: https://github.com/studionashvegas/SNV-Core-Theme
Description: Core Theme for [studionashvegas]'s clients.
Version: v1.0
License: http://www.opensource.org/licenses/mit-license.php.
Tags: Responsive, grid, mobile, framework, bare-bones

This theme is built from a core theme developed by [studionashvegas], based on the Skeleton Responsive Framework.
*/

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

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

/* #WordPress Styles
================================================== */

	/*===Header Styles===*/
	#header{padding-bottom: 20px}
	.site-title{margin-top: 40px; font-size: 60px;font-weight: bold}
	.logo h5{font-style: italic}
	a.logo{text-decoration: none} /*can replace with an image*/
	
	/*===Menu Styles===*/
	.menu{margin: 0 !important; padding: 0; list-style: none;position: relative}
	.menu li{display: block; float: left}
	.menu a{padding: 12px; text-decoration: none;display: block;}
	.menu a:hover{background: black;color: white}
        #navigation, #navigation .sixteen{height: 42px !important;}
	#navigation .menu ul{background: white; z-index: 9999; width: 125px; position: absolute; left: -999em; margin: 0; padding: 0px !important}
	#navigation .menu ul li{display: block; margin: 0px; width: 125px}
        #navigation .menu ul li a{display: block; width: 105px}
	#navigation .menu li:hover ul {left: auto;}

    /*===Mobile Menu Styles==*/
	nav select {display: none;}
	@media only screen and (max-width: 767px) {
	#navigation{padding-top: 20px}
	#navigation ul { display: none; }
        #navigation select { display: inline-block; width: 100%; }
    }
	
	/*===Main Content Styles===*/
        #content, #footer_widgets, #footer{padding-top: 20px}
	#content, #footer_widgets{padding-bottom: 0px; clear:both}
        #nav-below {margin-bottom: 20px}
	#footer_widgets .widget{margin-bottom: 10px}
	#footer_widgets .widget-1,
	#footer_widgets .widget-5,
	#footer_widgets .widget-9{
		margin-left: 0px; 
		clear:both;
	} 
	
	#footer_widgets .widget-4,
	#footer_widgets .widget-8,
	#footer_widgets .widget-12{
		margin-right: 0px;
	}

	h2.page-title{font-size: 24px; font-weight: bold;margin-bottom: 20px}

	/*===Post Styles===*/
	h3.post-title{font-weight: bold; font-size: 36px}
	a.title-link{text-decoration: none}
        img.alignleft{margin-right: 10px}
	img.alignright{margin-left: 10px}
	code, pre{font-family: Courier New, Courier, Monospaced}
	.post{margin-bottom: 50px}
        img.attachment-blog-thumbnail{float: left; margin-right: 10px; padding: 10px; border: 1px solid black}
	
	/*===Sidebar Styles===*/
	h4.widgettitle{font-weight: bold}
	.widget{margin-bottom: 25px}
	
/* #Page Styles
================================================== */

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

	/* 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) {}

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

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

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


/* #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; }
*/