/*

Theme Name: Cognitive Kids

Author: Flynn O'Connor

Author URI: http://fsquaredesign.com/

Description: Wordpress theme for Cognitive Kids ipad games.

Version: 1.1

License: GNU General Public License

License URI: license.txt

Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/* =Font Families 



font-family: 'Droid Sans', sans-serif;

font-family: 'Slackey', cursive;

font-family: 'Schoolbell', cursive;



*/



/**

 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)

 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark

 * html5doctor.com/html-5-reset-stylesheet/

 */



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, b, i, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



blockquote, q { quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after { content: ""; content: none; }



ins { background-color: #ff9; color: #000; text-decoration: none; }



mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }



del { text-decoration: line-through; }



abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }



table { border-collapse: collapse; border-spacing: 0; }



hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }



input, select { /* vertical-align: middle; */ }







/* =Structure

-------------------------------------------------------------- */



body {

	background: #f0e9cc url("images/body-bg.jpg") repeat-y top center;

	font-family: 'Droid Sans', sans-serif;

}

p {

	font-size: 14px;

	color: #103344;

}

h1, h3 {

	font-family: 'Slackey', cursive;

	margin-bottom: 15px;

}

h2, h4, h5, h6 {

	font-family: 'Schoolbell', cursive;

	margin-bottom: 15px;

}

#page {

	display: block;

	width: 980px;

	margin: 0 auto;

	overflow: visible;

	position: relative;

}

#primary {

	float: right;

	width: 610px;

	padding: 0 0 0 20px;

}

#primary.full-width {

	width:auto;

	padding:0 20px;

}

.home #primary, .single-games #primary {

	width: 940px !important;

}



#content {

}

#content em { font-style: italic; }

 #content strong { font-weight: bold; }

#main .widget-area {

	float: left;

	overflow: hidden;

	width: 320px;

}

#colophon {

	clear: both;

	display: block;

	width: 100%;

}



.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

.clearfix:after { clear: both; }

.clearfix { clear: both; zoom: 1; }



/* Increase the size of the content area for templates without sidebars */

.full-width #content,

.image-attachment #content,

.error404 #content {

	margin: 0;

}



/* Text meant only for screen readers */

.screen-reader-text,

.section-heading {

  position: absolute !important;

  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);

}



/* Alignment */

.alignleft {

	display: inline;

	float: left;

}

.alignright {

	display: inline;

	float: right;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;


}





/* =Header

-------------------------------------------------------------- */

#branding {

	background: url("images/header-bg.png") no-repeat;

	width: 100%;

	height: 60px;

}

#branding hgroup {

	background: url("images/navbars/nav-seam.png") no-repeat;
	
	background-position: 40% 0%;

	
}

#branding hgroup ul {

	float: right;

	display: inline;

	list-style: none;

	margin: 0 10px 0 10px;

}

#branding hgroup li {

	float: left;

	margin: 5px 10px 0 0;

}

#branding hgroup li a {

	float: left;

}

#branding hgroup li span {

	float: left;

	margin:5px 0 0 3px;

}


#branding hgroup .youtube {

	background: url("images/youtube.png") no-repeat;

	display: block;

	height: 26px;

	width: 26px;

}

#branding hgroup .twitter {

	background: url("images/twitter.png") no-repeat;

	display: block;

	height: 26px;

	width: 26px;



}

#branding hgroup .facebook {

	background: url("images/facebook.png") no-repeat;

	display: block;

	height: 26px;

	width: 26px;

}

#bottomcontainerBox {

	width: auto;

	float: right;

}

#site-title {

	font-size: 2em;

	font-weight: bold;

	float: left;

	padding: 0 0 0 0px;

	position: relative;

	z-index: 10;

	margin-bottom:0;

}


/* =Menu

-------------------------------------------------------------- */

#access {

	display: block;

	float: left;

	margin: -97px auto 0.5em;

	width: 100%;

}

#access ul {

	list-style: none;

	margin: 0 20px 0 0;

	padding-left: 0;

	float: right;

}

#access li {

	float: left;

	position: relative;

	background: url("images/navbars/aqua-nav.jpg") repeat-x;

	margin: 0 4px;

	padding: 2px 0 0 0;

	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);

	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);

	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4); 

}

