/*Bluepark CSS*/

h1 { 
	border-bottom: 1px solid #C0C0C0; 
	padding-bottom: 2px; 
}

h2 {
	text-align: left;
}

p { 
	line-height: 16px;
}

.highlight { 
	background-color: #FFFF80; 
}

.child { 
	position: absolute; 
	visibility: hidden; 
	z-index: 40;
	border: 1px solid #003679; 
	margin-top: -1px; 
	padding: 0; 
	text-align: left; 
	/*border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px; 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);*/
	background-color: #EAF0F8;
}

.child a, .childheading { 
	display: block; 
	padding: 6px 10px 7px; 
	/*border-radius: 2px;*/ 
}

.child a:link, .child a:visited { 
	background-color: transparent; 
	color: #606060;
	text-decoration: none;
	font: 12px "open sans", arial, sans-serif;
	border-top: 1px dashed #E0E0E0;
}

.child a:first-child {
	border-top-style: none;
}

.child a:hover, .child a:active, .childheading {
	color: #009CDD;
	text-decoration: none;
	font: 12px "open sans", arial, sans-serif;
	background-color: #B5DFED;
}

div.header { 
	border-left: 0px; 
	border-right: 0px; 
}

/*#nav, .cb_title, .lb_title, .rb_title, .button, #menu ul { 
	border-radius: 4px; 
}

.button input { 
	border-radius: 2px; 
}

#menu li:first-child > *, #catalogue li:first-child > *, .menu li:first-child > * { 
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
}

#menu li:last-child > *, #catalogue li:last-child > *, .menu li:last-child > * { 
	border-bottom-left-radius: 4px; 
	border-bottom-right-radius: 4px; 
}

#nav, .cb_title, .lb_title, .rb_title, .button { 
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); 
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); 
}

table.footer {
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2); 
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2); 
}*/

#product_images, #product_details { vertical-align: top; }

/*Lightbox*/

#lightbox-image-details-caption, #lightbox-image-details-currentNumber {
	font-family: "open sans", arial, sans-serif;
}

/*UI*/

.ui-menu-item a, .ui-menu-item a.ui-state-hover, .ui-menu-item a.ui-state-active, .ui-datepicker-title, .ui-datepicker table, .ui-datepicker th, .ui-datepicker td a:link, .ui-datepicker td a:visited, .ui-datepicker td a:hover, .ui-datepicker td a:active, #ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-state-disabled .ui-state-default, .ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-buttonpane button, .ui-dialog td {
	font-family: "open sans", arial, sans-serif;
}

/*Header*/

#strapline {
	position: relative;
	float: left;
	top: 100px;
	left: 0px;
	width: 480px;
}

#strapline h2 {
	font-size: 21.5px;
	font-weight: normal;
	color: #ffffff;
	line-height: 100%;
	margin: 0px;
	font-style: normal;
	text-transform: uppercase;
}

#contact-polydron {
	position: relative;
	float: right;
	text-align: right;
	top: 25px;
}

#contact-polydron h2 {
	font-size: 30px;
	margin: 0px;
	line-height: 1em;
	color: #ffffff;
}

#contact-polydron p {
	font-size: 16px;
	margin: 10px 0 0;
	line-height: 1em;
	text-align: right;
}

#contact-polydron a:link, #contact a:visited {
	color: #ffffff;
	text-decoration: none;
}

#contact-polydron a:hover {
	color: #FFEE00;
	text-decoration: underline;
}

#contact-polydron a:active {
	color: #FFEE00;
	text-decoration: none;
}

/*Menus*/

.current {
	color: #07529A;
}

#catalogue {
	text-transform: uppercase;
	border-top: 1px dashed #E0E0E0;
}

.lb_title {
	vertical-align: top;
}

/*Content Wide*/

#poly-content-wide {
	padding: 10px 0px;
	text-align: center;
}

/*Search*/

.search-block {
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	padding-left: 20%;
	padding-right: 20%;
	background-color: #E9EFF7;
}

.search-block p {
	font-size: 18px;
	color: #004080;
}

#input-large {
	font-size: 18px;
}

/*Content*/

.cb_divider_top {
	height: 10px;
}

#poly-content, #cb_id_32, #cb_id_33, #cb_id_34 {
	padding: 5px 10px 10px;
	text-align: left;
}

#cat-content p, #cat-content a, #cat-content li, #poly-content p, #poly-content a, #poly-content-wide p, #poly-content-wide a, #poly-content blockquote, #cb_id_32 p, #cb_id_33 p, #cb_id_34 p, #poly-content li {
	font-size: 15px;
	line-height: 1.5em;
}

