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

SPARKEOLOGY - Master Screen Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	06/01/2010
Last Modified:	07/26/2010

Copyright 2010, All Rights Reserved.

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

@import 'http://www.sparkeology.com/assets/css/base.css';


html {
	text-align: center;
}

body {
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #88746a;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
	min-height: 100%;
	padding: 0 0 0 14px;
	position: absolute;
	text-align: left;
	width: 984px;
}
.bg-img {
	background-color: #000;
}
.bg-img #header,
.bg-img #content > h1,
.bg-img #content > h2,
.bg-img #content > p {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

h1, .h1 {
	font-size: 6em;
	font-weight: bold;
	line-height: 1.104167em;
}
h2, .h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.05em;
}
h3, .h3,
cite {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1667em;
}
h4, .h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5, .h5 {
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#content li {
	line-height: 1.2em;
}

#content a {
	color: #88746a;
}
#content a:hover {
	text-decoration: none;
}


/* HEADER
==============================*/

#header {
	margin: 14px 0 0;
	position: relative;
}

#logo {
	display: block;
	height: 33px;
	overflow: hidden;
	width: 198px;
}
#logo img {
	position: relative;
	top: -47px;
}
.bg-img #logo img {
	position: static;
}

#nav {
	font-size: 1.3em;
	font-weight: bold;
	left: 242px;
	margin: 0;
	position: absolute;
	top: 15px;
}
.bg-img #nav {
	color: #fff;
}
#nav:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#nav li {
	float: left;
	line-height: 1.3em;
	list-style: none;
	margin: 0 9px 0 0;
}
#nav a {
	color: #88746a;
	line-height: 1.1em;
}
.bg-img #nav a {
	color: #fff;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	left: 0;
	margin: 0;
	position: absolute;
	text-transform: lowercase;
	top: 18px;
	width: 550px;
}

#furniture #furniture-btn,
#furniture-detail #furniture-btn,
#config #config-btn,
#config-cat #config-btn,
#config-detail #config-btn,
#contact #contact-btn,
#reps #reps-btn,
#blog #blog-btn,
#nav ul a.active,
#contest #giveaway-btn {
	text-decoration: underline;
}
.bg-img a#giveaway-btn,
a#giveaway-btn {
	color: #ed145b;
}

#sales-callout {
	color: #88746a;
	font-size: 1.3em;
	font-weight: bold;
	position: fixed;
	right: 60px;
	text-align: right;
	top: 30px;
}
#sales-callout:hover {
	text-decoration: underline;
}
#home #sales-callout {
	color: #fff;
}

#cart-tools {
	font-size: 1.3em;
	font-weight: bold;
	list-style: none;
	margin: 0;
	position: fixed;
	right: 60px;
	top: 30px;
}
#cart-tools li {
	float: left;
}
#cart-tools li + li {
	border-left: 2px solid #88746a;
	margin: 0 0 0 4px;
	padding: 0 0 0 4px;
}
#cart-tools a:hover {
	text-decoration: underline;
}

#social-links {
	position: fixed;
	right: 10px;
	top: 24px;
	width: 40px;
}
#social-links:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#social-links li {
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
}
#fbook-link a,
#twitt-link a {
	background: url(http://www.sparkeology.com/assets/images/btn-social.png);
	display: block;
	height: 17px;
	text-indent: -9999px;
		-moz-transition: all 0.15s linear;
		-webkit-transition: all 0.15s linear;
	width: 17px;
}
#fbook-link a:hover,
#twitt-link a:hover {
	opacity: 0.7;
}
#twitt-link a {
	background-position: -18px 0;
}



/* CONTENT
==============================*/

#content {
	margin: 64px 0 30px;
}
#content:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#content a {
	text-decoration: underline;
}

.bg-img #content h1,
.bg-img #content .h1 {
	color: #fff;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}



/* FOOTER
==============================*/

#footer {
	bottom: 10px;
	color: #c3bdba;
	left: 10px;
	position: absolute;
}
.bg-img #footer {
	color: #fff;
}



/* HOME
==============================*/

#home h1,
#home h2 {
	line-height: 1.104167em;
}
#home h1 {
	margin-top: 33px;
}
#home h1 img {
	left: -9px;
	position: relative;
	top: 22px;
}
#home h2 {
	width: 90%;
}



