/*---------------------------------------------
Style Sheet Zumo

Versie:  2.0beta
URL:     www.zumo-international.com
-----------------------------------------------*/

* { margin: 0; padding: 0; }
body { background: #fff; }
:focus { outline: 0;}
img { border: 0; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
hr, .hide { display: none; }


/*STRUCTUUR*/
#wrapper {
  width: 900px;
  background: #fff;
  margin: 0px auto;
  padding: 20px 0px 0px 10px;
}

#kop {
  height:105px;
  width: 890px;
  margin: 0px 0px 10px 0px;
}

#kop .mark {
  margin: 5px 0px 0px 2px;
  float: left;
}

#kop img {
  width: 100px;
}


/*NAVIGATIE*/
ul#navigatie {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-top:72px;
  vertical-align:top;
}

.extra_info ul {
  list-style-type: none;
}

#navigatie li {
  display: block;
  line-height:25px;
  font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
  color: #00afef;
  float: left;
}

#navigatie li a:link, #navigatie li a:active, #navigatie li a:visited  {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 1em 0 1em;
}

#navigatie li a:last-child {
  padding-right:0;
}

#navigatie li a:hover, #navigatie li a:focus  {
  display: block;
  color: #000;
  text-decoration: underline;
}


a#webshopnavigatie:after { content:url(images/enter-webshop.gif); }
a#login:after { content:url(images/lock.gif); }


/*CONTENT*/
.content_wrapper {
  margin: 10px 0px 10px 0px;
}

.content_wrapper .body,
.homepage {
  margin: 10px 0px 0px 5px;
}

.homepage {
  height: 450px;
  width: 660px;
  margin-bottom: 10px;
  padding-right: 4px;
  margin-right: 5px;
  border-right: #ccc dotted 1px;
  float: left;
}

#collection { margin:0 auto 0px; width:660px; height:450px; text-align:center; background:url(../lib/home/zumo-homepage.jpg) center top no-repeat; }
#sfeerimpressie { margin:0 auto 0px; width:660px; height:450px; text-align:center; background:url(../lib/home/zumo-homepage.jpg) center top no-repeat; }

.preview {
  width:280px;
  margin: 0 8px 12px 8px;
  -moz-box-shadow:    2px 2px 4px 2px #ccc;
  -webkit-box-shadow: 2px 2px 4px 2px #ccc;
  box-shadow:         2px 2px 4px 2px #ccc;
}

.preview:hover, .preview:focus {
  width:280px;
  margin: 2px 6px 10px 10px;
  -moz-box-shadow:    1px 1px 2px 1px #999;
  -webkit-box-shadow: 1px 1px 2px 1px #999;
  box-shadow:         1px 1px 2px 1px #999;
}


.extra_info {
  height: 400px;
  width: 215px;
  margin-bottom: 10px;
  padding-right: 4px;
  margin-right: 5px;
  float: left;
}

.content_column {
  height: 400px;
  width: 215px;
  margin-bottom: 10px;
  padding-right: 4px;
  margin-right: 5px;
  border-right: #ccc dotted 1px;
  float: left;
}

.doublewidth {
  width: 440px;
}

.triplewidth {
  width: 665px;
}

#nieuwsbericht {
  width: 430px;
  margin-left:5px;
}

.illustratie {
  height: 400px;
  width: 215px;
  margin-bottom: 10px;
  margin-right:10px;
  float: left;
}

.triplewidth .illustratie {
  margin:0px 20px 0px 5px;
}

.sfeerbeeld {
  margin-bottom: 10px;
  margin-right:10px;
  float: left;
}

#contact .sfeerbeeld img {
  width:650px;
  margin-left:15px;
}

#about .sfeerbeeld img {
  width:435px;
  margin-left:5px;
}

#about .illustratie {
  background: url(../_images/zumo-about-us.jpg) center center;
}

#news .illustratie {
  background: url(../_images/zumo-page.jpg) center center;
}

#contact .illustratie {
  background: url(../_images/zumo-2.jpg) center center;
}

/*IMAGES*/
#news .content_wrapper img {
  width: 170px;
  height: 450px;
}

.homepagex {
  background: url(../_images/zumo-homepage.jpg);
}

/*TEKST*/
h1 {
  height: 2em;
  width: 890px !important;
  border-top: #ccc solid 1px;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 0.94em;
  line-height: 40px;
  color: #000;
  margin: 0px 0px 10px 4px;
}

