/*
Theme Name: SciBlogs :: Main Theme
Theme URI: http://www.sciblogs.co.nz/
Description: The default SciBlogs template theme.
Version: 0.1
Author: Marker Limited
Author URI: http://www.markerstudio.com/
Tags: SciBlogs, Science Media Centre
*/
/* ----------
				Reset
---------- */
html, body, h1, h2, h3, h4, h5, h6, form, fieldset, .nav, .nav ul, .nav ol, blockquote, p {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 125%;
	}

body {
	font-size: 50%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.nav, .nav ol, .nav ul {
	list-style-type: none;
	overflow: hidden;
	}

fieldset {
	border: 0;
	}

a {
	color: #0d7fbb;
	outline: none;
	text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		}

	a img {
		border: 0;
		}

cite {
	font-style: normal;
	}

h1, h2, h3 {
	padding-bottom: 10px;
}


/* ----------
				Main Structure
---------- */

body {
	background: #5e7e94;
	}

#headerContainer, #navigationContainer, #contentContainer, #footerContainer {
	overflow: hidden;
	position: relative;
	}

#header, #navigation, #content, #footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

	#header {
		/* See Header */
		}

	#navigation {
		/* See Navigation */
		}

	#content {
		/* See Content */
		}

	#footer {
		/* See Footer */
		}


/* ----------
				Header
---------- */
#headerContainer {
	height: 116px;
	background: url(images/assets/bg-header-repeat.png) top left repeat-x;
	}

#header {
	height: 116px;
	background: url(images/content/bg-header.jpg) bottom right no-repeat;
	}

	#header h1 {
		padding-top: 13px;
		}

	#header h1 a {
		display: block;
		height: 86px;
		background: url(images/assets/logo.png) no-repeat;
		}

#globalNavigation {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	background: url(images/assets/bg-nav-global-fixed.png) top right no-repeat;
	}

	#globalNavigation li {
		float: right;
		padding: 0 15px 0 0;
		}

	#globalNavigation a {
		color: #fff;

		text-shadow: 1px 1px 0px #333;
		filter: Shadow(Color=#333333, Direction=135, Strength=1);
		}

		#globalNavigation a.rss-link {
			background: url(images/assets/icons.png) 0 -122px no-repeat;
			color: #ff945a;
			padding: 0 0 0 17px;
			margin-right: 5px;
			}


/* ----------
				Navigation
---------- */
#navigationContainer {
	height: 34px;
	background: url(images/assets/bg-nav.png) top left repeat-x;
	}

#navigation {
	font-size: 14px;
	line-height: 34px;
	padding: 0 0 0 4px;
	background:url("images/assets/bg-nav-item.gif") no-repeat 99% 0;
	}

	#navigation li {
		float: left;
		overflow: hidden;
		}

	#navigation a {
		float: left;
		color: #fff;

		text-shadow: 1px 1px 0px #333;
		filter: Shadow(Color=#333333, Direction=135, Strength=1);

		padding: 0 21px;
		background: url(images/assets/bg-nav-item.gif) top left no-repeat;
		}


/* ----------
				Blog Header
---------- */
#blogHeader {
	width: 720px;
	height: 126px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	background: #ccc url(images/content/bg-blog-generic.jpg) no-repeat;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}

	#blogHeader h1 a {
		width: 100%;
		height: 98px;
		display: block;
		}

	#blogHeader ul {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 690px;
		height: 28px;
		font-size: 14px;
		line-height: 28px;
		padding: 0 15px;
		background: url(images/assets/bg-blog-nav.png) no-repeat;
		}

		#blogHeader li {
			float: left;
			padding-right: 30px;
			}

			#blogHeader li.rss-link {
				float: right;
				padding: 0;
				}

		#blogHeader a {
			color: #fff;
			text-shadow: 1px 1px #000;
			}

			#blogHeader .rss-link a {
				color: #fd9b64;
				}


/* ----------
				Content
---------- */
#contentContainer {
	background: #fdfefe url(images/assets/bg-body.png) top left repeat-x;
	}

#content {
	padding-top: 17px;
	font-size: 12px;
	line-height: 17px;
	color: #39596a;
	}

/* --
		Columns
-- */
.column-container {
	overflow: hidden;
	padding-bottom: 20px;
	}