/* FURNITURE
==============================*/

#furniture #content {
	width: 734px;
}

#furniture h1 {
	color: #c3bdba;
	font-weight: normal;
	margin-bottom: 10px;
	width: 78%;
}
#furniture p,
#config p,
#reps p,
#contest p {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.1em;
	width: 90%;
}

.block-list {
	margin: 7px 0 0 -2px;
}
.block-list:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.block-list li {
	display: block;
	float: left;
	height: 251px;
	list-style: none;
	margin: 2px;
	position: relative;
	width: 180px;
}
.block-list li h2 {
	background: #7c6c65;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 3.5em;
	font-weight: bold;
	height: 45px;
	overflow: hidden;
	padding: 12px 8px 7px;
	position: absolute;
	text-overflow: ellipsis;
	text-transform: lowercase;
	white-space: nowrap;
	width: 164px;
}
.block-list li:hover h2 {
	background: #dd1e68;
}
#content .block-list li a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}



/* FURNITURE - DETAIL
==============================*/

#primary {
	float: left;
	margin: -13px 57px 0 0;
	width: 180px;
}
#primary h1 {
	line-height: 1.2em;
	margin-bottom: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: lowercase;
	white-space: nowrap;
	width: 220px;
}
#furniture-detail #primary h1 {
	font-size: 5em;
}
#primary h4 {
	font-weight: normal;
	margin: 20px 0 12px;
	line-height: 1.2em;
}
#primary h4 span {
	display: block;
}

.order {
	background: #ddd9d7;
	padding: 10px;
}
.order h4 strong {
	font-weight: normal;
}
.customize-callout {
	margin-bottom: 2em;
}
.order .options {
	list-style: none;
	margin: 0;
}
.order label {
	display: none;
}
.order #order-err {
	font-size: 1.2em;
}
.options li {
	position: relative;
}
.options select {
	margin-bottom: 10px;
	width: 100%;
}
.has-js .options select {
	display: none;
}
#content .option-btn {
	background: url(/assets/images/icn-arrow.png) 98% center no-repeat;
	border: 1px solid #a19590;
	font-size: 1.2em;
	display: none;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 2px 4px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}
.has-js #content .option-btn {
	display: block;
}
#content .error + .option-btn,
#content .error + .option-btn + .options-list {
	border-color: #dd1e68;
}
#content .error + .filled,
#content .error + .filled + .options-list {
	border-color: #a19590;
}
.options-list {
	background: #ddd9d7;
	border: 1px solid #a19590;
	display: none;
	font-size: 1.2em;
	list-style: none;
	margin: -11px 0 0;
	min-width: 158px;
	padding: 4px 0;
	position: absolute;
	z-index: 100;
}
.options-list li {
	min-height: 13px;
	overflow: hidden;
	position: relative;
}
#content .options-list li.thumb a {
	display: block;
	min-height: 29px;
	padding: 2px 0 2px 65px;
}
.options-list .thumb + .thumb {
	margin: 10px 0 0;
}
#content .options-list a {
	display: block;
	padding: 0 4px;
	text-decoration: none;
}
#content .options-list a:hover {
	background: #a19590;
	color: #ddd9d7;
}
.options-list img {
	border: 1px solid #a19590;
	left: 4px;
	position: absolute;
	top: 2px;
}
#subtotal {
	display: none;
}
.has-js #subtotal {
	display: block;
}
.order input {
	background: #ddd9d7;
	border: 1px solid #a19590;
	color: #88746a;
	display: block;
	padding: 2px;
	width: 154px;
}
.order button,
#checkout-btn,
#checkout-form button,
#print-btn {
	background: #dd1e68;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 10px 7px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.order button:hover,
#checkout-btn:hover,
#checkout-form button:hover,
#print-btn:hover {
	background: #88746a;	
}

