/*
Theme Name: Shaken Kid
Version: 0.0.1
Description: This is a child theme to shaken-grid-free. The child theme was tailored specially for http://kalaboration.co.uk/
Author: arsanyf - Creative Elements Design Agency
Author URI: http://creativeelements.co.uk/
Template: shaken-grid-free
*/

/* ----------------------------------------------------
		1 - Reset
---------------------------------------------------- */

	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	a, b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	input, textarea, button,
	table, caption, tbody, tfoot, thead, tr, th, td {
	  background: transparent;
	  border: 0;
	  font-size: 100%;
	  margin: 0;
	  outline: 0;
	  padding: 0;
	  vertical-align: baseline;
	}
	
	body{
		background:#f7f7f7;
		font-family:Helvetica, "Helvetica Neue", Arial, sans-serif;
		font-size:16px;
	}
	
.clearfix{
	clear:both;
}
.arsanyf-clearfix {
    display: inline-block;
}
.arsanyf-clearfix:after {
    clear: both;
    content: "_";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .arsanyf-clearfix {
    height: 1%;
}
.arsanyf-clearfix {
    display: block;
}


/* ----------------------------------------------------
		2 - Typography
---------------------------------------------------- */
a, a.more-link p{
  color:#5096cb;
}
#header h1 a,
.menu li a,
#page h2,
#page h3{
  font-family:'Maven Pro', Arial, Helvetica, sans-serif;
  
}

#header h1 a{
  font-size: 32px;
  color:#333;
  display:block;
  margin: 10px 0;
  text-decoration:none;
  text-shadow:2px 2px 1px rgba(0,0,0,0.13);
}
.wf-active #header h1 a{
  font-weight:normal;
  font-size:50px;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:5px;
  margin:0;
}
#header h1 a:hover{
  color:#00657e;
}

#page h2{
  font-size:32px;
  letter-spacing:1px;
  margin-bottom:20px;
  font-weight:normal;
  text-transform:uppercase;
  color:#666;
  border-bottom:1px solid #eee;
  text-shadow:1px 1px 2px rgba(0,0,0,0.13);
  -moz-text-shadow:1px 1px 2px rgba(0,0,0,0.13);
}
.box h2, .box h2 a{
  font-size:15px;
  text-transform:uppercase;
  text-decoration: none;
  color:#777;
  margin-bottom:5px;
  font-family: 'Maven Pro', sans-serif;
  
}
.box h2 a:hover{
  text-decoration: underline;
}
#header h3{
  font-weight:normal;
  font-size:14px;
  text-transform:uppercase;
  color:#999;
  margin-top:-5px;
}
#page h3{
  font-size:26px;
  font-weight:normal;
  margin-bottom:15px;
  color:#666;
  border-bottom:1px solid #eee;
  text-shadow:1px 1px 2px rgba(0,0,0,0.13);
  -moz-text-shadow:1px 1px 2px rgba(0,0,0,0.13);
}
h4, h5{
  margin-bottom:15px;
  color:#eee;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}

.box p, .box ul{
  font-size:14px;
  line-height:16px;
  color:#777;
  margin-bottom:10px;
}
.box ul li{
  margin-bottom:5px;
  margin-left:5px;
}
.box p.post-authority{
  font-style: italic;
  font-size: 13px;
}
#page p{
  margin-bottom:20px;
  line-height:18px;
}
#kalab-footer p{
  font-size:12px;
}

ul{
  margin-left:20px;
}
ul li{
  margin-bottom:15px;
}
#sidebar ul{
  list-style:none;
  margin-left:0;
  font-family: 'Maven Pro', sans-serif;
  
}
#sidebar ul li{
  display: block;
  float: left;
}
.widget, #sidebar ul{
  margin-bottom:40px;
}
li#sidebar-fus{
  font-size: 24px;
  margin-top: 16px;
}
#sidebar img:hover, #sidebar img a:hover{
  /*zoom: 1;*/
  /*filter: alpha(opacity=100);*/
  /*opacity: 1;*/
}


/* ----------------------------------------------------
		3 - Layout
---------------------------------------------------- */
.box, .menu li a, .menu li, #header h1 a, .navigation a{
	-webkit-transition: all 200ms linear; /*safari and chrome */
	-moz-transition: all 200ms linear; /* firefox */
	-o-transition: all 200ms linear; /* opera */
	transition: all 200ms linear;
}
#grid{
	padding-left:30px;
}
#page{
	width:950px;
	margin-left:30px;
}


