/* Style Sheet for Mystic Crow website
 * Created by Eli Van Zoeren, February 2007–2017
 */

/* CSS Reset, thanks to Rik Lomas */

* {
	margin: 0;
	padding: 0;
}

iframe,
a img,
fieldset,
form,
table {
	border: 0;
}

h6,
h5,
h4,
h3,
h2,
h1,
caption,
th,
td {
	font-weight: normal;
}

dd,
dt,
li,
dl,
ol,
ul {
	list-style: none;
}

legend {
	color: #000;
}

button,
select,
textarea,
input {
	font: 100% serif;
}

table {
	border-collapse: collapse;
}

caption,
th,
td {
	text-align: left;
}

/* Style Basic Elements */

body {
	font: normal 16px/1.5em Georgia, Times, 'Times New Roman', serif;
	background: #0f0024;
	color: #fff;
	padding-top: 0px;
}

h1,
h2 {
	font: bold 1.7em/1.176em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
}

h3 {
	font: normal 1.2em/1.25em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
	color: #dbdbe3;
}

h4 {
	font: normal 1em/1.5em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
	margin-bottom: 1.5em;
	color: #dbdbe3;
}

p {
	padding-bottom: 1.5em;
}

a {
	color: #ea403a;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0;
	padding: 0 0 1.5em 22px;
	width: auto;
	background: url(images/lquote.gif) no-repeat top left;
}

blockquote p {
	padding: 0;
}

cite {
	display: block;
	text-align: right;
	color: #dbdbe3;
	font-style: italic;
}

.intro {
	font-size: 1.1em;
	line-height: 1.36em;
}

form {
	margin-top: 1.5em;
}

label {
	display: block;
	margin-top: 1.5em;
}

.textbox {
	width: 528px;
	padding: 1px;
	font: normal 0.9em/1.667em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
	background: #dbdbe3;
	color: #0f0024;
	border: none;
}

.button {
	margin: 1.5em 0;
	padding: 0.25em;
	font: bold 0.9em/1.667em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
	background: #dbdbe3;
	color: #0f0024;
	border: 1px outset #dbdbe3;
}

.button:active {
	border: 1px inset #dbdbe3;
}

/* Page Divisions */

#container {
	width: 810px;
	margin: 0 auto;
	padding-top: 10px;
}

#content {
	padding: 75px 0 0.5em 20px;
	width: 620px;
	float: left;
}

#content.no-logo {
	padding-top: 20px;
}

/* Left Column */

#header {
	width: 170px;
	float: left;
	text-align: center;
}

.coverImage {
	border: none;
	margin: 14px 0 0;
	box-shadow: 0 0 12px #ea403a;
}

#sidebar-text {
	margin: 19px 0 0;
}

.buy {
	display: block;
	padding: 0.5em 0;
	font: bold 1.1em/1em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
}

/* Footer */

#footer {
	width: 100%;
	padding-top: 1.1em;
	clear: both;
	color: #dbdbe3;
	font: normal 0.9em/1.667em 'Lucida Sans', 'Lucida Grande', Helvetica, Arial,
		sans-serif;
	text-align: center;
	background: url(images/hdivider.gif) no-repeat top center;
}

#menu {
	margin: 1em 0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0 0.75em;
}

/* Main Page divisisions */

#main-page {
	padding: 10% 230px 0.5em;
	float: left;
}

#title {
	width: 350px;
	position: relative;
	float: left;
	text-align: center;
}

#title img {
	margin-bottom: 0.75em;
}

#left {
	width: 200px;
	right: 350px;
	margin-left: -230px;
	padding-top: 62px;
	position: relative;
	float: left;
	text-align: left;
}

#right {
	width: 200px;
	left: 30px;
	margin-right: -230px;
	padding-top: 62px;
	position: relative;
	float: left;
	text-align: right;
}

#left img,
#right img,
#bottom img {
	margin-bottom: 1em;
	box-shadow: 0 0 12px #ea403a;
}

/* Online Store layout */

.storeItem {
	width: 100%;
	margin: 0;
	padding: 0 0 1.5em;
	clear: both;
}

.storeItem img {
	float: left;
	margin-right: 0.5em;
}

.storeItem form {
	margin: 0;
}

.storeItem .textbox {
	width: 2em;
}

.storeItem h3 {
	padding-top: 5px;
}

.storeItem h4 {
	margin: 0;
}

#checkout {
	clear: both;
	margin-left: 170px;
	padding-left: 0.5em;
}