#secondary {
	float: left;
	margin: 0 5px 0 0;
	position: relative;
	width: 372px;
}
#detail-pics {
	height: 499px;
	margin: 1px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 372px;
}
#detail-pics li {
	background: #c3bdba;
	height: 499px;
	left: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#detail-pics li img {
	border-bottom: 5px solid #fff;
	position: relative;
}
#detail-pics li a,
#config-detail #secondary img + a {
	background: url(http://www.sparkeology.com/assets/images/btn-magnify.png) no-repeat right bottom;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 100%;
}
#specs {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 22px 0 18px;
}
#specs h4 {
	font-weight: bold;
	margin-bottom: 2px;
}
#specs h5 {
	font-size: 1em;
}
#specs li {
	border-top: 1px solid #e3dedc;
	list-style: none;
	padding: 16px 0 18px;
}
#specs li p {
	font-size: 1em;
}
#specs li p:last-child,
#specs li p.last {
	margin-bottom: 0;
}
#dimensions:after,
.dimensions-list:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
.dimensions-list {
	margin: -14px 0 0 0;
}
#specs .dimensions-list li {
	border: none;
	float: left;
	font-size: 1em;
	margin-right: 10px;
	padding-bottom: 0;
	width: 114px;
}
#specs .dimensions-list li p:last-child {
	margin-bottom: 0;
}
#specs .dimensions-list p {
	margin-bottom: 1em;
}
#content .finishes {
	margin: 9px 0 8px 0;
}
#content .finishes:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#content .finishes li {
	border: none;
	float: left;
	margin-bottom: 11px;
	padding: 0 0 0 32px;
	width: 154px;
}
#specs h5 {
	margin: 5px 0 8px;
	clear: left;
}
#content .finishes img {
	margin: 0 5px 0 -32px;
	position: relative;
	top: 1px;
}

#downloads {
	margin: 0;
}
#downloads li {
	border: none;
	list-style: none;
	margin: 0 0 0.5em;
	padding: 0;
}

#specs + h2 {
	border-top: 1px solid #e3dedc;
	margin-top: -20px;
	padding-top: 50px;
}

#furniture-detail h2,
#config-detail h2 {
	font-size: 2.4em;
	font-weight: bold;
}

#comments {
	margin: 20px 0 24px;
}
#comments li {
	clear: left;
	line-height: 1.4em;
	list-style: none;
}
#comments li + li {
	border-top: 1px solid #e1dedd;
	padding: 10px 0 0;
}
#comments cite {
	float: left;
	font-size: 1.4em;
	margin-bottom: 4px;
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#comments cite + span {
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 2px 0 0 3px;
}
#comments cite + span + blockquote {
	clear: left;
}

#cmnt-form {
	margin-top: 20px;
}
label {
	display: none;
}
label.error {
	display: none!important;
}
label.captcha {
	display: block;
	float: right;
	font-size: 1.2em;
	margin: 0;
}
input,
textarea {
	border: 1px solid #e1dedd;
	color: #c3bdba;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1.2em;
	line-height: 1.1111em;
	margin: 0 0 6px;
	padding: 3px;
		-moz-transition: border-color 0.15s linear;
		-webkit-transition: border-color 0.15s linear;
	transition: border-color 0.15s linear;
	width: 366px;
}
textarea {
	height: 104px;
	line-height: 1.4emica;
	width: 366px;
}
input:focus,
textarea:focus {
	border-color: #7b6c65;
	color: #7b6c65;
}
input.error,
textarea.error {
	border-color: #dd1e68;
}
input#captcha {
	float: left;
	width: 187px;
}
button,
a.remove {
	background: #88746a;
	border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	left: -2px;
	padding: 4px 5px;
	position: relative;
		-moz-transition: all 0.15s linear;
		-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
button:hover,
a.remove:hover {
	background: #dd1e68;
}
span#error-msg {
	display: block;
	margin-bottom: 1em;
}
span#error-msg {
	display: none;
}

#tertiary {
	float: left;
	width: 370px;
}
#tertiary ul {
	clear: left;
	margin: -1px 0 0 -2px;
	overflow: hidden;
}
#tertiary ul:after {
	clear: left;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}
#tertiary ul li {
	float: left;
	list-style: none;
	margin: 1px 2px;
	position: relative;
}
#tertiary ul li a {
	display: block;
	text-decoration: none;
}
#tertiary ul li a:hover h2 {
	visibility: visible;
}
#tertiary li img {
	border: 1px solid #dddbd8;
}
#tertiary li img:hover {
	border: 1px solid #e1dedd;
}



/* FURNITURE - CART
==============================*/

div.hiddenFields {
	display: none;
}
#cart .h2 {
	font-weight: bold;
}