#access ul li:nth-child(2) {
	background: url("images/navbars/blue-nav.jpg") repeat-x;
}
#access ul>li + li {
	background: url("images/navbars/blue-nav.jpg") repeat-x;
}

#access ul li:nth-child(3){
	background: url("images/navbars/purple-nav.jpg") repeat-x;
}
#access ul>li + li + li {
	background: url("images/navbars/purple-nav.jpg") repeat-x;
}

#access ul li:nth-child(4){
	background: url("images/navbars/green-nav.jpg") repeat-x;
}
#access ul>li + li + li + li {
	background: url("images/navbars/green-nav.jpg") repeat-x;
}

#access ul li:nth-child(5){
	background: url("images/navbars/red-nav.jpg") repeat-x;
}
#access ul li:nth-child(6){
	background: url("images/navbars/orange-nav.jpg") repeat-x;
}
#access ul>li + li + li + li + li {
	background: url("images/navbars/red-nav.jpg") repeat-x;
}

#access a {

	display: block;

	line-height: 2em;

	padding: 0 1em;

	text-decoration: none;

	color: white;

	font-family: 'Schoolbell', cursive;

	font-size: 19px;

	letter-spacing: 0.02em;

}

#access ul ul {

	box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);

	display: none;

	float: left;

	position: absolute;

	top: 2em;

	left: 0;

	z-index: 99999;

}

#access ul ul ul {

	left: 100%;

	top: 0;

}

#access ul ul a {

	background: #dedede;

	line-height: 1em;

	padding: .5em .5em .5em 1em;

	width: 10em;

	height: auto;

}

#access li:hover > a,

#access ul ul :hover > a {

}

#access ul ul a:hover {

}

#access ul li:hover > ul {

	display: block;

}





/* =Content

-------------------------------------------------------------- */

a {

	color: #103344;

}

.blog #primary, .single #primary {

	width: 700px;

}

.entry-title, .entry-title a {

	color: #df715a;

	font-size: 26px;

	text-decoration: none;

	text-transform: uppercase;

}



.entry-meta {

	clear: both;

	display: block;

}

#content nav {

	display: block;

	overflow: hidden;

}

#primary p {

	margin: 0 0 25px 0;

}

#content h2, #content h2 a {

	color: #5aa7df;

	font-size: 22px;

	text-decoration: none;

}

#content blockquote {

	background: url("images/pull-quote.png") no-repeat;

	min-height: 32px;

	padding: 0 0 0 60px;

	color: #df715a;

}

#content blockquote p {

	color: #df715a;

}

#primary ul {

	list-style-image: url("images/bullet-point.png");

	list-style-position: inside;

	margin: 0 0 25px 0;

}



#content ul ul {

	padding: 0 0 0 20px;

}

#content li {

	line-height: 19px;

	font-size: 14px;

	font-family: 'Droid Sans', sans-serif;

	color: #103344;

	margin: 0 0 5px 0;

}

#content nav .nav-previous {

	float: left;

	width: 50%;

}

#content nav .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

#content #nav-above {

	display: none;

}

.entry-meta {

	margin: 0 0 10px 0;

}

.entry-meta, .entry-meta a {

	font-family: 'Schoolbell', cursive;

	color: #103344;

	text-decoration: none;

}

.read-more {

	font-family: 'Slackey', cursive;

	color: #df715a;

	text-transform: uppercase;

	text-decoration: none;

}

.post-date {

	background: url("images/blog-date.jpg") repeat-x;

	height: 27px;

	display: block;

	float: left;

	padding: 5px 15px 0;

	margin: 0 5px 0 0;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2); 

}

.author{

	background: url("images/blog-author.jpg") repeat-x;

	height: 27px;

	display: block;

	float: left;

	padding: 5px 15px 0;

	margin: 0 5px;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2); 

}

.blog-category {

	background: url("images/blog-category.png") repeat-x;

	height: 28px;

	display: block;

	float: left;

	padding: 5px 15px 0;

	margin: 0 5px;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);

	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2); 

	}

