/*
Theme Name: Jumping Clay
Version: 2.6.8
Theme URI: http://www.jumpingclay.co.uk
Description: Jumping Clay
Author: Jumping Clay
Author URI: http://www.jumpingclay.co.uk
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ /* ----------- Restart-----------------*/
@charset "utf-8";
/****************************************/
/*   CSS Document                       */
/*   Jumping Clay Ltd                   */
/****************************************/

/* Begin Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color:#FFFFFF 	
}

/* End Reset */

/* Wordpress Image Alignment Crap Begin */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Wordpress Image Alignment Crap End */

/* Begin Layout */

body{
	background: url(img/bg.jpg) center top fixed;
	text-align: center;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

#header{
	width: 100%;
	height: 200px;
	background: url(img/bg_header.png) center;
	position: fixed;
	top:0px;
	z-index: 100000;
}

#banner{
	width: 828px;
	height:271px;
	background: url(img/main_banner_jc.png) center bottom no-repeat ;
	margin: auto auto;
	padding: 0px 0 0 0;
	text-align: left;} 

.wrapper{
	width: 820px;
	margin: auto auto;
}

#content{
	width: 828px;
	background: url(img/bg_content.png);
	margin: auto auto;
	padding: 0px 0 0 0;
	text-align: left;
}

#mid_display{
position:absolute;
	width:100%;
	height:100%;
	display:block;
}

#main{
	width: 659px;
	float: left;
	padding: 20px;

}

.post img{
	padding: 5px;
	border: 1px solid #ccc;
}

.meta{
	width: 540px;
	background: url(img/bg_meta.png);
	border-top: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	color: #999;
}

.sidebar{
	width: 100px;
	float: right;
	margin: 20px 20px 0 0;
}

.sidebar img{
	margin:  0 0 20px 0;
	padding: 5px;
	border: 1px solid #ccc;
}

#footer{
	width: 828px;
	background: url(img/bg_footer.png) no-repeat;
	margin: 0 auto 40px auto;
	padding: 50px 0 0 0;
	font-size: 11px;
	color: #21480c;
}

/* End Layout */

/* Begin Typography */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}

strong{
	margin: 10px 0 10px 0;
	color: #50aacf;
}

p{
	margin: 20px 0 20px 0;
	line-height: 18px;
}

h2{
	font-size: 28px;
	color: #2274a5;
	margin: 0 0 10px 0;
}

h4{
	font-size: 16px;
	color: #50aacf;
	margin: 0 0 10px 0;
}

h4{
	font-size: 16px;
	color: #50aacf;
	margin: 0 0 10px 0;
}

h5{
	font-size: 16px;
	color: #50aacf;
	margin: 0 0 10px 0;
}

.post h2{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #a1d3e7;
}

#main a{
	font-weight: bold;	
}

#main ul{
	list-style-image: url(img/navstar.png);
	margin: 10px 0 10px 20px;
}

#main li{
	margin: 5px 0 5px 0;	
}

a{
	text-decoration: none;	
}

a:link{
	color: #268bc7;
}

a:visited{
	color: #268bc7;
}

a:hover{
	color: #69b0d7;
}

a:active{
	color: #268bc7;
}

.meta a:link{
	color: #54a1f7;
}

.meta a:visited{
	color: #54a1f7;
}

.meta a:hover{
	color: #92c1f6;
}

.meta a:active{
	color: #54a1f7;
}

#footer{
	color: #388e33;	
}

#footer a{
	font-weight: lighter;	
}

#footer a:link{
	color: #11450e;
}

#footer a:visited{
	color: #11450e;
}

#footer a:hover{
	color: #1d6819;
}

#footer a:active{
	color: #11450e;
}

#footernav{
	background: url(img/bg_footernav.png) center no-repeat;
	height: 27px;
	margin: auto auto;
	padding: 7px 0 0 0;
	width: 800px;
}

/* End Typography */


/* Begin Forms */

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.commentmetadata{
	
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#commentform input, textarea{
	margin: 10px 0 0 0;	
}

#searchbox{
	background: url(img/bg_search.png) no-repeat;
	height: 32px;
	width: 143px;
	border: none;
	color: #ccc;
	font-size: 16px;
	padding: 7px 0 0 10px;
	margin: 0 0 15px 3px;
	float: left;
}

#searchbutton{
	background: url(img/bg_submit.png) no-repeat;
	border: none;
	width: 36px;
	height: 32px;
	float: left;
}

/* End Forms */


/* Begin Menu */

ul.tabs{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a{
	position: relative;
	display: block;
}

ul.dropdown{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 2px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown{
	top: 0;
	left: 95%;
}

ul.dropdown li{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a{
	display: block;
}

#menu{
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 40px 0 0 120px;
}

#menu ul{
	margin: 0 auto;
}

#menu ul li.hasmore{
	background: url(img/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4{
	margin: 0;
}

#menu ul li h4 a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
}

#menu ul li a{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin: 0 10px 0 0;
}

#menu ul li a img{
	vertical-align: middle;
}

#menu ul li a span{
	display: block;
	padding: 0 5px 0 0;
}

#menu ul.dropdown{
	padding: 10px;
	background: url(img/bg_dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #dc902f;
	width: 150px;
	margin: 0 0 0 10px;
	text-align: left;
}

#menu ul.dropdown li a{
	border-bottom: 1px solid #ecca5f;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover{
	background: url(img/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover{
	background-image: none;
}

/* End Menu */



.button
{
color: #ffffff;
background: #2274a5;
  font-weight: bold;
  font-size: 120%;
border: 0px solid #781351;
padding:5px;
}




.shop {
	display: block;	width: 79px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/shop.png') bottom;
	text-indent: -99999px;
}
.shop:hover {
	background-position: 0 0;
}
.learn {
	display: block;	width: 79px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/learn.png') bottom;
	text-indent: -99999px;
}
.learn:hover {
	background-position: 0 0;
}
.play {
	display: block;	width: 79px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/play.png') bottom;
	text-indent: -99999px;
}
.play:hover {
	background-position: 0 0;
}
.create {
	display: block;	width: 79px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/create.png') bottom;
	text-indent: -99999px;
}
.create:hover {
	background-position: 0 0;
}
.about {
	display: block;
	width: 79px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/about.png') bottom;
	text-indent: -99999px;
}
.about:hover {
	background-position: 0 0;
}
.franchise {
	display: block;
	width: 90px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/franchise.png') bottom;
	text-indent: -99999px;
}
.franchise:hover {
	background-position: 0 0;
}
.contact {
	display: block;
	width: 90px;
	height: 28px;
	background: url('http://www.laurencecaro.co.uk/jumpingclay/wp-content/uploads/2013/07/contact.png') bottom;
	text-indent: -99999px;
}
.contact:hover {
	background-position: 0 0;
}