/*
Theme Name: Culture Grid
Theme URI:
Description: cg template
Author: gooii
Author URI: http://www.gooii.com
Version: 1.0
Tags: gooii, cg, culture grid
*/

html, body {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #d2d2d2;
	background-image: url(images/main_gradient.png);
	background-repeat: repeat-x;
	}

.mainHolder {
	position: relative;
	margin: auto;
	width: 960px;
	}

.header {
	position: relative;
	}
	.header h1 {
		margin: 0;
		padding: 30px 0 0 20px;
		}
		.header h1 a {
			display: block;
			width: 276px;
			height: 65px;
			text-indent: -1000px;
			text-decoration: none;
			outline: none;
			background: url(images/logo.png);
			_background: url(images/logo.gif);
			}

.dot {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	}

form.search {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	width: 403px;
	height: 34px;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	}
	form.search input, form.search button {
		position: absolute;
		top: 5px;
		color: #666666;
		font-size: 1.2em;
		background-color: transparent;
		border: none;
		}
	form.search input.text {
		width: 278px;
		left: 8px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-repeat: no-repeat;
		background-position: 20px 50%;
		background-image: url(images/search_bg_logo.gif);
		}
	form.search input.text.noBg {		
		background-image: none;
	}
	form.search input.submit, form.search button.submit {
		width: 103px;
		left: 295px;
		color: #000000;
		outline: none;
		}

ul.mainMenu {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 1.3em;
	text-align: right;
	}
	ul.mainMenu li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
		}
		ul.mainMenu, ul.mainMenu li a {
			padding-top: 5px;
			padding-bottom: 5px;
			}
		ul.mainMenu li a {
			padding-right: 16px;
			padding-left: 16px;
			color: #ffffff;
			text-decoration: none;
			background-color: #000000;
			outline: none;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			}
		ul.mainMenu li a.blue {
			background-color: #00aaad;
			}
		ul.mainMenu li a.green {
			background-color: #8cc63d;
			}
		ul.mainMenu li a.pink {
			background-color: #ed008c;
			}
	ul.mainMenu li.selected a, ul.mainMenu li.current_page_item a, ul.mainMenu li.current_page_parent a {
		position: relative;
		top: -10px;
		padding-bottom: 15px;
		}

div.sideMenuContent {
	padding-left: 180px;
	}

div.sideMenu {
	position: absolute;
	left: -30px;
	top: 200px;
	padding: 0;
	width: 191px;
	background-position: 0 -200px;
	background-color: #c5d3d4;
	background-image: url(images/main_gradient.png);
	background-repeat: repeat-x;
/*	-webkit-border-top-right-radius: 20px; -moz-border-radius-topright: 20px; border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomright: 20px; border-bottom-right-radius: 20px;
	-webkit-box-shadow: inset 0 2px 4px #b2b2b2; -moz-box-shadow: inset 0 2px 4px #b2b2b2; box-shadow: inset 0 2px 4px #b2b2b2;
*/
	}
	div.sideMenu .top, div.sideMenu ul, div.sideMenu .bottom {
		overflow: hidden;
		background-image: url(images/side_menu.png);
		}
	div.sideMenu .top {
		height: 31px;
		}
	div.sideMenu .bottom {
		height: 34px;
		background-position: 0 -31px;
		}
	div.sideMenu ul {
		margin: 0;
		padding: 0 12px 0 3px;
		background-position: -191px 0;
		}
		div.sideMenu ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			div.sideMenu ul li a {
				display: block;
				padding: 10px;
				_height: 1%;
				color: #000000;
				text-decoration: none;
				background-color: #bfeaea;
				border-bottom: 1px solid #00aaad;
				}
			div.sideMenu ul li a:hover {
				background-color: #d0efef;
				}
			div.sideMenu ul li.selected a, div.sideMenu ul li.current_page_item a {
				background-color: #8fdadb;
				}