.paged #content #nav-above,

.single #content #nav-above {

	display: block;

}

#nav-below {

	margin: 1em 0 0;

}

.page-link {

	margin: 0 0 1em;

}



/* 404 page */

.error404 .widget {

	float: left;

	width: 33%;

}

.error404 .widget .widgettitle,

.error404 .widget ul {

	margin-right: 1em;

}

.error404 .widget_tag_cloud {

	clear: both;

	float: none;

	width: 100%;

}



/* Notices */

.post .notice,

.error404 #searchform {

	background: #eee;

	display: block;

	padding: 1em;

}



/* Image Attachments */

.image-attachment div.entry-meta {

	float: left;

}

.image-attachment nav {

	float: right;

	margin: 0 0 1em 0;

}

.image-attachment .entry-content {

	clear: both;

}

.image-attachment .entry-content .entry-attachment {

	background: #eee;

	margin: 0 0 1em;

	padding: 1em;

	text-align: center;

}

.image-attachment .entry-content .attachment {

	display: block;

	margin: 0 auto;

	text-align: center;

}



/* Aside Posts */

.format-aside .entry-header {

	display: none;

}

.single .format-aside .entry-header {

	display: block;

}

.format-aside .entry-content,

.format-aside .entry-summary {

	padding-top: 1em;

}

.single .format-aside .entry-content,

.single .format-aside .entry-summary {

	padding-top: 0;

}



/* Aside Posts */

.format-gallery .gallery-thumb {

	float: left;

	margin-right: 1em;

}



/* =Images

-------------------------------------------------------------- */



a img {

	border: none;

}

p img {

	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */

}

/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,

img.size-full,

img.size-large,

img.size-medium,

.attachment img,

.widget-area img {

	max-width: 100%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

img.alignleft {

	margin-right: 1em;

}

img.alignright {

	margin-left: 1em;

}

.wp-caption {

	padding: .5em;

	text-align: center;

}

.wp-caption img {

	margin: .25em;

}

.wp-caption .wp-caption-text {

	margin: .5em;

}

.gallery-caption {

	

}

.wp-smiley {

	margin: 0;

}



/* =Forms

-------------------------------------------------------------- */



#searchform label {

	display: none;

}





/* Class for labelling required form items */

.required {

	color: #cc0033;

}





/* =Comments

-------------------------------------------------------------- */



article.comment {

	display: block;

}

#respond input[type=text] {

	display: block;

	width: 60%;

}

#respond textarea {

	display: block;

	margin: 0 0 1em;

	width: 80%;

}

#respond .form-allowed-tags {

	clear: both;

	width: 80%;

}

#respond .form-allowed-tags code {

	display: block;

}





/* =Widgets

-------------------------------------------------------------- */

.single #main .widget-area, .blog #main .widget-area {

	width: 225px;

}



.widget {

	display: block;

}

.widget-bottom {

	background: url("images/categories-bottom.png") no-repeat 2px 0;

	height: 36px; 

	width: 225px; 

}



.page #secondary .widget {

	background: url("images/sidebar-BG-highrez.png") no-repeat 0 6px;

	padding: 0 15px 0 20px;

}

.page #secondary .widget p {
	margin:0;
}

.page .widget-bottom {

	background: url("images/widget-bottom.png") no-repeat;

	height: 34px; 

	width: 320px; 
	
	margin-bottom:20px;

}

.page .pr-widget-bottom {

height: 37px;

width: 330px;

background: url("images/about-us-widget-footer.jpg") no-repeat -7px 0;

}

.widget-area .widget_search {

	overflow: hidden;

}

.widget-area .widget_search input[type=text] {

	float: left;

	width: 140px;

	height: 21px;

	padding: 0 0 0 5px;

}

.widget-area .widget_search input[type=submit] {

	float: left;

	background: url("images/search-submit.png") no-repeat;

	padding: 2px 5px 0; 

	border: none;

	font-size: 18px;

	text-transform: uppercase;

	font-family: 'Schoolbell', cursive;

	color: #fff;

	margin: -1px 0 0 -2px;

}

