/*
Theme Name: The Couch Lady's Website
Theme URI: http://www.thecouchlady.com/
Description: Built on Thematic Theme
Author: Jonah West
Author URI: http://www.jonahcoyote.com/
Template: thematic
Version: 0.1
.
All Rights Reserved
.
*/
/* Apply 960 Grid */
@import url('css/960.css');

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/3c-r-fixed.css');*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   
body, input, textarea {
    color:#000;    
    line-height:18px;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}
/* Text elements
-------------------------------------------------------------- */
p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}
All other styles can be overridden--or ignored!--in Child Theme stylesheets
*/

/* =General
-----------------------------------------------------------------------------*/
body {
	color:#444;
	font-family: Georgia,times,serif;
	font-size:62.5%;
	line-height: 1.8em;
}
#container, #sidebar {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
a { color: #217de5; text-decoration: none; }
a:hover { text-decoration: underline; }

/* =Header
-----------------------------------------------------------------------------*/
#branding { margin: 0 auto; padding: 10px 0 0 0; width: 960px; }
#blog-title span a {
	font-size: 8em;
	line-height: 1.6em;
}
#blog-description {
	font-size: 1.8em;
	left: 60px;
	position: relative;
	top: -10px;
}
#top-nav {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#top-nav ul {
	position: absolute;
	right: 0;
	top: -135px;
}
#top-nav li {
	border-left: 1px solid #d6d6d6;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}
#top-nav li.first { border: 0; }
#top-nav li a {
	background: url(images/home.gif) no-repeat top left;
	color: #939393;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 0 0 0 22px;
	text-decoration: none;
}
#top-nav li a:hover { text-decoration: underline; }
#top-nav li.favorites a {
	background: url(images/favs.gif) no-repeat top left;
}
#top-nav li.contact a {
	background: url(images/contact.gif) no-repeat top left;
}
#top-nav li.view-cart a {
	background: url(images/cart.gif) no-repeat top left;
}
#access { text-indent: -9999px; }
#access div.menu { display: none; }

#page-callout-wrapper, #callout-wrapper {
	background: url(images/welcome-callout-bg.gif) repeat-x top left;
	height: 187px;
	position: relative;
}
#page-callout-wrapper {
	background: url(images/page-callout-bg.gif) repeat-x top left;
	height: 52px;
}
#welcome-callout {
	background: url(images/home-flowers.gif) no-repeat 0px 34px;
	color: #fff;
	height: 187px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#page-callout-wrapper #welcome-callout {
	background: url(images/page-flowers.gif) no-repeat 0px 1px;
	height: 52px;
}
#welcome-callout .message-area {
	float: left;
	padding: 50px 0 0 200px;
	position: relative;
	width: 370px;
	z-index: 2;
}
#page-callout-wrapper #welcome-callout .message-area {
	float: none;
	padding: 12px 0 0 230px;
}
#welcome-callout .message-area h1 {
	font-size: 2.4em;
	margin: 0 0 10px 0;
}
#welcome-callout .message-area p {
	font-size: 1.8em;
}
#welcome-callout .message-area ul {
	margin: 15px 0 0 20px;
}
#page-callout-wrapper #welcome-callout .message-area ul {
	margin: 0 0 0 20px;
}
#welcome-callout .message-area li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
}
#welcome-callout .message-area li a {
	background: url(images/callout-message-links.gif) no-repeat top left;
	color: #fff;
	display: block;
	font-size: 1.2em;
	height: 23px;
	padding: 5px 0 0 15px;
	text-decoration: none;
	width: 121px;
}
#welcome-callout .message-area li a:hover {
	background: url(images/callout-message-links.gif) no-repeat 0px -28px;
}
#home-slideshow {
	background: url(images/slideshow-bg.gif) no-repeat top left;
	height: 175px;
	float: left;
	position: absolute;
	right: 0;
	top: 7px;
	width: 474px;
	z-index: 1;
}
#home-slideshow ul { 
	list-style: none;
	margin: 7px 0 0 95px;
}
#home-slideshow li a img {
	border: 1px solid #3767a1;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#nav {
	position: relative;
}
#nav li {
	display: block;
	position: relative;
}
#nav li a {
	color: #444444;
	display: block;
	text-decoration: none;
}
#nav li a:hover, #nav li.current_page_item ul li a:hover {
	background: url(images/current_page_ind_over.gif) no-repeat right 3px;
	text-decoration: underline;
}
#nav li.current_page_item a {
	background: url(images/current_page_ind.gif) no-repeat right 3px;
}
#nav li.current_page_item ul li a, #nav li ul.children li a {
	background: none;
}
#nav li ul.children {
	display: none;
}
#nav li:hover ul.children {
	background: #f0f0f0;
	border: 1px solid #d7d7d7;
	display: block;
	left: 220px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 200px;
	z-index: 3;
}
#nav li ul.children li a {
	display: block;
	padding: 3px 15px 3px 15px !important;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/