#cart thead th {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 10px;
}
#cart thead th#product {
	padding: 4px 0;
	width: 242px;
}
th#pic {
	visibility: hidden;
	width: 80px;
}
th#opts {
	visibility: hidden;
	width: 122px;
}
th#qty {
	width: 109px;
}
th#price {
	text-align: right;
	width: 147px;
}
th#rem {
	visibility: hidden;
	width: 55px;
}
#cart tbody th {
	font-size: 6em;
	font-weight: bold;
	text-transform: lowercase;
	vertical-align: bottom;
}
#cart tbody th a {
	text-decoration: none;
}
#cart tbody th a:hover {
	text-decoration: underline;
}
#cart tbody tr {
	height: 108px;
}
#cart td {
	background: #ddd9d7;
	border-bottom: 6px solid #fff;
	font-size: 1.2em;
	vertical-align: bottom;
	padding: 4px 10px;
}
#shopping-cart div {
	height: 92px;
	position: relative;
}
#shopping-cart img {
	border: 1px solid #ddd9d7;
	left: -10px;
	position: absolute;
	top: -6px;
}
#shopping-cart input {
	margin: 0;
}
#shopping-cart button,
#cart .remove {
	background: #fff;
	border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 13px;
	color: #88746a;
	padding: 4px 5px;
	text-decoration: none;
	width: auto;
}
#shopping-cart button:hover,
#cart .remove:hover {
	background: #dd1e68;
	color: #fff;
}
table input {
	background: #ddd9d7;
	border: 1px solid #a19590;
	color: #88746a;
	font-size: 1em;
	width: 45px;
}
#cart td.price {
	text-align: right;
}
#cart td.opts span:after {
	content: ',';
}
#cart td.opts span:last-child:after {
	content: '';
}
#cart td.rem {
	padding-top: 11px;
	vertical-align: top;
}
#cart td.note {
	background: #fff;
	color: #de0f68;
	font-style: italic;
}
#tax-state {
	width: 93px;
}
.order-details {
	padding-left: 242px;
}
.order-details h2 {
	font-weight: bold;
	margin: 1em 0;
	width: 528px;
}
.order-details h2 span {
	display: block;
	float: right;
	font-size: 0.6em;
	font-weight: normal;
	position: relative;
	top: 4px;
}
.order-details label {
	display: none;
}
.order-details select {
	display: block;
	margin: -38px 0 0 180px;
}
#cart #shipping-btn,
#cart #tax-btn {
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 1.1em;
	font-style: italic;
	margin: -11px 0 0 342px;
	position: relative;
	text-decoration: none;
	top: -4px;
	width: 108px;
}
.has-js #content #shipping-btn,
.has-js #content #tax-btn {
	margin-left: 292px;
}
#cart #shipping-btn:hover,
#cart #tax-btn:hover {
	text-decoration: underline;
}
#shipping-update,
#billing-update {
	display: block;
	margin: -20px 0 0 292px;
	position: relative;
	top: 1px;
}
.has-js #shipping-update,
.has-js #billing-update {
	display: none;
}
#checkout-tools {
	float: right;
	list-style: none;
	margin: 0 152px 0 0;
}
#checkout-tools li {
	margin-bottom: 10px;
}
#content #checkout-btn,
#content #print-btn {
	color: #fff;
	text-decoration: none;
	width: 110px;
}
#content #continue-btn {
	background: #ddd9d7;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	font-size: 1.2em;
	padding: 4px 7px;
	text-decoration: none;
	width: 110px;
}
#content #continue-btn:hover {
	background: #88746a;
	color: #fff;
}

#cart .vcard {
	margin-top: 100px;
}