.widget-title {

	background: url("images/widget-title-bg.jpg") repeat-x;

	font-family: 'Schoolbell', cursive;

	color: #fff;

	padding: 6px 20px 7px;

	font-size: 26px;

	margin: 0 0 10px 0px;

	float: left;

	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);

	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);

	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4); 

}

.widget-title-alt {
	background: url("images/widget-title-bg-alt.jpg") repeat-x !important;
}

.widget-title a {
	color:#fff;
	text-decoration:none;
}

.widget-curl {

	background: url("images/widget-title-curlv2.png");

	height: 6px;

	width: 8px;

	float: left;

	margin: 1px 0 0 -5px;

}

.widget ul {

	list-style-image: url("images/bullet-point.png");

	list-style-position: inside;

}

.widget li {

	padding: 5px 0;

}

.widget li a {

	text-decoration: none;

	color: #103344;

}

#secondary .widget {

	background:url("images/search-bg.png") no-repeat 0 6px;

	padding: 0 15px 0 20px;

}

#tertiary .widget {

	background: url("images/categories-bg.png") no-repeat 0 6px;

	padding: 0 15px 0 20px;

}

/* =Footer

-------------------------------------------------------------- */

#nsu-form-1 label {

font-family: 'Slackey', cursive;

color: #7D7AC5;

margin: 0 5px 0 0;	

}

#colophon {

	padding: 1em 20px; 0;

	margin: 60px 0 0;

	border-top: 1px solid #977552;

	position: relative;

}



#site-generator {

	color: #774c25;

	padding: 45px 0 0;

}

#site-generator ul {

	float: left; 

	position: relative;

	z-index:200;

}

#site-generator li {

	font-size: 17px;

	font-family: 'Schoolbell', cursive;

	display: inline;

}



#site-generator .menu li:after {

	content: " | ";

	margin: 0 5px 0 5px;

}



#site-generator p {

	font-size: 17px;

	font-family: 'Schoolbell', cursive;

		color: #774c25;



}



#site-generator p span {

	color: #af9063;

	font-size: 13px;

	font-family: 'Droid Sans', sans-serif;

}

#site-generator p span a, #site-generator li a{

	text-decoration: none;

	color: #af9063;

}

#site-generator li a {

	color: #774c25;

}



/* =Footer Widgets

============================ */

.nsu_widget {

	float: left;

	margin: 0 0 30px 110px; 

}



.nsu_widget input[type=text] {

	height: 30px;

	font-size: 16px;

	width: 175px;

	border-radius: 5px;

	-webkit-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.2);

	-moz-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.2);

	box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.2); 



}

.nsu_widget input[type=submit] {

	font-family: 'Schoolbell', cursive;

	color: #000;

	font-size: 18px;

	text-shadow: 0px 1px 1px #ffffff;

filter: dropshadow(color=#ffffff, offx=0, offy=1); 

	height: 32px;

	border: none;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);

	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);

	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4); 

	

	background: #ffda28; /* Old browsers */

	background: -moz-linear-gradient(top, #ffda28 0%, #ffce21 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffda28), color-stop(100%,#ffce21)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffda28 0%,#ffce21 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffda28 0%,#ffce21 100%); /* Opera11.10+ */

	background: -ms-linear-gradient(top, #ffda28 0%,#ffce21 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda28', endColorstr='#ffce21',GradientType=0 ); /* IE6-9 */

	background: linear-gradient(top, #ffda28 0%,#ffce21 100%); /* W3C */

}

.nsu_widget .widget-title {

	color: #df715a;

	font-size: 22px;

	font-family: 'Slackey', cursive;

	background: none;

	padding: 0;

	float: none;

	box-shadow: none;

	-webkit-box-shadow: none;

	-moz-box-shadow: none;

	margin: 0 0 0 0;

	

}

.nsu_widget p {

	float: left;

	margin: 0 5px 0; 

}



#footer-widgets .widget_text {

	float: left; 

	font-family: 'Schoolbell', cursive;

	font-size: 22px;

	padding: 20px 0 0;

	margin: 0 0px 0 20px;

}

#footer-widgets .widget_text span {

	text-transform: uppercase;

	font-family: 'Slackey', cursive;

	display: block;

	line-height: 8px;

}

