/*   
Theme Name: Kreativik
Theme URI: http://themes.udesignstudios.net/kreativikwp
Description: Universal template
Author: uDesignStudios
Author URI: http://www.udesign.sk
Version: 1.1
.

.
*/

body {
  background-color: #dedfe6;
  background: url(images/bg-body.jpg) repeat-x;
}

#wrapper {
  background-color:#fff;
}

#header {
  border-bottom:none;
  padding-bottom:30px;
  padding-top:0px;
}

#menu {
  margin-top:16px;
}

#menu ul li a {
color:#000;
font-size:13px;
padding:10px;
text-transform:uppercase;
text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
  color:#fff;
  background-color: #cc092f;
}

#menu ul li ul {
  margin-top:5px;
  padding-top:0;
}

li.current_page_item a {
  font-weight:bold;
}

#billboard {
  margin-top:0px;
}

#tagStrip {
  margin: 0px 40px 0px 40px;
  width: 940px;
  height: 45px;
}

#featured {
background-color:transparent;
border-bottom:none;
border-top:none;
margin-top:0px;
}

#featured div img {
margin-top:0px;
}

#featured div.first, #featured div.last {
padding-top: 0px;
height:170px;
width:313px;
}

#featured div.center {
border-left:none;
border-right:none;
padding-top:0px;
height:170px;
width:314px;
}

.maincontent {
  padding-top:0px;
}

#content .maincontent img, #content .maincontent-hp img, #content .half-1 img {
border:none;
padding:0px;
}

#featured div.center img {
max-height:170px;
max-width:314px;
overflow:hidden;
}

#featured div.first img, #featured div.last img {
max-height:170px;
max-width:313px;
overflow:hidden;
}

#page-heading a {
  color: #999;
  font-weight:lighter;
}

#content .maincontent img.pageBillboard {
  padding: 0px;
  margin: 0px;
}

.blog-post {
  border-bottom:1px dotted #E7E7E7;
  margin-top:25px;
  padding-bottom:25px;
}