/*
Theme Name: FocusWider HTML5
Theme URI: http://focuswider.com
Description: An HTML5 version of <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on Twenty Ten.
Version: 3.2
Author: Nathan Staines/Didier Hartong
Author URI: http://nathanstaines.com http://www.focuswider.com
Tags: focuswider, html5, naked, clean, basic
*/

@import "./reset.css";

/* LAYOUT 
	Body text: 777
	Shadow: 666

*/

/* Presentational classes generated by WordPress */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.wp-caption {
  border: 1px solid #999;
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 10px;
}
/*
Standard
*/

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: url(/images/HeaderBG.jpg) top center repeat-x #fff;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* UTILITY */
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}
/* STRUCTURE */

#wrapperHeader {
  height: 162px;
  width: 1000px;
  margin: 0 auto;
}

#page-wrap {
  flex: 1 0 auto;
}

#contentWrapper {
  background: url(/images/BodyBG.jpg) top center repeat-x #fff;
  min-height: 438px;
  /* height: 100%; */
}
#contentWrapperInside {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

#push {
  height: 250px;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fwContainer {
  line-height: 20px;
  background: #fff;
  padding: 15px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 30px #666; /* Firefox/Mozilla */
  -webkit-box-shadow: 3px 3px 30px #666; /*Safari/Chrome */
  box-shadow: 3px 3px 30px #666; /* Opera & hoe het zou moeten */
}

.fwPage {
  display: block;
}

/* HEADER */
h1#logo {
  width: 296px;
  height: 124px;
  margin: 12px 0px 0px 0;
  float: left;
}
#top-bar {
  padding: 70px 0 0 0;
}

#headerDescription {
  width: 170px;
  float: left;
  font-size: 14px;
  color: #000;
  font-style: italic;
  line-height: 18px;
}

/* MENU */
#main-nav {
  padding: 0px 0 0 0;
}
ul#main-menu {
  float: right;
}
ul#main-menu li {
  display: inline;
}
ul#main-menu li a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 3px 8px;
  text-shadow: 0px 1px 0px #fff;
}
ul#main-menu li a:hover {
  background: white;
  text-decoration: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* FOOTER  */
#footer {
  flex-shrink: 0;
  background: url(/images/footerBG.jpg) repeat-x #444;
  padding-top: 10px;
  margin-top: 15px;
  padding: 15px;
}

#footer-inside {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
}

#footer-inside h1 {
  -moz-box-shadow: 3px 3px 4px #ccc; /* Firefox/Mozilla */
  -webkit-box-shadow: 3px 3px 4px #ccc; /*Safari/Chrome */
  box-shadow: 3px 3px 4px #ccc; /* Opera & hoe het zou moeten */
  /* Voor IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
  /* Voor IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}

#footer-inside a:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
  text-shadow: #000 0px 0px 0px;
  padding: 1px 5px;
  border-radius: 5px;
}

.footerCenterText {
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-shadow: #000 0px 2px 0px;
  padding-bottom: 10px;
}

.footerCenterText a {
  color: #fff;
  font-size: 14px;
  text-shadow: #000 0px 2px 0px;
  padding: 1px 5px;
}

#footer-sub {
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
}
#footer-sub ul {
  padding-top: 5px;
}

#footer-sub h2 {
  text-transform: uppercase;
  text-shadow: #000 0px 2px 0px;
}
#footer-sub a {
  color: #fff;
  text-shadow: #000 0px 2px 0px;
}

#footer-links {
  float: left;
  width: 245px;
}
#footer-activity {
  float: left;
  width: 245px;
}

#footer-categories {
  float: left;
  width: 245px;
}

#footer-socialmedia {
  float: left;
  width: 245px;
}

#socialmediabar {
  float: left;
}

#socialmediabar li {
  display: inline;
  list-style-type: none;
  float: left;
  margin: 0px 2px;
}

#socialmediabar li a {
  background: url("/images/social-media-sprite.png") no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}

#socialmediabar li.twitter,
li.vimeo,
li.youtube,
li.facebook,
li.linkedin,
li.email {
  width: 34px;
  height: 34px;
  margin-left: -1px;
}
#socialmediabar li.twitter a {
  background-position: 2px 2px;
}
#socialmediabar li.vimeo a {
  background-position: 2px -30px;
}
#socialmediabar li.youtube a {
  background-position: 2px -62px;
}
#socialmediabar li.facebook a {
  background-position: 2px -94px;
}
#socialmediabar li.linkedin a {
  background-position: 2px -126px;
}
#socialmediabar li.email a {
  background-position: 2px -158px;
}

#footer-socialmedia a:hover {
  background-color: #fff;
  padding: 0px;
  border-bottom: solid #fff 1px;
}

#poweredBy {
  text-align: center;
  font-size: 11px;
  color: #000;
  margin-top: 10px;
}

/* LOOP PAGE HEADER */
#loop-page-header {
  /*background: #444;
	border: solid 1px #444;*/

  color: #fff;
  padding: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#loop-page-header h1 {
  color: #eee;
  text-shadow: #000 0px 1px 0px;
}

