/*
* 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
==================================================
	#Fonts
	#Reset & Basics
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

/* #Fonts
================================================== */
/* #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: 'Clarendon';
	font-weight: normal;
	src: url('../fonts/27E3C8_0_0.eot');
	src: url('../fonts/27E3C8_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/clarendonlight.svg#clarendon_btlight') format('svg'),	
		url('../fonts/27E3C8_0_0.woff') format('woff'),
		url('../fonts/27E3C8_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Clarendon_en';
	font-weight: normal;
	src: url('../fonts/27E3C8_0_0.eot');
	src: url('../fonts/27E3C8_0_0.eot?#iefix') format('embedded-opentype'),
		url('../fonts/clarendonlight.svg#clarendon_btlight') format('svg'),	
		url('../fonts/27E3C8_0_0.woff') format('woff'),
		url('../fonts/27E3C8_0_0.ttf') format('truetype');
}

@font-face {
	font-family: 'P22Monet';
	src: url('../fonts/P22Monet-RegWeb.eot');
	src: url('../fonts/P22Monet-RegWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/P22Monet-RegWeb.woff') format('woff');
  font-weight: bold;
}
@font-face {
	font-family: 'P22Monet_en';
	src: url('../fonts/P22Monet-RegWeb.eot');
	src: url('../fonts/P22Monet-RegWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/P22Monet-RegWeb.woff') format('woff');
  font-weight: bold;
}
*/

@font-face {font-family: 'ClarendonBT-Light';src: url('../fonts/2E8434_0_0.eot');src: url('../fonts/2E8434_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_0_0.woff2') format('woff2'),url('../fonts/2E8434_0_0.woff') format('woff'),url('../fonts/2E8434_0_0.ttf') format('truetype'),url('../fonts/2E8434_0_0.svg#wf') format('svg');}
@font-face {font-family: 'ClarendonBT-Roman';src: url('../fonts/2E8434_1_0.eot');src: url('../fonts/2E8434_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_1_0.woff2') format('woff2'),url('../fonts/2E8434_1_0.woff') format('woff'),url('../fonts/2E8434_1_0.ttf') format('truetype'),url('../fonts/2E8434_1_0.svg#wf') format('svg');}

@font-face {font-family: 'Clarendon';src: url('../fonts/2E8434_0_0.eot');src: url('../fonts/2E8434_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_0_0.woff2') format('woff2'),url('../fonts/2E8434_0_0.woff') format('woff'),url('../fonts/2E8434_0_0.ttf') format('truetype'),url('../fonts/2E8434_0_0.svg#wf') format('svg');}
@font-face {font-family: 'Clarendon_en';src: url('../fonts/2E8434_0_0.eot');src: url('../fonts/2E8434_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_0_0.woff2') format('woff2'),url('../fonts/2E8434_0_0.woff') format('woff'),url('../fonts/2E8434_0_0.ttf') format('truetype'),url('../fonts/2E8434_0_0.svg#wf') format('svg');} 

@font-face {font-family: 'P22Monet';src: url('../fonts/2E8434_2_0.eot');src: url('../fonts/2E8434_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_2_0.woff2') format('woff2'),url('../fonts/2E8434_2_0.woff') format('woff'),url('../fonts/2E8434_2_0.ttf') format('truetype'),url('../fonts/2E8434_2_0.svg#wf') format('svg');}
@font-face {font-family: 'P22Monet_en';src: url('../fonts/2E8434_2_0.eot');src: url('../fonts/2E8434_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E8434_2_0.woff2') format('woff2'),url('../fonts/2E8434_2_0.woff') format('woff'),url('../fonts/2E8434_2_0.ttf') format('truetype'),url('../fonts/2E8434_2_0.svg#wf') format('svg');}


@font-face {
	font-family: 'AdvertRough';
	src: url('../fonts/AdvertRoughWeb-Three.eot');
	src: url('../fonts/AdvertRoughWeb-Three.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/AdvertRoughWeb-Three.woff') format('woff');
	font-style: normal;
}


