/* @override 
	http://localhost:8888/lux/wp-content/themes/luxirare/style.css
	http://www.shopluxirare.com/wp-content/themes/luxirare/style.css
*/

/*  
TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');

/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}



.buttons{

  /* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
  margin-top:35px; width:175px;text-align:center;
}


body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	background:#fff;
	}
	
body, select, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	}
	
	
#content p {	
	line-height:180%;
	font-size:12px;
	color:#5F5F5F;
	letter-spacing:.8px;
	}
	
	
.entry a {
	color:#e100b4;
	text-decoration:none;
	}

.entry a:hover, .entry a:active {
 	text-decoration: none;
	}
	
.entry img{
width: 900px;
}


a img{
border:none;	
}

.download, .download:visited {
display:block;
padding:30px 12px 22px 80px;
width:36%;
float:left;
height:20px;
}


hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	border-top:0px solid #e0ded9;
	border-bottom:0px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:#F5F3EE;
	border-bottom:none;
	}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
			
a img, a:visited img {
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Arial;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	

/* ---------- @ Structure -----------*/

.page {
	float: left;
	position: relative;
	width: 1100px;
	margin:0 25px;
	min-height:750px;
	}

#masthead {
	height:155px;
	position:relative;
		}
		
#logo{
	background:url(../../../image/newheader.jpg) no-repeat top left;
	width: 540px;
	height: 85px;
	float: left;
	margin-top:25px;
}
	

#logo2{
	background:url(../../../image/shop-logo.jpg) no-repeat top left;
	width: 200px;
	height: 75px;
	margin:25px auto;
}

#imagefeedlogo{
	background:url(http://luxirare.com/image/headerimage.png) no-repeat top left;
	width: 500px;
	height: 85px;
	float: left;
	margin-top:25px;
}

#masthead h1{
display:none;
}

#content {
	position: relative;
	width:900px;
	float:left;
	margin-top:25px;
	min-height:650px;
	}
	
#content2 {
	position: relative;
	width:900px;
	float:left;
	margin-top:25px;
	min-height:650px;
	}
	
#description {
	font: italic 1.2em arial;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #8F8F8F;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	display:none;
	}
	
.left {
	float:left;
	font-size: 12px;
	text-transform: uppercase;
	}

.right {
	float:right;
	font-size: 12px;
	text-transform: uppercase;
	}
	
	
	
#newer a, #older a {
margin-top:15px;color:#e100b4;text-decoration:none;
	}

#newer a:hover, #older a:hover {
text-decoration:none;
	}


#sidebar {
	width:177px;
	float:right;
	margin-top:43px;
	}

.pullquote{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:1.6px;
color:#4F4F4F;
line-height:150%;
position:relative;
z-index:1;
border-bottom:none;
}

.pullquote span{
background:url(../../../image/pullquote.gif) no-repeat;
position:absolute;
display:block;
top:-35px;
left:-35px;
width:108px;
height:108px;
z-index:-1;
}

#featured-cats {
	width:182px;
	float:left
	}
	
	
/* ---------- @ social media -----------*/


a#stumble{
background:red url(../../../image/stumbleupon1.png) no-repeat;
width:64px; 
height: 64px;
}

a#stumble:hover{
background:url(../../../image/stumbleupon.png) no-repeat;
}
		
/* ---------- @ Headers -----------*/

#title{
width: 100%;
height: 43px;
position: relative;
/*border-bottom:none;*/
margin-bottom: 11px;
}

h1 {
	font-weight:normal !important;
	letter-spacing:1.8px;
	font-size:28px;
	color: #5F5F5F;
	float: left;
	text-transform:uppercase;
	margin: 15px 30px 0 0;
	}
	
h2 {
	font-weight:normal !important;
	letter-spacing:1.8px;
	font-size:20px;
	color: #5F5F5F;
	float:left;
	text-transform:uppercase;
	margin: 22px 0 0;

	}

	
/*h2.posttitle {
	padding:0 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	letter-spacing:1.8px;
	border-bottom:none;
	font-size:20px;

	}

h2.pagetitle {
	padding:0 0 12px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	letter-spacing:1.8px;
	border-bottom:none;
	font-size:20px;
	}*/
				
