body {
  background: #fff;
  color: #757575;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
  color: #757575;
}

  h2 {
    font-weight: normal;
    font-size: 16px;
    color: #757575;
  }
  h3 {
    font-weight: normal;
    color: #757575;
  }

a, a:link, a:visited {
  text-decoration: underline;
  color: #EFB914;
}
a:hover, a:active, a:focus {
  color: #ccc;
}

h1.logo {
  position: absolute;
  top: 15px;
  left: 150px;
  width: 250px;
  font-weight: bold;
  font-size: 25px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  text-align: left;
  margin-left: -0px;
  color: #efb914;
}

/*
#backgroundoverlay {
  background-size: 82% auto;
  background-color: #0f0;
}
*/

/* http://forums.techguy.org/web-design-development/786386-solved-can-i-anchor-div.html */
#sitenav {
  position: absolute;
  top: 23px;
  right: 130px;
  /*width: auto;*/
  z-index: 1;
}
  #sitenav a, #sitenav a:link, #sitenav a:visited {
    display: block;
    text-decoration: none;
    color: #757575;
  }
    #sitenav a:active, #sitenav a:focus {
    display: block;
    color: #EFB914;
    }
    #sitenav a:hover {
        display: block;
    color: #ccc;
    }

  #sitenav .navbox {
    background: #fff;
    float: right;
  }
    .navbox ul.nav {
      margin: 0;
      font-size: 15px;
    }

      .navbox ul.nav li {
        float: left;
        display: block;
        position: relative;
        height: 22px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        padding-left: 15px;
      }
      .navbox ul.nav li:first-child {
        /* border-top: 0px solid #000; */
      }
        /* drop down menu stuff */
        .navbox ul.nav li.dropdown ul {
        position: absolute;
        top: 22px;
        left: -25px;
        width: 150px;
        border: 0;
        display: none;
        }
        .navbox ul.nav li.dropdown:hover ul {
          display: block;
          z-index: 1000;
        }
          .navbox ul.nav li ul.sub  {
          }
          .navbox ul.nav li ul.sub li {
            background-color: #fff;
            color: #757575;
            width: 150px;
            height: 22px;
            line-height: 22px;
          }
            .navbox ul.nav li ul.sub li:hover {
              color: #0f0f0f;
            }
#bottomnav {
  position: absolute;
  bottom: 27px;
  right: 100px;
  height: 24px;
  z-index: 1;
}
  #bottomnav a {
    display: block;
    text-decoration: none;
    color: #757575;
  }
  #bottomnav ul.picnav {
    /*float: left;*/
    margin: 9px 50px 0 0;
    font-size: 12px;
  }
    ul.picnav li {
      float: left;
      }
    ul.picnav li a {
      display: block;
      height: 24px;
      position: relative;
      overflow: hidden;
    }
      ul.picnav li a span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
      }
      ul.picnav li.previous a {
        width: 43px;
      }
        ul.picnav li.previous a span {
          background: url(../images/design/22/sprite_icon.png) -0px 0 no-repeat;
        }
      ul.picnav li.pause a {
        width: 17px;
      }
        ul.picnav li.pause a span {
          background: url(../images/design/22/sprite_icon.png) -43px 0 no-repeat;
        }
      ul.picnav li.next a {
        width: 43px;
      }
        ul.picnav li.next a span {
          background: url(../images/design/22/sprite_icon.png) -60px 0 no-repeat;
        }
      ul.picnav li.info a {
        width: 21px;
        margin: 0 0 0 15px ;
      }
        ul.picnav li.info a span {
          background: url(../images/design/22/sprite_icon.png) -127px 0 no-repeat;
        }


/*carousel edits*/
ul#imagecarousellist li.imagecarouselitem img.selected {
  border: #f00 3px solid;
}
ul#imagecarousellist li.imagecarouselitem img {
  border: #000 3px solid;
}
/*carousel edits end*/


#footerinfo {
  position: absolute;