/** Generated by FG **/
@font-face {
	font-family: 'MinionPro';
	src: url('../fonts/MinionPro-Regular.eot');
	src: local('☺'), url('../fonts/MinionPro-Regular.woff') format('woff'), url('../fonts/MinionPro-Regular.ttf') format('truetype'), url('../fonts/MinionPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*Generated by monkey.fhtagn*/
@font-face {
    font-family: 'PerfectIcons';
    src: url('../fonts/perfect-icons.eot');
    src: url('../fonts/perfect-icons.eot?#iefix') format('embedded-opentype'),
         url('../fonts/perfect-icons.woff') format('woff'),
         url('../fonts/perfect-icons.ttf') format('truetype'),
         url('../fonts/perfect-icons.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Typography
================================================== */
	
	em { font-style: italic; }
  p b { font-weight: bold; }
	strong { font-weight: bold; color: #333; }
	h3 small { font-size: 16px;}
	small { font-family: 'PerfectIcons'; font-size:14px; display:inline}
	small a {text-decoration: none}
	.centered { text-align:center;}
	.centered h3 { line-height: 22px}

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #BCBEC0; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	#content ul ul, #content ul ol,
	#content ol ol, #content ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	#content ul ul li, #content ul ol li,
	#content ol ol li, #content ol ul li { margin-bottom: 6px; }
	#content li { line-height: 18px; margin-bottom: 12px; }
	#content ul.large li { line-height: 21px; }
	#content li p { line-height: 21px; }

/* #Images
================================================== */

	.four p img, img.size-full, img.scale-with-grid {
		width: 100%;
		max-width: 100%;
		height: auto;
	}


/* #Buttons
================================================== */
  #comments .form-submit {
    height:40px;
  }
	#comments .form-submit input, .contact-form input[type="submit"] {
		float: right;
		text-transform: uppercase;
	  	font-family: "AdvertRough", Helvetica, Arial, sans-serif;
	  	background: none;
	  	border: none;
	  	font-size: 18px;
	  	padding-left: 0 !important;
		  padding-right: 0 !important;
	  	cursor: pointer;
	}
  .chromeWin #comments .form-submit input, .chromeWin .contact-form input[type="submit"]{
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);    
  }
  #comments .form-submit input:hover, .contact-form input[type="submit"]:hover {
    color:#bcbeb0;
  }
  .chromeWin #comments .form-submit input:hover, .chromeWin .contact-form input[type="submit"]:hover {
    -webkit-text-stroke: 1px rgba(188, 190, 192, 0.4);  
  }
  .location .button,
	.store-content .button,
	.contact-form .button,
	.contact-form button,
	.contact-form input[type="reset"],
	.contact-form input[type="button"] {
	  background: #282828;
	  border: none;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  color: #fcfcfc;
	  display: inline-block;
	  font-size: 11px;
	  line-height: 11px;
	  text-decoration: none;
	  text-align: center;
	  cursor: pointer;
	  margin-bottom: 20px;
	  padding: 8px 0 6px;
	  text-transform: uppercase;
	  font-family: "AdvertRough", Helvetica, Arial, sans-serif;
	  width:100%; }
  .chromeWin .location .button,
	.chromeWin .store-content .button,
	.chromeWin .contact-form .button,
	.chromeWin .contact-form button,
	.chromeWin .contact-form input[type="reset"],
	.chromeWin .contact-form input[type="button"] {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);    
  }
  .location .button:hover,
	.store-content .button:hover,
	.contact-form .button:hover,
	.contact-form button:hover,
	.contact-form input[type="reset"]:hover,
	.contact-form input[type="button"]:hover {
		color: #222;
		background: #ddd;
	}
	.store-content .button:active,
	.contact-form .button:active,
	.contact-form button:active,
	.contact-form input[type="reset"]:active,
	.contact-form input[type="button"]:active {
		background: #ccc; /* Old browsers */
	}

	.contact-form .button.full-width,
	.contact-form button.full-width,
	.contact-form input[type="reset"].full-width,
	.contact-form input[type="button"].full-width, {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	.contact-form button::-moz-focus-inner,
	.contact-form input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */
	.contact-page label {
		display: block;
		margin-bottom:10px;
		font-size: 13px;
	}
	.contact-form form {
		margin-bottom: 20px; }
	.contact-form fieldset {
		margin-bottom: 20px; }
  #commentform input[type="text"],
	.contact-form input[type="text"],
	.contact-form input[type="password"],
	.contact-form input[type="email"],
  #comments textarea,
	.contact-form textarea,
	.contact-form select {
		padding: 6px 2%;
		border: none;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "Clarendon", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 96%;
		display: block;
		margin-bottom: 20px;
		font-weight: normal;
		background: #fff; }
	
	.contact-form textarea {
		min-height: 90px;
		width: 98% !important;
		padding-left: 1% !important;
		padding-right: 1% !important;
	}
	.contact-form label,
	.contact-form legend {
		display: block;
		font-size: 13px;  }
	.contact-form select {
		width: 220px; }
	.contact-form input[type="checkbox"] {
		display: inline; }
	.contact-form label span,
	.contact-form legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.location-in-menu { margin-bottom: 8px !important; margin-top: -3px !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { padding-top: 30px !important;}
	.absolute-bottom { bottom:0; position: absolute !important;}

    
	.finder input::-webkit-input-placeholder { color: #000; }
	.finder input:-moz-placeholder { color: #000; }
	.finder input::-moz-placeholder { color: #000; }
	.finder input:-ms-input-placeholder { color: #000;}
  .finder input:hover { outline:0px solid #FFF9E8 !important; } 
  .finder input:hover::-webkit-input-placeholder { color: #BCBEC0; width:50px; }
	.finder input:hover:-moz-placeholder { color: #BCBEC0; }
	.finder input:hover::-moz-placeholder { color: #BCBEC0; }
	.finder input:hover:-ms-input-placeholder { color: #BCBEC0;}
  .chromeWin .finder input:hover::-webkit-input-placeholder { -webkit-text-stroke: 1px rgba(188, 190, 192, 0.4);   }
	.chromeWin .finder input:hover:-moz-placeholder { -webkit-text-stroke: 1px rgba(188, 190, 192, 0.4);   }
	.chromeWin .finder input:hover::-moz-placeholder { -webkit-text-stroke: 1px rgba(188, 190, 192, 0.4);   }
	.chromeWin .finder input:hover:-ms-input-placeholder { -webkit-text-stroke: 1px rgba(188, 190, 192, 0.4);  }
  div.bottom #find-location input:focus, #find-location input:focus {
    width: 20em;
  }
  .two #find-location input:focus {
    width: 13em;
  }

	


