/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

@font-face {
    font-family: HelveticaHeavy;
    src: url(../HelveticaHv.ttf);
    font-weight:400;
}

body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 300;
background: #ccc url('../images/bg.png');
}

/* ============================= */
/* 			FRAMEWORK			 */
/* ============================= */
.container {
padding-bottom:30px;
padding-top:30px;
}
.container p {
color: #fff;
line-height: 100px;
text-align: center;
}

.header {
width: 100%;
max-width: 1140px;
min-width: 730px;
margin: 0 auto;
overflow: hidden;
}

.awning {
background: transparent url('../images/awning-bg.png');
height: 107px;
}

.scallop {
display:block;
float:none;
clear:both;
height:29px;
width:1140px;
background: transparent url('../images/sprite.png') 0 -285px no-repeat;
}

.white {
	background:#fff;
	padding-bottom: 20px;
}

/* ============================= */
/* 			SLIDESHOW			 */
/* ============================= */

#slideshow {
	text-align:center;
	background: #fff;
	padding-bottom:25px;
	padding-top:10px;
}


#slideshow .slides_container {
	max-width:1046px;
	display:none;
	margin: 0 15px;
}

#slideshow .slides_container div {
	width:1046px;
	height:475px;
	display:block;
}
#slideshow .slides_container div div img {
	display:inline-block;
}
.pagination {
	background: #999;
	height: 20px;
	margin: 0 15px;
	width: auto;
	padding-top: 7px;
	padding-left: 43%;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: transparent url(../images/sprite.png) -495px -248px no-repeat;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:-495px -260px;
}


/* ============================= */
/* 			TYPOCGRAPHY			 */
/* ============================= */
.header h1, .header h2, .header h3 {
	font-family: HelveticaHeavy, Helvetica, Arial, "Lucida Grande", sans-serif; 
	color: #fff;
	padding: 0 15px;
}

.header h1 {
	font-size: 300%;
	line-height: 120%;
	font-weight:700;
	padding-top: 2%;
}
.header h2 {
	font-family: 'Great Vibes', cursive;
	font-size: 170%;
	line-height: 110%;
	font-weight:100;
}

.header p.phone {
font-size: 210%;
line-height:130%;
font-weight:bold;
}

.header p.hours {
font-size: 120%;
line-height:100%;
}
.info {
padding-top: 2%;
}
.info p {
	text-align:right;
	margin-right:15px;
}
.nowrap {
	white-space:nowrap;
}
a, a:visited, a:active {
	color:#003399;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* ============================= */
/* 			BELOW SLIDESHOW		 */
/* ============================= */

.copy {
	color:#000;
	text-align:left;
	float:left;
	padding: 0 2em; 
}
.copy h1 {
	color:#000;
	font-size:1.7em;
	line-height:1.7em;
}
.copy p {
	float:left;
	text-align:left;
	color:#000;
	font-size:1em;
	line-height:1.5em;
}
.copy .sewing {
	margin-left:0;
}
.copy.sewing p {
	margin-right:25px;
}
.copy.sewing p.possible {
display:block;
width: 175px;
height:103px;
margin-right:0;
margin-top:2.3em;
background: url(../images/sprite.png) -308px -64px no-repeat;
}
.copy.sewing p.center {
	margin-right:0
}
.copy.sewing img {
	margin-top:2em;
}
.center { text-align: center;}

.row .fourcol.wider {
width:33.75%;
margin-right: 0.8%;
}
.row .twocol.wider {
width: 15.45%;
margin-right: 1.8%;
}
.fivecol {
margin-right:1.5%;
}
.onecol {
margin-right:5%;
}
.mannequin {
display:block;
width:95px;
height:263px;
background: transparent url('../images/sprite.png') -210px -10px no-repeat;
}
.baseboard {
background: transparent url('../images/sprite.png') -1px -412px no-repeat;
height:190px;
padding-top:37px;
}
.copy.footer {
width:93%;
padding-left: 5%;
}
.findus {
float: left;
width: 55%; 
padding-right:5%
}
.map {
width: auto;
float: right;
padding-top: 2%;
padding-right: 2%;
}
.map a {     
display : block;
width : 198px;
height : 142px;
background: transparent url('../images/sprite.png') 0 0 no-repeat;

}
.map a:hover { 
display : block;
width : 198px;
height : 142px;
background-position: 0 -142px;
}

.copy.footer img {
float:right;
margin-top: 15px;
margin-right: 20px;
max-width:100%;
}

#footer p {
text-align:left;
color: #666;
font-size: 0.8em;
line-height: 40px;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited {
color: #666;
text-decoration:underline;
}

#footer a:hover {
text-decoration:none;
}