/*
  height: 45px;
*/
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  /* needs padding to hide elements underneath */
  padding-right: 130px;

  /* z-index: 10; */
  /* background-color: rgba(255,255,255,0.8); */
}
#footerpadding {
    bottom: 8px;
    color: #757575;
    font-size: 10px;
    line-height: 15px;
    max-height: 30px;
    overflow: auto;
    position: absolute;
    right: 130px;
    text-align: right;
    text-transform: uppercase;
    width: 280px;
}

#footernav {
    background-color: #FFFFFF;
    bottom: 0;
    height: 42px;
    max-width: 22%;
    padding-right: 80px;
    position: absolute;
    right: 0;
}


#artist_info1 {
  position: absolute;
  bottom: 26px;
  left: 150px;
  line-height: 18px;
  color: #757575;
  text-transform: uppercase;
/*  z-index: 10; */
}

#artist_info2 {
    bottom: 8px;
    color: #757575;
    font-size: 10px;
    left: 150px;
    line-height: 15px;
    position: absolute;
    text-transform: uppercase;
}

/* makes ff like ie but causes scrollbar */
/*
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
*/
/* doesn't change anything */
/*
DIV{-moz-box-sizing:content-box;box-sizing:content-box;margin:0;padding:0;}
*/

.content_box {
  width: 100%; /* might not be too global */
  /* why are we padding this? */
  /*
  padding: 10px 25px;
  */
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  clear: both;
  color: #757575;
  z-index; 1;
  right: 0;
}

.content_box input, .content_box textarea {
  width: 178px;
padding: 0 0 3px 2px;
  border: #fff 1px solid;
  background: #f2f2f2;
  color: #757575;
  box-shadow: none;
}
input.submitbtn {
  width: auto;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #0f0f0f;
  cursor: pointer;
}

#sociallinks {
  position: absolute;
  bottom: 0px;
  /* 64px height - padding */
  height: 40px;
  left: 45%;
}
ul.sociallinks li {
  margin: 0 10px 0 0;
  float: left;
    list-style-type: none;
}
  ul.sociallinks li a {
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    position: relative;
    line-height: 29px;
    font-size: 10px;
  }
    ul.sociallinks li a span {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
    }
    ul.sociallinks a.soc_blog span {
      background: url(../images/badge_blogger_gray29.png);
    }
    ul.sociallinks a.soc_tw span {
      background: url(../images/badge_twitter_gray29.png);
    }
    ul.sociallinks a.soc_fb span {
      background: url(../images/badge_facebook_gray29.png);
    }
    ul.sociallinks a.soc_yt span {
      background: url(../images/badge_youtube_gray29.png);
    }
    ul.sociallinks a.soc_li span {
      background: url(../images/badge_linkedin_gray29.png);
    }
/*
    ul.sociallinks a.soc_yt span {
      background: url(../images/badge_youtube_grey.png);
      width: 30px;
      height: 29px;
    }
*/
    ul.sociallinks a.soc_tb span {
      background: url(../images/badge_tumblr_gray29.png);
    }


#catBody2, #catBody3, #catBody4, #catBody5, #catBody6, #catBody7, #catBody8, #catBody9 {
    /* can't use 0 in ie */
  height: 1px; overflow: hidden;
}

#catBody2 {
  float: left;

  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  /*
  clear: both;
  background-color: rgba(255,255,255,0.8);
  background-color: #fff;
  color: #757575;
  z-index; 1;
  */
}

#catBody6, #catBody7, #catBody8, #catBody9{
  position: absolute;
  top: 60px;
  bottom: 64px;
    background-color: #fff;
}

