/*  
Theme Name: CoffeeBreak
Theme URI: http://www.antbag.com
Description: This is a nice conservative theme with no shiny parts.
Version: 1.0
Author: Antbag
Author URI: http://www.antbag.com/

*/

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #bfb8a1 url(images/bg_page.gif) repeat-y top;
	color: #222;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color:#663300;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif; 
	color: #333; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #FFFCED;
	border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1; 
}

.entry p { 
	margin: 0 0 0 0; 
	color: #333;
	font-size: 11px;
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
	color: #333;
	font-size: 11px;
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
	padding: 0;
	line-height: 120%;
	font-size: 11px;
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

/*----HEADER----*/

#header{
	float: left;
	width: 880px;
	padding: 50px 0 30px 20px;
	background: url(images/bg_header_900x136.gif) no-repeat left bottom;
	color: #fff;
	border-top: 3px solid #BFB8A1;
}

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: underline;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: 2px solid #BFB8A1;
	border-bottom: 3px solid #BFB8A1;
	background: #736E60;
}

#top-menu a{
	text-decoration: none;
	color: #fff;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

/*----POST----*/

#container{
	float: left;
	width: 630px;
	padding: 0 0 0 0;
}

.post{
	/*padding: 20px 50px 40px 40px;*/
	padding: 0 0 30px 0;
	clear: both;
}

.post h2{
	font-family: Trebuchet MS, Georgia, Sans-serif;
	font-size: 16px;
	padding: 0 0 0 0;
	color: #000 !important;
}

.post h2 a {
	font-family: Trebuchet MS, Georgia, Sans-serif;
	font-size: 16px;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #555 !important;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 10px;
	color: #BFB8A1;
	padding: 2px 0 15px 0;
}

.postinfo a{
	color: #BFB8A1;
}

.postdate{ color: #BFB8A1; }

p.postmetadata{
	font-size: 10px;
	color: #BFB8A1;
	border-top: 1px dashed #888;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	clear: both;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 210px;
	margin: 0 auto 5px auto;
	padding-top: 0;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
	font-size: 11px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 0 10px 0;
	background: #736E60;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 5px;
	line-height: 20px;
	list-style: disc;
}

.sidebar .syndication{
	padding: 20px 0 0 0;
}

.sidebar .syndication ul li{
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) no-repeat;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#404040;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #000000;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	margin: 50px 0 0;
	border: 1px solid #d5d5d5;
	padding: 5px 5px 15px 15px;
	background: #fff;
	font-size: 11px;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Trebuchet MS, Georgia, Sans-serif;
	font-size: 13px;
	color: #000 !important;
	padding: 5px 0 10px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #aaa;
}

.commentmetadata{
	font-size: 12px;
	color: #BFB8A1;
	padding: 0px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 12px; 
	color: #ddd !important;
}

.comments-template p{
	padding: 7px 0 0 0 ;
	font-size: 11px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #A5A5A5;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 10px 15px 15px 0;
	background: #FFF;
	border: 1px solid #A5A5A5;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 885px;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	color: #FF9;
	background: #736E60;
	border-top: 3px solid #BFB8A1;
	border-bottom: 3px solid #BFB8A1;
}

#footer a:link{
	text-decoration: none;
	color: #FF9;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #BFB8A1;
}
























/* general tag styles */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
	background: #fff;
}

p, td, li, form, label {
	font-size: 11px;
}

td, ul, ol, li, form, input, select {
	padding: 0;
	margin: 0;
}

img {
	padding: 0;
	border: 0;
}

p {
	line-height: 160%;
	padding: 0 0 17px 0;
	color: #6A6A6A;
	font-weight: normal;
	border: 0;
	margin: 0;
}

p.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

h1, h2, h3, h4 {
    font-size: x-small;
	line-height: 120%;
	padding: 10px 0 1px 0;
	border: 0;
	margin: 0;
	color: #fff;
}

h5, h6 {
	font-size: x-small;
	padding: 10px 0 2px 0;
	border: 0;
	margin: 0;
}

select {
	font-size: x-small;
}

a {
	color: #060606;
	text-decoration: none;
}

a:hover {
	color:  #060606;
	text-decoration: underline;
}

label {
	color: #000;
	vertical-align: top;
	font-size: 11px !important;
}

.em-note {
  font-style: italic;
}

/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.lt {
	text-align: left;
	vertical-align: top;
	padding: 0;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}

td.dotted-separator {
	background: url(/i/dotted_vertical.gif) top left repeat-y;
}

/* floating elements */

.flush-left {
	float: left;
}

.flush-right {
	float: right;
}

.img-flush-left {
	float: left;
	margin: 2px 15px 0 0;
}

/* main containers */ 

#main-container {
	text-align: left; 
	margin: 0 auto;
	width: 940px;
}

/* home page styles */

.banner {
	padding: 0;
}

.home-nav {
	text-align: right;
	padding: 0 8px 0 0;
	float: right;
}

