/* = BASIC RESET
-------------------------------------*/
body #iewarning, div#slider {
display: none !important;
}
* {
margin: 0;
padding: 0;
border: 0;
}
body {
color: #333;
background: none;
}
body, select, input, textarea {
font: 14px/18px Georgia, Baskerville, serif;
}
/* = STICKY FOOTER
-------------------------------------*/
html, body, #container {
height: 100%;
text-align: center;
}

/* = MAIN DIVS
-------------------------------------*/
#container {
width: 1001px;
margin: 20px auto;
}
#header {
height: 180px;
padding: 24px 23px 0 23px;
background: none;
}
#content {
text-align: left;
clear: left;
padding: 0 30px;
}

/* = HEADING / TAGLINE
-------------------------------------*/
#header h1 {
color: #6E002F;
font-size: 40px;
font-style: italic;
height: 89px;
text-align: center;
}
#tagline1, #tagline2 {
font-size: 25px;
line-height: 28px;
display: block;
letter-spacing: 1.5px;
}
#tagline1 {
margin-left: -320px;
}
#tagline2 {
margin-left: 295px;
}

/* = MENU
-------------------------------------*/
#menu {
width: 1000px;
border-bottom: 4px solid #6e001b;
position: relative;
background: #fffcee;
}
#menu ul {
width: 941px;
margin: 0 30px;
display: block;
overflow: hidden;
list-style-type: none;
font-size: 18px;
}
#menu li {
float: left;
}
#menu li a {
display: block;
float: left;
padding: 10px 18px 16px 18px;
color: #000;
text-decoration: none;
}
#menu li#on {
padding-right: 4px;
background-color: #6e001b;
}
#menu li#on a {
padding: 10px 14px 16px 18px;
background: #6e001b;
color: #fff;
}
#menu ul ul {
display: none;
}
div#cart-link input#sidebar-cart-button, #cart-link form {
display: none;
}
/* = MAIN
-------------------------------------*/
#main {
width: 682px;
float: left;
margin-top: 10px;
}
#main p {
font-size: 16px;
padding: 5px 0 10px 0;
line-height: 1.3em;
}
#main a, #sidebar a, #footer a {
color: #926B46;
text-decoration: none;
font-weight: bold;
}
#main h2, #main h3, #main h4 {
font-size: 26px;
line-height: 32px;
font-weight: normal;
margin-bottom: 10px;
color: #000;
}
#about #main h4 {
margin-bottom: 0;
}
#main h4 {
font-size: 22px;
font-style: normal;
line-height: 27px;
}
#main h5 {
font-size: 16px;
font-style: normal;
font-weight: bold;
}
.FontJazz-font {
background: url('../img/hr_white_plain.png') bottom left no-repeat;
padding-bottom: 10px;
font-size: 24px;
}
.text-center {
text-align: center;
}
span.text-center {
display: block;
padding: 5px;
}
.img-left {
display: block;
float: left;
margin: 3px 7px 0 0;
}
.img-center {
display: block;
margin: 0 auto;
}
.img-border, ul.category li img {
border: 1px solid #CAB38B;
padding: 5px;
background: #fff;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
blockquote {
background: #fffcee;
margin: 30px;
padding: 20px;
font-style: italic;
font-size: 16px;
border-right: 2px solid #e9debb;
border-bottom: 2px solid #e9debb;
border-top: 1px solid #EFE4C2;
border-left: 1px solid #EFE4C2;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
blockquote:first-letter {
font-size: 25px;
}
.clear {
clear: both;
line-height: 3px;
color: #fdf6d9;
}
.hr {
margin-top: 5px;
height: 21px;
line-height: 10px;
background: url('../img/hr_white.png') bottom center no-repeat;
}
.plain-hr {
background: url('../img/hr_white_plain.png') bottom center no-repeat;
}
#main .bigger {
color: #000;
font-size: 18px;
}
.review {
margin-top: 20px;
padding-top: 12px;
background: url('../img/ldquo.png') 0 5px no-repeat;
text-indent: 30px;
}
/* = SLIDER
-------------------------------------*/
#pagination {
margin: 0 0 10px 0;
width: 690px;
}
.pagination {
font-size: 15px;
float: left;
list-style: none;
height: 25px;
margin: 0 0 15px 5px;
}
.pagination li {
float: left;
cursor: pointer;
padding: 4px 6px;
margin: 5px 0 0 4px;
text-align: center;
background: #DFCE99;
color: #000;
}
li.current, .pagination li:hover, #main .pagination li:hover a, #main li.current a {
background: #B79E74;
color: #fff;
}
/* = PRODUCTS
-------------------------------------*/
ul.category {
list-style-type: none;
display: block;
}
ul.portrait li, ul.landscape li, ul.swatch li {
float: left;
text-align: center;
font-size: 16px;
}
ul.portrait li {
width: 195px;
margin: 0 9px 30px 9px;
/* Below added | above used to be 0 20px 30px 22px*/
border: 1px solid #CAB38B;
padding: 5px;
background: url('../img/blog_summary_bg.png') bottom left repeat-x;
}
.portrait .prod-details {
/* important for FF 3.5 */
min-height: 295px;
}
ul.swatch li {
margin: 0 25px 20px 0px;
}
ul.landscape li {
width: 250px;
margin: 0 39px 30px 39px;
/* Below added | above used to be 0 45 30 45*/
border: 1px solid #CAB38B;
padding: 5px;
background: url('../img/blog_summary_bg.png') bottom left repeat-x; 
}
ul.landscape li img {
padding: 5px;
border: 1px solid #CAB38B;
}
.landscape .prod-details {
min-height: 220px;
}
ul.swatch li img {
width: 100px;
height: 100px;
padding: 2px;
}
ul.swatch strong {
font-size: 12px;
font-weight: normal;
}
ul.category li strong, ul.category li div {
display: block;
clear: both;
margin-bottom: 7px;
}
ul.category li div {
font-size: 14px;
margin-bottom: 0;
}
#main .category a, #crumb a, #main .pagination a {
color: #333;
font-weight: normal;
}
.cart-bar {
border: 1px solid #CAB38B;
background: url('../img/blog_summary_bg.png') bottom left repeat-x; 
padding: 10px;
color: #000;
}
.cart-bar input, .cart-bar select, .mini-cart-bar input, .mini-cart-bar select {
border: 1px solid #CAB38B;
}
.cart-bar #qty, .mini-cart-bar #qty {
width: 40px;
}
.cart-bar #fabric-option {
width: 150px;
}
.mini-cart-bar #fabric-option {
width: 120px;
}
.cart-bar #add-but {
background: #6e001b;
width: 80px;
color: #fff;
}
.mini-cart-bar {
border-top: 1px solid #CAB38B;
margin-top: 10px;
padding-top: 5px;
}
#comment-form form {
display: none;
}
.pp-form {
display: inline;
}
.pp-form .qty {
font-size: 18px;
text-align: center;
width: 45px;
height: 25px;
margin-bottom: 0;
border: 1px solid #CAB38B;
float: none;
}
.pp-form input {
float: right;
}
#main ul#product-row {
margin-bottom: 0;
}
#main ul#product-row li {
background: none;
border: none; 
margin-bottom: 0;
}
.cart-bar input[type=image], .mini-cart-bar input[type=image] {
border: 0;
}
/* = SIDEBAR
-------------------------------------*/
#sidebar {
float: right;
margin: 25px 0 25px 15px;
padding-bottom: 25px;
width: 238px;
min-height: 500px;
border: 2px solid #fdf6d9;
background-color: #fffcee;
}
#sidebar .printonly {
margin: 4px;
background: #e4d6b4;
display: block;
text-align: center;
padding: 10px 0 5px 0;
font-size: 22px;
border-bottom: 1px solid #fdf6d9;
}
#sidebar #top {
display: none;
}
#sidebar #search {
display: none;
}
#sidebar h3 {
font-weight: normal;
font-size: 18px;
text-align: center;
padding: 7px;
margin: 10px;
border-top: 1px solid #CAB38B;
border-bottom: 1px solid #CAB38B;
}
#sidebar h5 {
padding: 7px 7px 7px 10px;
margin: 0 10px;
border-bottom: 1px solid #CAB38B;
}
#sidebar p#social {
border-top: 1px solid #CAB38B;
margin: 0 10px;
padding: 7px 0 0 20px;
}
#social a {
color: #000;
font-weight: normal;
}
#social img {
margin-bottom: -4px;
}
#sidebar p, #sidebar h4, #gr_quote_body {
padding: 7px;
margin: 0 20px;
}
#gr_quote_body a {
display: block;
}
/* = SJG LT Widget
-------------------------------------*/
#book-slide {
position: relative; 
overflow: hidden; 
width: 230px;
height: 170px;
margin-bottom: 10px;
left: 5px;
}
#book-slide li {
width: 230px;
height: 170px;
margin: 10px 0;
float: left;
text-align: center;
}
#book-slide li img {
height: 160px;
}
#book-slide ul {
height: 240px;
position: absolute;
list-style: none;
}
/* = CONTENT
-------------------------------------*/
#rose-painting {
float: right;
margin: 19px -18px 0 0;
}
.signature {
padding: 10px;
}
#crumb {
font-size: 11px;
padding-bottom: 5px;
border-bottom: 1px solid #CAB38B;
margin: -5px 0 10px 0;
}
#contact-details {
width: 310px;
}
/* = BLOG
-------------------------------------*/
#comment-form input, #comment-form textarea {
padding: 5px;
border: 1px solid #CAB38B;
margin-bottom: 5px;
}
input#cntnt01submit, #cntnt01submit input, .submit {
background: #6e001b;
color: #fff;
}
#blog #main a.morelink, #main a#red-link {
color: #6e001b;
}
.comment {
background: #fff url('../img/quote_66.gif') top left no-repeat;
padding: 10px;
text-indent: 30px;
margin: 3px 0 20px 0;
border-right: 1px solid #CAB38B;
border-bottom: 1px solid #CAB38B;
border-left: 1px solid #e9debb;
border-top: 1px solid #e9debb;
}
.blog-summary {
padding: 0 10px;
}
ol li {
margin: 5px 40px;
}
#blog #main h3 {
border-bottom: 2px solid #cab38b;
padding: 5px 0 20px 0;
margin-bottom: 0;
color: #6e001b;
}
#blog #main h4 {
margin-bottom: 2px;
}
#main h4 a {
font-style: normal;
font-weight: normal;
color: #6e001b;
}
/* = ORTHOPRAXIC BOOKMARKS - Copyright Erin E. Mallon & Samalah Gray :)
-------------------------------------*/
#main ul.orthopraxic {
width: 380px;
list-style-type: none;
}
#main ul.orthopraxic li {
background: transparent url('../img/shadow.png') bottom center no-repeat;
margin-right: 25px;
display: block;
float: left;
width: 47px;
height: 32px;
}
#main ul.orthopraxic li a {
text-indent: -9000px;
display: block;
width: 32px;
height: 32px;
}
#fb {
background: transparent url('../img/facebook.png') 0 15px no-repeat;
}
#tw {
background: transparent url('../img/twitter.png') 0 15px no-repeat;
}
#dl {
background: transparent url('../img/delicious.png') 0 15px no-repeat;
}
#su {
background: transparent url('../img/stumbleupon.png') 0 15px no-repeat;
}
#dg {
background: transparent url('../img/digg.png') 0 15px no-repeat;
}
a#fb:hover, a#tw:hover, a#dl:hover, a#su:hover, a#dg:hover {
background-position: 0 3px;
}
.shadow {
position: relative;
top: -15px;
left: -15px;
}
/* = FOOTER
-------------------------------------*/
#footer {
clear: both;
height: 54px;
padding: 20px 0 0 0;
}