h1.entry-title {
	text-indent: -9999px;
}
#container {
	float: right;
	padding: 0 0 30px;
	position: relative;
	width: 700px;
}
#main {
	background: url(images/content-bg.gif) repeat-y top left;
	_height: 1%;
	min-height: 420px;
	position: relative;
}
#main:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
    font-size: 0; 
}
.entry-content {
	line-height: 1.8em;
	padding: 0 0 30px 0;
}
.entry-content p {
	font-size: 1.2em;
}
.entry-content h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}
.error {
	background: #ffe400;
	border: 2px solid #f4a40a;
	padding: 10px;
}
#away-message {
	background: #ffe400;
	border-bottom: 2px solid #f4a40a;
	font-size: 1.2em;
	padding: 10px 0;
	text-align: center;
}
#away-message:hover {
	background: #fff17d;
	cursor: pointer;
}
#away-message p {
	background: url(images/close.gif) no-repeat 10px 3px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.away-message {  }
#custom-couches-message {
	background: #d2edfb;
	border-top: 1px solid #d7d7d7;	
	border-bottom: 1px solid #d7d7d7;
	left: -19px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	width: 729px;
}
#custom-couches-message:hover {
	background: #abdcf5;
	cursor: pointer;
}
#custom-couches-message p {
	color: #444;
	font-size: 1.4em;
	margin: 0;
}
#custom-couches-message a {
	text-decoration: none;
}
#custom-couches-message a:hover {
	text-decoration: underline;
}
#featured-items {
	clear: both;
	margin: 20px 0;
	position: relative;
}
#featured-items h4 {
	font-size: 2.4em;
	margin: 0 0 15px 0;
}
#featured-items ul {
	margin: 0;
}
#featured-items li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	text-align: center;
}
#featured-items li a img {
	border: 1px solid #c7c7c7;
	padding: 3px;
}
#featured-items .name, #shopp .variations, #featured-items .varitations {
	display: block;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	text-align: center;
}
span.variations select {
	width: 190px;
}
#featured-items .price, #featured-items .quantity {
	font-size: 1.2em;
	margin: 0 5px 0 0;
}
#featured-items .price {
	font-weight: bold;
}
#featured-items .addtocart {
	
}
.edit-link {
	clear: both;
}
#print { background: #e7e7e7; font-size: 1.2em; padding: 10px }
#print a { 
	background: url(images/printer_color.png) no-repeat top left;
	display: block;
	padding: 0 0 0 22px;
}
#print:hover { 
	background: #d7d7d7;
	cursor: pointer;
}
#receipt-header, #receipt-footer {
	display: none;
}

/* =Sidebar Content
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	font-size: 1.4em;
	margin: 0 10px 0 10px;
	padding: 20px 0 0 0;
	/*position: absolute;*/
	text-align: right;
	/*top: 0px;*/
	width: 220px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
}
#sidebar ul#nav, #sidebar li.widgetcontainer {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 20px 20px 0;
}
#sidebar li.widgetcontainer {
	border: 0;
}
#sidebar ul#nav {
	padding: 0 0 20px 0;
}
#sidebar ul#nav li a {
	padding: 0 20px 0 0;
}
#sidebar li.widget_shoppcartwidget {
	margin: 20px 0 0 0;
}
#sidebar li.widget_shoppcartwidget h3 {
	background: url(images/cart.gif) no-repeat 5px 2px;
	font-size: 1.4em;
	margin: 0 0 20px 0;
	padding: 0 0 0 0px;
}
#sidebar li.widget_shoppcartwidget #sidecart, #sidebar li.widget_shoppcartwidget #shopp-cart-ajax-notify {
	background: #f0f0f0;
	padding: 15px;
}
.just-added {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 0 !important;
}
#error, #errors { display: none; }

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #d7d7d7;
	clear: both;
	padding: 20px 0;
}
#siteinfo {
	clear:both;
	float:left;
	margin: 0 0 20px;
	width:100%;
}
#siteinfo ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0 auto;
	position: relative;
}
#siteinfo li.widgetcontainer {
	float: left;
	height: 40px;
	margin: 0 0 0 25px;
	position: relative;
	right: 50%;
}
#siteinfo li.widgetcontainer div.sociable ul li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	right: 50%;
}
