/*
Theme Name: KinderTown	
Theme URI: http://www.kindertown.com/
Description: KinderTown Theme
Author: Andres F Garcia
Version: 1.2
*/


/* v1.0 | 20080212 */

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;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin:0 auto; 
	overflow-x:  hidden ! important;
}

@media only screen and (max-device-width: 1024px) {
	body,html{ 
		width: 1084px;
		overflow-x:hidden;
	}
}


/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

* {
	margin: 0;
}


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

}

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

}



/* Global ---------------------------------------------------------------------------------------------------------------------- */

.wrapper{
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(images/bg.jpg);
}

h1{
	font-family: 'ChaparralProRegular';
	position: relative;
	display: block;
	font-size: 47px;
	color: #fff;
	text-decoration: none;
	float: left;
	text-shadow:1px 1px 0px #0a4a7f, -1px -1px 0px #78D6FF;	
	text-align: center;
}

h2{
	font-family: 'ChaparralProBold';
	position: relative;
	display: block;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-shadow:1px 1px 0px #424244, -1px -1px 0px #808081;	
	padding: 7px 0;
}


p{
	color: #59595C;
}

.content h1{
	font-family: 'ChaparralProRegular';
	position: relative;
	display: block;
	font-size: 24px;
	color: #226497;
	text-decoration: none;
	float: none;
	text-shadow: none;
	text-align: left;
}

.title{
	font-family: 'ChaparralProBold';
	position: relative;
	display: block;
	font-size: 24px;
	text-decoration: none;
	float: none;
	text-shadow: none;	
	text-align: left;
}

.content h2, .post h2, .post h1 {
	font-family: 'ChaparralProRegular';
	position: relative;
	display: block;
	font-size: 18px;
	color: #226497;
	text-decoration: none;
	text-shadow: none;	
	padding: 7px 0;
	float: none;
	text-align: left;
}

.content h3, .post h3{
	font-family: 'ChaparralProRegular';
	position: relative;
	display: block;
	font-size: 17px;
	color: #232323;
	text-decoration: none;
	text-shadow: none;
}

.content h3 a, .post h3 a{
	font-family: 'ChaparralProRegular';
	position: relative;
	display: block;
	font-size: 17px;
	color: #232323;
	text-decoration: none;
	text-shadow: none;
	padding: 0 0 10px;
}


.content h3 a:hover, .post h3 a :hover{
	text-decoration: underline;
}




/* Header ---------------------------------------------------------------------------------------------------------------------- */

.header{
	padding: 20px 0 0;
}

.logo{
	font-family: 'ChaparralProBold';
	font-size: 62px;
	color: #fff;
	text-decoration: none;
	float: left;
	text-shadow:1px 1px 0px #0a4a7f, -1px -1px 0px #78D6FF;
}
	

/* Main Nav ---------------------------------------------------------------------------------------------------------------------- */
.nav{
	position: relative;
	float: right;
	padding: 25px 0 0;
}

.main{
	position:relative;
	text-align:center;
	height:40px;
	float: left;
}

.main ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	position:relative;
	z-index:100;
}

.main ul li{
	margin:0 8px;
	float:left;	
}

.main ul li a{
	font-size: 12px;
	color: #226497;
	text-decoration: none;
	padding: 4px 8px;
	display: block;
	font-weight: bold;
	border: 1px solid transparent;
}

.main ul li.current_page_item a, .main li.current_page_item a, .main ul li a:hover{
	color: #fff;
	border: 1px solid #0a4a7f;
	background: #1a94b0; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a94b0 0%, #2e6b9c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a94b0), color-stop(100%,#2e6b9c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1a94b0 0%,#2e6b9c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1a94b0 0%,#2e6b9c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1a94b0 0%,#2e6b9c 100%); /* IE10+ */
	background: linear-gradient(top,  #1a94b0 0%,#2e6b9c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a94b0', endColorstr='#2e6b9c',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.fb{
	position: relative;
	float: left;
	margin:0 10px 0 15px;
	width: 23px;
	height: 23px;
	display: block;
	background: url(images/social-media.png) 0 -23px;
	text-indent: -9000px;
}

.fb:hover{
	background-position: 0 0;
}

.tw{
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
	display: block;
	background: url(images/social-media.png) -23px -23px;
	text-indent: -9000px;
}

.tw:hover{
	background-position: -23px 0;
}


/* Homepage ---------------------------------------------------------------------------------------------------------------------- */

.feature-shot{
	width: 1024px;
	height: 400px;
	position: relative;
	background: url(images/feature.jpg) no-repeat bottom center;
}

.main-graphic{
	position: absolute;
	width: 400px;
	height: 400px;
	background: url(images/tech-toys.png);
	left: -30px;
	top: -10px;
	z-index: 20;
    background-size: contain;
    background-repeat: no-repeat;
}

#registration-link {
    position: absolute;
    top: 200px;
    right: 45px;
    -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#powerpack-link {
	position: absolute;
    top: 320px;
    left: 85px;
    box-shadow: 0 4px 10px rgba(0,0,0,.5)!important;
}

