/*  
Theme Name: Clearshop
Version: 1.2.1
Description: Boxed layout
*/


body {
	background: #FFF url(../images/patterns/5.png);
}

#supercontainer {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 0 36px;
	border: 1px solid #eee;
	border-width: 0 1px;
}
body.fixed.boxed_skin .container {
   width: auto !important;
}
#thickbar { margin: 0 -36px; }

#footerpre { border: 1px solid #ddd; }
	#footerpre .container { border: 0; }
		#footerpre .contact .inner { padding-left: 20px; }

#footerpre, #footer { background: transparent; }
#footend{ background-color: #777;}

/* Large screens */
@media only screen and (min-width:1200px){ 
	body.responsive-large #supercontainer {
		width: 1200px;
	}
}

/* Smaller than standard 960 */
@media only screen and (max-width: 979px) {

	body { 
		background: #fff !important; 
	}

	#supercontainer {
		width: auto;
		padding: 0;
		border: 0;
	}

	#thickbar { margin: 0; }

	#pre .contact .inner { padding-left: 0; }
}
@media only screen and (min-width: 768px){
	#outernav, #header { border-bottom: 0;}
	.navbar { border-bottom:1px solid #eee; }
}
