/*
Theme Name: Spectacular Optical Store
Theme URI: hhttp://www.spectacularoptical.ca/
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
.clearer {
	width: 1px;
	height: 1px;
	clear: both;
	visibility: hidden !important;
	margin: 0;
	border: 0;
	padding: 0;
	_display: none;
	_position: relative;
	_left: -9999px;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('font/bebasneue-webfont.eot');
    src: url('font/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue-webfont.woff') format('woff'),
         url('font/bebasneue-webfont.ttf') format('truetype'),
         url('font/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 0.5px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('images/background.jpg');
	background-position: top center;
	*background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #eeeeee;
}
html, body {
    height: 100%;
}

h1, h2, h3 {
	letter-spacing: 1px;
	color: #99ff00;
	font-weight: 400;
	font-family: "bebas_neueregular", Arial, sans-serif;
	text-transform: uppercase;
}

h1, h2 {
	font-size: 26px !important;
	margin-bottom: 12px;
}
h3 {
	font-size: 22px !important;
}

p {
	display: block;
	line-height: 17px;
	margin-bottom: 10px;
}

a, a:visited {
	color: #99ff00;
	_position: relative; /* Fixes IE issue with PNGFix */
}

a:hover {
	_cursor: pointer; /* Fixes IE issue with PNGFix */
}

#wrapper {
	width: 960px;
	display: block;
	margin: 0 auto 15px auto;
	padding: 0 10px;
	text-align: left;
	position: relative;
	background-color: #171819;
}

#wrapper .wrapper {
	width: 940px;
}

/**
 * Header
**/

#header {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	height: 135px;
}


#header a {
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	height: 120px;
	width: 940px;
}

/**
 * Menu
**/
#toolbar {
	width: 940px;
	height: 35px;
	position: relative;
	display: block;
	background-image: url('images/mainmenu_fx.png');
	background-repeat: repeat-x;
	z-index: 4;
	background-color: #171819;
	color: #99ff00;
}

#toolbar .color {
	display: block;
	width: 940px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

#mainmenu {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 32px;
}

#mainmenu .menu {
	margin: 0 auto;
	display: block;
	text-align: right;
	height: 32px;
	padding: 0;
	float: left;
	width: 100%;
}

#mainmenu .menu li {
	float: left;
	background-image: url('images/mainmenu_vr.png');
	background-position: left 5px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
	height: 33px;
}

#mainmenu .menu li:first-child {
	background-image: none;
}

#mainmenu .menu li a {
	display: block;
	height: 28px;
	text-decoration: none;
	text-align: left;
    font-size: 20px !important;
    font-family: "bebas_neueregular", Arial, sans-serif !important;
    padding: 6px 15px 0 13px !important;
	color: #99ff00;
}

#mainmenu .menu li a span {
	display: block;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 2px solid;
}
#mainmenu .menu li:hover a, .sub-menu {
	background-color: #131313;
}




#content-wrap {
	padding: 15px 15px 40px;
	clear: both;
}




/* SHOP
*******************/

/* Shop Home */
.grid-title {
    background: #478B16;
}
.grid-title h1,
.grid-title h2 {
    color: #fff;
    padding:5px 10px;
}
.grid-title span {
    color: #99ff00;
}
.grid-title .view-products {
    float: right;
    text-decoration: none;
    color: #fff;
}
hr {
    border-color: #444 !important;
}
.product-cat-list {
    margin-bottom: 10px;
}
.product-cat-list li {
    display: inline-block;
    background-image: url('images/mainmenu_vr.png');
    background-position: left 5px;
    background-repeat: no-repeat;
}
.product-cat-list li:first-child {
    background-image: none;
}
.product-cat-list li a {
    display: block;
    color: #eeeeee;
    padding: 6px 13px 2px 13px;
    text-decoration: none;
}
.product-cat-list li a:hover {
    text-decoration: underline;
}
.product-cat-list li:first-child a {
    padding-left: 0;
}

.products .product {
	background: #000;
}
.shop_table td {
	border: 1px solid #666;
}
.shop_table th {
	background: #666;
	color: #fff;
	border: 1px solid #666;
}
#customer_details{
	margin-bottom: 40px;
}

#mainmenu .menu li.wpmenucartli {
	float: right;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 33px;
}
#mainmenu .menu li.wpmenucartli a {
	display: inline-block;
	height: 28px;
	padding: 9px 15px 0 13px;
	text-decoration: none;
	text-align: right;
	font-size: 15px;
}
#mainmenu .menu li.wpmenucartli a span {
display: inline-block;
font-size: 15px;
padding-bottom: 3px;
}

/*WOO overrides */
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
	height: 3em;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
padding: 1em !important;
margin: 0 0 2em !important;
-webkit-border-radius: 0 !important;
border-radius: 0px !important;
background: none !important;
color: #f2fde7;
text-shadow: none !important;
width: auto;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-top: 2px solid #ccc !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
		display: none !important;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
	color: #fff !important;
}
.woocommerce #payment, .woocommerce-page #payment {
	background: #000 !important;
}
.upsells,
.related {
	display: none !important;
}
.products .product {
    padding-bottom: 10px !important;
}
.products .product h3 {
    height: 50px !important;
    margin-bottom: 8px !important;
    overflow: hidden;
    padding: 0 10px !important;
}
.products .product .price {
    padding: 0 10px !important;
}
.products .product .button {
    margin: 0 10px !important;
}

.woocommerce span.soldout, .woocommerce-page span.soldout {
    height: 68px !important;
    width: 68px !important;
    padding: 4px;
    font-size: 9px !important;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 60px !important;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 40px;
    background: #99ff00 !important;
    text-shadow: none !important;
    color: #000 !important;
    box-shadow: none;
}


/* FOOTER
*******************/

#footer {
	clear: both;
	width: 960px;
	margin: 0 -10px 16px;
	padding-bottom: 40px;
	line-height: 18px;
	display: block;
	background: #363b3d;
	border-top: 1px solid #ccc;
}
.home #footer {
    margin: 0 -10px 16px;
}
#footer .widget-title a {
	display: block;
	font-size: 20px;
	color: #ccc;
	text-decoration: none;
	padding-bottom: 3px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}


.footer_widget {
	width: 332px;
	background-image: url('images/footer_vr.png');
	background-repeat: no-repeat;
	background-position: 10px left;
	margin: 20px 10px 0 0;
	padding: 0 40px;
	display: block;
	float: left;
}
.widget_better_rss_widget { width:590px; }
.widget_better_rss_widget ul { margin-top:4px; padding-top: 4px; }
.widget_better_rss_widget ul li { margin-bottom:8px; }

.footer_widget:first-child {
	background-image: none !important;
}

.widget-title {
	border-bottom: 1px solid #444;
}







