/* @import url('css-reset.css'); */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  background-color: #fff;
}

#wrapper {
  max-width: 1126px;
  /*688px;*/
  margin: 10px auto;
}

#content img {
  padding: 10px;
}

#header {
  width: 100%;
}

#nav-row {
  clear: both;
  width: 100%;
}

#logo {
  width: 200px;
  float: left;
}

#navigation {
  width: 100%;
  min-height: 40px;
  background-color: #cc9900;
  border-radius: 10px 10px 0 0;
}

#navigation ul {
  list-style-type: none;
  padding-left: 0;
}

#navigation ul a {
  display: block;
  text-decoration: none;
  float: left;
  margin: 10px 8px 10px 8px;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 3px 5px;
  font-weight: bold;
}

#navigation ul a:hover {
  background-color: #fff;
  color: #cccc66;
  border-radius: 10px;
}

#content {
  clear: both;
}

#title h1 {
  text-align: right;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
}

h2 {
  background-color: #cccc66;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
}

img {
  border: none;
}

#left_image {
  float: left;
  margin-right: 15px;
}

.asterisk {
  color: red;
}

.image {
  text-align: center;
}

.image p {
  font-weight: bold;
  color: #888;
  text-align: center;
  margin-top: -10px;
}

.new:after {
  content: "new";
  color: blue;
  font-style: italic;
  display: block;
  clear: left;
}

#nfs_sticks,
#sold_sticks {
  clear: left;
}

#sold_sticks .gallery:after {
  display: block;
  clear: left;
  content: "sold";
  color: red;
  font-style: italic;
}

#nfs_sticks .gallery:after {
  display: block;
  clear: left;
  content: "not for sale";
  color: red;
  font-style: italic;
}

#sticks {
  max-width: 100%;
  margin: auto;
}


.gallery {
  display: inline;
  max-width: 200px;
  min-width: 200px;
  float: left;
  background: #cccc66;
  height: 260px;
  margin: 0px 5px 10px 5px;
  padding: 5px;
  border: 1px #aaa solid;
  overflow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#sold_sticks .gallery {
  background: #eee;
}

#nfs_sticks .gallery {
  background: #eeee77;
}


.gallery a {
  display: block;
}

#content .gallery img {
  max-width: 200px;
  margin: auto;
  border: 1px #aaa solid;
  border-radius: 10px 10px 0 0;
  display: block;
  padding: 0px;
}

.stick {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

#new_sticks .stick {
  color: #fff;
}

#bottom_text {
  clear: left;
  max-width: 100%;
  margin: auto;
}

.clear {
  clear: both;
}

.image_right {
  float: right;
}

.image_left {
  float: left;
}

.paragraph {
  clear: both;
}

.paragraph p {
  vertical-align: middle;
}

@media only screen and (max-width: 680px) {
  .gallery {
    width: 46%;
    max-width: 100%;
    height: 340px;
    overflow-y: auto;
  }

  #content .gallery a img {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 564px) {
  .gallery {
    width: 94%;
    height: auto;
  }
}