/*
THEME NAME: Livingston Furniture
THEME URI: http://www.livingstonFurniture.net/
DESCRIPTION: Custom WP theme for Livingston Furniture. Dynamic semantic class selectors, widgetized, variable column numbers, 
VERSION: 1.0
AUTHOR: <a href="http://www.baisdenandco.com/">B+Co.</a>
AUTHOR URI: <a href="http://www.baisdenandco.com/">B+Co.</a>
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/*

 ____     ______  ______  ____    ____    ____    __  __         __      
/\  _`\  /\  _  \/\__  _\/\  _`\ /\  _`\ /\  _`\ /\ \/\ \       /\ \     
\ \ \L\ \\ \ \L\ \/_/\ \/\ \,\L\_\ \ \/\ \ \ \L\_\ \ `\\ \      \_\ \___ 
 \ \  _ <'\ \  __ \ \ \ \ \/_\__ \\ \ \ \ \ \  _\L\ \ , ` \    /\___  __\
  \ \ \L\ \\ \ \/\ \ \_\ \__/\ \L\ \ \ \_\ \ \ \L\ \ \ \`\ \   \/__/\ \_/
   \ \____/ \ \_\ \_\/\_____\ `\____\ \____/\ \____/\ \_\ \_\      \ \_\ 
    \/___/   \/_/\/_/\/_____/\/_____/\/___/  \/___/  \/_/\/_/       \/_/ 
                                                                         
                                                                         
 ____     _____          
/\  _`\  /\  __`\        
\ \ \/\_\\ \ \/\ \       
 \ \ \/_/_\ \ \ \ \      
  \ \ \L\ \\ \ \_\ \  __ 
   \ \____/ \ \_____\/\_\
    \/___/   \/_____/\/_/
                         
                         	
*/


/* 
===================================================
GLOBALS
===================================================
*/

{ margin: 0; padding: 0; outline: 0 }

img {
border: none;
} 

html, body {
	color: #221209;
	text-align: center;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 62.5%;
	background-color: #181206;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* links */
a, a:visited {
	color: #56534f;
	text-decoration: none;
	}
a:hover {
	color: #56534f;
	text-decoration: underline;
}

a.highlight {color#8b4226;}

/* headers */
h1, h2, h3 {
	font-family: Georgia, serif;
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	/*text-transform: uppercase;*/
	color: #56534f;
}
h3 {
	font-size: 110%;
	color: #56534f;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 5px;
	padding: 0 5px;
}
ul {
	list-style: none;
}


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
	border: 1px solid #E0DBC9;  
}



/* 
===================================================
Wrapper
===================================================
*/

#pagewrapper { margin: 0 auto; width:899px;} 


/* 
===================================================
MENU
===================================================
*/
div#access {margin:0px; padding:1px 0 0 0;}

div#menu {
	height:36px;
	margin:0;
	width:100%;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 2.2em;
	text-transform: lowercase;
	padding-top:25px;
	text-align:center;
}


div#menu ul{
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.2em;
text-decoration:none;
display: inline;
}

div#menu ul li {
padding: 0 25px;
display: inline;
}

div#menu ul ul {
line-height:1;
list-style:none;
z-index: 10000;
margin:0;
padding:0;
}

div#menu ul li ul li {
	padding: 10px;
	display: block;
	z-index: 10000;
	background-image: url(images/menu-ddown-bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
}

div#menu ul li ul li a{
	color: #FFFFFF;
}

div#menu ul li.page-item-2{border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-4 {border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-6{border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-8{border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-10{border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-60{border-right: solid 1px #8b847d;
}
div#menu ul li.page-item-12 {}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
position:absolute;
left:inherit;
margin-left:150px;
}


/* 
===================================================
TITLES
===================================================
*/
#header {padding-left: 350px; padding-bottom: 0px;  padding-top: 40px; margin-bottom: 0px;}

#blog-description {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	margin:0px;
	padding:0px;
	}
	