#footer-widgets a {

	text-decoration: none;

}

#footer-widgets .facebook-text {

	color: #7d7ac5;

	font-size: 22px;

	min-height: 47px;

	background: url("images/fb-large.png") no-repeat;

	padding: 0 0 0 51px;

	display: block;

}

#footer-widgets .twitter-text {

	color: #df715a;

	font-size: 22px;

	min-height: 47px;

	background: url("images/twitter-large.png") no-repeat;

	display: block;

	padding: 0 0 0 51px;

}

#footer-widgets .facebook {

	display: block;

	height: 47px;

	width: 46px;

	float: left;

	margin: 0 5px 0 120px;

	width: 195px; 

}

#footer-widgets .twitter {

	display: block;

	width: 165px;

	height: 47px;

	float: left;

	margin: 0 5px 0 0;

}

#ansel {

	background: url("images/ansel.png") no-repeat;

	width: 138px;

	height: 152px; 

	display: block;

	position: absolute;	

	z-index: 5;

	left: -20px;

	top: -45px;

}



/* Home page styles 

============================ */



#ipad {

	background: url("images/ipad.png") no-repeat;

	height: 495px;

	width: 655px;

	position: absolute;

	z-index: 10;

	margin: -10px 0 0 -5px;


}

#content .featured-game li {



	margin: -10px 0 25px 0;

	padding: 53px 0 0 61px;

	

}

.game-img-container {

	height: 420px; 

	overflow: hidden;


}

.game-title {

	width: 220px; 

	float: left;

	margin: 0 10px 0 0;

}

.game-images {

	width: 620px;

	float: left;

margin: 0 0 30px 0;

}

.game-title h1 {

	background: url("images/glyph.png") no-repeat;

	padding: 2px 0 0 60px;

	min-height: 53px;

	font-size: 14.3px;

	color: #df715a;

}

.game-title h1 span {

	font-size: 24px;

	display: block;

}

#content .game-title h2 {

	color: #7d7ac5;

	font-size: 25px;

	line-height: 20px;

}

#content .game-title h2 span {

	font-family: 'Schoolbell', cursive;

	font-size: 17px;

}

#content .game-title h2 .dollar-cents {

	vertical-align: super;

	font-size: 14px;

	font-family: 'Slackey', cursive;

}

.feature-img {

	margin: 10px 0;

}



#buckets {

	background: url("images/tests/images/AnselClaire.Home2.3_03.jpg") no-repeat;

	height: 264px;

	width: 985px;

	margin: 60px 0 0 0;

	position: relative;

}

#company-bucket {

	background: url("images/tests/images/AnselClaire.Home2.3_03.jpg") no-repeat;

	height: 264px;

	width: 985px;

	margin: 20px 0 0 0;

	position: relative;

} 

.description-content

{

	padding: 20px;

}

#buckets h1 {

	font-family: 'Schoolbell', cursive;

	color: white;

	font-size: 26px;

	height: 56px;

	padding: 10px 0 0 20px;

	margin: -5px 0 0 0;

}



#buckets article {

	width: 290px; 

	float: left;

	margin: 0 0 0 20px;

	position: relative;

}

#game-thumbnails {
	
	float: right;
	
	margin: 0;
	
	width: 700px;
    
	overflow:visible;
	
	padding: 0;

}

#game-thumbnails li {

	list-style: none;
	display:inline;

}
.single-games #buckets .description {

	width:540px;

}

.single-games #buckets .description .desc-scroll {

	height:180px;

	overflow:auto;

}

.award-link {

	background: url("images/blog-category.jpg") repeat-x;

	position: absolute;

	right: 30px;

	top: 150px;

	width: 170px;

	height: 32px;

}

.award-link a {

	color:#fff;

	text-decoration:none;

	text-align:center;

	display:block;

	padding-top:2px;

	font-family: 'Schoolbell';

	font-size:20px;

}

.help-link {

	background: url("images/blog-author.jpg") repeat-x;

	position: absolute;

	right: 30px;

	top: 200px;

	width: 170px;

	height: 32px;


}

