/*
THEME NAME: SK
VERSION: 1.0
AUTHOR: rinus
*/

@font-face {
    font-family: 'univers';
    src: url('font/univers.eot');
    src: url('font/univers.eot?#iefix') format('embedded-opentype'),
         url('font/univers.woff') format('woff'),
         url('font/univers.ttf') format('truetype'),
         url('font/univers.svg#univers') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
margin: 0px;
padding: 0px;
color: #000;
word-spacing: -1px;

font: normal 15px/19px 'univers';
vertical-align: baseline;
}

a {
text-decoration: none;
}
a:hover {
border-bottom: 1px solid;
}
a img, a:hover img {
border: none;
}
ul {
list-style: none;
margin-bottom: 15px;
}
ul li.current_page_item a, ul li.current-cat a, ul li.current_page_parent a {
border-bottom: 1px solid;
}
body.home ul li.homeactive a {
border-bottom: 1px solid;
}
h2 {
margin-left: 0px;
}



div#sidebar1 {
position: absolute;
top: 15px;
left: 15px;
}
div#sidebar2 {
display: none;
position: absolute;
top: 15px;
left: 200px;
}
body.blog div#sidebar2, body.category div#sidebar2, body.single div#sidebar2 {
display: inline;
}
body.s-tag-project div#sidebar2 {
display: inline;
}
div#sidebar3 {
position: absolute;
top: 15px;
left: 400px;
}
div#sidebar4 {
position: absolute;
top: 15px;
left: 80%;
}
div#sidebar4 ul li {
float: left;
margin-right: 5px;
}
div#sidebar4 ul li.active a {
border-bottom: 1px solid;
}
body.blog div#sidebar1 ul li a#bloglink, body.category div#sidebar1 ul li a#bloglink {
border-bottom: 1px solid;
}



div#content {
position: absolute;
top: 200px;
left: 15px;
}
body.blog div#content div.post, body.category div#content div.post {
height: 500px;
}

div#content div.post {
float: left;
margin: 0px 40px 40px 0px;
}
body.single div#content div.post img {
margin: 0px 10px 10px 0px;
}
div#content div.post a:hover {
border: none;
text-decoration: none;
}
body.page div#content p {
margin-bottom: 15px;
}

body.pageid-13 div.entry-content .blogpost {
margin-bottom: 80px;
width: 50%;
}

img#wpstats{visibility:hidden}






/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
