 @import url("http://www.petervanbreda.nailinthewall.com/themes/fonts/Quicksand/stylesheet.css"); 
html
{
  background:url('') #333333;
}
body {

  background-color: #bcbcbc;
  color:#717171;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  border-top: 10px solid #717171;
}
nav {
  background-color: #717171;
  color: #bcbcbc;
  border-bottom: 1px solid #ffffff;
}


nav ul li a {
  color: #bcbcbc;
}
nav ul li a:hover {
  color: #ffffff;
}
nav ul li ul {
  border-top: 1px solid #fff;
}

nav ul li:hover ul {
  background-color: #717171;
}

article#primary section.artwork_small {
  background-color: #ffffff;
}
article#primary section.artwork_small div.details p.price {
  font-family: 'QuicksandRegular', sans-serif;
}
article#primary section.artwork_small .small_gallery_frame {
  background-color: #bcbcbc;
}
article#primary a.small_gallery:hover {
  color:#333333;
}
footer {
  background-color: #717171;
  color: #bcbcbc;
}
section#twitter ol li {
  background-color: #ffffff;
  border: #bcbcbc;
}
.csstransitions section#twitter ol li:after {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'QuicksandRegular', sans-serif;
}
p {
  color: #717171;
}
a {
  color: #717171;
}
a:hover {
  color: #333333;
}
header h1 {
  font-weight: bold;
}

section#secondary h1 {
  border-bottom: 4px solid #717171;
}
/*Forms*/
label {
  font-family: 'QuicksandRegular', sans-serif;
}



@media screen and (max-width:768px) {
 
  /*MODIFY*/

  body nav {
  background-color: #bcbcbc;
  color: #333333;
}


body nav ul li a {
  color: #333333;
}

body nav ul li a.category:hover
{
  color:#717171;
  text-decoration:none;
}
body nav ul li ul li a
{
  width:auto;
}
body nav ul li a:hover {
  color: #000000;
  text-decoration: underline;
}
body nav ul li ul {
  display: block;
  position: relative;
  width: auto;
  left: 0px;
  padding-left:10px;
  border-top: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: :none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  behavior: none;
}
body nav ul li ul li {
  font-size: 1em;
}
body nav ul li:hover ul {
  display: block;
  position: relative;
  background-color: inherit;
}
  
 
  article#primary {
    width: 100%;
    float: none;
  }
  section#secondary {
    width: 100%;
    float: none;
  }

  article#primary section.artwork_small .small_gallery_frame {
  width: 92%;
  height: 280px;
  padding: 10px;
  background-color: #e6e6e6;
  margin-bottom:5px;
  float: none;
  margin-right: 0;
}

article#primary section.artwork_small {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 4%;
  border: 1px solid #333333;
}


}