.footer {
	padding: 20px;
	font-size: 0.8em;
	color: #00aaad;
	}
	.footer div {
		float: right;
		}
		.footer div img {
			margin-left: 20px;
			margin-bottom: 20px;
			vertical-align: middle;
			}
	.footer ul {
		margin: 10px 0 0 0;
		padding: 0;
		text-align: left;
		font-size: 1.1em;
		}
		.footer ul li {
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			}
	.footer ul li, .footer ul li a {
		color: #666666;
		}

.contentHolder {
	padding: 30px;
	/*min-height: 400px;
	_height: 400px;*/
	background-color: #ffffff;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px #b2b2b2; -moz-box-shadow: 0 2px 4px #b2b2b2; box-shadow: 0 2px 4px #b2b2b2;
	}

/* IE =<7 ONLY */

.contentHolderTop, .contentHolderBottom {
	display: none;
	height: 10px;
	overflow: hidden;
	background-image: url(images/ie-content_bg.gif);
	*display: block;
	}
.contentHolderBottom {
	background-position: 0 -10px;
	}

/* IE =<7 ONLY */

h2 {
	margin: 0px;
	color: #8c8d8d;
	font-size: 2.3em;
	font-weight: normal;
	}
	h2 a {
		color: #8c8d8d;
		text-decoration: none;
		}

.subTitle {
	font-size: 1.3em;
	}

.date {
	padding: 4px 0 0 0;
	color: #8c8d8d;
	font-size: 0.8em;
	border-top: 1px solid #eaeaea;
	}

.navBar {
	height: 27px;
	overflow: hidden;
	font-size: 1.1em;
	font-weight: bold;
	*position: relative;
	*top: -10px;
	}
	.navBar a {
		position: relative;
		float: left;
		padding: 0 10px 0 20px;
		height: 27px;
		line-height: 1.6em;
		color: #000000;
		text-decoration: none;
		background-image: url(images/nav_bar.png);
		outline: none;
		}
		.navBar a span {
			position: absolute;
			top: 0px;
			left: 0px;
			display: block;
			width: 10px;
			height: 27px;
			background-image: url(images/nav_bar.png);
			background-position: -10px -27px;
			}
	.navBar a.first {
		padding-left: 15px;
		}
		.navBar a.first span {
			background-position: 0 -27px;
			}
	.navBar a.last {
		padding-right: 15px;
		background-position: 0 -54px;
		}
		.navBar a.last span {
			background-position: -20px -27px;
			}
		.navBar a.last span.end {
			left: auto;
			right: -1px;
			background-position: -30px -27px;
			}

h2.homeMiddleText {
	font-size: 3.2em;
	line-height: 1em;
	letter-spacing: -1px;
	color: #000000;
	text-align: right;
	}

.feature, a.develop, a.addcontent {
	display: block;
	width: 268px;
	height: 136px;
	overflow: hidden;
	color: #ffffff;
	text-align: left;
	text-indent: -1000px;
	background-image: url(images/quick_links_s.gif);
	}
	.feature {
		text-indent: 0;
		}
		.feature span {
			display: block;
			/* font-size: 1.4em; OLD */
			font-size: 1.8em;
			text-align: center;
			margin: 15px 10px 0 130px;
			}
			.feature span a {
				color: #ffffff;
				}
			.feature span a:hover {
				text-decoration: none;
				}
	a.develop {
		background-position: -268px;
		}
	a.addcontent {
		background-position: -536px;
		}

/* corners */

.ctl, .ctr {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(images/corners.gif);
	}
.ctr {
	left: auto;
	right: 0px;
	background-position: -10px 0;
	}

.searchInCarousel {
	position: absolute;
	top: 0;
	left: 0;
	}
	.searchInCarousel .text {
		position: absolute;
		top: 190px;
		left: 75px;
		width: 225px;
		font-size: 1.3em;
		background: transparent;
		*background: #ffffff;
		border: none;
		}
	.searchInCarousel .submit {
		position: absolute;
		top: 188px;
		left: 305px;
		width: 95px;
		height: 25px;
		overflow: hidden;
		cursor: pointer;
		color: #000000;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.8em;
		background:none;
		border: none;
		}

