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



/* Instagram Styles
================================================== */
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-48 { width: 48px; height: 48px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-48 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-48@2x.png); background-size: 60px 178px; } }



/* #Site Styles
================================================== */
	.fr{ float: right;}
	.fl{ float: left;}
	
	.splash-centered {
		margin: 0 auto;
	  /*position: fixed;
	  top: 50%;
	  left: 50%;
	  margin-top: -302px;
	  margin-left: -360px;*/
	}

/* #Page Styles
================================================== */
	body{
		background-color: rgb(190, 190, 190);;
	}
	
	.container{
		background-color: white;
	}
	
	.header{
		margin: 0;
		padding: 0;
		
	}
	
	.header img{
		margin: 0;
		padding: 0;
	}
	
	body.splash{
		background-color: black;
	}
	
	body, h1, h2, h3, h4, p {
	   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	   font-weight: 400;

	}

	h1, h3, h4{
		color: #CC0033;	
	}

	h1{
		font-size: 2.0em;
		font-weight: 800;
	}
	
	h2{
		color:  black;
		font-size: 1.2em;
		font-weight: 800;
		margin: 0 0 0 0;
		
	}

	img{
		padding: 0 10px 0 10px;
	}
	
	.warning{
		color: red;
	}

	.footer hr{
		margin-bottom: 0%;
	}

	

	.copyright-notice{
		margin-top:  0%;
		float: right;
		font-size: 0.8em;
		
	}
	
	iframe.fb{
		border:none; width:100%; height:30px;
	}
	
	.side-menu ul
	{
		list-style-type: none;
		padding: 0;
		margin: 1em 0 0 0;
		text-align: right;
	}
	
	.side-menu li{
		padding-right: .0em;	
	}
	
	.side-menu a{
		font-weight: bold;
		font-size: 1.1em;
		text-decoration: none;
		color: #CC0033;
	}
	
	a.button{
		margin: 0;
		padding: 5px;
	}
	
	a.facebook{
		color:  blue;
	}
	
	a.youtube{
		color: red;
	}
	
	ul.gallery{
		
	}
	
	ul.gallery li{
		display: inline-block;

		width: 85px;
		height: 85px;
	}
	
	ul.gallery li a{
		text-decoration: none;	
		/*width: 90px;
		height: 90px;*/
	}
	
	ul.gallery li img{
		padding: 0;
		margin: 0;
	}
	
	a.button{	
		color: #686868;
	}

	a.button span.big{	
		font-size: 2em;
		
	}

	a.button span.small{	
		font-size: 0.7em;
		color: #696969;
	}
	
	

/* #Lightbox Styling
================================================== */
	
	#lightbox{
		background-color:#eee;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		}
	#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
		}	
	#lightboxCaption{ float: left; }
	#keyboardMsg{ float: right; }
	#closeButton{ top: 5px; right: 5px; }
	
	#lightbox img{ border: none; clear: both;} 
	#overlay img{ border: none; }
	
	#overlay{ background-image: url(overlay.png); }
	
	* html #overlay{
		background-color: #333;
		back\ground-color: transparent;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
		}

.deskop-display{
	display: inline;
}

.mobile-display{
	display: none;
	
}

nav a#pull {  
    display: none;  
} 


.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
.clearfix {  
    *zoom: 1;  
}  

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.deskop-display{
			display: inline;
		}
		
		.mobile-display{
			display: none;
			
		}
	
	}
	
	
	
	/* 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) {
		.deskop-display{
			display: none;
		}
		
		.mobile-display{
			display: inline;
		}
		
		.head-shot, .mobile-flush{
			margin-left: 0;
			padding: 0;
			
		}
		
		p{
			padding: 5px 10px;
		}
		
	}
	
	@media only screen and (max-width: 767px){
		h1, h2, input{
			margin-left: 10px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.deskop-display{
			display: none;
		}
		
		.mobile-display{
			display: inline;
		}
		
		.mobile-image{
			/*width: 90%;*/
			margin: 0 auto;
			display: block;
		}
		
		.head-shot, .mobile-flush{
			margin-left: 0;
			padding: 0;
			
		}
		
		p{
			padding: 5px 10px;
		}
		
		

	}
	
	/* MOBILE MENU */
		@media only screen and (max-width: 767px) {
			
			.mobile-do-not-show{
				display: none;
			}
			
			.header{
				height: auto;
				background-color: #000;
			}
			
			nav {   
		        height: auto; 
		         
		    }  
		    nav ul {  
		        width: 100%;  
		        display: block;  
		        height: auto;  
		        background-color: #000;
		        margin-top: 0 !important; 
		        margin-bottom: 0 !important;
		    }  
		    nav li {  
		        width: 100%;  
		        float: left;  
		        position: relative;
		        background-color: #000; 
		        margin-bottom: 10px; 
		    }  
		    nav li a {  
		        /*border-bottom: 1px solid #576979;  */
		        /*border-right: 1px solid #576979;  */
		        margin: 0 auto;
		        display: block;
		    }  
		    nav a {  
		        text-align: left;  
		        width: 100%;  
		        text-indent: 25px;  
		    }  
			
			/* MENU */
			
			nav {  
			     border-bottom: 0;  
			     
			}  
			nav ul {  
			    display: none;  
			    height: auto;  
			}  
			nav a#pull {  
			    display: block;  
			    background-color: #000;  
			    width: 100%;  
			    position: relative; 
			    height: 30px; 
			    /*padding-left: 10px;*/
			    color: #f4db9a;
			    
			}  
			nav a#pull:after {  
			    content:"";  
			    background: url('../img/nav-icon.png') no-repeat;  
			    width: 30px;  
			    height: 30px;  
			    display: inline-block;  
			    position: absolute;  
			    right: 5px;  
			    top: 3px;  
			}  
			
		}
	


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