.column {
	float: left;
	}

	#centerColumn {
		width: 483px;
		min-height: 378px;
		margin: 0 16px 0 241px;
		background: #fff url(images/assets/bg-content-home.png) top no-repeat;
		}

		#uniColumn #centerColumn {
			width: 720px;
			margin: 0 auto;
			float: none;
			}

	#rightColumn {
		width: 220px;
		}

	#triColumn #leftColumn {
		width: 226px;
		margin-left: -960px;
		}

	#duoColumn #leftColumn {
		width: 720px;
		margin-right: 20px;
		}

/* --
		Page Content
-- */
.section-title {
	font-weight: normal;
	font-size: 28px;
	line-height: 1em;
	margin: 0 0 15px;
	padding: 0 0 4px 2px;
	border-bottom: 1px solid #cbd7df;
	}

	.section-title small {
		color: #999;
		font-size: 14px;
		text-transform: uppercase;
		}

#pageContent {
	min-height: 333px;
	padding: 15px 23px 30px 15px;
	background: #fff url(images/assets/bg-content.png) top no-repeat;
	}

.site-page {
	padding: 15px 20px;
	}

.post {
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
	}

.post-content {
	position: relative;
	overflow: hidden;
	}

.post-title {
	color: #5f7784;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	}

	.post-title span.author {
		font-size: 18px;
		color: #80050d;
		white-space: nowrap;
		}

	.post-title small {
		font-size: 15px;
		white-space: nowrap;
		}

	.post-title a {
		color: #0d7fbb;
		}

.comments-link {
	background: url(images/assets/icons.png) 0 -212px no-repeat;
	line-height: 23px;
	padding: 0 5px 0 21px;
	}

.entry {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	}

	.entry h2 {
		font-size: 20px;
		line-height: 24px;
		padding: 0 0 5px;
		font-weight: normal;
		}

		.entry h2 strong {
			font-weight: normal;
			}

	.entry p {
		padding: 0 0 15px;
		}

	.entry img.alignleft, .entry .alignleft img,
	.entry img.aligncenter, .entry .aligncenter img,
	.entry img.alignright, .entry .alignright img,
	.entry img.alignnone, .entry .alignnone img
	{
		border: 4px solid #e3eaee;
		padding: 0 !important;
	}

	.entry img.alignleft, .entry .alignleft img {
		margin: 0 15px 15px 0;
	}

/*	.entry img.aligncenter, .entry .aligncenter img {
		margin: 0 15px 15px 15px;
	}*/

	.entry img.alignright, .entry .alignright img {
		margin: 0 0 15px 15px;
	}

	.entry img.alignnone, .entry .alignnone img {
		margin: 15px 0;
	}

	.entry ul, .entry ol {
		margin: 0 0 0 30px;
		padding: 0 40px 15px 20px;
		}

		.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
			padding: 5px 10px;
			}

	.entry blockquote {
		background: #f0f0f0;
		padding: 5px 10px;
		margin: 0 30px 15px;
		font-family: Georgia, Times, "Times New Roman", serif;
		}

		.entry blockquote p {
			padding: 5px 0;
			}

		.entry blockquote em {
			font-style: normal;
			}

.wp-caption {
	padding-bottom: 18px;
	}

	p.wp-caption-text {
		text-align: center;
		padding: 4px 10px !important;
		font-size: 12px;
		line-height: 16px;
		color: #666;
		}

.read-more {
	float: left;
	font-size: 10px;
	line-height: 21px;
	height: 21px;
	text-transform: uppercase;
	padding: 0 9px 0 21px;
	color: #fff;
	background: #97343a url(images/assets/arrow.png) 5px 6px no-repeat;
	}

	.read-more:hover {
		text-decoration: none;
		background-color: #0d7fbb;
		}

.archive-grouping {
	float: left;
	width: 341px;
	}


/* --
		Column Content
-- */
#twitterLink, #smcBlog, #flickrLink, #sciblogsEvents a, #blogCurated {
	background: url(images/assets/headings.png?12) 0 0 no-repeat;
	height: 36px;
	width: 100%;
	display: block;
	}

	#twitterLink {
		background-position: 0 -2px;
		height: 40px;
	}

	#smcBlog {
		background-position: 0 -56px;
		height: 47px;
		}

	#blogCurated {
		background-position: 0 -570px;
		height: 47px;
	}

	#flickrLink {
		background-position: 0 -636px;
		}

	#sciblogsEvents a {
		background-position: 0 -683px;
		}

.underline-list li, #twitter_update_list li {
	border-bottom: 1px solid #e3ebef;
	padding: 0 0 8px;
	margin-bottom: 6px !important;
	font-size: 14px;
	overflow: hidden;
	}

	.underline-list li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: 0;
		}

	.underline-list a {
		color: #36444d;
		}

