/*
Theme Name: Basement Living Systems
Theme URI: http://betterbasementliving.com/
Description: The Basement Living Systems Wordpress theme
Version: 1.0
Author: Steve Zeidner
Author URI: http://stevezeidner.com/
*/

/* universal styles */
html {
	/* bug fix for firefox/safari/chrome */
	margin-left: -0.1px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
img {
	border: 0;
}
p {
	padding: 0 0 7px 0;
	margin: 0;
}
b {
	font-weight: normal;
}
a {
	color: #A51032;
        text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	border: 0;
}
h1 {
	color: #025E87;
	font-size: 26px;
	text-transform: uppercase;
	padding: 0; margin: 0;
}

#home-right h1 {
	color: #025E87;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0; margin: 0;
}
h2 {
	color: #333333;
	font-size: 16px;
	padding: 0; margin: 0;
}
h3 {
	color: #A51032;
	font: 22px Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0; margin: 0 0 7px 0;
}
h4 {
	color: #77AEC4;
	font-size: 22px;
	font-style: italic;
	padding: 0; margin: 0;
	position: absolute;
	top: 75px;
	right: -80px;
}

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
        position: relative;
}

/* header */
#header {
	background: url('images/head-back.png') repeat-x;
	height: 150px;
	padding: 0;
	margin: 0;
	position: relative;
}
#header .container {
	padding: 13px 0 0 0;
	position: relative;
}
/* main menu */
#menu-back {
	background: url('images/bluemenu-right.png') top right no-repeat;
	height: 42px;
	padding: 0;
	margin: 14px -4px 0 -2px;
}
#menu-left {
	background: url('images/bluemenu-left.png') no-repeat;
	float: left;
	width: 10px;
	height: 42px;
	padding: 0;
	margin: 0;
}
#menu {
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: inline-block;
	padding: 12px 16px 0 15px;
	font-size: 13px;
	color: #fff;
	height: 30px;
	text-decoration: none;
	border: none;
	background: url('images/bluemenu-middle.png') repeat-x;
}
#menu .current_page_item a {
	color: #000;
	background: #f3f5f8;
	border-top: 1px solid #ddd;
	height: 29px;
}
#menu .current_page_item a:hover {
	color: #666;
}
#menu li a:hover {
	color: #C9DEDE;
}

/* Rectangle Tabbed Navigation */
#tabvanilla {
	position: absolute;
	bottom: 0; left: 5px;
}
.tabnav {
	padding: 0;
	margin: 0;
}
#tabvanilla .tabnav li {
	float: left;
	list-style: none;
	padding: 0 5px 0 0;
}
#tabvanilla .tabnav li a {
	display: inline-block;
	padding: 5px 6px 5px 6px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e9e9e9;
}
#tabvanilla .tabnav li a:hover, #tabvanilla .tabnav li.ui-tabs-selected a, #tabvanilla .tabnav li a:active {
	background: #fff;
}
.tabdiv {
	background: #fff;
}
.ui-tabs-hide {
    display: none;
}

/* Rounded Tabbed navigation */
#tabpics {
	position: absolute;
	bottom: 0; right: 25px;
}
#tabpics .tabnav li {
	float: left;
	list-style: none;
	padding: 0;
	text-align: center;
}
#tabpics .tabnav li a {
	display: inline-block;
	padding: 4px;
	width: 53px;
	height: 61px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background: url('images/tab.png') no-repeat;
}
#tabpics .tabnav li a:hover, #tabpics .tabnav li.ui-tabs-selected a, #tabpics .tabnav li a:active {
	background: url('images/tab-over.png') no-repeat;
	color: #000;
}

/* styles for middle section */
#middle {
	background: url('images/main-middle.png') center repeat-y;
}
#middle .container {
	background: #f3f5f8 url('images/middle-back.png') bottom repeat-x;
	position: relative;
	height: 200px;
}
#middle p {
	font-size: 14px;
}
.text-left {
	float: left;
	padding: 25px 15px 0 15px;
	margin: 0 -3px 0 0;
}
.text-right {
	float: right;
	padding: 25px 15px 0 15px;
}
.photo-right {
	margin: 0 0 0 0;
	border-left: 2px solid #fff;
	height: 200px;
	float: right;
}
.photo-left {
	border-right: #fff 2px solid;
	overflow:hidden;
}