.home-nav li {
	font-size: 12px;
	padding: 0 0 12px 0;
	list-style: none;
}

.home-nav li {
	line-height: 100%;
}

.home-nav li a {
	color: #6A6A6A;
}

.home-nav li a:hover {
	color: #060606;
	text-decoration: none;
}

.home-nav li a.orange {
	color: #F82D38;
}

.home-nav li.selected a {
	color: #060606;
	font-weight: bold;
}

.home-navigation {
	padding: 135px 0 0 0;
	float: left;
	width: 264px;
}

/* main navigation & subnav collection page */

.main-nav {
	padding: 36px 0 0 0;
	width: 270px;
	background: url(../images/coll-maxine.jpg) bottom right no-repeat;
}

.subnav-collection {
	padding: 16px 0 0 0;
	float: left;
	width: 261px;
}

/* content containers */

.content-l {
	width: 81px;
	vertical-align: bottom;
	padding: 0 8px 0 0;
}

.content-r {
	width: 711px;
	padding: 0;
}

/* left navigation */

#lnav {
	list-style: none;
}

#lnav li {
	padding: 0 0 19px 0;
	text-align: right;
	line-height: 110%;
}

#lnav li.price {
	padding: 0 0 12px 0;
}

#lnav li a {
	font-size: 11px;
	color: #6A6A6A;
}

#lnav li a:hover {
	color: #060606;
	text-decoration: none;
}

#lnav li.selected a {
	color: #060606;
	font-weight: bold;
}

#finishes-nav {
	vertical-align: top;
	padding-top: 196px;
}

/* top(main) navigation */

#tnav {
	list-style: none;
	margin: 0 0 3px 0;
}

#tnav li {
	padding: 0 0 19px 50px;
	line-height: 110%;
	display: inline;
}

#tnav li.first {
	padding: 0 0 19px 56px !important;
}

#tnav li a {
	font-size: 11px;
	color: #6A6A6A;
}

#tnav li a:hover {
	color: #060606;
	text-decoration: none;
}

#tnav li.selected a {
	color: #060606;
	font-weight: bold;
}

/* content area */

#content-container {
	border: 1px solid #060606;
	padding: 27px 23px 0 31px;
	margin: 0;
	height: 100%;
}

#content-container p {
	text-align: justify;
}

#content-container p a {
	color: #D81F2A;
}

/* contact page styles */

#content-container-contact {
	border: 1px solid #060606;
	padding: 19px 43px 0 45px;
	margin: 0 23px 0 0;
	height: 530px;
}

.contact-section {
	border-bottom: 1px solid #000;
	color: #000;
	padding: 0 0 0 2px;
	margin: 0 0 5px 0;
	line-height: 100%;
}

span {
	color: #000;
}

/* press page styles */

.press-img {
	border-right: 1px solid #12100D;
	width: 360px;
	padding: 0 10px 0 0;
	float: left;
}

.press-img img {
	margin: 0 34px 20px 0;
}

.press-img .last {
	margin: 0 34px 0 0;
}

.press-client-list {
	width: 179px;
	padding: 0 0 0 40px;
	float: left;
}

.press-client-list h1 {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 20px 0 23px 0;
}

.press-client-list .clients {
	text-align: center;
	line-height: 200%;
}

/* collections pages styles */

#content-container-collection {
	border: 1px solid #060606;
	padding: 0 0 0 0;
	margin: 0 23px 0 0;
	height: 549px;
}

#content-container-collection1 {
	border: 1px solid #060606;
	padding: 0 0 0 0;
	margin: 0 23px 0 0;
	height: 100%;
}

.collection-large-img {
	float: left;
	margin: 0 6px 18px 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.collection-large-img a {
	color: #6A6A6A;
	font-size: 10px;
}

.collection-large-img a:hover {
	color: #060606;
}

.collection-large-img img {
	margin: 0 0 2px 0;
}

.beds {
	padding: 114px 0 0 69px;
}

.chairs1 {
	padding: 38px 0 0 50px;
}

.chairs2 {
	padding: 0 0 0 17px;
}

.chests {
	padding: 84px 0 0 8px;
}

.benches-ottomans {
	padding: 39px 0 0 123px;
}

.dining-serving {
	padding: 23px 0 0 12px;
}

.low-tables1 {
	padding: 14px 0 0 99px;
}

.low-tables2 {
	padding: 0 0 0 152px;
}

.custom1 {
	padding: 97px 0 0 11px;
}

.custom2 {
	padding: 0 0 0 30px;
}

.finishes {
	padding: 15px 0 0 0;
}

.finishes p {
	text-align: center;
	padding: 0 0 0 0;
}

.finishes p.title {
	font-size: 11px;
	line-height: 250%;
	padding: 0 0 0 0;
}

.finishes p.text {
	font-size: 11px;
	line-height: 250%;
	padding: 0 65px 20px 0;
}

.finishes-table {
	margin: 0 0 15px 12px;
}

.finishes-table td {
	text-align: center;
	font-size: 9px;
	padding: 0 10px 5px 0;
	text-transform: uppercase;
	line-height: 120%;
	width: 102px;
}

.finishes-table td img {
	margin: 0 0 3px 0;
}

.register-failed {
	padding: 22px 0 0 69px;
}

.register-failed p {
	font-size: 11px;
	line-height: 220%;
	text-align: center;
	padding: 0 140px 25px 140px;
	width: 270px;
}

.register-failed p.clearit {
	line-height: 1px !important;
	font-size: 1px !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
}

.spacer {
	padding: 0 !important;
	line-height: 20px !important;
}

/* register page styles */

#content-container-register {
	border: 1px solid #060606;
	padding: 19px 25px 0 17px;
	margin: 0 23px 0 0;
	height: 530px;
}