#powerpack-link.btn-shadow {
	background-color: #5CB85C;
    border-color: #398B39;
}

#powerpack-link.btn-shadow:hover {
	background-color: #428BC9;
    border-color: #3B6E99;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-shadow {
    color: #FFF;
    background-color: #428BC9;
    background-image: none;
    border: solid 3px #3B6E99;
    border-top: 1px;
    border-left: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
    border-radius: 6px !important;
    font-size: 1.5em;
    text-decoration: none;
    padding: 15px;
    box-shadow: 1px 1px 0 #3B6E99!important;
    border-right: 1px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.btn-shadow:hover {
    color: #FFF;
    background-color: #5CB85C;
    border-color: #398B39;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.main-feature-block{
	width: 450px;
	margin-right: 20px;
	float: right;	
}

.cta{
	position: relative;
	width: 320px;
	margin: 8px auto 0;
	padding: 15px 15px 0;
	background: url(images/grey.jpg);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}



.grey{
	background: url(images/grey.jpg);
	width: 100%;
	padding: 50px 0;
	position: relative;
}

.grey-boders{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	border-bottom: 1px solid #f5f6f6;
	border-top: 1px solid #4089a2;
}

a.btn-tech-toys {
	background: url(images/tech-toys-button.png);
	background-size: contain;
	display: block;
	width: 123px;
	height: 58px;
	position: relative;
	top: 300px;
	left: 150px;
}

/* Quote ---------------------------------------------------------------------------------------------------------------------- */

.quote{
	border-top: 1px solid #DEDDDD;
	border-bottom: 1px solid #DEDDDD;
	padding: 15px 0 0;
	margin: 15px 0;
	position: relative;
}

.quote p{	
	font-size: 14px;
	padding: 0 50px 10px;
	text-align: center;
	line-height: 18px;
	
}

.quote .quote-left{
	color: #59595C;
	font-size: 84px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0 5px;
	font-family: 'ChaparralProRegular';
}

.quote .quote-right{
	color: #59595C;
	font-size: 84px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0 5px;
	font-family: 'ChaparralProRegular';
}

.quoter{
	float: right;
	font-size: 12px;
	color: #59595C;
	padding-right: 50px;
}

/* Logos ---------------------------------------------------------------------------------------------------------------------- */

.logo-holder{
	position: relative;
	width: 1027px;
	display: block;
	height: 65px;
}

.logo-holder a{
	width: 200px;
	height: 50px;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	text-indent: -3000px;
	display: block;
}

.logo-holder a img{
	display: block;
}

/* Features ---------------------------------------------------------------------------------------------------------------------- */

.features{
	position: relative;
	width: 1024px;
	padding: 10px 0 35px;
	margin-bottom: 35px;
}

.boders{
	position: absolute;
    background: none repeat scroll 0 0 #909091;
    border-bottom: 1px solid #F5F6F6;
    border-top: 1px solid #F5F6F6;
    height: 1px;
	bottom: 0px;
    width: 100%;
}

.boders-or{
	position: relative;
	height: 1px;
	width: 300px;
	border-bottom: 1px solid #f5f6f6;
	border-top: 1px solid #f5f6f6;
	background: #909091;
	margin: 20px auto;
}

.feature{
	position: relative;
	float: left;
	width: 325px;
	margin: 0 8px;
}

.feature p{
	font-size: 12px;
}

.feature img{
	float: left;
	margin-right: 10px;
}

.feature-title{
	font-size: 24px;
	font-family: 'ChaparralProRegular';
	color: #226497;
	display: block;
	padding: 5px 0;
}

/* Form --------------------------------------------------------------------------------------------------------------------------*/

.get-info{
	padding: 0 10px;
}

input.i-send-address{
	float:left;
	padding:0 0 0 5px;
	border-radius:3px;
	height:42px;
	width:235px;
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-transition:outline .25s linear;
	-moz-transition:outline .25s linear;
	-o-transition:outline .25s linear;
	-ms-transition:outline .25s linear;
	transition:outline .25s linear;
	margin-right:10px;
	font-size:14px;
}