.copy img.thumb {
	float:left;
	margin: 0 8px 5px 0;
	margin-top:0;
}
.copy h2 {
  color: #000;
  font-size: 1.3em;
  line-height: 2em;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

/* Smaller screens */

@media only screen and (max-width: 1024px) {

	.header {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	.row .eightcol {
	width: 75.4%;
	}
	.row .fourcol {
	width: 20.75%;
	}
	.header h1 {
	padding-top:0;
	}
	.header h2 {
	font-size:200%;
	line-height: 110%;
	padding-bottom: 5px;
	}
	.info {
	text-align: left;
	padding: 0;
	}
	.awning {
	padding: 15px 0 0 0;
	height: 85px;
	}
	.scallop {
	display:block;
	float:none;
	clear:both;
	height:29px;
	width:984px;
	background: transparent url('../images/sprite.png') 0 -322px no-repeat;
	}
	.header p.hours {
	font-size: 150%;
	}
	/* slideshow */
	#slideshow {
		padding-top:15px;
	}
	#slideshow .slides_container {
		width:954px;
		height:433px;
		display:none;
	}
	#slideshow .slides_container div {
		width:954px;
	}
	#slideshow .slides_container div img {
		width:954px;
	}
	.row.white.main {
	padding-bottom:10px;
	}
	.copy.sewing p.possible {
	width:151px;
	height: 92px;
	background-position: -308px -177px;
	}
	.copy.sewing p.center {
	margin-right:0
	}
	.onecol {
	padding-top: 26px;
	}
	.mannequin {
	display:block;
	width:73px;
	height:209px;
	background: transparent url('../images/sprite.png') -526px -69px no-repeat;
	}
	.copy {
	padding: .5em 1em;
	}
	.copy h1 {
	color:#000;
	font-size:1.5em;
	line-height:1.2em;
	padding-bottom:7px;
	}
	.copy.footer{
	padding-left:.5em;
	}
	.copy.footer img {
	margin-top: 10px;
	}
	.copy.footer .findus {
	width: 40%;
	}
	.baseboard {
	padding: 20px 0px 20px 0;
	height:auto;
	background: #e8e8e8 url('../images/footer.png') 650px 50px no-repeat;

	}
	.map {
		float:left;
	}
	.row .sevencol {
	width:auto;
	float:none;
	}
}


/* Mobile: tablet horizontal */

@media only screen and (max-width: 800px) {
	.row .eightcol {
	width: 65.4%;
	}
	.row .fourcol {
	width: 30.75%;
	}
	.onecol {
	display:none;
	}
	.awning {
		height: auto;
	}
	#slideshow .slides_container {
		width:730px;
		height:318px;
		display:none;
	}
	#slideshow .slides_container div {
		width:730px;
	}
	#slideshow .slides_container div img {
		width:730px;
	}
	.baseboard {
		background: #e8e8e8;
	}
	.copy.footer .findus {
	width: 55%;
	}

}

/* Mobile: ipad vertical */

@media only screen and (max-width: 768px) {

	.header h1 {
		font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	#slideshow .slides_container {
		width:700px;
		height:318px;
		display:none;
	}
	#slideshow .slides_container div {
		width:700px;
	}
	#slideshow .slides_container div img {
		width:700px;
	}
	.pagination {
		padding-left: 40%;	
	}
	.copy.footer .findus {
	width: 55%;
	}


}