#checkout-form {
	padding-left: 242px;
}
#checkout-form fieldset {
	background: #ddd9d7;
	float: left;
	margin: 6px 0 0;
	padding: 10px 10px 8px;
	position: relative;
	width: 340px;
}
#checkout-form #payment-info {
	background: none;
}
#checkout-form #shipping-info {
	margin-left: 10px;
}
#billing-info h3,
#shipping-info h3 {
	margin-top: -30px;
	margin-bottom: 16px;
}
#checkout-form ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}
#checkout-form li {
	float: left;
	position: relative;
}
#checkout-form label {
	display: block;
}
.has-js #checkout-form label {
	display: block;
	font-size: 1.2em;
	left: 5px;
	position: absolute;
	top: 5px;
}
#checkout-form .expires label {
	display: none;
}
#checkout-form label.select,
#checkout-form label.active {
	display: none;
}
#same {
	left: 150px;
	margin-top: -30px;
	position: absolute;
}
#same label,
#same label.active {
	display: block;
	float: right;
	font-size: 1.2em;
	position: static;
}
#same input {
	float: right;
	margin-right: 5px;
	width: auto;
	vertical-align: baseline;
}
#checkout-form input {
	background: #ddd9d7;
	border: 1px solid #a19590;
	color: #88746a;
		-moz-transition: background 0.15s linear;
		-webkit-transition: background 0.15s linear;
}
#checkout-form input:focus {
	background: #fff;
}
#checkout-form input.error {
	background: #f6e2ea;
	border-color: #dd1e68;
}
#checkout-form select.error {
	background: #dd1e68;
}
#same input {
	background: none;
	border: none;
}
#payment-info input {
	background: none;
	border: 1px solid #e1dedd;
}
#payment-info input:focus {
	border-color: #7b6c65;
}

#billing-fname,
#billing-lname,
#shipping-fname,
#shipping-lname {
	width: 157px;
}
#billing-email,
#billing-phone,
#billing-adr,
#billing-apt,
#shipping-email,
#shipping-phone,
#shipping-adr,
#shipping-apt,
#payment-num {
	width: 332px;
}
#billing-city,
#shipping-city {
	width: 106px;
}
#billing-state,
#shipping-state {
	width: 140px;
}
#billing-country,
#shipping-country,
#payment-card {
	width: 340px;
}
#payment-card {
	margin-bottom: 6px;
}
#billing-zip,
#shipping-zip {
	width: 50px;
}

#payment-code {
	margin-right: 50px;
	width: 85px;
}
#payment-month {
	width: 30px;
}
#payment-year {
	width: 60px;
}
#payment-month,
#payment-year {
	text-align: right;
}

#billing-fname,
#billing-city,
#billing-state,
#shipping-fname,
#shipping-city,
#shipping-state,
#payment-month {
	margin-right: 10px;
}

#payment-info strong {
	font-size: 1.2em;
	font-weight: normal;
	margin-right: 5px;
}
#payment-info h3 + strong {
	line-height: 2em;
}

#checkout-form button {
	clear: both;
	float: right;
	margin: -53px 10px 0 0;
	width: 140px;
}
#checkout-form #order-err {
	clear: both;
	color: #dd1e68;
	display: block;
	font-size: 1.2em;
	margin-left: 10px;
}

#cart .vcard {
	clear: both;
}

#cart.thanks h1 {
	color: #de0f68;
	left: 0;
	line-height: 0.75em;
	overflow: visible;
	position: absolute;
	top: 15px;
	white-space: normal;
	width: 242px;
}
#cart.thanks #primary {
	padding: 20px 0 0 242px;
	position: relative;
	width: auto;
}
#cart.thanks #primary h2 {
	font-weight: bold;
}
#cart.thanks #primary p {
	font-size: 2em;
}
.receipt {
	background: #ddd9d7;
	overflow: hidden;
}
.receipt-order,
.receipt-shipping {
	float: left;
	font-size: 1.2em;
	padding: 10px;
}
.receipt-order {
	width: 50%;
}
.receipt-order h2,
.receipt-shipping h2 {
	font-size: 1.6667em;
	margin-bottom: 5px;
}
.receipt-order ul {
	list-style: none;
	margin: 19px 0 17px;
	overflow: hidden;
}
#content .receipt-order li {
	clear: both;
	line-height: 1.3em;
	margin: 0 0 1px;
	overflow: hidden;
	text-align: right;
	width: 148px;
}
.receipt-order ul span {
	float: left;
}
.receipt-order ul strong {
	float: right;
	font-weight: normal;
	text-align: right;
}
.receipt .total {
	display: block;
	width: 148px;
}
.receipt .total span {
	float: right;
}
.receipt .note {
	display: block;
	margin-top: 1em;
}
#cart.thanks #primary .receipt-shipping p {
	font-size: 1em;
	margin: 1.5em 0;
}
.receipt-shipping .fn {
	font-weight: normal;
	margin: 0;
}
.receipt-shipping .country {
	display: block;
}
#primary #print-btn {
	float: right;
	width: 140px;
}