.help-link a {

	color:#fff;

	text-decoration:none;

	text-align:center;

	display:block;

	padding-top:2px;

	font-family: 'Schoolbell';

	font-size:20px;

}

#buckets h1 a {
	color:#fff;
	text-decoration:none;
}

#buckets p {
	margin-bottom:5px;
}

#buckets .video iframe {

	position: relative; 

	top: -30px; 

	z-index: 1;

}

#buckets .award-img {

	width: 290px;

}

#buckets .award-img img {

	margin: 0 auto;

	display: block;

}

#buckets .review h1 {

	background: url("images/review-bucket.png") no-repeat center;

	text-align: center;

	padding: 10px 0 0 0;

}

#buckets .review li a {

	display: block;

	font-family: 'Slackey', cursive;

	text-decoration: none;

	color: #DF715A;

}

#buckets .video h1, #buckets .press h1 {

	background: url("images/preview-bucket.png") no-repeat;

	position: relative;

	z-index: 22;

}

#buckets .description h1 {

	background: url("images/description-bucket.png") no-repeat;

}

#buckets .description h2 {
	margin-bottom:0;
}

.claire {

	background: url("images/claire.png") no-repeat;

	height: 88px;

	width: 113px;

	position: absolute;

	right: 30px;

	top: -30px;

	z-index: 20;

}

.video a {

	position: relative; 

	top: -40px;

	z-index: 5;

}

.video img {

    margin: 0;

    padding: 0;

    position: relative;

    width: 290px;

    z-index: 5;

}

.video .game-slider-thumbs {

	top: 0;

}

.playbutton {

	background: url("images/play-button-40x40.png") no-repeat center center;

	position: absolute;

	top: -130px;

	left: 100px;

	z-index: 20;

	display: block;

	width: 70px;

	height: 70px;

}

.game-list-title {

	float: left; 

	width: 150px; 

	height: auto;

	margin: 20px 10px 0 0;

}

.games div {

	margin: 00px 0 10px;

	padding: 0 0 10px;

}



.games img {

	margin: 0px auto 5px;

	display: block;

}

.awards {

	padding: 0 0 20px 0;

}



.awards li {

	width: 290px;

	text-align: center;

}

.awards li img {

	margin: 0 auto;

	border: 3px solid white;

	padding: 5px;

	background: #fff;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px; 

	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);

	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3);

	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .3); 

}

.media-review img{

	display: block;

	margin: 0 auto;

}

.home #content #home-entry {

	background: url("images/tests/images/AnselClaire.Home2.3_03.jpg") no-repeat;

	height: 264px;

	width: 985px;

	margin: 10px 0 0 0;

	position: relative;

	padding: 15px 5px 0 25px;

}

#home-entry p {

	width: 930px;

}

media-review p {

	padding: 0 10px;

}

/* Contact Page

====================== */



#contact-info {

	margin: 0;

	float: right;

	width: 300px;

	padding: 10px;
	
	background: rgb(250, 250, 250); /* IE Fallback */
	
	filter: alpha(opacity=70); /* IE Fallback */
	
	background: rgba(250, 250, 250, 0.7);
	
	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	border: 1px solid #000;

}



#contact-info ul {

	list-style: none;

}

#contact-info li span {

	display: block;

	font-size: 16px;

	font-family: 'Slackey', cursive;

	color: #DF715A;

	margin: 10px 0 0;

/*

	margin: 0 -10px 0;

	background: #000;

	color: #fff;

*/

}

.wpcf7 input[type=text], .wpcf7 textarea {

	width: 560px;

	padding: 5px;

	margin: 5px 0 0;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	border: none;

	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2); 

}

#contact-info .wpcf7 input[type=text], #contact-info .wpcf7 textarea {

	width: auto;

}

#contact-info .wpcf7 textarea {

	width: 284px;

	height: 100px;

}

#contact-info .wpcf7 p {

	margin-bottom: 10px;

}

.wpcf7 input[type=submit]{

	background: url("images/red-submit.png") repeat-x;

	padding: 2px 5px 0; 

	border: none;

	font-size: 18px;

	text-transform: uppercase;

	font-family: 'Schoolbell', cursive;

	color: #fff;

}