#register-form {
	float: left;
	width: 420px;
	margin: 0 0 0 25px;
}

#register-form .title {
	color: #060606;
	font-size: 10px;
	padding: 5px 0 5px 0;
	text-align: center;
}

#register-form .note {
	font-size: 9px;
	text-align: center;
	padding: 0 0 12px 0;
}



#reg-frm th {
	text-align: right;
	font-weight: normal;
	padding: 0 3px 4px 0;
	line-height: 100%;
}

#reg-frm th label {
	color: #6A6A6A;
	font-size: 11px;
}


#reg-frm td {
	height: 20px;
}

#reg-frm td.rt {
	padding: 3px 0 5px 0;
}

#reg-frm input {
	border: 1px solid #A5A5A5;
	font-size: 10px;
	height: 13px;
	margin: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
}

.register {
	padding: 15px 0 0 0;
}

/* page not found styles */

#content-container-404 {
	border: 1px solid #060606;
	padding: 154px 0 0 0;
	margin: 0 23px 0 0;
	height: 395px;
}

#content-container-404 p {
	text-align: center;
	font-size: 11px;
	padding: 0 170px 20px 170px;
}

/* other styles */

.center-align {
	text-align: center;
	padding: 0 0 10px 0;
	line-height: 170%;
}

.center-align a {
	font-size: 11px;
	color: #6A6A6A;
}

.center-align a:hover {
	font-size: 11px;
	color: #060606;
}

/* popup */

#main-container-popup {
	border: 1px solid #060606;
	text-align: left; 
	margin: 15px 15px 5px 15px;
	width: 481px;
	height: 471px;
}

#main-container-popup .frame{
	height: 471px
}

#download {
	margin: 0 15px 5px 15px;
}

#download td {
	text-align: center;
}

#download td a {
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6A6A6A;
}

#download td a:hover {
	color: #060606;
}

.right-align {
	text-align: right;
}

#main-container-login {
	background: url(../images/schema.jpg) bottom right no-repeat;
	border: 1px solid #060606;
	text-align: left; 
	padding: 80px 0 0 65px;
	width: 416px;
	height: 391px;
	margin: 0 auto;
	margin-top: 15px;
}

.error{
	padding: 0;
	margin: 0;
	color: #f00;
}

#popup-body{
	width: 511px;
	margin: 0 auto;
}

#error-messages {
	height:211px;
}
.logo-popup {
	padding: 7px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #9E9E9E;
	line-height: 120%;
	text-align: center;
}

.logo {
	padding: 7px 0 0 70px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 120%;
}

.logo a {
	color: #9E9E9E;
	font-size: 10px;
}



.map-nav {
	padding: 0 8px 0 0;
}

.map-nav li {
	font-size: 11px;
	padding: 0 0 12px 0;
	list-style: none;
}

.map-nav li.lev2 {
	font-size: 11px;
	padding: 0 0 12px 15px;
	list-style: none;
}

.map-nav li.lev3 {
	font-size: 11px;
	padding: 0 0 12px 30px;
	list-style: none;
}

.map-nav li {
	line-height: 100%;
}

.map-nav li a {
	color: #333;
}

.map-nav li.lev2 a, .map-nav li.lev3 a {
	color: #6A6A6A;
}

.map-nav li.lev3 a {
	text-transform: uppercase;
}

.map-nav li a:hover {
	color: #060606;
	text-decoration: none;

}
.red {
	color: #F82D38;
	font-weight: bold;
	font-size: 11px;
}

.span-red {
	color: #F82D38;
}

.right {
	text-align: right !important;
}

.page-history p {
	font-size: 11px;
}

/* SEO styles */

.seo-description-beds{
	text-align: center;
	padding: 0 20px 15px 0;
}
h1.seo-description-beds{
	color: #6A6A6A;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}

#respond{
	border: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.entry img {
	margin-bottom: 5px;
}

#blog-logo {padding: 10px 0 25px 0; margin-bottom: 25px; background: url(images/border.jpg) repeat-x bottom left;}
