/*
Theme Name: Lux Reality
Theme URI: http://www.hollybliss.co.uk
Description: Lux Reality - Version 01
Author: Holly Benwell
Author URI: http://www.hollybliss.co.uk
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	font-family: "Arial Narrow", Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin:0px;
	background-color: #000;
	color: #FFF;
	line-height: 13px;
	letter-spacing: 0.05em;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}
h4 {font-size: 9pt;}



img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}


/* links */

a{
	color:#FFF;
	text-decoration:none;
	outline:none
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 925px;
	padding:0;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
/* header */

#header {
	width: 893px;
	height: 60px;
	color: #fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}

#header h1{
	font:normal 20pt;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	width:625px;
	overflow:hidden;
	height: 20px;
	margin-left: 299px;
	text-transform: lowercase;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	padding: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}



/* Navigation */

#nav{
	float:left;
	border-bottom:1px solid #fff;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 720px;
}

.mainNav{
	list-style:none;
	float:left;
	}

	.mainNav li{
		display:inline;
		float:left;
		margin-right:30px;
		height:20px;
	}
		
	
	.mainNav li a, .mainNav li a:visited{
		color:#fff;
		text-decoration:none;
		font-size:12px;
		text-indent:-9000px;
		height:20px;
		overflow:hidden;
		display:block;
	}
	
	.mainNav .home a{background:url(images/menu/menu_01.jpg) no-repeat top; width:56px; }
	.mainNav .menu2 a{background:url(images/menu/menu_02.jpg) no-repeat top; width:119px; }
	.mainNav .menu3 a{background:url(images/menu/menu_03.jpg) no-repeat top; width:115px; }
	.mainNav .menu4 a{background:url(images/menu/menu_04.jpg) no-repeat top; width:57px; }
	.mainNav .menu5 a{background:url(images/menu/menu_05.jpg) no-repeat top; width:69px; }

	
	.mainNav li a:hover,.mainNav li a.hover{
		background-position:bottom;
	
	}
	
	.mainNav li.current a{
		background-position: center;
			background-color:#b4b4b5;
	color: #000;
	}
	
	.mainNav li.current_page_item a, .mainNav li a:hover, .mainNav li.current_page_item a.hover{
		color:#000;
	background-color: #FFF;
	}
	


/* content */


#content {
	width:923px;
	overflow: hidden;
	border: 1px solid #FFF;
	min-height: 420px;
	vertical-align: middle;
	}	

.post {
	margin:0px;
	padding:10px;
	float: left;
	width: 278px;
	min-height: 390px;
	line-height: 13px;
	}
	
#prop .post {
	padding: 0px;
	width: 298px;
}
.entry  {
	padding: 12px;
}

.propmenu {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 294px;
	padding: 4px;
}
#propgallery .propmenu {
	
	width: 100%;
}



#content .propmenu li, #content .propmenugallery li{
	font-size: 12px;
	line-height: 15px;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.post-gallery {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.post-gallery h2 {
	font-size: 22px;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.images {
	float: right;
	width: 625px;
	height: 420px;
}

.floor .images {
	float: right;
	width: 625px;
	height: auto;
}
	
.post h2{
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {
	font-size: 22px;
	padding: 10px;
	list-style-type: none;
}
.post li a {
	text-decoration:none
}
.post li a:hover {
	text-decoration: underline
}

.entry p{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:left;
	margin:0;
	padding: 0;
	border-right: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 893px;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	padding-top: 10px;
	border: 1px solid #FFF;
	}
	
#footer p{
	text-align:right;
}
#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}

.clear {
	
	clear:both}
.post h3 {
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*SLIDESHOW*/

#slider {}	
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider li{ 
	width: 625px;
	height: 420px;

		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												
.smalll {
	font-size: 9px;
}
.submittr {
	padding-top: 10px;
}
.signuptitle {
	font-weight: normal;
	padding-bottom: 10px;
}
#easy_sign_up table {
	width: 280px;
	margin-top: 10px;
}

#easy_sign_up table td {
	text-align: left;
}
#easy_sign_up table td input {
	width: 140px;
}

#easy_sign_up table td #sub {
	width: auto;
}


DROPS {}


#mainNav, #mainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}




.relative {position: relative;}

#mainNav li {list-style-type: none; padding-left: 10px; padding-right: 10px;}

#mainNav ul {height: 30px; line-height: 30px; }
#mainNav ul li {float: left;}
#mainNav ul li ul {display: none; position: absolute; top:-30px; left:0px;}
#mainNav ul li ul li ul {display: none; position: absolute; top:-60px; left:0px;}
#mainNav ul.active {display: block !important;}



.logoo {
	float: left;
	width: 272px;
}
#menus2 {
	background-color: #09C;
	width: 600px;
	height: 25px;
	float: right;
	padding-top: 45px;
}
#sale {
	background-color: #C33;
	height: 15px;
}
#saleplaces {
	background-color: #F60;
	height: 15px;
}

