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

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

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

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

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

	/* Desktop 1900 (devices and browsers) */
	@media only screen and (max-width: 1920px) {
		#header {
					float:right;
					margin-right: 20px;
					width: 450px;
					}
			
	
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#header {
					float:right;
					width: auto;
					display: none;
				}
				
		#header div.block-menu {
					width:auto;
					float:right;
			}
	
		#topLogo {
			margin: 4% 0% 0% 0%; 
			padding: 0px;
			max-width: 40%;
		}
		
	    #contentPortalFoundation {
					width: auto;
					margin: 1.85%;
				}
				
				#contentPortalFoundation.cart {
						margin: 0% 5% 0% 0%;
							width: auto;
				}
				
	    #contentPortal p.service {
				margin-left: 0px;
				padding-left: 0px;
				width: 90%;
			}
			
	     #theCart #cartHeaderImage {
	     		width: 98%;
	     		
	     }

			#cart-form-products {
				width: auto;
				margin: -20px 0px 0px 0px;
				
			}
		
			#cart-form-products td.qty input {
					width: 15px;
				
					}
}			


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
				#header {
					float:left;
					width: auto;
				
					}
}


	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		#header {
				float:left;
				width: auto;
				margin-bottom: 25px;
						}
}
				
				

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
				#header {
					float:left;
					width: auto;
					}
					
			#lo {
					display: none;
					}
				
			#leftBar {
					 display: none;
					}
					
			#searchBox {
					display:none;
					}

}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			#header {
					float:left;
					width: auto;
					}
					
			#lo {
					display: none;
					}
				
			#searchBox {
					display:none;
					}
				
			#leftBar {
					 display: none;
					}
					
			#leftBar ul.leftLowerLinks {
			    display: none;
					}

			#contentPortalFoundation {
					width: auto;
					margin: 3.15%;
				}
				
			#contentPortal p.service {
				margin-left: 0px;
				padding-left: 0px;
				width: 90%;
			}
			
			
			#cart-form-products td.remove input{
				width: 45px;
				padding: 0px;	
				font-size: .25em;
			}
			
			#theCart {
					margin: 10px 0px 0px 6px;
			}
			
			#cart-form-products td.qty {
				
			}
}



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