

body {
	margin: 0;
	padding: 0;
	background: #3E5166;
	text-align: left;
	font-family: verdana, "arial", Times, sans-serif;
	font-size: 10px;
	color: #ffffff;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: 2px;
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}


ul {
}

ol {
}

a {
	color: #F7DF66;
		text-decoration: none;
}

a:hover {
	color: #FEEDB9;
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
	border: none;
}


/* Header */

#header {
	width: 768px;
	height: 150px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	margin: 0 auto;
	width: 768px;
	height: 150px;
	margin-bottom: 0px;
	margin-left: 20px;
	background: url(images/store_header.jpg) no-repeat center;
}



/* Menu */

#menu {
	float: left;
	height: 60px;
	letter-spacing: 1px;

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 75px;
	padding: 25px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #F7DF66;
}

#menu a:hover {
	height: 161px;
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 768px;
	padding: 10px 20px 0px 20px;
	line-height: 25px;
	letter-spacing: 2px;
	font-size: 1.5em;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #F7DC69;
}

.post .meta a {
	color: #F7DC69;
}

.post .entry {
	margin-bottom: 20px;
	padding: 30px 30px 60px 30px;
	border: #FFFFFF 1px dashed;

}

.price {
	color: #F7DF66;
}