/* contact */
#catBody8 {
  /* width: 100%; */ /* might not be too global */
  /* width: 1px; */
  /* height: auto; */ /* auto fills, can't be 100% */
  display: block;
  position: absolute;
  /*
  top: 0;
  bottom: 0;
  */
  left: 0;
  right: 0;
  clear: both;
  background-color: #fff;
  color: #757575;
  z-index; 1;
}

  .topanchor {
    position: absolute;
    top: 0px;
    width: 100%; /* might not be too global */
    clear: both;
    display: block;
  }
  .bottomanchor {
    position: absolute;
    bottom: 0px;
    width: 100%; /* might not be too global */
    clear: both;
    display: block;
  }

  .leftanchor {
    position: absolute;
    left: 0px;
    height: 100%; /* might not be too global */
    clear: both;
    display: block;
  }

  .rightanchor {
    position: absolute;
    right: 0px;
    height: 100%; /* might not be too global */
    clear: both;
    display: block;
  }

#left-border,
#right-border,
#top-border,
#bottom-border {
  background-color: #fff;
  z-index:-1;
}
#left-border {
  width: 150px;
}
#right-border {
  width: 130px;
}
#top-border {
  height: 60px;
}
#bottom-border {
  height: 64px;
}

/*Home styles*/
.conthome {
  padding: 90px 100px 0 180px;
  line-height: 16px;
  position: absolute;
  top: 40px;
  left: 200px;
  width: 290px;
  height: auto;
  background: #fff;
  padding: 30px;
  margin: 0 0 20px;
  border-radius: 10px;
  border:1px solid #ccc;
}
  .conthome p {
  }

.contzoom {
  width: 750px;
  margin-right: 15px;
  font-size: 11px;
  line-height: 12px;
}
  .contzoom h2 {
    margin: 10px 0;
    font-size: 14px;
    color: #757575;
  }
  .zoomedimage {
    position: absolute;
    height: 500px;
    width: 800px;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    color: #757575;
  }
  .zoomedimage img {
    max-width: 800px;
    max-height: 500px;
  }
  .mainzoomedimagecontainer {
    width: 800px;
    height: 500px;
  }
/*Home styles end*/

/*Image Info*/
.continfo {
  position: absolute;
  bottom: 64px;
  /* left: 151px; */
  /* margin-left: 151px; */
  width: 100%;
  height: 64px;
  /* display: block; */
  background: rgba(250,250,250,0.7);
  /*line-height: 16px;*/
  /* border: 1px solid red; */
  z-index: 1;
  	color: #333;
}

  .continfo .infopad {
    margin-left: 151px;
    /* margin-right: 151px; */
  }

  .continfo h3 {
    color: #333;
    font-size: 10px;
    margin: 8px 0 4px 10px;
    text-transform: uppercase;
  }
  .continfo p {
    font-size: 10px;
    margin-left: 10px;
    overflow: auto;
	height: 28px;
  }
  .continfo span.infoedit a {
    float: right;
    /*font-family: Times, serif;*/
    /*text-transform: uppercase;*/
    color: #757575;
  }
	.continfo .infopane {
	display: none;
	float: left;
	width: 50%;
	}

.continfo2 {
    line-height: 32px;
    position: absolute;
    right: 140px;
    top: 28px;
	font-size: 10px;
}
  .continfo2 h3 {
    margin: 0 5px;
    float: left;
    color: #0f0f0f;
  }
  /* WHY? for the qty box */
  .continfo2 input[type=text] {
    width: 25px;
    margin: 0 10px;
  }
  .continfo2 select {
    width: auto;
    margin: 0;
    padding: 3px;
    border: #888684 1px solid;
    background: transparent;
    color: #757575;
    box-shadow: none;
  }
    .continfo2 option {
      box-shadow: none;
      border: none;
    }
  .continfo2 .submitbtn {
  width: auto;
  padding: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #0f0f0f;
  cursor: pointer;
  }
/*Image Info end*/


/*Search styles*/
  .content_box.search {
    text-align: right;
    /*font-family: Times, serif;*/
  }
  .content_box.search form {
    padding: 0 50px 0 0;
  }
  .content_box.search input {
    margin: 0 0 0 20px;
  }
/*Search styles end*/


