/*
Theme Name: Luxe Life
Theme URI: http://lunaroja.net/
Description: This theme was developed by for exclusive use by Luxe Life
Author: Abraham Veláqzquez Tello
Author URI: http://lunaroja.net/
*/



/* Import base styles
-------------------------------------------------------------- */
@import url(assets/reset.css);

@import url(assets/sifr.css);


/* Basics
-------------------------------------------------------------- */
* {
	outline: none;
}

body {
	font: 10px/1.4em Helvetica, Arial, serif;
	color: #333;
	background: #bca8bb;
}
#content hr {
	color: #5D245A;
	height: 1px;
	margin: 20px 0 40px;
	border: none;
	border-bottom: 1px solid #5D245A;
}
a {
	color: #ba7bb6;

}
a:hover {
	color: #ba7bb6;
}

#wrapper {
	width: 980px;
	margin: 20px auto 0 auto;
	border: 1px solid #978496;
	 -webkit-box-shadow: 1px 1px 10px #666;
	 -moz-box-shadow: 1px 1px 10px #666;
	box-shadow: 1px 1px 10px #666;
	background: #fff url('assets/bg-nav.jpg') top left repeat-x;
}


#nav {
	background: url('assets/bg-nav.jpg') repeat-x;
	width: 980px;
	height: 65px;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	position: relative;
	display: block;
}
#nav li a {
	background-image: url('assets/bg-nav.png');
	display: block;
	outline: none;
	position: relative;
	height: 65px;
	width: 140px;
	text-decoration: none;
	text-indent: -99999px;
}
#nav a .hover {
	background: transparent url('assets/bg-nav.png') no-repeat;
	display: block;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 140px;
	cursor: pointer;
}


#nav .page-item-11 a { /* Shop Now */
	background-position: 0px 0px;
}
#nav .current_page_item.page-item-11:first-child a,
#nav .page-item-11 .hover { /* Shop Now */
	background-position: 0px -65px;
}

#nav .page-item-10 a { /* How It Works */
	background-position: -140px 0px;
}
#nav .current_page_item.page-item-10:first-child a,
#nav .page-item-10 .hover { /* How It Works */
	background-position: -140px -65px;
}

#nav .page-item-6 a { /* Liquidation Partnership */
	background-position: -280px 0px;
}
#nav .current_page_item.page-item-6:first-child a,
#nav .page-item-6 .hover { /* Liquidation Partnership */
	background-position: -280px -65px;
}

#nav .page-item-7 a { /* Charitable Services */
	background-position: -420px 0px;
}
#nav .current_page_item.page-item-7:first-child a,
#nav .page-item-7 .hover { /* Charitable Services */
	background-position: -420px -65px;
}

#nav .page-item-8 a { /* Events */
	background-position: -560px 0px;
}
#nav .current_page_item.page-item-8:first-child a,
#nav .page-item-8 .hover { /* Events */
	background-position: -560px -65px;
}


#nav .page-item-5 a { /* About Us */
	background-position: -700px 0px;
}
#nav .current_page_item.page-item-5:first-child a,
#nav .page-item-5 .hover { /* About Us */
	background-position: -700px -65px;
}

#nav .page-item-9 a { /* Contact Us */
	background-position: -840px 0px;
}
#nav .current_page_item.page-item-9:first-child a,
#nav .page-item-9 .hover { /* Contact Us */
	background-position: -840px -65px;
}

#nav .current_page_item a .hover {
	display: block;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#nav li ul {
	top: 65px;
	left: 0px;
	display: none;
	position: absolute;
	min-width: 170px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c5c7d1;
	border-left: 1px solid #c5c7d1;
	border-right: 1px solid #c5c7d1;
	background: #fff;
}
#nav li:hover ul,
#nav li.sfHover ul {

}
#nav ul li {
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	cursor: pointer;
}

#nav li ul a,
#nav li.current_page_item ul a {
	text-align: left;
	padding: 12px 15px 8px 12px;
	font-size: 13px;
	border-top: 1px solid #c5c7d1;
	background: #eee;
	color: #5D245A;
	z-index: 10;
	height: auto;
	min-width: 170px;
	text-indent: 0;
	display: block;
	background: #e5e7ee;
	cursor: pointer;
}

#nav li ul a:hover,
#nav li ul li.current_page_item a,
#nav li.current_page_item ul a:hover {
	color: #5D245A;	
	z-index: 10;
	background: #fff;
}



#logo{
	color: #fff;
	background: #5d245a url('assets/luxelife-logo.gif') 50% 50% no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 230px;
}




#colums {
	width: 980px;
	margin: 0;
	padding: 0;
	background: url('assets/bg-colums.jpg') bottom left repeat-x;
}

.three-colums .colum {
	float: left;
}
.two-colums .colum {
	float: none;
}


#left {
	width: 230px;
}
.two-colums #left {
	float: left;
}

#content {
	width: 420px;
	padding: 70px 20px 50px 50px;
}
.two-colums #content {
	width: 600px;
	padding: 70px 70px 0 0;
	float: right;
}
#content .anchor-list {
	line-height: 1.8em;
}

#content h1 {
	font-size: 3em;
	font-weight: normal;
	color: #5d245a;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 1.5em;
	color: #5d245a;
	font-weight: normal;
	margin-bottom: .1em;
}
#content h3 {
	margin-top: .25em;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}
#content h4 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-bottom: .5em;
	font-weight: normal;
	color: #666;
}
#content h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #5d245a;
	margin-bottom: 0;
}
#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
}
#content ul {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.75em;
	color: #333;
	list-style: disc;
}
#content ul.no-bullet {
	list-style: none;
}
#content ul li {
	line-height: 1.6em;
}
#content ul li strong{
	font-size: 1.2em;
	font-weight: normal;
}
#content ul.anchors  {
	line-height: 2em;
	list-style: none;
	margin-left: 0;
}
#content ul.anchors li  {
	line-height: 2em;
}
#content ol {
	font-size: 1.2em;
	color: #333;
	margin-bottom: 1.75em;
}
#content ol li {
	line-height: 2em;
}
#content table a,
#content a.button {
	text-decoration: none;
	border-bottom: none;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a.anchor {
	margin-bottom: 5px;
}


#content img.border {
	border: 1px solid #9d9d9d;
}

#content .dark {
	color: #333;
}



#right {
	width: 260px;
	padding: 115px 0 40px 0;
	text-align: center;
}
#right #btn-email {
	margin: 10px auto 0 auto;
	width: 104px;
	height: 36px;
	display: block;
}
#right #btn-twitter {
	margin: 10px auto 0 auto;
	width: 104px;
	height: 36px;	
	display: block;
}
#right #btn-facebook {
	margin: 10px auto 0 auto;
	width: 104px;
	height: 36px;
	display: block;
}

a.pdf-button {
	display: block;
	text-align: left;
	padding: 2px 0 0 35px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 10px auto;
	width: 140px;
	height: 40px;
	background: url('assets/icon-pdf.gif') top left no-repeat;
}


#footer {
	width: 980px;
	color: #333;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
 