#twitter_update_list li {
	font-size: 13px;
	margin-bottom: 20px;
	border: 0;
	}

#twitter_update_list span, #twitter_update_list span a {
	display: block;
	font-weight: bold;
	color: #01334d;
	text-shadow: 1px 1px 0px #fff;
	}

	#twitter_update_list li a {
		display: none;
	}

	#twitter_update_list span a {
		color: #9b3738;
		display: block;
		font-weight: bold;
		}

/* --
		Sidebar
-- */
#sidebar li.sidebar-item, ul.sidebar-item {
	overflow: hidden;
	background: url(images/assets/bg-sidebar.png) center bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 20px;
	}

ul#twitter_update_list {
	background: url(images/assets/bg-sidebar-blue.png) center bottom no-repeat !important;
}

	ul.sidebar-item {
		padding-top: 10px;
		width: 220px;
		}

		#sidebar li.sidebar-item ul, #sidebar li.sidebar-item form, ul.sidebar-item li, #sidebar li.sidebar-item p {
			width: 186px;
			margin: 0 auto;
			display: block;
			}

			#sidebar li.sidebar-item p {
				padding: 5px 0;
				}

#sidebar li#sidebarSearch {
	height: 126px;
	overflow: hidden;
	padding: 0;
	}

#sidebar li#itemSubscribe {
	background: url(images/assets/headings.png) 0 -231px no-repeat;
	height: 50px;
	position: relative;
	padding: 0;
	}

	#sidebar li#itemSubscribe h3 {
		display: none;
		}

	#sidebar li#itemSubscribe a {
		position: absolute;
		width: 37px;
		height: 36px;
		top: 7px;
		}

		.via-email {
			right: 49px;
			}

		.via-rss {
			right: 9px;
			}

#sidebar li#tagList {}

	#sidebar li#tagList li {
		float: left;
		padding: 2px 0;
		}

	#sidebar li#tagList a {
		color: #fff;
		float: left;
		font-size: 11px;
		line-height: 1em;
		padding: 4px 5px;
		margin: 0 4px 0 0;
		background: #36444d;
		white-space: nowrap;

		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		}

		#sidebar li#tagList a:hover {
			background: #80050d;
			text-decoration: none;
			}

#sidebar h3,
#sidebar h3 a {
	background-image: url(images/assets/headings.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	margin-bottom: 10px;
	}

	h3.title-search-sciblogs {
		background-position: 0 -123px;
		}

	h3.title-search {
		background-position: 0 -177px;
		}

	h3.title-bloggers {
		background-position: 0 -301px;
		}

	h3.title-tags {
		background-position: 0 -355px;
		}

	h3.title-archive {
		background-position: 0 -409px;
		}

	h3.title-blogroll {
		background-position: 0 -463px;
		}

	h3.title-disclaimer {
		background-position: 0 -517px;
		}

	h3.title-science-blogs a, h3.title-science-blogs {
		height: 44px !important;
		margin-bottom: 0 !important;
		background-position: 0 -573px;
		display: block;
		}

/* ----------
				Archive List
---------- */
#archiveList ul {
	clear: both;
	padding-top: 5px;
	margin-bottom: -8px;
	}

	#archiveList ul ul {
		}

#archiveList li {
	}

	#archiveList li li {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 4px;
		padding: 0 0 4px;
		}

	#archiveList li li li {
		padding: 0 4px 4px;
		}


/* ----------
				Social Bookmarks
---------- */
.social-bookmarks {
	position: absolute;
	top: 4px;
	right: 0;
	}


/* ----------
				The Tags
---------- */
.the-tags {
	position: relative;
	border-top: 1px solid #e2eaee;
	border-bottom: 1px solid #e2eaee;
	overflow: hidden;
	padding: 5px 2px 5px 87px;
	margin: 0 0 5px;
	}

	.the-tags li {
		float: left;
		overflow: hidden;
		padding: 5px 0 5px 12px;
		margin: 0 11px 0 0;
		height: 17px;
		font-size: 15px;
		line-height: 17px;
		color: #39596a;
		background: url(images/assets/tag-lg.png) center left no-repeat;
		}

		.the-tags li.tag-title {
			background: none;
			padding: 5px 0;
			margin: 0;
			width: 85px;
			position: absolute;
			top: 5px;
			left: 0;
			}

	.the-tags a {
		float: left;
		font-size: 11px;
		color: #6c7c86;
		padding: 0 6px 0 0;
		text-transform: lowercase;
		white-space: nowrap;
		background: url(images/assets/tag-lg.png) center right no-repeat;
		}

		.the-tags a:hover {
			text-decoration: none;
			color: #333;
			}