@media only screen and (max-width: 480px) {
	#cat-content p, #cat-content a, #cat-content li, #poly-content p, #poly-content a, #poly-content-wide p, #poly-content-wide a, #poly-content blockquote, #cb_id_32 p, #cb_id_33 p, #cb_id_34 p, #poly-content li {
		font-size: 12px;
		line-height: 1.5em;
	}
}

#cat-content a, #poly-content a, #poly-content-wide a {
	font-weight: bold;
}

#cat-content h1, #poly-content h1, #poly-content-wide h1, #cb_id_32 h1, #cb_id_33 h1, #cb_id_34 h1 {
	border-bottom: 0px;
	padding-bottom: 0px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.25em;
	margin-bottom: 0px;
}

#poly-content blockquote {
	border-left: 5px solid #009DE0;
	margin-left: 20px;
	font-style: italic;
	background-color: #EBF0F8;
	padding: 5px 10px 7px;
	margin-bottom: 1em;
	margin-right: 20px;
}

#poly-content blockquote a {
	font-style: italic;
}

#poly-content footer {
	text-align: right;
	color: #3E81C1;
	font-weight: bold;
	padding-bottom: 5px;
	margin-right: 20px;
}

#poly-content footer a {
	font-size: 12px;
}

#poly-content h2 a {
	font-size: 18px;
}

#yellow-box {
	padding: 10px 10px 5px;
	background-color: #fff99e;
	margin-bottom: 15px;
}

#poly-content ol li {
	margin-bottom: 1em;
	padding-right: 40px;
}

table#maths-table {
	border: 1px solid #BABABA;
	border-collapse: collapse;
	text-align: center;
	font-size: 15px;
}

table#maths-table th, table#maths-table td {
	border: 1px solid #BABABA;
	padding: 10px;
}

/*Category*/

#cat-content {
	padding: 5px 20px 5px 10px;
}

#cat-content ul {
	padding-right: 60px;
}

/*Blog*/

#news-categories_1_title {
	border-bottom: 0px;
	padding-bottom: 0px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.post_title {
	font-size: 18px !important;
}

figcaption {
	margin-top: 5px;
}

/*Images*/

img {
	max-width: 100%;
}

img.blog-align-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	/*width: 290px;
	height: 218px;*/
}

img.blog-natalie {
	float: none;
	margin-bottom: 0px;
	/*width: 400px;
	height: 268px;*/
}

img.one-fifty-align-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*width: 150px;
	height: 150px;*/
}

img.align-left {
	float: left;
	margin-bottom: 10px;
}

img.align-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

img.resources {
	float: none;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #6a6a6a;
}

/*Blocks*/

.poly-block {
	padding: 5px;
	border: 2px solid #009DE0;
}

.poly-block h2, .poly-block p {
	padding: 5px 8px;
	margin: 0;
}

.poly-block h2 {
	color: white;
	background: url(/templates/polydron/block-gradient-2.png) repeat-x #009DE0;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#cardlogos img {
	margin: 0px 5px 5px 0px;
}

.competition {
	background-color: #7F007C;
	padding: 8px 10px 12px;
}

.competition a {
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.competition a:hover {
	color: #EB732A;
}

.competition a:visited {
	color: white;
}

.comp-span {
	color: #FFEE3D;
}

/*Nav*/

#nav {
	text-transform: uppercase;
}

/*Footer*/

.footer {
	height: auto !important;
	background-repeat: repeat-x !important;
	overflow: auto;
}

.polydron-footer {
	float: left;
	width: 200px;
	padding-bottom: 25px;
}

.polydron-footer p {
	margin: 0;
}

.liquid {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.youtube-logo {
	float: right;
}

.youtube-logo img {
	float: right;
}

.youtube-logo p, .polydron-social p {
	text-align: right;
	margin-top: 0;
}

.polydron-social {
	float: right;
	width: auto;
	margin-top: 23px;
	clear: right;
}

.polydron-social img {
	float: right;
	margin-left: 15px;
}

.polydron-social-mobile {
	text-align: center;
	width: auto;
	margin-top: 20px;
}

.polydron-social-mobile img {
	margin: 0 10px;
}

/*Warnings*/

.warnings {
	margin-right: 25px;
}

.warnings h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px;
}

/*.warning-triangle h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}*/

.warnings p {
	font-size: x-small;
	margin: 0px 0px 5px;
}

/*.warning-triangle img {
	width: 40px;
	height: 40px;
	float: none;
	margin: 0;
}*/

.warnings img {
	width: 40px;
	height: 40px;
	float: none;
	margin: 0px 10px 5px 0px;
}

.uppercase {
	text-transform: uppercase;
}