/*

	Theme Name: Kiddo
	Theme URI: http://antonibotev.com/
	Description: A powerful kids theme
	Author: Antoni Sinote Botev
	Author URI: http://antonibotev.com
	
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	Version: 1.0
	
	Designed by Antoni Sinote Botev 
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	
/*--------------------------------------------------------------------------------*/

/* 3 - Head & Prime Navigation
--------------------------------------------------------------------------------- */

html {
	background-color:#568b99;
	background-image:url(images/v5/bg-tile.jpg);
}

body {
	background-image:url(images/v5/bg-top-tile.jpg);
}

#top-bg {
	background-image: url(images/v5/top-bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

.bottom-bg {
	background-image:url(images/v5/bg-bottom-up-bg.png);
	height:640px;
}

#wrap-bottom {
	background-image:url(images/v5/bg-bottom-tile.png);
}

#footer div.bottom-bg {
	background-image:url(images/v5/footer-bg-center.jpg), url(images/v5/footer-bg-left.jpg), url(images/v5/footer-bg-right.jpg);
}

#content {
	-moz-box-shadow: 0 1px 5px #72a3aa;
	-webkit-box-shadow: 0 1px 5px #72a3aa;
	box-shadow: 0 1px 5px #72a3aa;
}

input.text-input {
	border: 1px solid #355271;
	background: -webkit-gradient(linear, 0% 0%, 0% 8%, from(#d6e5ee), to(#f5fbff));
    background:  -moz-linear-gradient(10% 8% 90deg,#f5fbff, #d6e5ee);
	color:#878f9d;
}

input.text-input:hover {
	border: 1px solid #203851;
}

input.text-input:focus {
	border: 1px solid #203851;
	background: -webkit-gradient(linear, 0% 0%, 0% 8%, from(#fff), to(#fff));
    background:  -moz-linear-gradient(10% 8% 90deg,#fff, #fff);
}