/* main body content styles */
#mainContent {
	background: url('images/main-middle.png') center repeat-y;
}
.padded {
	padding: 20px 15px 15px 15px;
	width: 930px;
}
#home-left {
	float: left;
	width: 702px;
}
#home-right {
	margin: 0 0 0 702px;
	padding: 20px 10px 0 10px;
	width: 230px;
}
#faqs .ans {
	display: none;
	padding: 0 0 10px 0;
}
#faqs .faq {
	padding: 0 0 10px 0;
}
.highlight {
	font-weight: bold;
}
.video {
        background: url('images/video-background.png') repeat-x;
        width: 960px;
        height: 362px;
        text-align: center;
        border-top: 2px solid #fff;
}
#slider {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1000;
}
#slider b {
	font-weight: bold;
}
#slider ul {
        margin: 0;
        padding: 0;
}
#slider li {
        margin: 0;
        padding: 0;
	list-style: none;
        float: left;
        overflow:hidden;
        height: 150px;
}
p#controls {
        position: absolute;
        bottom: 90px;
	margin: 0;
        z-index: 0;
} 
#prevBtn, #nextBtn{ 
	display:block;
	margin: 0 0 0 -25px;
	overflow:hidden;
	text-indent:-8000px;		
	width:10px;
	height:15px;
}	
#nextBtn { 
        margin: -15px 0 0 850px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
        float: left;
	width:10px;
	height:15px;
	background:url(images/video-left.png) no-repeat 0 0;
}
#prevBtn a:hover {
        background:url(images/video-left.png) no-repeat 0 0;
}
#nextBtn a:hover {
        background:url(images/video-right.png) no-repeat 0 0;
}	
#nextBtn a { 
	background:url(images/video-right.png) no-repeat 0 0;	
	}


/* photochanger for home page */
#slide-holder{
	z-index:40;
	width:702px;
	height:500px;
	position:absolute;
}
#slide-holder #slide-runner{
	top:0;
	left:0;
	width:702px;
	height:500px;
	overflow:hidden;
	position:absolute;
}
#slide-holder img{
	margin:0;
	display:none;
	position:absolute;
}
#slide-holder #slide-controls{
	left:0;
	bottom:0;
	width:702px;
	height:30px;
	display:none;
	position:absolute;
	background:url('images/redbottom-home.png') no-repeat;
}
#slide-holder p {
	padding-bottom: 0;
	margin-top: 0;
}
#slide-holder #slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:16px;
    margin:5px 0 0 20px;
    text-transform:uppercase;
}
 
#slide-holder #slide-controls #slide-nav{
    float:right;
    height:30px;
    display:inline;
    margin:5px 15px 0 0;
}
#slide-holder #slide-controls #slide-nav a{
	float:left;
    width:20px;
    height:20px;
    display:inline;
    margin:0 5px 0 0;
    font-weight:bold;
    text-align:center;
	color: #fff;
    text-decoration:none;
    background-position:0 0;
    background-repeat:no-repeat;
}
#slide-holder #slide-controls #slide-nav a.on{
    background-position:0 -20px;
	color: #8f0d2a;
}
#slide-holder #slide-controls #slide-nav a{background-image:url('images/slide-nav.png');}

/* contact form */
#contact {
    font-size: 12px;
    color: #000;
}
input,textarea {
    background: #F3F5F8;
    border: 1px solid #DDE3EC;
    padding: 3px;
    color: #526B8D;
}
input.btn {
    background: url('images/button-send.png') no-repeat;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    width: 64px;
    height: 29px;
}
/* inspirations page */
.inspirations-left {
    position:relative;
    float: left;
    z-index: 40;
    width:600px;
    height: 339px;
    margin: 0 0 0 -15px;
    border-top:3px solid #ccc;
}
.inspirations-right {
    margin: 0 0 0 600px;
    width:330px;
    height: 339px;
}
.inspirations-right a {
    padding: 5px;
}
.inspirations-right li {
    float: left;
    list-style: none;
}
.inspirations-right a img {
    border: 7px solid #e5e5e5;
}
.inspirations-right a:hover img, .inspirations-right .selected img {
    border: 7px solid #666666;
}

/* showrooms page */
.showrooms.col1 {
	float: left;
	width: 360px;
	font-size: 1.1em;
	padding-top: 0;
}
.showrooms.col1 b {
	font-weight: bold;
}
.showrooms.col1 img {
	float: left;
	margin-right: 20px;
}
.showrooms.col1 .br {
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}
.showrooms.col2 {
	margin: 0 0 0 380px;
}


/* footer */
#footer {
	background: url('images/main-bottom.png') center top no-repeat;
	padding:0;
	margin: -7px 0 0 0;
	position: relative;
	display: block;
}
#footer .container {
	padding: 15px 0 20px 0;
}
#footer p {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 11px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}


/* Overlay Styling */
#TB_overlay 					{ position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack 			{ background: url(../images/macFFBgHack.png); }
.TB_overlayBG 					{ background-color: #000; filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
* html #TB_overlay 				{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_window 						{ position: fixed; z-index: 102; color: #000000; display: none; text-align: left; top: 48%; left: 50%; width: 400px; }
* html #TB_window 				{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_closeWindowButton			{ display: block; background: url(images/close.png); height: 22px; width: 22px; position: absolute; top: -6px; right: 4px; }
#TB_title						{ width: 400px; height: 12px; background: url(images/contact-top.png); }
#TB_bottom						{ width: 400px; height: 12px; background: url(images/contact-bottom.png); }
#TB_ajaxContent					{ background: #fff; clear: both; overflow: auto; text-align: left; padding: 10px; }
#TB_load						{ position: fixed; display:none; height:13px; width:208px; z-index:103; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ }
* html #TB_load 				{ position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
#TB_HideSelect					{ z-index:99; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html #TB_HideSelect 			{ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
#TB_iframeContent				{ clear: both; border: none; margin-bottom: -1px; margin-top: 1px; _margin-bottom: 1px; }
.popup 							{ display: none; }