﻿/* ================================================================== */
/* === City Creek Candles Styles ================================ */
/* ================================================================== */

/****************************************
    Use Site.css for custom styles
****************************************/

/* Reset */
* {
	margin: 0;
	border: 0;
	padding: 0;
	vertical-align: baseline;
	color: #666;
}
/* HTML5 reset */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Proper box model */
*, *:after, *:before {
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* General styles */
::-moz-selection {
 background: #000;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
* {
	outline: none!important
}
a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
b, strong {
	font-weight: bold
}
 @import url("//hello.myfonts.net/count/272fbb");
@font-face {
	font-family: 'AmericanaTL-ExtraBoldCn';
	src: url('webfonts/272FBB_0_0.eot');
	src: url('webfonts/272FBB_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/272FBB_0_0.woff') format('woff'), url('webfonts/272FBB_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'AmericanaTL-Italic';
	src: url('webfonts/272FBB_1_0.eot');
	src: url('webfonts/272FBB_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/272FBB_1_0.woff') format('woff'), url('webfonts/272FBB_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'AmericanaTL-Roman';
	src: url('webfonts/272FBB_2_0.eot');
	src: url('webfonts/272FBB_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/272FBB_2_0.woff') format('woff'), url('webfonts/272FBB_2_0.ttf') format('truetype');
}
@font-face {
	font-family: 'AmericanaTL-Bold';
	src: url('webfonts/272FBB_3_0.eot');
	src: url('webfonts/272FBB_3_0.eot?#iefix') format('embedded-opentype'), url('webfonts/272FBB_3_0.woff') format('woff'), url('webfonts/272FBB_3_0.ttf') format('truetype');
}
@font-face {
	font-family: 'AmericanaTL-ExtraBold';
	src: url('webfonts/272FBB_4_0.eot');
	src: url('webfonts/272FBB_4_0.eot?#iefix') format('embedded-opentype'), url('webfonts/272FBB_4_0.woff') format('woff'), url('webfonts/272FBB_4_0.ttf') format('truetype');
}
blockquote {
}
button {
	cursor: pointer;
}
caption, th, td {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h1 {
	font-weight: normal;
	text-transform: uppercase
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
i, em {
	font-style: italic
}
img {
	border: 0;
}
ul {
	list-style: none;
}
p {
	margin: 0 0 1em 0;
}
body {
	font: 13px/21px 'AmericanaTL-Roman', serif;
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
}
textarea {
	resize: none;
}
/*==== Floats ====*/
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clear {
	clear: both;
}
/*Clearfix Hack*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/*==== Wrapper ====*/
.wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
body {
	background: url(../images/bodybg.jpg) repeat;
	color: #565759;
}
/*========================== HEADER STYLES ==========================*/
.header {
	background: #fff;
	padding: 15px 0;
	font-family: Verdana, Geneva, sans-serif
}
/*==== Logo ====*/
.site-title h1 a {
	background: url(../images/logo.png) no-repeat left top;
	width: 179px;
	height: 61px;
	display: block;
	text-indent: -99999px;
}
/*==== HEADER Middle Section ====*/
.header-nav {
	float: right;
}
.header-nav ul li, .social-icons li, .mainmenu ul li, .footer ul li {
	float: left;
}
.header-nav ul li {
	margin-left: 40px;
}
.header-nav ul li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #565759;
}
/*==== HEADER Right Sections ====*/
.header-right {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
.social-icons {
	overflow: hidden;
	float: right;
	text-align: left;
}
.social-icons li {
	margin-right: 20px;
}
.social-icons li:last-child {
	margin-right: 0;
}
.social-icons a {
	display: block;
	text-indent: -99999px;
	background: url(../images/sprites.png) no-repeat 0 0;
	width: 10px;
	height: 20px;
	opacity: 0.7;
	overflow: hidden;
}
.social-icons a:hover {
	opacity: 1;
}
.social-icons a.google-icon {
	background-position: -32px 0;
}
.social-icons a.twitter-icon {
	background-position: -60px 0;
	width: 16px;
}
.social-icons a.youtube-icon {
	background-position: -91px 0;
	width: 12px;
}
.social-icons a.pinterest-icon {
	background-position: -119px 0;
}
.header-cart {
	text-align: right;
	text-transform: uppercase;
	overflow: hidden;
	clear: right;
}
.header-cart p {
	margin-bottom: 3px;
}
.header-cart a {
	margin-left: 20px
}
/*========================== NAVIGATION STYLES ==========================*/
.mainmenu {
	background: #fff;
	margin: 10px 0;
}
.mainmenu ul {
	margin:0 0 0 5px;
}
.mainmenu ul ul{
	margin-left:0;
}
.mainmenu ul li{
	position:relative;
	margin-right:1px;
}
.mainmenu ul li li{
	margin-right:0;
}
.mainmenu ul li a {
	font-family: 'AmericanaTL-Roman', serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 26px;
	display: block;
	white-space:nowrap;
}
.mainmenu .menu-sub li a {
	color: #267348;
}

.mainmenu ul li:hover > a, .mainmenu ul li a.current {
	background: #dacec2;
}

.menu-sub {
	display: none;
	position: absolute;
	background: #dacec2;
	z-index: 99;
	overflow:hidden;
	padding-top:10px
}
.menu-col{
	display:table-cell;
	width:200px;
	padding:0 10px;
}
.menu-col ul{
	margin-bottom:15px;
}
.mainmenu .menu-sub{border:5px solid #fff;border-top:0}
.mainmenu .menu-col li a,
.secondary-nav .menu-col li a{
	font-size: 11px;
	font-family:Verdana, Arial;
}
.mainmenu .menu-col li a{
	font-weight:bold;
}
.mainmenu .menu-col li li a{
	font-weight: normal;
	color:#666;
}
.mainmenu ul li:hover > .menu-sub {
	display:block;
	left:-5px;
	top:100%;
}
.mainmenu ul li li a{
	text-transform:none;
	padding:0px 10px;
}
.mainmenu .menu-col ul a:hover,
.footer ul li a:hover {
	text-decoration:underline;
}

/*========================== MAINBODY STYLES ==========================*/
.main-contents .wrapper {
	background: #fff;
	padding: 5px;
}
/*First Columns */
.first-column {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: -0.020em;
	width: 135px;
	margin-right: 5px;
}
.secondary-nav {
	background: #dacec2;
}

.secondary-nav ul li:hover > .menu-sub {
	display: block;
	left: 100%;
	top: -5px;
	border: 5px solid #fff;
}
.secondary-nav,
.mainmenu ul li li {
	float: none;
	position: relative;
}
.secondary-nav ul li a {
	color: #267348;
	text-decoration: none;
	font: bold 11px Verdana, Arial;
	display: block;
	padding: 5px;
	white-space: nowrap;
}
.secondary-nav ul li:hover {
	background: #c3b29f;
}
.secondary-nav .menu-sub ul li:hover{
	background:none;
}
.secondary-nav .menu-sub ul li a{
	color:#666;
}
.secondary-nav .menu-sub .menu-col ul li a{
	font-weight:bold;
}
.secondary-nav .menu-sub .menu-col ul li li a{
	font-weight:normal;
	color:#666;
}
.secondary-nav .menu-sub ul li a:hover{

}
.secondary-nav .menu-sub ul li a,
.secondary-nav .menu-sub ul li li a:hover{color: #267348;}
.secondary-nav .menu-sub ul li a:hover{
	text-decoration:underline;
}
.block {
	margin-bottom: 5px;
}
.block a{
	display:block;
	overflow:hidden;
}
.block a img{
	float:left;
}
.whereto {
	background: #fff;
	border: 4px solid #565759;
	padding: 2px;
}
.whereto p {
	margin-bottom: 2px
}
.inner {
	border: 1px solid #565759;
	padding: 3px;
}
.inner h3, .right-column h3 {
	background: #277349;
	color: #fff;
	font: bold 11px/normal Verdana, Geneva, sans-serif;
	padding: 5px 2px;
}
.inner h3 a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
}
.inner h3 a:hover {
	text-decoration: underline;
}
/*Middle Columns */
.main-column {
	width: 705px;
}
/*Third Columns */
.right-column {
	width: 110px;
	font-family: Verdana, Geneva, sans-serif;
}
.right-column h3 {
	background: #6c9870;
}
/*Lowerbody */
.lowerbody {
	margin-top: 20px;
}
.lowerbody h2 {
	/*font: 48px 'Allura', cursive;
	color: #267348;
	text-transform: capitalize;*/
	margin-bottom: 10px;
	margin-left:-50px;
}
.lowerbody .intro-text {
	margin-left: 102px;
	margin-right:20px;
}
/*========================== FOOTER STYLES ==========================*/
.footer {
	font-size: 12px;
}
.footer .wrapper {
	background: #fff;
	padding: 5px 10px;
	margin: 10px auto;
}
.footer p {
	margin-bottom: 0;
}
.footer ul li a {
	text-decoration: none;
	margin-right: 12px;
	font-size: 12px;
}
/*========================== Product Page STYLES ==========================*/
.product-list li {
	width: 112px;
	text-align: center;
	float: left;
	margin-right: 5px;
	min-height: 230px;
}
.product-list li:last-child {
	margin-right: 0;
}
.product-list li a {
	text-decoration: none;
}
.product-list li a:hover {
	text-decoration: underline;
}