/* CONFIGURATIONS
==============================*/

#config #content {
	width: 734px;
}
#config h1 {
	font-weight: normal;
	margin-bottom: 10px;
	width: 78%;
}

#config-detail #secondary h4 {
	font-size: 1.44em;
}
#download-list {
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: none;
	margin: 0 0 25px 0;
}



/* CONFIGURATIONS - CATEGORY
==============================*/

#config-cat #content {
	width: 570px;
}

#config-cat p {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.05em;
}



/* CONFIGURATIONS - DETAIL
==============================*/

#config-detail #secondary img {
	display: block;
}
#config-detail #detail-pics {
	margin-bottom: 25px;
}

#tertiary li h2 {
	border: 1px solid #b6205c;
	background: url(http://www.sparkeology.com/assets/images/bg-thumb.png);
	color: #fff;
	cursor: pointer;
	font-size: 2.4em;
	font-weight: bold;
	height: 108px;
	padding: 5px 8px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 102px;
}
#tertiary h5 {
	font-size: 1.3em;
	margin: 10px 0 5px;
}



/* CONTACT
==============================*/

#contact h1 {
	margin-bottom: 92px;
	width: 85%;
}

.vcard {
	float: left;
	margin: 0 10px 0 0;
	width: 270px;
}
.adr,
.tel {
	line-height: 1.4em;
	margin-bottom: 0;
}

.fn {
	margin-bottom: 13px;
	font-weight: bold;
}
.fn,
.street-address {
	display: block;
}

span.type {
	display: none;
}

#content .email a {
	text-decoration: none;
}
#content .email a:hover {
	text-decoration: underline;
}

#content a.note {
	color: #de0f68;
	font-size: 1.2em;
	display: inline-block;
	margin: 14px 0 0;
}

#press-releases {
	float: left;
	margin: 2px 20px 0 0;
	width: 230px;
}
#press-releases h2,
#more-info h2 {
	margin-bottom: 15px;
}
#press-releases ol {
	margin: 0;
}
#press-releases li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	list-style: none;
}
#press-releases li a {
	text-decoration: none;
}
#press-releases a span {
	display: inline-block;
	width: 60px;
}
#press-releases a:hover {
	color: #de0f68;
}

#more-info {
	float: left;
	margin-top: 2px;
	width: 170px;
}

#more-info a.brochure {
	display: block;
	font-size: 1.1em;
	height: 37px;
	line-height: 1.2em;
	margin-bottom: 1.5em;
	padding: 44px 0 0 54px;
	position: relative;
	text-decoration: none;
	width: 120px;
}
#more-info a.brochure:hover {
	text-decoration: underline;
}
a.brochure span {
	display: block;
}
a.brochure img {
	left: 0;
	position: absolute;
	top: 0;
}



/* REPS
==============================*/

#reps {
	color: #fff;
}
#reps h2 {
	font-weight: bold;
	margin: 40px 0 10px;
}
#reps p {
	color: #fff;
	width: 70%;
}
#reps select,
#reps #go-btn {
	display: block;
	width: 180px;
}
#reps select{
	margin-bottom: 10px;
}
#reps #go-btn {
	background: #dd1e68;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 19px;
	padding: 10px 7px;
	text-decoration: none;
	width: 166px;
}
#reps #go-btn:hover {
	background: #88746a;	
}

#reps .vcard,
#reps .no-results {
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 20px 1.5em 0;
	min-height: 100px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width: 200px;
}
#reps .no-results {
	width: 160px;
}
#reps .odd {
	clear: left;
}
#reps .vcard p,
#reps .no-results p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	width: 100%;
}
#reps .fn {
	margin-bottom: 0;
}
#reps .vcard a {
	color: #fff;
	text-decoration: none;
}
#reps .vcard a:hover {
	text-decoration: underline;
}



/* BLOG
==============================*/

#blog #content h1 {
	text-shadow: none;
	color: #d1005d;
	font-size: 95px;
	margin-bottom: 44px;
}
#blog #primary {
	float: right;
	margin-bottom: 10em;
	margin-right: 10px;
	width: 748px;
}
#blog #secondary {
	color: #fff;
	float: left;
	width: 180px;
}