#voettekst {
  height: 2em;
  width: 890px;
  border-top: #ccc solid 1px;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 0.94em;
  line-height: 40px;
  color: #000;
  float: left;
  margin: 0px 0px 10px 4px;
}


#home h1 {
  height:0px;
  text-indent: -999em;
}

.triplewidth h1 {
  margin-top:10px;
}

h2 {
  font-family: Georgia, serif;
  font-weight: normal;
  color: #000;
  margin: .8em 0px 12px 0px;
}

.extra_info h2,
.content_column h2 {
  font-size: 0.84em;
  line-height: 1.2em;
}


#voettekst p {
  font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
  font-weight: normal;
  font-size: 11px;
  color: #aaa;
  float: right;
  margin: 0px 4px 0px 0px;
}

p, li {
  font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
  font-size: 11px;
  line-height: 15px;
  color: #666;
  margin: 0px 5px 15px 0px;
}

.content_column a:link,
.extra_info a:link,
.content_column a:active,
.extra_info a:active,
.content_column a:visited,
.extra_info a:visited  {
  color: #00afef;
  text-decoration: none;
}

.extra_info a:hover,
.content_column a:hover  {
  color: #00afef;
  text-decoration: underline;
}

.body ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  list-style-type: none;
}

.body li {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  background: #fff;
}

.body li a:link,
.body li a:active {
  color: #00afef;
  background: #fff;
  text-decoration: none;
}

.body li a:visited  {
  color: #7ecfed;
  background: #fff;
  text-decoration: none;
}

.body li a:hover  {
  color: #00afef;
  background: #fff;
  text-decoration: underline;
}

.extra_info  h2 {
  margin-top: 0.8em;
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
}

.lijst li {
  height: 2em;
  line-height: 13px;
  font-size: 10px;
}

.last {
  border:none;
}

/*  Social media...
-------------------------------------------- */
#socialmedia { text-align:right;  background:#F8F8F8; border: 1px solid #E5E5E5; height:21px; width:978px; }
  #socialmedia img { margin: 2px 5px; }


#sexy-socialmedia { margin:5px 0 0 730px; clear: both; }
    #sexy-socialmedia ul.socials { margin:0; padding:0; }
    #sexy-socialmedia ul.socials { background:transparent none; border:0 none; outline:0 none; }
        #sexy-socialmedia ul.socials li { background:url(images/sexy-sprite.png) no-repeat; display:inline; float:left; list-style-type:none; margin:0; height:29px; width:60px; cursor:pointer; clear:none; }
        #sexy-socialmedia ul.socials li:before,
        #sexy-socialmedia ul.socials li:after,
            #sexy-socialmedia ul.socials li a:before,
            #sexy-socialmedia ul.socials li a:after { content:none; }
        #sexy-socialmedia ul.socials a { display:block; width:60px; height:29px; text-indent: -9999px; background-color:transparent; }
        #sexy-socialmedia ul.socials a:hover,
        #sexy-socialmedia ul.socials li:hover { background-color:transparent; border:0; outline:0 none; }
    li.sexy-hyves { background-position:-3990px bottom !important; }
    li.sexy-hyves:hover { background-position:-3990px top !important; }
    li.sexy-facebook { background-position:-1330px bottom !important; }
    li.sexy-facebook:hover { background-position:-1330px top !important; }
    li.sexy-twitter { background-position:-490px bottom !important; }
    li.sexy-twitter:hover { background-position:-490px top !important; }

.fb-like-box {
  margin-top:10px;
}


/* form */
form {
  margin:0 auto;
  width:210px;
  background:#fefafe;
  position:relative;
  border:1px solid #CCCCCC;
}

form h2, form p {
  padding:5px 5px 5px 5px;
}

.error { margin-left:5px; background:#eeeecc; color:red; }

form label {
  width:90%;
  display: block;
  padding:5px 0 5px 5px;
}

form label span {
  display: block;
  color:#bbbbbb;
  font-size:12px;
  float:left;
  width:100px;
  padding:0 0 0 0;
}

form input {
  padding:5px;
  width:188px;
  background:#faf9fa;
  border: 1px solid #cccccc;
}

form #button
{
  margin:5px 12px 10px 11px;
  padding:4px 7px;
  background:#332233;
  color:#ffffff;
  border:0px;
  float:right:
  width:50px;
  border-bottom: 1px double #660000;
  border-top: 1px double #660000;
  border-left:1px double #664466;
  border-right:1px double #664466;
}