#loop-page-content {
  float: left;
  width: 720px;
}

/* CONTACT PAGE */
#contact-form {
  float: left;
  padding-right: 10px;
}
#contact-details {
  float: left;
  width: 380px;
}

/* FRONT PAGE */
#projects-container {
  padding: 15px 5px 5px 15px;
}
.project-container {
  padding-bottom: 20px;
  width: 316px;
  padding-right: 10px;
}
.project-thumb {
  width: 316px;
  height: 178px;
  line-height: 178px;
  background-color: #000;
}

.project-thumb a {
  text-decoration: none;
  display: block;
}
.project-thumb a img {
  vertical-align: middle;
}

.project-thumb a span.play {
  display: none;
  background: url("/images/play.png") center center no-repeat;
  margin: -145px 0px 0 0;
  height: 100px;
  position: relative;
  z-index: 100;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}
.project-thumb a:hover span.play {
  display: block;
}
.project-thumb a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

.project-title {
  line-height: 10px;
  margin-top: 5px;
}

#page-projects {
  width: 220px;
}

#contentspecialismen {
  margin-top: 15px;
  display: block;
}

/* FRONTPAGE CONTENT AREA  */
#content-area {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}

.widget-container {
  padding: 15px 15px 0 15px;
}

#primary-widgets-area {
  float: left;
  width: 150px;
  margin-right: 15px;
}

#contentpages-wrapper {
  margin-right: 15px;
}

#page-about {
  margin-right: 15px;
}

.fwTitleSpan {
  display: none;
}

#secondary-widgets-area {
  width: 240px;
}

.widget-container > ul > li,
aside > ul > li {
  margin-bottom: 10px;
}
.widget-container h3,
.widget-container h3 a,
.page-container h2,
aside h3,
aside h3 a,
article header h1 {
  color: #000;
  text-shadow: #eee 0px 2px 0px;
  font-size: 22px;
  padding-bottom: 15px;
}

h2 {
  font-size: 1.25rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* TWEETS */
.tweets {
  color: #777;
}
.tweets a {
  color: #444;
  line-height: 12px;
  font-size: 12px;
  text-transform: none;
}
.timesince {
  padding-bottom: 15px;
  font-size: 9px;
  display: block;
}

/* SINGLE LOOP PAGE */
#top-nav {
  padding: 15px 15px 27px 15px;
  margin-bottom: 15px;
}

a[rel~="prev"] {
  float: left;
}

a[rel~="next"] {
  float: right;
}

#posts-container,
.post-loop {
  float: left;
  width: 720px;
}

.post-loop {
  margin-bottom: 15px;
  float: left;
}

.page-container,
.page-container p {
}

.page-container ul,
.fwPage ul {
  list-style: disc inside;
  margin-left: 0px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}

.page-container nav {
  padding: 10px 0;
}

.page-container article h1,
article header h1,
.post-loop article header h2 a {
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-container article header a,
.post-loop article header > a {
  float: right;
  margin-top: 5px;
  font-size: 11px;
  color: #777;
}

article footer,
article footer a {
  font-size: 11px;
  color: #777;
  padding-top: 15px;
}

article p {
  line-height: 20px;
  padding: 5px 0px;
}

.loop-articles-sidebar {
  float: right;
}

aside {
  float: right;
  width: 230px;
  margin-bottom: 15px;
}

h1 {
  font-size: 22px;
  color: #000;
}

article h2 {
  font-size: 20px;
  color: #000;
}
#socialbuttonnav {
  padding-left: 0px;
  text-indent: 0px;
  list-style: none;
}

#wpcf label {
  clear: both;
  display: block;
  float: left;
  width: 150px;
}
#wpcf input {
  float: left;
  width: 200px;
  padding: 1px;
  margin: 2px 5px 2px 0;
}
#wpcf textarea {
  width: 350px;
  height: 100px;
  padding: 1px;
  margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
  margin-left: 250px;
  width: 100px;
}