/*Profile styles*/
.contprofile {
  margin:50px 150px;
  padding-right: 20px;
  line-height: 18px;
/*  position: relative; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: white;
    right: 0;
  left: 0;
  }
  .contprofile h2 {
    margin: 0 0 20px;
        font-weight: bold;
  }
  .contprofile p {
    margin: 0 0 20px;
  }
  .contprofile ul.sociallinks {
    position: absolute;
    right: 90px;
    bottom: 20px;
      list-style-type: none;
  }
  .contprofile table {
    margin: 0 auto;
  }
/*Profile styles end*/


/*Blog styles*/
.contblog {
  margin:50px 150px;
  padding-right: 20px;
  line-height: 18px;
/*  position: relative; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: white;
      right: 0;
  left: 0;
}
  .contblog h2 {
    margin: 0;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .contblog h3 {
    margin: 0;
    color: #EFB914;
    font-weight: bold;
    text-transform: uppercase;
  }
  .contblog h4 {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
  }
  .contblog p {
    padding-bottom: 20px;
  }
  .contblog .blogpic {
  }
  .contblog .blogarticle {
  }
/*Blog styles end*/


/*Contact styles*/

.contactcol {
  margin:50px 150px;
  padding-right: 20px;
  line-height: 18px;
/*  position: relative; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: white;
      right: 0;
  left: 0;
  }
  .contactcol h2 {
    margin: 0 0 20px;
        font-weight: bold;
  }
  .contactcol a, .contactcol a:link, .contactcol a:visited {
    color: #757575;
  }
  .contactcol a:hover, .contactcol a:active, .contactcol a:focus {
    color: #0f0f0f;
  }
  .contactcol p {
    margin: 0 0 50px;
  }
    .cform table th {
      padding: 5px 10px 5px 0;
      vertical-align: top;
      text-align: right;
      /*font-family: Times, serif;*/
      font-weight: normal;
      /*text-transform: uppercase;*/
    }
    .cform table td {
      padding: 5px;
    }
    .cform input.submitbtn {
      width: auto;
      margin-left: 10px;
      background-color: #8c8c8c;
      padding: 2px 4px;
      color: #fff;
      border-radius: 10px;
      /*float: right;*/
    }
    .cform input.submitbtn:hover {
      width: auto;
      margin-left: 10px;
      background-color: #999;
      padding: 2px 4px;
      color: #fff;
      border-radius: 10px;
      /*float: right;*/
    }
/*Contact styles end*/


/*Client Login styles*/
.contlogin {
  margin:50px 150px;
  padding-right: 20px;
  line-height: 18px;
/*  position: relative; */
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: white;
      right: 0;
  left: 0;
}
  .contlogin h2 {
    margin: 0 0 20px;
    font-weight: bold;
  }
  .contlogin p {
    margin: 0 0 10px;
  }
  .contlogin input {
    width: 350px;
  }
    .contlogin input.submitbtn {
      width: auto;
      margin-left: 10px;
      background-color: #8c8c8c;
      padding: 2px 4px;
      color: #fff;
      border-radius: 10px;
      /*float: right;*/
    }
        .contlogin input.submitbtn:hover {
      width: auto;
      margin-left: 10px;
      background-color: #999;
      padding: 2px 4px;
      color: #fff;
      border-radius: 10px;
      /*float: right;*/
    }
/*Client Login styles end*/

  .conthome ul, .contprofile ul, .contlogin ul, .contblog ul, .contactcol ul {list-style-type: disc; margin-left:40px}
  .conthome ol, .contprofile ol, .contlogin ol, .contblog ol, .contactcol ol  {list-style-type: decimal; margin-left:40px}

  hr {display: block;
position: relative;
padding: 0;
margin: 40px auto;
width: 100%;
clear: both;
border: none;
border-top: 1px dotted #ccc;
font-size: 1px;
line-height: 0;
overflow: visible;}

.search-style {
    float: right;
    font-size: 10px;
    margin-right: 140px;
    margin-top: 8px;
    text-transform: uppercase;
}
.pager {
float: left;
line-height: 40px;
z-index: 1;
margin-right: 14px;
font-size:10px;
}
.pinterest {
position: absolute;
bottom: 7px;
right: 72px;
}