﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Embedded fonts */
@font-face {
	font-family: 'QuicksandLight';
	src: url('embedded-fonts/Quicksand_Light-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Light-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Light-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Light-webfont.svg#webfontdSscXrwb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandLightOblique';
	src: url('embedded-fonts/Quicksand_Light_Oblique-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Light_Oblique-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Light_Oblique-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Light_Oblique-webfont.svg#webfontL8SOzVOE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBook';
	src: url('embedded-fonts/Quicksand_Book-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Book-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Book-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Book-webfont.svg#webfontQNKLE8Me') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBookOblique';
	src: url('embedded-fonts/Quicksand_Book_Oblique-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Book_Oblique-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Book_Oblique-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Book_Oblique-webfont.svg#webfontdezzUb1h') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('embedded-fonts/Quicksand_Bold-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Bold-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Bold-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Bold-webfont.svg#webfont41HQJ7Rv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBoldOblique';
	src: url('embedded-fonts/Quicksand_Bold_Oblique-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Bold_Oblique-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Bold_Oblique-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Bold_Oblique-webfont.svg#webfontirlyzaXn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandDash';
	src: url('embedded-fonts/Quicksand_Dash-webfont.eot');
	src: local('☺'), url('embedded-fonts/Quicksand_Dash-webfont.woff') format('woff'), url('embedded-fonts/Quicksand_Dash-webfont.ttf') format('truetype'), url('embedded-fonts/Quicksand_Dash-webfont.svg#webfontWxD3UQtx') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Launderette Styles */
body {
	font:12px "GillSansMTPro-Light",tahoma,geneva,sans-serif;
	text-align:justify;
}
#content {
	width:955px;
	height:700px;
	background:url(../img/background/rotate.php) no-repeat;
	margin:0 auto;
	position:relative;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#ff6633;
}
h1 .logo {
	display:block;
	height:137px;
	width:100px;
	text-indent:-9999px;
	background:#fff url(../blog/wp-content/themes/Launderette/img/logoLaunderette.png) no-repeat center 46px;
	margin-left:23px;
	padding:0;
}
#mainNav {
	margin:20px 0 150px 40px;
}
#mainNav li {
	
}
#mainNav li a {
	display:block;
	height:23px;
	width:92px;
	text-indent:-9999px;
	background:url(../blog/wp-content/themes/Launderette/img/bgNav.png) no-repeat -0px 0;
}
#mainNav li a:hover,
body.home #mainNav li a,
body.about #mainNav li.active a {
	background-position:-91px 0;
}
#mainNav li.products a {
	background-position:-0px -92px;
}
#mainNav li.products a:hover,
body.home #mainNav li.products a,
body.products #mainNav li.active a {
	background-position:-91px -92px;
}
#mainNav li.contact a {
	background-position:-0px -46px;
}
#mainNav li.contact a:hover,
body.home #mainNav li.contact a,
body.contact #mainNav li.active a {
	background-position:-91px -46px;
}
#mainNav li.blog a {
	background-position:-0px -23px;
}
#mainNav li.blog a:hover,
body.home #mainNav li.blog a {
	background-position:-91px -23px;
}
#mainNav li.photos a {
	background-position:-0px -69px;
}
#mainNav li.photos a:hover,
body.home #mainNav li.photos a {
	background-position:-91px -69px;
}


/* Products  Landing */
body.products #containcontent {
	background-color:#fff;
	height:470px;
	width:762px;
	position:absolute;
	top:48px;
	left:150px;
	padding:0 0 0 18px;
}
body.productsHome #containcontent {
	width:456px;
	padding-right:306px;
}
.pagetitle {
	background:url(../img/products/title-products.png) no-repeat left 32px;
	border-bottom:1px solid #92C3EB;
	margin-bottom:15px;
	height:61px;
	text-indent:-9999px;
}
#productslist {
	width:456px;
}
#productslist:after,
#containcontent:after,
.productImages:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
#productslist li {
	float:left;
	margin:0 18px 18px 0;
	width:134px;
}
#productslist li a:hover {
	color:#000;
}
.productsmall {
	border:1px solid #92C3EB;
}
.productprice {
	text-align:center;
	display:block;
}
.productprice .name {
	display:block;
	height:15px;
	margin:5px auto 1px;
	text-indent:-9999px;
}
#product-shuffleboard-red .productprice .name,
#product-shuffleboard-tan .productprice .name {
	background:url(../img/products/shuffleboard-dress-title.png) no-repeat;
	width:96px;
}
#product-clipper .productprice .name {
	background:url(../img/products/clipper-dress-title.png) no-repeat;
	width:69px;
}
#product-monte-carlo .productprice .name {
	background:url(../img/products/monte-carlo-bow-tie-title.png) no-repeat;
	width:101px;
}
#product-milton-bird .productprice .name {
	background:url(../img/products/milton-bird-bow-tie-title.png) no-repeat;
	width:90px;
}
#product-road-to-roubaix .productprice .name {
	background:url(../img/products/road-to-roubaix-bow-tie-title.png) no-repeat;
	width:120px;
}

/* Product Detail */
#contentMain {
	float:left;
	width:293px;
	padding-right:9px;
}
#contentGallery {
	float:left;
	width:460px;
}
#contentGallery img {
	border:1px solid #8fc6ed;
	margin:18px 0 0 8px;
}
#contentMain .pagetitle {
	width:auto;
	margin-bottom:8px;
}
body.productShuffleboard .pagetitle {
	background-image:url(../img/products/titleShuffleboard.png);
}
body.productMonteCarlo .pagetitle {
	background-image:url(../img/products/titleMonteCarlo.png);
}
body.productClipper .pagetitle {
	background-image:url(../img/products/title-clipper.png);
}
body.productMiltonBird .pagetitle {
	background-image:url(../img/products/title-milton-bird.png);
}
body.productRoadToRoubix .pagetitle {
	background-image:url(../img/products/title-road-to-roubaix.png);
}
body.productDetail #contentMain .description {
	height:122px;
}
body.productDetail #contentMain form {
	height:123px;
	text-align:left;
}
body.productDetail #contentMain .price {
	margin-bottom:8px;
}
body.productDetail #contentMain .price span {
	font-size:10px;
}
body.productDetail #contentMain .quantity {
	width:20px;
}
body.productDetail #contentMain select
body.productDetail #contentMain .quantity {
	float:left;
}
body.productDetail #contentMain .quantity,
body.productDetail #contentMain select {
	margin-right:2px;
}
body.productDetail #contentMain .size-info {
	float:right;
	margin:7px 3px 0 0;
}
body.productDetail #contentMain .size-info, 
body.productDetail #contentMain #continue {
	font-size:10px;
}
body.productDetail #contentMain #continue {
	float:left;
	margin-top:4px;
}
body.productDetail #contentMain .controls {
	margin-top:13px;
	clear:both;
}
body.productDetail #contentMain .submit {
	margin-right:10px;
	float:left;
}
.productImages li {
	float:left;
	width:138px;
	height:138px;
}
.productImages li.first {
	margin-right:17px;
}
.productImages li img {
	border:1px solid #8fc6ed;
}

/* About  & Contact*/
body.about #containcontent,
body.contact #containcontent {
	position:absolute;
	top:48px;
	left:150px;
}
body.about #containcontent img,
body.contact #containcontent img {
	display:block;
	border:1px solid #fff;
}