@media only screen and (max-width: 767px) {

	.container {
	padding:0;
	}
	.container p {
	text-align:left;
	}
	.awning {
	height:auto;
	padding: 15px 0;
	}
	.twelvecol {
	background:#fff;
	}
	.info {
	text-align:left;
	padding:0;
	padding-top:20px;
	}
	.header {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	.scallop {
	display:none;
	background: #fff;
	height: 15px;
	}
	.header h1 {
	font-family:HelveticaHeavy;
	font-size: 350%;
	line-height: 130%;
	padding:0;
	}
	.header h2{
	padding:0;
	}
	#slideshow {
	padding-top:15px;
	}
	#slideshow .slides_container {
		width:700px;
		height:332px;
		display:none;
	}
	#slideshow .slides_container div {
		width:700px;
	}
	#slideshow .slides_container div img {
		width:700px;
	}
	.copy {
	padding: .5em 0em;	
	}
	.copy h1 {
	color:#000;
	font-size:1.5em;
	line-height:1.5em;
	}
	/*.copy.sewing img {
	width:80%;
	}*/
	.copy.sewing p.center {
	margin-right:0;
	}
	.copy.footer {
	padding-left:0;
	}
	.copy.footer img {
	height:auto;
	float:left;
	}
	.baseboard {
	padding-top:20px;
	height:auto;
	background: #fff;
	padding-bottom: 20px;
	}
	.map {
	width:auto;
	float:left;
	padding-right:15px;
	}

}

/* Mobile: tablet vertical */

@media only screen and (max-width: 600px) {
	
	#slideshow .slides_container {
		width:560px;
		height:254px;
		display:none;
		margin-left: 0;
	}
	#slideshow .slides_container div {
		width:560px;
	}
	#slideshow .slides_container div img {
		width:560px;
	}
	.pagination {
		margin:0;
	}
	.copy.footer .findus {
	width: 100%;
	}
	#footer p {
	line-height:1.3em;
	padding-bottom:20px;
	}

}

/* Mobile: iphone 5 horizontal */ 

@media only screen and (max-width: 568px) {

	.header h1 {
		font-size:300%;
	}
	#slideshow .slides_container {
		width:528px;
		height:240px;
		display:none;
		margin-left: 0;
	}
	#slideshow .slides_container div,
	#slideshow .slides_container div img  {
		width:528px;
	}
	#footer p {
	line-height:1.3em;
	padding-bottom:20px;
	}
}

/* Mobile: iphone horizontal */ 

@media only screen and (max-width: 480px) {

	.header h1 {
	font-size: 300%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -1px;
	padding-bottom: 15px;
	}
	.copy.sewing p.center {
	margin-right:0
	}
	#slideshow .slides_container {
	width:440px;
	height:200px;
	display:none;
	margin-left: 0;
	}
	#slideshow .slides_container div,
	#slideshow .slides_container div img {
	width:440px;
	}
	.copy.footer .findus {
	width: 100%;	
	}
	#footer p {
	line-height:1.3em;
	padding-bottom:30px;
	}
}

@media only screen and (max-width: 320px) {

	.header h1 {
	font-size: 300%;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: -1px;
	padding-bottom: 15px;
	}
	#slideshow{
		padding-top:10px;
	}
	#footer p {
		line-height:1.3em;
		padding-bottom:30px;
	}
	.copy.sewing p.center {
		margin-right:0
	}
	#slideshow .slides_container {
		width:280px;
		height:127px;
		display:none;
		margin-left: 0;
	}
	#slideshow .slides_container div {
		width:280px;
	}
	#slideshow .slides_container div img {
		width:280px;
	}
	.pagination {
		padding-left: 28%;
	}
}
@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
}

.hidden {
	text-indent:-9999px;
	height:0;
	display: none;
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}