#post-list {
	list-style: none;
	margin-left: 0;
}
#content #post-list li,
#content #post {
	font-size: 1em;
	position: relative;
}
#post-list h2,
#post h2 {
	color: #d1005d;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 13px;
}
#post-list h2 a,
#post h2 a {
	color: #d1005d;
	text-decoration: none;
}
#content #post-list p,
#post p {
	color: #5f6971;
	line-height: 1.1667em;
}
#content #post-list p a,
#post p a {
	color: #5f6971;
}
#post-list img,
#post img {
	border: 14px solid #fff;
	display: block;
}
#post-list img + img,
#post img + img {
	margin-top: 26px;
}
#post-list .time,
#post-list .tag,
#post .time,
#post .tag {
	color: #d1005d;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
#post-list h2 a:hover,
#post h2 a:hover {
	text-decoration: underline;
}

.multi-photo,
.photo {
	margin-bottom: 35px;
}
.multi-photo {
	min-height: 445px;
}
.multi-photo .article {
	background: url(/assets/images/bg-blog-post.png) no-repeat;
	height: 201px;
	padding: 105px 40px 74px;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 68px;
	width: 300px;
}
.multi-photo .article div {
	max-height: 240px;
	overflow: hidden;
}

.text {
	background: url(/assets/images/bg-blog-post.png) 0 -380px no-repeat;
	height: 293px;
	overflow: hidden;
	margin-bottom: 12px;
	padding: 90px 67px 0 50px;
	width: 650px;
}
.text div {
	max-height: 253px;
	overflow: hidden;
}

.photo {
	padding-top: 70px;
}
.photo .article {
	background: url(/assets/images/bg-blog-post.png) 0 -763px no-repeat;
	height: 110px;
	overflow: hidden;
	padding: 85px 30px 0;
	position: absolute;
	right: 22px;
	top: 0;
	width: 325px;	
}
.photo .article div {
	max-height: 88px;
	overflow: hidden;
}

#blog #secondary h3 {
	text-transform: uppercase;
}
.tag-list {
	list-style: none;
	font-size: 1.2em;
	margin: 0 0 1em;
}
.tag-list ol {
	list-style: none;
	margin-left: 2.5em;
}
#content .tag-list a {
	color: #fff;
	text-decoration: none;
}
#content .tag-list a:hover {
	text-decoration: underline;
}

#comment-heading {
	color: #d1005d;
	font-size: 3em;
}

#blog form,
#blog #comments {
	width: 374px;
}



/* GIVEAWAY
==============================*/

#contest p {
	color: #fff;
	font-size: 2.5em;
	width: 58%;
}
#contest p a {
	color: #ed145b;
	text-decoration: none;
}
#contest p a:hover {
	color: #fff;
}
#contest p.disclaimer {
	font-size: 1.3em;
	line-height: 1.3em;
}



/* COLORBOX
==============================*/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background: url(http://www.sparkeology.com/assets/images/bg-overlay.png);}
#cboxTopLeft{width: 2px; height: 2px; background: #736158;}
#cboxTopRight{width: 2px; height: 2px; background: #736158;}
#cboxBottomLeft{width: 2px; height: 2px; background: #736158;}
#cboxBottomRight{width: 2px; height: 2px; background: #736158;}
#cboxMiddleLeft{width: 2px; background: #736158;}
#cboxMiddleRight{width: 2px; background: #736158;}
#cboxTopCenter{height: 2px; background: #736158;}
#cboxBottomCenter{height: 2px; background: #736158;}
#cboxContent{background:#fff;}
#cboxLoadingGraphic{background:url(http://www.sparkeology.com/assets/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:-8px; right:-8px; background: url(http://www.sparkeology.com/assets/images/btn-close.png); width:19px; height:18px; text-indent:-9999px;}
#cboxClose.hover{background-position: 0px -22px;}
#cboxCurrent,
#cboxTitle {
	display: none!important;
}
#cboxNext, #cboxPrevious {
	color: #736158;
	font-size: 1.1em;
	font-weight: bold;
	height: 12px;
	position: absolute;
	top: 6px;
}
#cboxNext {
	right: 13px;
}
#cboxPrevious {
	border-right: 1px solid #736158;
	padding-right: 4px;
	right: 40px;
}
#cboxNext:hover, #cboxPrevious:hover {
	text-decoration: underline;
}

#cboxNext::selection,
#cboxPrevious::selection {
	background: transparent;
}
