body {
	font-family: 'Rockwell', 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 14px;
	background: #ffffff;
	margin: 0px;
	min-width: 760px;
	text-align: left;
}

a {
    color: #000000;
    text-decoration: underline;
}

a:hover{
    color: #1a1616;
    text-decoration: underline;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	overflow: hidden;
	margin-left: auto;
}

.indent-1 {
	padding-left: 18px;
	padding-right: 18px;
}

.indent-2 {
	padding-left: 48px;
	padding-right: 48px;
}

.centered {
    text-align: center;
}

.lefted {
    text-align: left;
}

#nav-top {
}

#header-sep {
}

#content-holder {
/*     padding-top: 18px; */ /* moved into height of cart-holder because IE sucks */
    padding-bottom: 24px;
}

#footer-sep {
}

#nav-bottom {
}

.noheight {
    height: 0px;
    line-height: 0px;
}

.clearboth {
    clear: both;
}

.inset {
/*     left: 36px; */
    padding-left: 36px;
    width: 628px;
}

.logo {
	margin-bottom: 10px;
}

.navbar {
    margin: 18px 0px 12px 0px;
    text-align: center;
}

.navlist {
    list-style-type: none;
    padding: 0px; /* Need to override browser default indent */
}

.navlist li {
    display: inline;
    padding: 0px 10px 0px 10px;
}

.navlist li a {
    text-decoration: none;
    color: #000000;
}

.navlist li a:hover {
    text-decoration: underline;
    color: #1a1616;
}

.navlist li.current-page a {
    text-decoration: none;
    color: #1a1616;
    font-weight: bold;
}

.colorbar {
    background-color: #1a1616;
    height: 1px;
    line-height: 1px;
}


/* http://www.positioniseverything.net/easyclearing.html */
/* http://tarskitheme.com/                               */

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }

.clearfix { display: inline-block; } /* for IE/Mac */
/* Hides from IE-mac \*/
* html .clearfix { 
    height: 1%; 
}
.clearfix { 
    display: block; 
}
/* End Hides from IE-mac */


.medgrey {
    /* Was #666666 -- 40% brightness */
    /* Now #665858 -- 0, 14%, 40% */
    color: #000000;
}

.coolgray {
    /* 0, 14%, 27% */
    color: #463c3c;
}

.darkgrey {
    /* 0, 14%, 10% */
    color: #1a1616;
}

.normal-text {
    font-size: 18px;
/*     line-height: 24px; */
}

ch {
    font-weight: bold;
    font-style: italic;
}

.quote-content {
    font-style: italic;
    font-size: 16px;
}

div .quote-content {
    padding: 0px 36px;
}

.quote-author {
    font-style: italic;
}

.smaller-text {
    font-size: 16px;
/*     line-height: 22px; */
}

.author-line {
    padding-left: 72px;
}

.hanging-quote {
    text-indent: -0.35em;
}

.hanging-quote * {
    text-indent: 0;
}

.auto-line-height {
/*     line-height: 120%; */
}

div.places-list h1 {
}

div.places-list h2 {
}

div.places-list h3 {
    margin-bottom: 0px;
}

div.places-list p.address {
    margin-top: 0px;
    margin-bottom: 0.5em;
}

div.places-list p.tagline {
    margin-top: 0.5em;
    padding: 0px 0px 0px 72px;
    font-size: 90%;
    font-style: italic;
}

#copyright {
    font-size: 9px;
    color: #000000;
    text-align: center;
}

div.navbar .fb-share-link {
    background-position: left 4px;
}


div.navbar .twitter-link {
	padding: 2px 0 0 20px;
	height: 16px;
	background-image: url('../img/twitter_16x16.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
}

.one-column-centered {
	width: 100%;
	float: left;
	vertical-align: top;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}

.three-column-centered {
    width: 33%;
    float: left;
    vertical-align: top;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 36px;
}

.item-holder {
	position: relative;
	width: 250px;
}

a.thickbox img {
    padding: 1px;
    border: 1px solid #000000;
}

a.thickbox:hover img {
    padding: 0px;
    border: 2px solid #1a1616;
}

img.sold-out {
    display: block;
    position: absolute;

}

a.thickbox img.sold-out {
    border: none;
    padding: 0;
}

#cart-holder {
    clear: both;
    height: 18px; /* replaces padding-top on content-holder */
}

#cart-wrapper {
    float: right;
}

#cart-wrapper a {
    text-decoration: none;
}