.box{
	background:#FFF;
	margin-bottom:10px;
	padding:10px;
	width:310px;
	float:left;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	overflow:hidden;
	position:relative;
}
	.box img{
		margin-bottom:10px;
		z-index:0;
	}
	.box:hover, div.nav ul.menu li:hover{
		box-shadow:0px 0px 3px rgba(0,0,0,0.5);
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	}
	span.view-large{
		position:absolute;
		display:block;
		background:url(images/bigger.png) no-repeat center rgb(0,0,0);
		background:url(images/bigger.png) no-repeat center rgba(0,0,0,0.8);
		width:40px;
		height:40px;
		border-radius:0 0 0 10px;
		-webkit-border-radius:0 0 0 10px;
		-moz-border-radius:0 0 0 10px;
		top:10px;
		right:10px;
		z-index:10;
	}
#header{
  position: relative;
  height: 170px;
  margin-bottom:0;
  background:#FFF;
  padding:0;
  border-bottom:1px solid rgba(0,0,0,0.15);
}
#branding-wrapper{
  /*position: absolute;*/
  width: 100%;
  height: 175px;
  margin: 0 0 10px;
  padding: 0;
  /*background: url(images/head-bg.jpg) no-repeat bottom;*/
  left: 0;
  bottom: 0;
  background-size: 100%;
  /*background-attachment: fixed;*/
}
#header, #kalab-footer{
  background: url(images/kalab-hf-bg.jpg) repeat;
}
/*=========================================*/
/*== This is where the page gets centralized ==*/
#branding-wrap-content, .wrap{
  width: 90%;
  min-width: 1087px;
  margin: 0 auto;
  padding: 0;
}
.wrap{
  margin: 30px auto 0;
}
/*=========================================*/

#site-info{
  display: block;
  float: left;
  width: 30%;
  margin: 43px 0 43px 35px;
  padding: 0;
}
div.nav{
  display: block;
  float: right;
  width: 59%;
  margin: 23px 10px 23px auto;
  padding: 0;
  text-align: center;
}
div.nav ul.menu{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Maven Pro', sans-serif;
  
}
div.nav ul.menu li.menu-item{
  float: left;
  width: 78px;
  height: 78px;
  display: block;
  position: relative;
  font-size: 20px;
  /*text-transform:uppercase;*/
  margin: 26px 0 15px 10px;
  background-color: #e0e0e0;
  border-radius: 39px;
  -moz-border-radius: 39px;
  -webkit-border-radius: 39px;
  -khtml-border-radius: 39px;
}
li#kalab-icon-CE{
  background-color: transparent;
  background-image: url(images/kalab-ico.png);
}

div.nav ul.menu li.menu-item a{
  display: inline-block;
  width: 78px;
  max-width: 78px;
  height: 55px;
  margin: 13px auto 0;
  /*padding: 18px 0 0;*/
  padding: 16px 0 0;
  list-style: none;
  /*margin: 31px 0 15px;*/
  vertical-align: middle;
  text-align: center;
  text-decoration:none;
  color:#343434;
  /*font-size: 16px;*/
  font-size: 14px;
  font-weight: 700;
}
div.nav ul.menu li.menu-item:nth-child(2) a{
  /*padding-top: 14px;*/
  /*font-size: 13px;*/
}
.menu li:first-child{margin-left:0;}

.menu li a:hover, .menu li.current-menu-item a{
  color:#333;
  /*text-shadow:2px 2px 1px rgba(0,0,0,0.13);*/
  /*-moz-text-shadow:2px 2px 1px rgba(0,0,0,0.13);*/
  /*border-width: 0 0 5px 0;
  -moz-border-image: url("images/nav-underline.png") 0 0 100% 0 stretch;
  -webkit-border-image: url("images/nav-underline.png") 0 0 100% 0 stretch;
  -o-border-image: url("images/nav-underline.png") 0 0 100% 0 stretch;
  border-image: url("images/nav-underline.png") 0 0 100% 0 stretch;*/
}