h3 {
	padding:3px 0 5px;
	font-size:14px;
	font-weight:lighter !important;
	letter-spacing:1.6px;
	font:Arial, Helvetica, sans-serif;	border-bottom:0px solid #d7d7d7;
	}

.post h3 {
	border:none;
	font:1.7em "Times New Roman", Times, Georgia, serif;
	color: red;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond, h3#comments {
	margin:25px 0 0;
	background: url(../../../image/tab4.png) no-repeat left top ;
	border-bottom:none;
	padding: 25px 0 5px 0;
	text-transform:uppercase;
	color: #fff;
	width:225px;
	text-align: center;
text-decoration:none !important;
	}

h3#comments a{
text-decoration:none !important;
width:225px;

}

h3#comments:hover{
color: #e100b4 !important;
}


#scroll{
text-decoration:none !important;
width:225px !important;
}

h4 {
	font: bold 14px "Times New Roman", Times, Georgia, serif;
	}
	
	
.recent-excerpts h4   {
	font: bold 17px !important "Times New Roman", Times, Georgia, serif;}

.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.8em "Times New Roman", Times, Georgia, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#f5f3ee;
	border-top:1px solid #d7d7d7;
	}

h6 {
	font:bold 0.9em Arial, Helvetica, sans-serif;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#5F0303 !important;
	text-decoration: none !important;
	}
	
h4 a:hover, h4 a:active {
	color:#EF2C1D !important;
	text-decoration: none !important;
	}	
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
.recent-excerpts {
	padding:15px 0;
	border-bottom:1px dotted #EF2C1D;
	}

.recent-excerpts:hover {
}


#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px solid #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
	
	



/* ---------- feature posts  -----------*/

.uppercase{
		text-transform:uppercase;
}

#lead, #rotator{
position: relative;
float: left;
width: 900px;
height: 589px;
padding-top: 18px;
overflow:hidden;
}

#lead a.title{
	position: absolute;
	bottom: 0;
	left: 0;
	width:835px;
	height:20px;
	background:none;
	margin: 6px;
	padding:5px;
	color: #fff;
	z-index:10;
	
	letter-spacing:1.8px;
	font-size:20px;
	text-decoration: none;
	}


#lead a:hover{
		background:url(../../../image/bg-gray2.png) top left;
		text-decoration: none;
}

#lead img{
	float:left;
	border:none;
	width: 865px;
	display: block;
	height: 577px;
	padding: 0px;
}

#lead img:hover{
	background: #EFEFEF;
}


#box {
	overflow:hidden;
	position:relative;
	float: left;
	clear: both;
width: 1150px;
	
	}

.feature {
float:left;
position: relative;
padding:5px 0 0;
width:300px;
z-index:20;
}


.feature a {
	color:#fff;
	letter-spacing:1.6px;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	}

.feature a.title{
	position: absolute;
	bottom: 0;
	left: 0;
	width:255px;
	height: 20px;
	background:none;
	margin: 6px;
	padding:0px;
}

.feature a:hover {
	background:url(../../../image/bg-gray2.png);
	}


.feature img{
	float:left;
	width:150px;
	height:100.188679px;
	overflow:hidden;
	border:none;
	padding: 5px;
	margin-right: 25px;
	position: relative;
	z-index: -1;
	}

.feature img:hover{
	background: #EFEFEF;

}

.case {
float:left;
width: 175px;
padding-top:10px;
position: relative;
/*margin-right: 13px;*/
}

.case a.title{
	position: absolute;
	bottom:0;
	left: 0;
	width:155px;
	height:14px;
	background:bibe;
	margin: 6px;
	padding: 0px;
	color: #fff;
}

.case a:hover {
	background:url(../../../image/bg-gray2.png) no-repeat top left;
	}



.case:hover {
}


#sidebar p {
	color:#4F4F4F;
	letter-spacing:0.8px;
}


.case a {
	text-decoration:none;
	line-height:180%;
	font-size:10px;
	letter-spacing:1.6px;
	font-weight:normal;
	}

.case a:hover {
	}


.case img{
	float:left;
	padding:5px;
	width:90px;
	height:60px;
	overflow:hidden;
	padding:5px;
	border:none;		
	}

.case img:hover{
	background: #EFEFEF;
}