.moreLike {
	width: 248px;
	margin-left: 20px;
	background-image: url(http://www.culturegrid.org.uk/wp-content/themes/culturegrid/images/more_like.gif);
	background-position: -248px 0;
	}
	.moreLike .top, .moreLike .bottom {
		color: #8c8d8d;
		text-align: center;
		font-size: 1.4em;
		line-height: 6.5em;
		background-image: url(http://www.culturegrid.org.uk/wp-content/themes/culturegrid/images/more_like.gif);
		height: 86px;
		overflow: hidden;
		}
	.moreLike .bottom {
		background-position: 0 -86px;
		height: 79px;
		}
	.moreLike .middle {
		clear: left;
		padding: 10px 30px 10px 30px;
		}
		.moreLike .middle ul, .moreLike .middle ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		.middle ul li p {
			margin-top: 0;
			}
		.middle ul li img {
			margin-right: 10px;
			}

.grey {
	color: #8c8d8d;
	}

.contentHolder a.btn {
	display: block;
	position: relative;
	width: 290px;
	height: 34px;
	overflow: hidden;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	outline: none;
	border: 1px solid #bdbcbd;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #efefef, #ffffff);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#efefef));
	/* IE */
	*border: none;
	*background-image: url(images/btn_bg.gif);
	}
	.contentHolder a.btn:hover {
		color: #666666;
		background-image: -moz-linear-gradient(100% 100% 90deg, #ffffff, #efefef);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ffffff));
		/* IE */
		*background-position: 0 -34px;
		}
.contentHolder a.btnSubmit {
	width: 110px;
	font-weight: bold;
	*background-position: -290px 0;
	}
	.contentHolder a.btnSubmit:hover {
		*background-position: -290px -34px;
		}

.searchNavHolder {
	position: relative;
	margin-bottom: 15px;
	padding: 8px 10px 0 10px;
	height: 32px;
	overflow: hidden;
	font-size: 0.9em;
	background-color: #ededed;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	.searchNavHolder div a {
		float: left;
		margin-right: 6px;
		padding: 4px 6px 4px 6px;
		background-color: #ffffff;
		color: #636363;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		}
	.searchNavHolder div a.selected {
		color: #ffffff;
		background-color: #00aaad;
		}
	.searchNavHolder div a.refine {
		margin-top: 4px;
		margin-right: 40px;
		padding: 8px 12px 24px 26px;
		background-image: url(images/arrow_down.gif);
		background-repeat: no-repeat;
		background-position: 10px 14px;
		}
	.searchNavHolder div span {
		line-height: 1.8em;
		}
	.searchNavHolder ul {
		position: absolute;
		top: 8px;
		right: 8px;
		margin: 0;
		padding: 0;
		width: 200px;
		height: 25px;
		overflow: hidden;
		background-image: url(images/list_view_bg.gif);
		background-repeat: no-repeat;
		}
		.searchNavHolder ul li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			}
			.searchNavHolder ul li a {
				float: left;
				padding: 4px 10px 4px 30px;
				color: #636363;
				text-decoration: none;
				}
			.searchNavHolder ul li.b a {
				color: #00aaad;
				}
	.searchNavHolder ul.b {
		background-position: 0 -25px;
		}
		.searchNavHolder ul.b li.a a {
			color: #00aaad;
			}
		.searchNavHolder ul.b li.b a {
			color: #636363;
			}

.searchInfo {
	font-size: 0.9em;
	color: #636363;
	}
	.searchInfo strong {
		color: #1e1e1e;
		}
	.searchInfo a {
		font-size: 0.9em;
		}

.clr {
	clear: both;
	overflow: hidden;
	height: 0px;
	}

.sResultCol {
	float: left;
	width: 155px;
	font-size: 0.8em;
	border-right: 1px solid #ededed;
	}
	.sResultCol strong {
		color: #00aaad;
		}
	.sResultCol ul {
		margin: 0 0 14px 0;
		padding: 0;
		color: #636363;
		}
		.sResultCol ul li {
			margin: 0;
			padding: 4px 0 0 12px;
			list-style: none;
			}

div.resultList {
	margin-left: 170px;
	padding-left: 10px;
	height: 100%;
	overflow: hidden;
	}
	div.resultList .item {
		clear: left;
		position: relative;
		margin-bottom: 10px;
		}
		div.resultList .item .img {
			position: relative;
			float: left;
			margin: 0 0 10px 0;
			width: 120px;
			overflow: hidden;
			}
		div.resultList .item .txt {
			padding-left: 130px;
			}
		div.resultList .item .txt .title {
			font-size: 1.3em;
			}
			div.resultList .item .txt .description {
				margin-top: 10px;
				color: #636363;
				font-size: 0.9em;
				}
				div.resultList .item .txt .description strong {
					color: #000000;
					}
			div.resultList .item .txt .source {
				margin-top: 10px;
				color: #aaaaaa;
				font-size: 0.8em;
				}
				div.resultList .item .txt .source a {
					color: #00aaad;
					}
div.resultTable {
	overflow: visible;
	}
	div.resultTable .item {
		clear: none;
		float: left;
		width: 160px;
		height: 200px;
		margin-right: 28px;
		overflow: hidden;
		}
		div.resultTable .item .img {
			float: none;
			height: 120px;
			overflow: hidden;
			}
			div.resultTable .item .img img {
				position: absolute;
				left: 0;
				bottom: 0;
				}
		div.resultTable .item .txt {
			padding-left: 0;
			}
			div.resultTable .item .txt .title {
				font-size: 0.8em;
				color: #8e8e8e;
				}
			div.resultTable .item .txt .description {
				display: none;
				}
			div.resultTable .item .txt .source {
				font-size: 0.7em;
				}

.paginate {
	position: relative;
	margin: 8px 0 8px 0;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	}
	.paginate li {
		display: inline;
		margin: 0 4px 0 0;
		padding: 4px 8px 4px 8px;
		list-style: none;
		color: #000000;
		text-align: center;
		text-decoration: none;
		background-color: #ffffff;
		border: 1px solid #bdbcbd;
		zoom: 1;
		background-image: url(images/paginate.gif);
		background-position: left bottom;
		}
	.paginate .previous, .paginate .next {
		padding: 5px 30px 5px 30px;
		*padding: 5px 0 5px 0;
		*width: 85px;
		color: #002e74;
		border: none;
		}
	.paginate .previous {
		background-position: right 0;
		}
	.paginate .next {
		background-position: left 0;
		}
	.paginate .dots {
		background: none;
		border: none;
		}
	.paginate li.off {
		opacity: 0.5;
		color: #999999;
		filter: alpha(opacity = 50);
		}
	.paginate li.selected {
		border-color: #00aaad;
		background-position: -100px bottom;
		}

.advSearch {
	padding: 10px 0 10px 0;
	height: 100%;
	border-top: 1px dotted #c2c2c2;
	border-bottom: 1px dotted #c2c2c2;
	}
	.advSearch form {
		margin: 0;
		}
	.advSearch label, .label {
		margin: 0 20px 0 0;
		padding-top: 18px;
		float: left;
		color: #636363;
		}
		.advSearch input {
			margin-top: 0px;
			*margin-top: -2px;
			vertical-align: top;
			}
		.advSearch label select, .label select {
			margin-top: -4px;
			margin-left: 8px;
			padding: 2px;
			border: 1px solid #abadb3;
			border-right-color: #dbdfe6;
			border-bottom-color: #e3e9ef;
			border-left-color: #e2e3ea;
			}
		.advSearch label.colletion span {
			color: blue;
			text-decoration: underline;
			}
		.advSearch .colletionListHolder {
			display: block;
			}
			.advSearch .collectionListHolder ul {
				float: left;
				width: 230px;
				margin: 14px 6px 0 0;
				padding: 0;
				border-top: 1px solid #dcdcdc;
				}
				.advSearch .collectionListHolder ul li {
					position: relative;
					margin: 0;
					padding: 0;
					list-style: none;
					height: 100%;
					}
					.advSearch .collectionListHolder ul li label {
						float: none;
						display: block;
						margin: 0;
						padding: 6px 6px 6px 26px;
						height: 100%;
						color: #868686;
						background-color: #ffffff;
						border: 1px solid #dcdcdc;
						border-top: none;
						}
					.advSearch .collectionListHolder ul li.selected label {
						color: #636363;
						background-color: #ededed;
						border-color: #bbbbbb;
						}
					.advSearch .collectionListHolder ul li label input {
						position: absolute;
						top: 6px;
						left: 4px;
						}
		.advSearch .nav {
			text-align: right;
			padding: 20px 12px 10px 0;
			}
			.advSearch .nav a {
				margin-left: 20px;
				}
			.advSearch .nav .btn {
				display: inline;
				}

ul.icox32 {
	margin: 0;
	padding: 0;
	float: left;
	}
	ul.icox32 li {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		}
		ul.icox32 li label {
			position: relative;
			margin-right: 20px;
			padding-top: 38px;
			background-image: url(images/icons_x32_sprite.png);
			_background-image: url(images/icons_x32_sprite.gif);
			background-position: 50% 0;
			background-repeat: no-repeat;
			}
			ul.icox32 li .Image {
				background-position: 50% -64px;
				}
				ul.icox32 li.checked .Image {
					background-position: 50% 0;
					}
			ul.icox32 li .Sound {
				background-position: 50% -320px;
				}
				ul.icox32 li.checked .Sound {
					background-position: 50% -256px;
					}
			ul.icox32 li .MovingImage {
				background-position: 50% -192px;
				}
				ul.icox32 li.checked .MovingImage {
					background-position: 50% -128px;
					}

/* 22/06/10 */

.colorHolder {
	margin: 20px 20px 0 20px;
	position: relative;
	height: 100%;
	background-color: #ffffff;
	}
	.colorHolder .numberHolder {
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		float: left;
		padding: 5px;
		font-weight: bold;
		font-size: 3.8em;
		color: #ffffff;
		background-color: #ffffff;
		}
		.colorHolder .numberHolder .number {
			float: left;
			padding: 0 20px 0 20px;
			background-color: #eaeaea;
			}
	.colorHolder .content {
		margin: 20px 0 0 60px;
		padding: 10px 10px 10px 40px;
		height: 100%;
		overflow: hidden;
		background-color: #eaeaea;
		}
		.colorHolder .content h2, .colorHolder .content h3 {
			margin: 0;
			font-size: 1.6em;
			}
	.colorHolderPink .numberHolder .number { background-color: #ec008c;	}
	.colorHolderPink .content { background-color: #fddef0; }
	.colorHolderPink .content h3 { color: #ec008c; }
	.colorHolderBlue .numberHolder .number { background-color: #00aaad; }
	.colorHolderBlue .content { background-color: #def4f4; }
	.colorHolderBlue .content h3 { color: #00aaad; }
	.colorHolderGreen .numberHolder .number { background-color: #8cc63d; }
	.colorHolderGreen .content { background-color: #e9f4da; }
	.colorHolderGreen .content h3 { color: #8cc63d; }
	.colorHolderGreen .content .code { margin-right: 30px; padding: 1em; text-align: center; color: #666666; white-space: nowrap; background-color: #ffffff; border: 1px solid #cccccc; }

ul.treeview {
	font-size: 0.9em;
	}
	ul.treeview li {
		padding: 0px 0 2px 16px;
		}
		ul.treeview li .hitarea {
			margin-top: 3px;
			}
		ul.treeview li ul {
			margin: 0 0 0 2px;
			background-color: transparent;
			}

.search_box_test_area {
	margin: 30px 30px 0 0;
	border-top: 1px solid #76d1d3;
	height: 100%;
	}
	.search_box_test_area .label {
		font-size: 1.2em;
		color: #00aaad;
		}
	.search_box_test_area #code_snippet_preview {
		margin-top: 20px;
		}
		.search_box_test_area #code_snippet_preview form {
			margin: 0;
			}
		.search_box_test_area #code_snippet_preview form input {
			padding: 0.2em;
			}
		.search_box_test_area #code_snippet_preview iframe {
			background-color: #ffffff;
			}
	.search_box_test_area p {
		color: #00aaad;
		}