.wpcf7 input[type=submit]:hover {

	cursor: pointer;

}

.wpcf7 p {

	font-weight: bold;

}



/* Review Page

=============== */

.review {

	margin: 0 0 25px 0;

	overflow: auto;

}



.review-logo {

	float: left; 

	width: 160px;

	text-align: center;

	background: #fff;

	border: 1px solid #000;

	margin: 0 20px 0 0;

	padding: 5px 0;

	-webkit-border-radius: 5px;

-moz-border-radius: 5px;

border-radius: 5px; 

}

.review .entry-title {

	font-size: 16px;

	margin: 0 0 15px 0;

}

.page-template-archive-review-php header h1 {

	margin:0;

}

.page-template-archive-review-php #content header h2 {

	font-family: 'Slackey',cursive;

	font-size:22px;

	color:#DF715A;

}

.review .entry-content {

	margin: 0 0 0 180px;

}

#primary .review .entry-content p {

	margin: 0;

}

#review-sidebar {

	width:320px;

	float:right;

}

#review-sidebar h2 {

	font-size:24px;

	color:#DF715A;

}

#app-thumbnails li {

	list-style: none;

	margin: 20px;

	text-align:center;

}

.tax-title {

	border-bottom:1px dashed #5AA7DF;

}

.page-template-about-page-php #main .widget-area {

	width: 330px;

}

.page #secondary .widget_pr {

	background: url("images/about-us-widget-head.jpg") no-repeat -7px 0px;

	padding: 0;

}

.page #secondary .widget_pr .widget-title {

	margin: 0 0 7px 20px; 

}

#secondary .widget_pr ul{

	list-style-image: url("images/pdf-icon.png");

	clear: both;

	padding: 0 15px 0 30px;



}

.widget-body {

	background: url("images/about-us-widget-body.jpg") repeat-y -7px 0px;

}

#tertiary .widget_images ul {

	list-style: none;

}



#tertiary .widget_images .gallery-item {

	width: 40%;

	margin: 7px;

}



/* Jobs styles 

---------------------- */



.type-jobs {

	margin: 0 0 30px 0; 

}

.type-jobs .entry-title:hover {

	cursor: pointer;

}

.type-jobs p {

	display: none;

}



.file-input .rw-add-file {

	display: none !important;

}



/* Press styles 

---------------------- */

.pdf {

	background:url("images/pdf-icon.png") no-repeat top left;

	padding-left:24px;

}

.press {

	margin-bottom:25px;

}


.press h2 {

	font-family:'Droid Sans', sans-serif;

	text-transform:none;

}

.press div.entry {

	margin-bottom:15px;

}

/* Apps Page

=============== */

.games {

	margin: 0 0 25px 0;

	/*overflow: auto;*/

}



.games-icon {

	float: left; 

	width: 160px;

	text-align: center;

	margin: 0 20px 0 0;

}

.games .entry-title {

	font-size: 16px;

	margin: 0 0 15px 180px;

}

.games .entry-content {

	margin: 0 0 0 180px;

}

#primary .games .entry-content p {

	margin: 0;

}

#reviews h2, #reviews h2 a {

	color: #5aa7df;
	font-size: 22px;
	text-decoration: none;
	font-family:"Schoolbell",cursive;
	margin-bottom:0;
}
#reviews.widget li a {
    color: #DF715A;
}

#awards.widget .bx-window li {
	display: block;
	text-align: center;
	width:100%;
}

/* Fix Chrome/Safari Awards box gap */

#awards {
	height: 246px;
}

.games div.app-icons {
	width:100px;
	float:right;
	padding-left:20px;
}

#branding .bottomcontainerBox {
    float: right;
	width: 220px;
}

/* Collapsable Styles */

#primary .collapseh {
	margin: 1px;
	padding: 5px 0 5px 20px;
	cursor: pointer;
	position: relative;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
	font-weight: bold;
	background: none;
}
 
 
.selected {
	background: none !important;
}
 
.collapsediv {
	padding: 5px 10px;
	background-color:none;
	margin-bottom: 1px;
}

a:link    {
  text-decoration:  none;
  } 