/* -------------------*/

			
.commentcount {
	padding-right: 19px;
	background:url(images/bubble.gif) no-repeat right;
	font:.8em Arial, Helvetica, sans-serif;
	}

#lead h2 .commentcount {
	font-size:0.4em;
	}

.postmetadata .commentcount {
	font-size:1em;
	}
		
.date {
	clear:right;
	margin:0 0 10px 0;
	font:12px "Times New Roman", Times, Georgia, serif;
	color:#fff;
	letter-spacing:0.03em;
	padding:3px;
	background: url(images/square.gif) repeat-x;
	}
	
.recent-excerpts .date {
		width:160px;
	}


#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/

.widget{
margin-bottom:25px;
}


#sidebar li, .headlines li {
	
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 15px;
	line-height:160%;
	}	

.widgettitle {

}
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none
	}
	
		
		
	
/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:none;
	border-top:none;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	margin:15px 0 3px 0;
	clear:both;
	
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}
	
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:285px;
	float:left;
	height:103px;
	margin: 8px 25px 18px 0;
	border-bottom:none;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:0px 0 0 0;
	}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;w
	border-top:none solid #d7d7d7;
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.2em;
	}
		
.entry ul{
margin-top:15px;
}
		
.entry ul li {
	line-height:240%;
	letter-spacing:0.8px;
	list-style:circle;
	margin-left:4em;
	font-size:12px;
	color:#5F5F5F;

	}

.post ol li {
	line-height:240%;
	color:#4F4F4F;
	letter-spacing:0.8px;
	list-style:circle;
	margin-left:4em;
	font-size:12px;
		color:#5F5F5F;

	}
	
	
/*tooltip*/

.qtip .qtip-wrapper .qtip-borderTop,
.qtip .qtip-wrapper .qtip-contentWrapper,
.qtip .qtip-wrapper .qtip-title .qtip-button,
.qtip .qtip-wrapper .qtip-borderBottom,
.qtip .qtip-tip {
	   font-size:12px;
   text-transform:uppercase;
	opacity: 0.3; // Santdard compliant browsers
   
   -moz-opacity: 0.3; // Firefox and Mozilla browsers
   
   -webkit-opacity: 0.3; // WebKit browser e.g. Safari
   
   filter:alpha(opacity=30); // IE7 and below
}


/*Images*/
	
.entry img {
	float:left;
	border: none;	
	position: relative;
	margin:12px 0;
	clear:both;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	text-align:center;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	font-size:12px !important;
	color:#4F4F4F;
	letter-spacing:0.8px;
	margin-bottom:15px;
	text-transform:uppercase;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
	
	
	
	

/* ---------- @ Comments -----------*/



.reply a, .reply a:visited  {
	position: absolute;
	bottom:8px;
	right: 8px;
	font-size:12px;	
	color: #5F5F5F;
	}

.reply a:hover {
	}

			
.commentlist li {
	margin-bottom:15px;
	padding: 15px;
	list-style:none;
	border: 1px dotted #AFAFAF;
	position: relative;
	/*border-left: solid 4px #D7D7D7;*/
	width: 570px;
	}
		
#singlecomments li p{
	min-height:50px;
	line-height:130%;
	font-size:11px;
	color:#5F5F5F;
	letter-spacing:.6px;
	display:inline-block;
	width:60%;
	padding-bottom:10px;
}

.commentlist li.depth-2 {
	margin-left:15px;
	border: 1px dotted #AFAFAF;
	width: 506px;
	border-left: solid 4px #D7D7D7;
	background:#EFEFEF;
	}
	
#singlecomments li.depth-2 p {
	}

/*.commentlist li.depth-3	 {
	margin-left:15px;
	border: 1px solid #AFAFAF;
	}*/

.commentlist li.bypostauthor {
border: 1px dotted #AFAFAF;
	}
	
	
.commentlist li.bypostauthor  cite.fn {
padding-left:18px;
color:#e100b4;
background: url(../../../image/bullet.gif) no-repeat left top;
}

	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}


#commentnumbers1 {
position:absolute;
top:0;
left:825px;	
font-size:22px;
text-align:center;
background:url(../../../image/comments4.png) no-repeat top left;
width: 68px;
height: 40px;
display: block;
padding-top: 7px;
z-index:8;
color:#fff;
}


