/*   
Theme Name: Old Tavern Antique Co.
Theme URI: http://www.oldtavernantiqueco.com
Description:
Author: Shawn Baden
Author URI: http://www.shawnbaden.com
Version: 1.0
*/

body {
	background: #000000;
	color: #E8E8E8;
	//font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:normal;
}

* {
	padding:0;
	margin:0;
}

a {
	color: #CFA544;
	font-size: 14px;
	text-decoration: none;
}
	
	.post-title a {
		color: #FFFFFF;
		font-size: 18px;
	}
	
	#cart a {
		font-size: 12px;
		padding-left: 8px;
	}
	
	#cart-item-description a {
		font-size: 18px;
	}
	
	#header a {
		text-decoration: none;
	}
	
	#header-navigation a {
		padding: 8px;
	}
	
	#footer a {
	}
	
	#footer-navigation a {
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 1px solid #CFA544;
	}
	
	#logo a {
		font-size: 32px;
		font-weight: bold;
	}
	
	#shop a {
		background: #CFA544;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		padding: 4px 12px;
	}
	
	#sidebar-collections a {
		color: #CFA544;
		font-size: 20px;
		margin: 4px 0px 2px 1px;
		padding: 6px 4px 1px 3px;
		text-decoration: none;
	}
	
	#sidebar-custom-collections a {
		color: #CFA544;
		font-size: 18px;
		text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}
	
	.post-title a:hover {
		color: #CFA544;
		text-decoration: none;
	}
	
	#footer a:hover {
	}
	
	#header-navigation a:hover {
		color: #FFFFFF;
		text-decoration: none;
		border-bottom: 1px solid #CFA544;
	}
	
	#logo a:hover {
	}
	
	#shop a:hover {
		background: #FFFFFF;
		color: #CFA544;
	}
	
	#sidebar-collections a:hover {
		border: 1px dotted #CFA544;
		color: #FFFFFF;
	}
	
	#sidebar-custom-collections a:hover {
		color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
}

h1 {
}
	
	#content h1 {
		border-bottom: 1px solid #CFA544;
		color: #FFFFFF;
		font-family: "Courier New", "Courier New", Courier, monospace;
		font-size: 20px;
		margin-bottom: 16px;
	}

h2 {
}

h3 {
}
	
	#cart-checkout h3 {
		font-size: 18px;
		font-weight: bold;
		padding: 8px;
	}
	
	#side-bar h3 {
		color: #bbddee;
		font-family: "Courier New", "Courier New", Courier, monospace;
		font-size: 16px;
		padding-bottom: 16px;
	}

h4 {
}
	
	#header-description h4 {
		font-size: 16px;
		font-style: italic;
		margin-top: 4px;
	}

h5 {
	font-size: 12px;
}
	
	#header-contact h5 {
		border-bottom: 1px solid #CFA544;
		margin-bottom: 3px;
	}

h6 {
}
	
	#header-contact h6 {
		font-size: 14px;
		text-align: right;
	}

img {
	border: none;
}
	
	.collection-product-image img {
		border: 1px solid #CFA544;
		padding: 2px;
	}
	
	.product-image img {
		background-color: #CFA544;
		margin: 0px;
		padding: 1px;
	}
	
	#product-image img {
		background-color: #FFFFFF;
		margin: 0px;
		padding: 3px;
	}

img:hover{
}
	
	.collection-product-image img:hover {
		background: #FFFFFF;
	}
	
	.product-image img:hover {
		background: #FFFFFF;
	}

	#product-image img:hover {
		background: #CFA544;
	}

input {
}
	
	#cart-checkout input {
		background: #CFA544;
		border: 0px;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 16px;
		padding: 8px 6px 4px 6px;
	}
	
	#cart-update input {
		background: #CFA544;
		border: 0px;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 16px;
		padding: 8px 6px 4px 6px;
	}

label {
}

li {
	display: inline;
	list-style-type: none;
	margin-left: 2px;
	padding: 1px 0;
}
	#header-navigation li {
		text-align: center;
		margin: 0px 8px;
	}
	
	#sidebar li {
		display: block;
	}

