@font-face {
	font-family: AlexBrush;
	src: url('AlexBrush-Regular.ttf');
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	text-decoration: none;
}

html, body {
	background: #fafafa;
	height: 100%;
}

p, h1, h2 {
	color: #555;
}

p, ul, ol {
	line-height: 1.3em;
	padding: .3em 0 1em;
}

ul, ol {
	margin-left: 2em;
}

h1 {
	font-family: AlexBrush, cursive;
	font-size: 3.5em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
}

h2 {
	font-family: AlexBrush, cursive;
	font-size: 2em;
}

header {
	width: 625px;
	height: 80px;
	margin: 0 auto;
	background-image: url('../graphics/ribbon.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}

header img {
	float: right;
}

header h1 {
	float: left;
}

nav {
	text-align: center;
	margin: 1em 0;
}

#divider {
	border-top: 2px solid #fc00bf;
}

section {
	background: #eee;
	padding: 1em 15%;
	/*min-height: 75%;*/
}

footer {
	padding: 1em 0;
	background: #ddd;
	text-align: center;
	font-size: 0.8em;
}

footer img {
	padding: 0 .5em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearfloats {
	clear:both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color: #f00;
}

.bold {
	font-weight: bold;
}

.items {
	display: inline-block;
	text-align: center;
	padding: .25em .25em;
	margin: 1em;
}

.items img, #thumbImg img {
	position: relative;
	top: -2px;
	left: -2px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .4);
	margin: .25em;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.items img:hover, #thumbImg img:hover {
	top: -2px;
	left: -2px;
	box-shadow: 2px 2px 2px 0 rgba(255, 0, 210, .4);
}

.items img:active, #thumbImg img:active {
	top: 0;
	left: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .4);
}

.overflowhidden {
	overflow: hidden;
}

#detailImg {
	text-align: center;
	width: 65%;
	float: left;
}

#detailImg img {
	max-width: 600px;
	width: 100%;
}

#thumbImg {
	text-align: center;
	width: 35%;
	float: right;
}

#thumbImg img {
	display: block;
	float: left;
}

table {
	width: 100%;
	margin: 1em 0;
	background-color: #fafafa;
	font-size: .9em;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .4);
}

table, tr, td {
	border: 1px solid #555;
	border-collapse: collapse;
}

tr, td {
	padding: 3px;
}

.tableheader {
	background-color: #ffa7ee;
}

select, input[type="text"], input[type="password"], input[type="submit"] {
	border: 1px solid #555;
	padding: 1px 3px;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:focus {
	background-color: #fdd;
}

input[type="submit"] {
	background-color: #ffa7ee;
	border-radius: 5px;
	padding: .2em 1em;
}

input[type="submit"]:hover {
	background-color: #ff00d2;
}

input[type="submit"]:active {
	background-color: #aaa;
}

.errfield {
	background-color: #ff0;
}

nav a, nav a:visited {
	color: #555;
	padding: 0 1em 0;
	font-weight: bold;
	display: inline-block;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

nav a:hover {
	color: #ffa7ee;
}

nav a:active {
	color: #ff00d2;
}

.homecurrent, .collectioncurrent, .faqcurrent, .affiliatescurrent, .contactcurrent, .viewcartcurrent {
	background-image: url("../graphics/icon.png");
	background-position: 5% center;
	background-repeat: no-repeat;
	background-color: #fdd;
	border-radius: 5px;
	padding: 0 1em 0 2em;
}

section a, footer a, section a:link, footer a:link {
	color: #ff00d2;
	font-family: sans-serif;
	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

section a:visited, footer a:visited {
  color: #ff00d2;
}

section a:hover, footer a:hover {
  color: #ffa7ee;
}

section a:active, footer a:active {
  color: #555;
}