#commentnumbers1 a{
	color: #fff;
	text-decoration:none;

}
#commentnumbers1 a:hover{
	text-decoration:underline;
	color: #fff;
}

.commentnumbers2 {
position:absolute;
top:18px;
left:240px;	
font-size:15px;
color: #fff;
text-align:center;
background:url(../../../image/comments2.png) no-repeat top left;
width: 45px;
height: 30px;
display: block;
padding-top: 5px;
text-decoration: none;
}




.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:3px;
	border:1px solid #c4ae7c;
	background:#FFF;
	
	}

#trackbacklist li {
	margin:10 0 0 35px;
	font-size: 12px;
	}

#trackbacklist cite {
	font-style:normal
	}
			


cite.fn {
	color: #5F5F5F;
	text-transform:uppercase;
	font-style:normal;
	font-size:14px;
		}

.comment-author{
	min-width:33%;
	float: left;
	
}

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#AFAFAF;
	font-size:11px;
	text-decoration: none;
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	}
	
.url {
	color: #e100b4;
	text-decoration:none;
}


	
/* ---------- @ Form Elements -----------*/

.idleField{
	color:#FFFFFF;
}

.focusField{
	color:#5F5F5F ;
}

#author, #email, #comment, #url {
	padding:5px;
	border:1px solid #D7D7D7;
	margin-bottom: 15px;
	background: #fff;
	font-size: 12px;
	}



#comment{
	width:97%;
	height:88px;
	color:#FFFFFF;
}

#comment:focus{
	color:#5F5F5F ;

}


#author, #email, #url, {
	width:65%;
	}
		
	
#commentbox{
background:#FFFFFF;
width: 570px;
padding: 15px;
border:1px solid #D7D7D7;

}


.button {
	padding: 5px 10px;
	background:#D7D7D7;
	color:#FFF !important;
	border:none;
	text-transform:uppercase;
	font-size: 12px;
	}

.button:hover {
	background:#D7D7D7;
	}



/* ---------- @mailchimp form-----------*/


#top{
width:175px;
height: 25px;
background:url(../../../image/newsletter-top.jpg) no-repeat;
}

#bot{
width:175px;
height: 15px;
background:url(../../../image/newsletter-bot.jpg) no-repeat;
}


#newsletter{
background:url(../../../image/newsletter.jpg) no-repeat;

	height: auto;
	background: #EFEFEF;
	padding: 10px;
	border: 1px dotted #D7D7D7;
	width: 153px;
}


#mc_embed_signup{
	font-size:8px ;
	color:#e100b4 !important;
	}

#mce-EMAIL, #mce-FNAME, #mce-LNAME {
	padding:3px;
	border:1px dotted #D7D7D7;
	margin-bottom:12px;
	background: #fff;
	font-size: 10px;
	width:140px;
	margin-top: 5px;
}

#mc-embedded-subscribe{
	float: left;
	padding: 1px;
	background:#AFAFAF;
	color:#FFF !important;
	border:none;
	text-transform:uppercase;
	font-size: 10px;

	
	}

#mc-embedded-subscribe:hover{
background:#5F5F5F;
}	

	
/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	float: left;
	margin: 75px 25px 38px;
	width:1100px;
	font-size: 19px !important;
	color:#AFAFAF ;
	text-transform:uppercase;
	}

#footer2 {
	margin:0 auto;
	width:900px;
	color:#AFAFAF ;
	text-transform:uppercase;
	}


#footer a, #footer a:visited {
	color:#e100b4;
	text-decoration:none;
	}

#footer a:hover {
	color:#db4fbf;
	}

			
#footer img {
	vertical-align:middle;
	}
	
#credit{	
}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
			

			
/* ---------- @ Imagehover -----------*/


.imagehover { 
position:relative;
}



a img{
border:none;
}

.links{
	position:absolute;
	z-index:100;
	display:none;
	text-decoration:none;
	font:10px;
	font-size:10px !important;
	text-transform:uppercase;
		text-decoration:none;
		float:right;
	}



span.pink{
	position:absolute;
	z-index:300;
	background:url(../../../image/pink.png) no-repeat;
	top:45px;
	left:15px;
	width:15px;
	height:15px;

	}
	
.desc{
	position:absolute;
	bottom:15px;
	padding: 0 10px;
}