.b-send-button{
	float:left;	
	background: url(images/button-bg2.png) top center repeat-x;
	display: block;
	width:46px;
	height:42px;
	margin: 0 auto;
	position: relative;
	cursor:pointer;
	border: 1px solid #349ad3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.b-send-button:hover{
	background-position:  center -42px;
}
	

.t-sentLink{
	display:none;
	position:relative;
	background:#cfddb5;
	border:2px solid #a8cf49;
	opacity:.8;
	width:320px;
	height:50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	zoom:1;
}

.sent-icon{
	float:left;	
	background: url(images/check.png) top center repeat-x;
	display: block;
	width:46px;
	height:42px;
	margin: 3px 0 0 3px;
	position: relative;
	cursor:pointer;
	border: 1px solid #537d39;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.t-sent{
	display:inline-block;
	font-size:13px;
	width:240px;
	margin:7px 0 0 15px;
	color: #59595C;
	
}

#sendLink {
    position: relative;
    width:320px;
	text-align: center;
}

#error {
    background: -moz-linear-gradient(center top , #E87B68, #E87C68) repeat scroll 0 0 transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: none;
	text-align: center;
    margin: 48px 0 0;
    padding: 10px;
    position: absolute;
    width: 300px;
	z-index: 20;
}

.link-text {
    font-size: 14px;
	color: #58595B;
	padding: 0 0 10px;
	display: block;
}

.download-text {
    font-weight: bold;
}


.or {
    font-size: 14px;
	color: #58595B;
	margin: -10px auto 0;
	width: 30px;
	height: 20px;
	display: block;
	text-align: center;
	background: url("images/grey.jpg") repeat scroll 0 0 transparent; 
}


.download-button{
	background: url(images/button-bg.png) top left repeat-x;
	height:42px;
	display: block;
	width: 170px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	cursor:pointer;
	border:0;
	font-size: 20px;
	font-family: 'ChaparralProRegular';
	text-shadow: 1px 1px 0 #0A4A7F, -1px -1px 0 #78D6FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #349ad3;
	text-decoration: none;
	color: #fff;
	line-height: 42px;
}

.download-button:hover{
	background-position: bottom left;
}



/* Footer ---------------------------------------------------------------------------------------------------------------------- */

.triagnle{
	background: url(images/triangle.png) repeat-x top left;
	position: absolute;
	height: 6px;
	width: 100%;
	top: -6px;
	left: 0px;
}

.footer{
	position: relative;
	width: 100%;
	background: #59595c;
}

.footer p{
	font-size: 12px;
	color: #D1D3D4;
	line-height: 16px;
}

.footer-boders{
	position: absolute;
    background: none repeat scroll 0 0 #424244;
    border-bottom: 1px solid #808081;
    border-top: 1px solid #808081;
    height: 1px;
	bottom: 0px;
    width: 100%;
}

.footer-features{
	position: relative;
	width: 1024px;
	padding: 20px 0 25px;
	display: block;
}

.footer-features span{
	margin: 20px 0 -5px;
	color: #232323;
	font-size: 12px;
	display: block;
}

.footer-features a{
	color: #232323;
	font-size: 12px;
	text-decoration: none;
}

.footer-features a:hover{
	color: #fff;
}


.footer-features .app-icon{
	position: relative;
	float: left;
	margin: 5px 10px 20px 0;
	width: 74px;
	height: 74px;
	float: left;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.48);
	overflow: hidden;
	z-index: 20;
}

.footer-features .app-icon img{
	width: 74px;
	height: 74px;
}

.footer-feature{
	position: relative;
	float: left;
	width: 325px;
	margin: 0 8px;
}

.real-footer{
	padding: 15px 0 20px;
}

.real-footer p{
	color: #232323;
	float: left;
}

.real-footer ul{
	float: right;
}

.real-footer ul li{
	float: left;
	color: #232323;
}

.real-footer ul li a{
	color: #fff;
	text-decoration: none;
}

.real-footer ul li.current_page_item a, .real-footer ul li.current_page_parent a, .real-footer ul li a:hover{
	color: #232323;
}


/* Page Content ---------------------------------------------------------------------------------------------------------------------- */

.content{
	float: left;
	width: 670px;
	padding: 15px;
	position: relative;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #939598;
	background: #fff;
	min-height: 800px;
}

.post{
	float: left;
	width: 670px;
	padding: 15px;
	position: relative;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #939598;
	background: #fff;
	margin-bottom: 20px;
}