ol {
}

p {
	padding-bottom: 8px;
}
	
	#product-price p {
		color: #CFA544;
		font-size: 24px;
		font-weight: bold;
		padding: 8px 8px 4px 8px;
		text-align: right;
	}

small {
	font-size: 11px;
	line-height: 1.4em;
}

table {
	text-align: left;
	margin-bottom: 15px;
	border-collapse: collapse;
}

td {
}
	#cart td {
		padding: 12px 2px 4px 2px;
	}

th {
}
	#cart th {
		padding: 6px 4px 3px 6px;
	}

ul {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.collection-product-image {
}

.collection-product-image:hover {
}

.collection-product-info {
	line-height: 1.4em;
	padding: 3px 0px;
}

.container {
	width: 960px;
	margin: 0 auto;
	display: block;
}

.post-content {
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 14px;
}

.product-image {
	float: left;
	margin: 0px 8px 0px 0px;
}

.product-image:hover {
}

.purchase-button {
	background: #CFA544;
	border: 0px;
	color: #000000;
	float: right;
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	margin-top: 4px;
	padding: 4px;
}

.purchase-button:hover {
	background: #FFFFFF;
	color: #CFA544;
}

.search-button {
	background: #CFA544;
	border: 0px;
	clear: right;
	color: #000000;
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	padding: 4px;
}

.search-input, .search-input:active, .search-input:focus {
	border: solid 2px #CFA544;
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 14px;
	outline: none;
	width: 190px;
}

.secondary-font {
	font-family: "Courier New", "Courier New", Courier, monospace;
}

#cart {
	width: 100%;
}

#cart-checkout {
	text-align: right;
	width: 250px;
	float: right;
}

#cart-header {
	background: #CFA544;
	color: #000000;
	font-size: 18px;
}

#cart-item-description {
	font-size: 14px;
}

#collection-products {
	width: 100%;
}

#collection-products .col1, #collection-products .col2, #collection-products .col3 {
	vertical-align: top;
	padding: 15px 20px 10px 0;
}

#content {
	margin-left: 224px;
}

#footer {
	border-top: 3px solid #CFA544;
	clear: both;
	margin: 32px 0px 16px 0px;
	padding: 8px 0px 16px 0px;
}

#footer-info {
	font-family: "Courier New", "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	width: 512px;
}

#footer-navigation {
	margin: 0 auto;
	padding-bottom: 8px;
	text-align: center;
	width: 512px;
}

#header {
	padding-top: 16px;
	padding-bottom: 55px;
}

#header-bottom {
	clear: both;
	padding-top: 8px;
}

#header-contact {
	color: #FFFFFF;
	float: right;
	padding-left: 16px;
}

#header-description {
}

#header-info {
	float: right;
}

#header-links {
}

#header-navigation {
	float: right;
	margin-right: 10px;
}

#header-shop {
	padding-bottom: 16px;
	padding-top: 12px;
	text-align: right;
}

#header-top {
}

#layout {
	clear: both;
}

#logo {
	line-height: 28px;
	width: 448px;
	padding-top: 24px;
	float: left;
}

#product-details {
	padding: 0px;
}

#product-image {
	border: 1px dotted #CFA544;
	margin: 0px 15px 0px 0px;
	padding: 3px;
	float: left;
}

#product-image:hover {
	border: 1px solid #CFA544;
}

#product-info {
}

#product-price {
	float: right;
	margin: 0px 0px 8px 4px;
}

#shop {
}

#sidebar {
	float: left;
	padding: 0px;
	width: 192px;
}

#sidebar-border {
}

#sidebar-collections {
	border: 1px dotted #CFA544;
	margin-bottom: 8px;
	padding: 8px 0px 4px 2px;
}

// -------- SLIMBOX ------- /

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 10px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color: #403b35;
	font: bold 12px "Lucida Grande", Verdana, Arial, sans-serif;
}
