/*
Design based on Pink Flower by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #AF9F9F;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
    color: #DD9A30;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a:link, a:visited {
    color: #936940;
}

a:hover {
	text-decoration: none;
	color: #DD9A30;
}

/* Header */

#header {
	width: auto;
	height: 250px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: auto;
    color: #91420B;
    width: 700px;
}

#header h1 {
	padding-top: 30px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 700px;
	margin: -140px auto;
}

/* Content */

#content {
	float: right;
	width: 460px;
}

#content h1, #content h2 {
    border-bottom: 1px solid #DD9A30;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
    padding-bottom: 3px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 25px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar img {
    padding-left: 7px;
    padding-top: 20px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
}

/* Shopping Cart */

#products ul {
    list-style-image: none;
    list-style-type: none;
}

#products ul li {
    clear: both;
    padding: 10px;
}

#products img {
    border: 1px solid #000000;
    float: left;
    margin-right: 5px;
}

#products fieldset {
    border: 0;
    text-align: right;
}

#products .name {
    font-weight: bold;
    margin-bottom: 5px;
}

#products .price {
    margin-bottom: 5px;
}