/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* END RESET */

html, body {
  height: 100%; 
  min-height: 100%; }
  
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.25;
  color: #16160b;
  font-size: 100%; }
  
h1 {
	font-size: 1.5em; }
	
h2 {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: .5em; }

strong {
	font-weight: 500; }
	
header {
	font-size: 1.5em; 
	background: #eeeeee;
	border-color: #e7e7e7
	border-bottom: 1px solid #e7e7e7;
	padding: .25em .5em;
	margin-bottom: 1em; }
	
a {
	color: #428bca;
	text-decoration: none; }

a:hover {
	color: #2a6496;
	text-decoration: underline; }

header a:hover {
	text-decoration: none; }
	
input[type=search] {
  border: 1px solid #66afe9;
  padding: 6px 8px;
  font-size: 14px;
  color: #555555;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 500px; }

button[type=submit] {
	background: #428bca;
	border: 1px solid #357ebd;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	top: -1px;
	left: -5px; }

button[type=submit]:hover {
	cursor: pointer; }
	
button[type=submit] i {
	color: #ffffff;
	line-height: 24px;
	font-size: 1.25em;
	padding: 0 6px; }
				
.left {
	float: left; }
	
.right {
	float: right; }	
	
.clear {
	clear: both; }

.bottom-margin-small {
	margin-bottom: 1em; }
	
.content-wrap {
	width: 970px;
  margin: 0 auto; 
  overflow: hidden; }	

.search-form {
	margin-bottom: 2em; }

.right-col { 
	float: right; }
		
.item-list {
	width: 600px; }

.item-wrap {
	width: 600px; }

.item-wrap img {
	width: 350px; }

.item-thumb {
	width: 100px; }
	
.item-title {
	text-align: center; }
	
.item-description {
	margin-top: 1em; }
			 
.item-info {
	margin: 0 16px 16px 16px;
	width: 450px; }

.item-details {
	margin-left: 16px; }

.item-details p {
	margin: 0; }

.price-text {
	color: green;
	font-weight: 500; }
		
ul.page-list {
	list-style: none;
	margin: 12px 0 12px 0;
	padding: 0; }

ul.page-list li {
	display: inline-block;
	margin: 0 8px 0 0; }
	
.description-wrap {
	margin: 1em 0; }

.calendar-wrap {
	width: 260px; }
	
.about-wrap {
	margin-top: 1em;
	width: 261px; }

.ad-wrap {
	width: 300px;
	margin-bottom: 1em; }

.ad-wrap-horiz {
	width: 600px; }
	
.about-wrap h3 {
	background: #428bca;
	color: #ffffff;
	padding: 6px 10px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px; }
	
.about-text {
	border: 1px solid #428bca;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px; }
	
@media screen and (max-width: 700px) {
	h2 {
		margin-left: 1em; }
		
	.content-wrap {
		width: 94%; }
		
	.right-col {
		float: none;
		clear: both; }

	input[type=search] {
		width: 300px;
		margin-left: 1em; }
	
	.calendar-wrap {
		display: none; }
			
	.ad-wrap {
		width: 90%;
		height: auto; }

	.about-wrap {
		width: 90%;
		margin: 0 auto; }
}

@media screen and (max-width: 570px) {
	.item-info {
		clear: both;
		float: none;
		margin-left: 0; }
	
}

@media screen and (max-width: 450px) {
	h2 {
		margin-left: 1em;
		font-size: 1em; }
	
	.item-wrap {
		width: 300px; }
		
	.item-title {
		width: 260px;
		text-align: left;
		margin-left: 0; }
	
	.item-img {
		width: 90%; }
			
	input[type=search] {
		width: 200px; }
		
	.item-info {
		width: 260px; }
	
	.item-details {
		float: none; 
		clear: both; 
		margin-left: 0; 
		position: relative;
		top: 1em; }
}