.stats {
    background: none repeat scroll 0 0 #E6E6E6;
    height: 28px;
    left: -15px;
    line-height: 28px;
    padding: 0 15px;
    position: relative;
    width: 670px;
    margin: 10px 0 20px;
	color: #59595C;
	font-size: 12px;
}

.sidebar{
	float: right;
	width: 292px;
	padding: 15px;
	background: #59595c;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin: 25px 0 0;
	color: #D1D3D4;
	position: relative;
	z-index: 10;
}

.ribbon {
    background: url("images/button-bg.png") repeat-x scroll left top transparent;
    border: 1px solid #349AD3;
    color: #FFFFFF;
    display: block;
    font-family: 'ChaparralProRegular';
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #0A4A7F, -1px -1px 0 #78D6FF;
	padding: 0px 10px;
	width: 324px;
	left: -28px;
}
.ribbon-triangle{
	position: absolute;
	left: 0px;
	bottom: -12px;
	width: 12px;
	height: 11px;
	background: url(images/ribbon-trii.png) no-repeat;
}

.ribbon-tip{
	background: url(images/ribbon-tip.jpg) no-repeat;
	width: 12px;
	height: 44px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.sidebar p{
	font-size: 14px;
}

.phone{
	font-size: 16px;
	padding-left: 28px;
	background: url(images/contact-icons.png) 0px 0px no-repeat;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 6px 0;
}

.email{
	font-size: 16px;
	padding-left: 28px;
	background: url(images/contact-icons.png) 0px -22px no-repeat;
	height: 22px;
	line-height: 22px;
	display: block;
	margin: 6px 0;
}

.sidebar p{
	color: #D1D3D4;
}

.sidebar a{
	color: #fff;
	text-decoration: none;
}

.sidebar a:hover{
	color: #232323;
}

.thumbnail {
    display: block;
    float: left;
    height: 81px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    width: 135px;
}
.thumbnail img {
    border: 1px solid #DBDCDF;
    height: 81px;
    position: absolute;
    width: 135px;
}
.thumbnail-overlay {
    background: url("images/overlay.png") repeat scroll 0 0 transparent;
    border: 1px solid #DBDCDF;
    color: #DBDCDF;
    height: 81px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 135px;
}
.thumbnail-overlay a {
    color: #FFFFFF !important;
    font-size: 14px;
    line-height: 81px;
    text-decoration: none;
}
.thumbnail-overlay a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* css for blog ------------------------------------------------------------------------------------------------*/

.content a, .post a {
    color: #226497;
    text-decoration: none;
}

.content ul, .post ul {
    color: #59595C;
    font-size: 14px;
    list-style: disc outside none;
}
.content ol, .post ol {
    color: #59595C;
    font-size: 14px;
    list-style-type: decimal;
}
.content ul, .post ul {
    list-style: disc outside none;
    margin-left: 25px;
}
.content ol, .post ol {
    list-style-type: decimal;
    margin-left: 25px;
}

.team{
	border-top: 1px solid #E6E6E6;
	padding: 10px 0;
	margin-top: 20px;
}

.team div{
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	padding: 5px 0 10px;
}

.team div img{
	float: left;
	margin: 0 10px 10px 0;
}

.team div .post-meta{
	color: #232323;
	font-style: italic;
	padding: 0 0 5px;
	display: block;
}

.content p, .post p{
	line-height: 24px;
}

.content p strong{
	display: block;
    padding: 0 0 10px;
}


.alignnone {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.alignleft {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.alignright {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    position: relative;
}
.aligncenter {
    display: block;
    margin: 0 auto 10px;
    position: relative;
}

/* wp paging ---------------------------------------------------------------------------------------------- */

.wp-navi{
	width: 700px;
	float: left;
}

.page-numbers{
	float: right;
}

.page-numbers li{
	float: left;
}

.page-info {
    color: #59595C;
    padding: 2px 10px;
    position: relative;
    display: block;
}

.page-numbers li a {
    background: none repeat scroll 0 0 #59595C;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 1px;
    padding: 2px 4px;
    text-decoration: none;
}

.page-numbers li span.current, .page-numbers li a:hover {
    background: none repeat scroll 0 0 #45BEFF;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 1px;
    padding: 2px 4px;
    text-decoration: none;
}

.app-badge{
	position: absolute;
	bottom: -75px;
	padding-left: 170px;
	left: 50px;
	height: 52px;
	line-height: 52px;
	display: block;
	background: url(images/app-store.png) left top no-repeat;
	color: #59595C !important;
}

.app-badge:hover{
	color: #59595C !important;
}

.sidebar a.app-badge {
  color: #FFF;
  text-decoration: none;
  font-family: 'ChaparralProBold';
  font-size: 1.8em;
}


/* SEARCH FILTERS */

.select-wrap{
  display:block;
  height: 44px;
  position: relative;
  float: right;
  text-align: center;
  padding: 0;
  border: 1px solid rgb(122,126,126);
  -moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.5);
  -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.5);
  box-shadow:inset 1px 0 0 rgba(255,255,255,.5);
}

.select-wrap#age-select{
  width: 95px;
}