/* ----------
				Syndication information
---------- */
.syndication {
	padding: 5px 2px;
	border-top: 1px solid #deaeb1;
	border-bottom: 1px solid #deaeb1;
	margin: 10px 0 5px;
	font-size: 15px;
	line-height: 27px;
	color: #545454;
	text-align: center;
	}

	.syndication a {
		color: #80050d;
		}


/* ----------
				Footer
---------- */
#footerContainer {
	height: 350px;
	color: #fff;
	background: url(images/assets/bg-footer.png) top left repeat-x;
	}

	#footerContainer a {
		color: #fff;
		}

#footer {}

#footerContent {
	overflow: hidden;
	padding: 16px 0 45px;
	}

.footer-item {
	float: left;
	font-size: 13px;
	line-height: 18px;
	}

	#communityLinks {
		width: 226px;
		padding-top: 38px;
		background: url(images/assets/logo-sm.png) no-repeat;
		}

		#communityLinks li {
			padding-bottom: 5px;
			}

		.feed-type {
			display: block;
			background-image: url(images/assets/icons.png);
			background-repeat: no-repeat;
			padding-left: 22px;
			margin-top: 4px;
			}

			.type-rss {
				background-position: 0 -20px;
				}

			.type-email {
				background-position: 0 -55px;
				}

			.type-twitter {
				background-position: 0 -89px;
				}

	#aboutUs {
		width: 483px;
		margin: 0 20px 0 15px;
		}

		#aboutUs h3 {
			width: 140px;
			height: 43px;
			background: url(images/assets/title-about.png) 0 20px no-repeat;
			}

		#aboutUs p {
			padding-bottom: 10px;
			}

	#footerCategories {
		width: 200px;
		padding-top: 43px;
		font-size: 12px;
		background: url(images/assets/title-categories.png) 0 20px no-repeat;
		}

		#footerCategories li {
			background: #446171;
			padding: 2px 5px;
			margin-bottom: 1px;
			}

.footer-links {
	border-top: 1px solid #87a5b5;
	padding: 11px 2px 11px 0;
	font-size: 12px;
	line-height: 22px;
	}

	.footer-links li {
		float: right;
		padding-left: 22px;
		}

		.footer-links li.first {
			float: left;
			padding-left: 2px;
			}

	.marker-link {
		display: block;
		width: 130px;
		height: 22px;
		text-indent: -999em;
		overflow: hidden;
		background: url(images/assets/site-by.png) 0 3px no-repeat;
		}


/* ----------
				Miscellaneous
---------- */
h1 a, #flickrLink,#sciblogsEvents,#twitterLink, #smcBlog, #blogCurated, #sidebar h3, #sidebar li#itemSubscribe a, #aboutUs h3 {
	text-indent: -999em;
	overflow: hidden;
	}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
	margin-right: 20px;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
	}

.float-right {
	float: right;
	}

/* --
		Forms
-- */
fieldset {
	overflow: hidden;
	}

fieldset br {
	clear: both;
	display: block;
	width: 90%;
	height: 0;
	overflow: hidden;
	}

input, select, textarea {
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #36444d;
	color: #39596a;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	textarea {
		padding: 10px;
		width: 420px;
		height: 150px;
		}

	#centerColumn textarea {
		width: 220px;
	}

	#dekoboko_form label  {
		float: none !important;
		text-align: left !important;
		display: block !important;
		width: auto !important;
	}

	#dekoboko_form fieldset ol {
		padding: 0 !important;
		margin: 0 !important;
	}

	input#dekoboko_submit {
		margin: 20px 0 30px 0 !important;
	}
label {
	font-size: 18px;
	line-height: 23px;
	}

	.logged-in-as {
		display: block;
		padding-bottom: 6px;
		}

	.search-form label {
		display: none;
		}

.comment-form input {
	float: left;
	margin-right: 10px;
	padding: 3px 4px;
	width: 310px;
	}

	.search-form input, .wpcf7-form input {
		padding: 3px 4px;
		}

.required {
	color: #a2a6a9;
	font-size: 12px;
	}

.note {
	float: left;
	padding-left: 5px;
	line-height: 26px;
	}