#blog-title {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(images/Livingston-Furniture-Logo.png);*/
        background-image: url(http://livingstonfurniture.net/wp-content/uploads/2010/04/Livingston-Furniture-Logo.png);
	width: 200px;
	height:82px;
        margin-left:-30px;
	}	

/* 
===================================================
CONTENT
===================================================
*/

#featured-content {
	width: 899px;
	height:416px;
	background-image: url(images/featured-content-background.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top:5px;
	padding-bottom:0px;
} 


#featured-content img a {
border: none;
} 

ul#portfolio img {border: none; margin:0px; padding:0px;}

ul#portfolio li {border: none; margin:0px; padding:0px; 

*position:absolute; 
*left: 5px;}


#content {
	width: 895px;
	/*min-height:467px;*/
	background-image: url(images/welcome-bottom-content-bg.png);
	background-color:#e9e8e3;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
	padding:0px;
	text-align: left;
	margin-left:2px;
	margin-right:2px;
}

#home-page {
	background-image: url(images/post-bottom-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:20px 23px 20px 23px;
	margin: 0 2px;
	text-align: left;
	font-size: 2.1em;
	line-height: 30px;
	color:#181104;
	font-weight: normal;
} 
#post-page {
	background-image: url(images/post-bottom-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:20px 23px 20px 23px;
	margin: 0 2px;
	text-align: left;
	font-size: 2.1em;
	line-height: 30px;
	color:#181104;
	font-weight: normal;
} 

#post-page h2{
	color:#0a7a76;font-weight: normal;
}

#post-page h2 a {
	color:#0a7a76;font-weight: normal;
}

.entry-date {padding-left:10px;}

#inset-page {
	padding:20px 23px 20px 23px;
	margin: 0 2px;
	text-align: left;
	font-size: 2.1em;
	line-height: 30px;
	color:#181104;
	font-weight: normal;
} 
#inset-page ul{
margin-left: 20px;
padding-left: 20px;
list-style:circle;
	
} 

.tealSpan {color:#0a7a76; font-size: 1.2em;}

#fine-furniture-specials {
	width: 270px;
	background-image: url(images/dashed-vertical-sep.png);
	background-repeat: repeat-y;
	background-position: right top;
	float:left;
	padding-left:25px;
}

#fine-furniture-specials p{
	font-size: 2.0em; font-weight: normal; padding-right: 20px; line-height: 2.0em; padding-bottom: 15px;
}

#fine-furniture-specials h2{
	color:#0a7a76; font-size: 2.5em; font-weight: normal;
}

#clearance-items{ 	width: 270px;
	background-image: url(images/dashed-vertical-sep.png);
	background-repeat: repeat-y;
	background-position: right top; 
	float:left;
	padding-left:25px;
	}
	
#clearance-items p{	font-size: 2.0em; font-weight: normal; padding-right: 20px; line-height: 2.0em; padding-bottom: 15px;
}	


#clearance-items h2{
	color:#0a7a76; font-size: 2.5em; font-weight: normal;
}

#design-tips{ 	width: 270px;
	float:left;
	padding-left:25px;
}

#design-tips p {font-size: 2.0em; font-weight: normal; padding-right: 20px; line-height: 2.0em; padding-bottom: 15px}

#design-tips h2{
	color:#0a7a76; font-size: 2.5em; font-weight: normal;
}

#viewAll {color: #9e0b0f; text-decoration: none; text-align: right; padding-right: 20px; padding-bottom:40px;}

#viewAll a {color: #9e0b0f; font-size: 2.0em; text-decoration: none; text-align: right; font-weight: normal;}

/* 
===================================================
SLIDER
===================================================
NULL 02/26/10

*/


/* 
===================================================
FOOTER
===================================================
*/
#footer ul {display: inline; }
#footer ul li {display: inline; padding-right: 25px; color:#c9c8c4;}
#footer a {color:#c9c8c4; font-size:12px;}

/*
===================================================
WP Email Capture (added 6/20/10 BT)
===================================================
*/

#wp_email_capture {

}

#wp_email_capture label {
    font-size: 10pt;
}

#wp_email_capture input {
    font-size: 10pt;
}

/* Random */

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:0px; padding-top:0px;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}