.select-wrap#device-select{
  width: 121px;
}

.select-wrap#price-select{
  width: 96px;
}

.select-wrap:last-child{
  border-left: 1px solid rgb(122,126,126);
}

.select-wrap:first-child{
  -moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.5),1px 0 0 rgba(255,255,255,.5);
  -webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.5), 1px 0 0 rgba(255,255,255,.5);
  box-shadow:inset 1px 0 0 rgba(255,255,255,.5), 1px 0 0 rgba(255,255,255,.5);
}

.select-wrap select{
  margin: 0px 0 0 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0 0 0 0px;
  text-indent: 0px;
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: window;
  background: none;
  border: none;
  font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 1.8;
  color: rgb(89,89,92);
  text-shadow: 0 1px 0px rgba(255,255,255,0.6);
  word-spacing: normal;
  letter-spacing: normal;
  -webkit-text-size-adjust: none;
}

.select-wrap select option disabled{
  display:none;
}

.select-wrap#age-select select{
  text-indent: 24px;
}

.select-wrap#price-select select{
  text-indent: 22px;
}

.select-wrap#device-select select{
  text-indent: 18px;
}

.wrap-icon{
  height: 16px;
  position: absolute;
  top: 0px;
  left: 5px;
  margin: 0;  
}

.wrap-icon .price-icon{
  width: 11px;
  height: 15px;
  display: block;
  margin: 16px 0 0 0px;
  background: url("http://my.kindertown.com/assets/filter.png") no-repeat -21px 0;
}

.wrap-icon .device-icon{
  width: 7px;
  height: 16px;
  display: block;
  margin: 15px 0 0 0px;
  background: url("http://my.kindertown.com/assets/filter.png") no-repeat -14px 0;
}

.wrap-icon .age-icon{
  width: 14px;
  height: 13px;
  display: block;
  margin: 16px 0 0 0px;
  background: url("http://my.kindertown.com/assets/filter.png") no-repeat 0 0;
}

.arrows{
  display: block; /* CHANGE TO NONE ON OPERA */
  position: absolute;
  top: 0;
  right: 4px;
}

.arrows .arrows-icon{
  width: 6px;
  height: 15px;
  display: block;
  margin: 16px 0 0 0px;
  background: url("http://my.kindertown.com/assets/filter.png") no-repeat -32px 0;
}


/* SEARCH FILTERS FOR FIREFOX */

@-moz-document url-prefix() {

.select-wrap select{
  padding: 12px 0 0 0;
  text-indent: 0px;
  text-align: left;
  line-height: 1.8;
}

.select-wrap#age-select select{
  text-indent: 10px;
}

.select-wrap#price-select select{
  text-indent: 8px;
}

.select-wrap#device-select select{
  text-indent: 8px;
}

}

#search-button {
	background: url(http://my.kindertown.com/assets/button-bg-green.png) top left repeat-x;
	height: 42px;
	display: block;
	width: 170px;
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
	cursor: pointer;
	border: 0;
	font-size: 20px;
	font-family: 'ChaparralProRegular';
	text-shadow: 1px 1px 0 #0A4A7F, -1px -1px 0 #78D6FF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	color: white;
	line-height: 42px;
}


.result.icon {
  position: relative;
  float: left;
  display: block;
  width: 75px;
  height: 75px;
  padding-right: 10px;
}
.result.icon img {
	position: absolute;
	width: 74px;
	height: 74px;
	top: 1px;
	left: 1px;
}
.result.icon .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(http://my.kindertown.com/assets/mask.png);
    width: 75px;
    height: 75px; 
}

/* RSS feed sidebar link */

.rss-link {
  height: 35px;
}

.rss-link a {
  margin-left: 8px;
}

.rss-link img {
  margin-top: -5px;
  float: left;
}

/* App List Styles */

ul.app-list {
  list-style: none;
  margin-top: 25px;
}

ul.app-list img {
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
  border-radius: 12px;
border: 1px solid rgb(173, 216, 230);
}

ul.app-list li {
  margin-top: 15px;
}

ul.app-list li a {
  font-size: 1.2em;
}