input.button {
	border: 0;
	padding: 0;
	text-indent: 99em;
	padding-left: 99em !ie;
	overflow: hidden;
	background-image: url(images/assets/buttons.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
	clear: both;
	}

	input.button-search {
		display: block;
		background-position: -203px -1px;
		width: 81px;
		height: 24px;
		}

	input.button-comment {
		float: left;
		background-position: 0 0;
		width: 203px;
		height: 26px;
		}

.input-border {
	background: #eee;
	padding: 4px;
	margin-bottom: 8px;
	overflow: hidden;
	float: left;
	}

	.input-border input {
		float: none !important;
		margin: 0 !important;
		}

/* --
		Contact Form Plugin - Contact Form 7
-- */
form.wpcf7-form p {
	padding-bottom: 5px;
	}

	.wpcf7-form input {
		margin-top: 3px;
		}

	.wpcf7-form textarea {
		width: 600px;
		margin-top: 3px;
		}

		.site-page .wpcf7-form textarea {
			width: 410px;
			}

/* --
		Comments
-- */
.register-please {
	font-size: 18px;
	line-height: 1em;
	}

.comment-title {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	color: #80050d;
	padding: 0 0 13px;
	}

	.comment-title a {
		font-size: 14px;
		}

#commentList li {
	overflow: hidden;
	background: url(images/assets/bg-comment.png) 70px 0 no-repeat;
	margin-bottom: 20px;
	}

	#commentList li.pingback {
		padding-left: 60px;
		}

#commentList img.avatar, #commentList .comment-content {
	float: left;
	}

	#commentList img.avatar {
		/*margin-right: 21px;*/
		}

	#commentList .comment-content {
		/*width: 570px;*/
		min-height: 60px;
		/*border: 1px solid #d7e0e6;
		border-left: 0;*/
		overflow: hidden;
		}

	#commentList .comment-content p {
		padding: 0 0 14px;
		}

#commentList cite.comment-author, #commentList .comment-text {
	border: 1px solid #d7e0e6;
	padding-left: 15px;
	padding-right: 15px;
	background: #eff3f6;
	}

	#commentList cite.comment-author {
		display: block;
		font-size: 18px;
		line-height: 1em;
		padding-top: 10px;
		padding-bottom: 12px;
		border-bottom: 0;
		border-left: 0;
		margin-left: 22px; /* Justin - 21 -> 22 */
		width: 569px;
		}

		#commentList cite.comment-author span {
			font-size: 12px;
			color: #a2a6a9;
			}

	#commentList .comment-text {
		border-top: 0;
		margin-left: 20px;
		width: 570px;
		}

.admin-note {
	color: #999;
	}

.no-additional-comments {
	border-bottom: 1px solid #e2eaee;
	padding: 0 0 8px 82px;
	font-size: 13px;
	font-weight: bold;
	}


/* ----------
				Tree View
---------- */
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.treeview ul {
	background-color: white;
	margin-top: 4px !important;
	border-top: 1px solid #e3ebef;
	width: auto !important;
	}

.treeview li, .treeview li li {
	position: relative;
	padding-left: 14px !important;
	width: auto !important;
	}

	.treeview li li li {
		padding-left: 6px !important;
		}

.treeview .hitarea {
	background-repeat: no-repeat;
	background-image: url(images/assets/expand.png);
	height: 9px;
	width: 9px;
	position: absolute;
	top: 4px;
	left: 0;
	cursor: pointer;
	}

	.expandable-hitarea {
		background-position: 0 -21px;
		}

	.collapsable-hitarea {
		background-position: 0 -5px;
		}


/* OVERRIDES */
.print {
	display: none;
}

#google_ads_div_home-middle,
#google_ads_div_home-left,
#google_ads_div_blog-right,
#google_ads_div_archive-middle {
	text-align: center;
	margin-left: -10px;
	margin-bottom: 20px;
	position: relative;
	z-index:100;
}

/*GSE*/

.cse .gsc-control-cse, .gsc-control-cse {
	margin: 0 15px;
	background: none;
}

.gsc-result .gs-title {
	overflow: visible !important;
	margin-bottom: 15px;
}

/*Hide the extra search field*/
#___gcse_0 {
	display: none;
}

.square-ad {
	max-width: 200px;
	max-height: 200px;
	/*background: #cccccc;*/
	/*outline: 1px solid red;*/
	margin: 0 auto 15px auto;
}

.horiz-ad {
	width: 100%;
	max-height: 60px;
	/*background: #cccccc;*/
	/*outline: 1px solid red;*/
	margin-left: -15px;
	padding-bottom: 35px;
}

.addthis_button_tweet {
	min-width: 0 !important;
	width: 75px !important;
}

.addthis_toolbox {
	margin-bottom: 15px;
}