#cart-wrapper a:hover {
    text-decoration: underline;
    color: #1a1616;
}
.cart-label {
    color: #000000;
	font-size: 16px;
    text-decoration: none;
}

.cart-label:hover{
    color: #1a1616;
    text-decoration: underline;
}

.topnavbar {
    margin: 18px 0px 12px 0px;
    text-align: center;
}

/* Top menus */

#navMenuList {
    color: #000000;
}

#navMenuList {
    padding: 0;
    margin: 0;
}

#navMenuList > li {
    display: inline-block;
    position: relative;
/*     text-align: left; */
/*     padding-left: 0; */
/*     vertical-align: top; */
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
	font-size: 20px;
}


#navMenuList > li > ul {
    display: none;
    position: absolute;
    padding-left: inherit;
    padding-right: inherit;
    background: white;
    border: 1px solid #000000;
    left: -1px;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    min-width: 72px;
	font-size: 14px;
}

#navMenuList > li > ul > li {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

#navMenuList li:hover ul {
    display: block;
}

/* #navMenuList li li { */
/*     display: list-item; */
/*     list-style-type: none; */
/*     margin: 0.2em 0; */
/*     white-space: nowrap; */
/*     padding-left: 0.5em; */
/*     padding-right: 0.5em; */
/*     min-width: 72px; /\* not honored in IE6, breaks IE7 *\/ */
/* } */

#navMenuList a {
    text-decoration: none;
}

#navMenuList a:hover {
    text-decoration: underline;
    color: #1a1616;
}

.low-stock {
	font-size: 0.8em;
	font-style: italic;
}

.buy-select {
    margin-bottom: 0.5em;
}

/* .add_converted_item is from Amazon rewrite */
.buy-button, .add_converted_item {
}

#store-burst {
    float: right; 
    margin-left: 1em; 
    margin-bottom: 1em;
}

#store-burst a, #store-burst a:hover, #store-burst img, #store-burst img:hover {
    text-decoration: none;
    border: none;
}

#store-burst img {
}

iframe#shoppingCartWidget {
    overflow:visible;
}

#shipping th { font-size: 16px; font-weight: bold; text-align: center; vertical-align: bottom;}
#shipping td {font-size: 16px; text-align: center}
#sale_items {
	border-collapse: collapse;
}
td #sale_items {
	font-size: .8em;
}
#sale_item_wrapper {
	border: thin solid #666;
	width: 300px;
}
#sale_items tr.row {
	border: thin solid #666;
}

.add_link {
	font-size: 0.8em;
	text-decoration: underline;
}

.coming_soon {
	font-size: 0.8em;
	color: #F00;
}

#add {
	text-align: center;
	border-collapse: collapse;
}

#add tr.row {
	border: thin solid #666;
}
#add_header {
	background-color: #CCC;
}
#add_body {
	font-size: .8em;
}

#cart {
	text-align: center;
	border-collapse: collapse;
}

#cart tr.row {
	border: thin solid #666;
}
#cart_header {
	background-color: #CCC;
}
#cart_items {
	font-size: 0.9em;
}
#cart_items td {
	border: thin solid #666;
}
#checkout {
	text-decoration: none;
}
#cart a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sc_image {
}
a img {
	border: 0px;
}
.small-centered {
	font-size: .7em;
	text-align: center;
}
.small-centered {
	font-size: .7em;
	text-align: center;
}

#checkout_info {
	border-collapse: collapse;
}

#checkout_info tr.row {
	border: thin solid #666;
	text-align: center;
}
#checkout_header {
	background-color: #999;
	font-size: 1em;
	font-weight: bold;
}#checkout_info th {
	font-size: .7em;
	font-weight: bold;
}
.required {
	color: #F00;
	font-size: 12px;
}
.one_half_centered {
	text-align: left;
	width: 50%;
}
#payment_table {
	text-align: center;
	border: thin solid #666;
}
#navigation {
	color: #333;
	left: 50px;
	width: 150px;
	text-align: right;
	margin-top: 250px;
}

#navigation h2, #navigation hr {

display: block

padding: 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#navigation ul {

margin: 0px;

padding: 0px;

list-style: none;

}

#navigation ul li {

}

#navigation ul li a {
	padding: 8px;
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #999;
}
#left {
	width: 190px;
	margin-left: auto;
	padding-right: 40px;
}
#right {
	width: 150px;
	margin-right: auto;
	margin-left: 0px;
}