.menu li ul{
  margin:0;
  position:absolute;
  top:25px;
  left:-10px;
  width:150px;
  background:#FFF;
  padding:10px;
  z-index:20;
  display:none;
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
.menu li:hover ul{
display:block;
}
.menu li ul li a{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.menu li ul li{
display:block;
clear:both;
margin:0 0 10px 0;
line-height:12px;
}
.wide-col{
  padding:20px 0 20px 20px;
  background:#FFF;
  float:left;
  clear:right;
  width: 60%;
  min-width: 350px;
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
.wide-col h2{
  font-family: 'Maven Pro', sans-serif;
  
  font-size: 23px;
  text-shadow:1px 1px 2px rgba(0,0,0,0.13);
  -moz-text-shadow:1px 1px 2px rgba(0,0,0,0.13);  
}
.wide-col p, .wide-col ul{
  color: #000;
  padding-left: 5px;
  padding-right: 15px;
}
.wide-col hr{
  border: 1px solid #eee;
}
.narrow-col{
  padding:20px;
  background:#FFF;
  float:right;
  clear:right;
  width:300px;
  -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
  box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}

#kalab-footer{
  margin:40px 0 0;
  padding: 0;
  border-top:1px solid rgba(0,0,0,0.15);
  border-bottom:1px solid rgba(0,0,0,0.15);
}
#kalab-footer-wrapper{
  /*background:#FFF;*/
  padding:20px 20px 20px 40px;
  color:#999;
  clear:both;
}
#branding-ribbon, #branding-ribbon-f{
  width: 100%;
  height: 8px;
  background-color: #f0f0f0;
}
#branding-ribbon{
  position: absolute;
  bottom: 0;
}

/* ----------------------------------------------------
		4 - Wordpress
---------------------------------------------------- */
.alignleft{
		float:left;
		clear:left;
	}
	img.alignleft, .alignleft img{
		margin:0 25px 5px 0;
	}
.alignright{
	float:right;
	clear:right;
}
	img.alignright, .alignright img{
		margin:0 0 5px 25px;
	}
.aligncenter{
	margin:auto;
	clear:both;
	text-align:center;
}
.alignnone{
	float:none;
	clear:both;
	display:block;
}

.navigation{
	margin-left:10px;
	overflow:hidden;
}
	.navigation a{
		background:#FFF;
		border:1px solid rgba(0,0,0,0.1);
		border-radius:10px;
		padding:5px 10px;
		display:inline-block;
		text-decoration:none;
	}
		.navigation a:hover{
			background:#5096cb;
			color:#FFF;
		}
	#nav-above{
		margin-bottom:20px;
	}
	#nav-below{
		margin-top:20px;
	}
	.nav-previous, .nav-next{
		float:left;
		clear:right;
		margin-right:20px;
	}
#s, input, textarea { /* This keeps the search inputs in line */
	border:1px solid #999;
	padding:3px 5px;
}
	#s{width:60%;}
#searchform{
	width: 240px;
	margin-bottom:40px;
}
/* ----------------------------------------------------
		5- Comment Box
---------------------------------------------------- */
div#commentbox, div#respond{
  margin: 40px 5px 5px;
  text-align: center;
}
div#comments hr{
  width: 50%;
}
h2#comments-title{
  font-size: 1em;
  text-align: left;
  /*color: #000;*/
}
div#commentbox h3, ol.commentlist{
  text-align: left;
}
div#commentbox a{
  text-decoration: none;
}
ol.commentlist{
  list-style: none;
  margin: 20px 0;
}
ol.commentlist li{
  margin: 10px 0;
}
div.comment-author img{
  margin: 0;
  padding: 10px 0 0;
}
div.comment-meta{
  font-size: 14px;
  text-decoration: none;
}
div.comment-body p{
  margin: 10px 0;
  font-size: 14px;
}
div.reply{
  margin-right: 50px;
  text-align: right;
}
#commentbox form#commentform p:first-child, p.comment-form-author, p.comment-form-email,p.comment-form-url,p.comment-form-comment {
  text-align: left;
  padding-left: 0;
}
p.comment-form-author label, p.comment-form-email label,p.comment-form-url label,p.comment-form-comment label{
  /*display: block;*/
}
p.comment-form-author input, p.comment-form-email input, p.comment-form-url input,p.comment-form-comment textarea{
  display: block;
}
p.comment-form-comment textarea{
  width: 600px;
}
p.form-allowed-tags{
  display: none;
}
p.comment-notes{
  font-size: 0.8em;
  font-style: italic;
  color: #c0c0c0;
}
img.wp-smiley{
	margin-bottom: 0px;
}
ul.children, ul.children li{
	list-style-type: none;
}
ul.children li{
	border-left: 2px solid #c0c0c0;
	padding-left: 10px;
}
.ce_staticp{
	margin-left: 10px;
}
.ce_staticp1{
	margin-right: 10px;
}