/* ---------- Overall Specifications ---------- */
body {
	font-size: 87.5%;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.5em;
}

a:link,a:visited {
	text-decoration: none;
}

a:hover,a:active,a:focus {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.0em 0 0.5em;
	font-weight: inherit;
}

h1 {
	font-size: 2.4em !Important;
	color: #4E4208;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 {
	font-size: 1.143em;
	color: #4E4208;

}

p {
	margin: 0 0 1.2em;
}

del {
	text-decoration: line-through;
}

tr.odd {
	background-color: #dddddd;
}

img {
	outline: 0;
}

code,pre,kbd,samp,var {
	padding: 0 0.4em;
	font-size: 0.77em;
	font-family: Menlo, Consolas, "Andale Mono", "Lucida Console",
		"Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}

code {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
}

pre code,pre kbd,pre samp,pre var,kbd kbd,kbd samp,code var {
	font-size: 100%;
	background-color: transparent;
}

pre code,pre samp,pre var {
	padding: 0;
}

.description code {
	font-size: 1em;
}

kbd {
	background-color: #f2f2f2;
	border: 1px outset #575757;
	margin: 0 3px;
	color: #666;
	display: inline-block;
	padding: 0 6px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

pre {
	background-color: #f2f2f2;
	background-color: rgba(40, 40, 0, 0.06);
	margin: 10px 0;
	overflow: hidden;
	padding: 15px;
	white-space: pre-wrap;
}

/* ------------------ Fonts ------------------ */
body,#site-slogan,.ui-widget,.comment-form label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
}

#header,#footer-wrapper,#skip-link,ul.contextual-links,ul.links,ul.primary,.item-list .pager,div.field-type-taxonomy-term-reference,div.messages,div.meta,p.comment-time,table,.breadcrumb
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
}

input,textarea,select,a.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;

}

/* ------------------ Reset Styles ------------------ */
caption {
	text-align: left; /* LTR */
	font-weight: normal;
}

blockquote {
	background: #f7f7f7;
	border-left: 1px solid #bbb;
	font-style: italic;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

blockquote:before {
	color: #bbb;
	content: "\201C";
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -.4em;
}

blockquote:after {
	color: #bbb;
	content: "\201D";
	font-size: 3em;
	line-height: 0.1em;
	vertical-align: -.45em;
}

blockquote>p:first-child {
	display: inline;
}

a.feed-icon {
	display: inline-block;
	padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */
table {
	border: 0;
	border-spacing: 0;
	font-size: 0.857em;
	margin: 10px 0;
	width: 100%;
}

table table {
	font-size: 1em;
}

#footer-wrapper table {
	font-size: 1em;
}

table tr th {
	background: #757575;
	background: rgba(0, 0, 0, 0.51);
	border-bottom-style: none;
}

table tr th,table tr th a,table tr th a:hover {
	color: #FFF;
	font-weight: bold;
}

table tbody tr th {
	vertical-align: top;
}

tr td,tr th {
	padding: 4px 9px;
	border: 1px solid #fff;
	text-align: left; /* LTR */
}

#footer-wrapper tr td,#footer-wrapper tr th {
	border-color: #555;
	border-color: rgba(255, 255, 255, 0.18);
}

tr.odd {
	background: #e4e4e4;
	background: rgba(0, 0, 0, 0.105);
}

tr,tr.even {
	/*background: #efefef;
	background: rgba(0, 0, 0, 0.063);*/
	background: #FFFFFF;
}

table ul.links {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

table ul.links li {
	padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */
.block ol,.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em; /* LTR */
}

.contextual-links-wrapper {
	font-size: small !important;
}

ul.contextual-links {
	font-size: 0.923em;
}

.contextual-links-wrapper a {
	text-shadow: 0 0 0 !important;
}

.item-list .pager {
	font-size: 0.929em;
}

ul.menu li {
	margin: 0;
}

.region-content ul,.region-content ol {
	margin: 1em 0;
	padding: 0 0 0.25em 2.5em; /* LTR */
}

.item-list ul li {
	margin: 0;
	padding: 0.2em 0.5em 0 0; /* LTR */
}

ul.tips {
	padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
	left: 50%;
	margin-left: -5.25em;
	margin-top: 0;
	position: absolute;
	width: auto;
	z-index: 50;
}

#skip-link a,#skip-link a:link,#skip-link a:visited {
	background: #444;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	display: block;
	font-size: 0.94em;
	line-height: 1.7;
	padding: 1px 10px 2px 10px;
	text-decoration: none;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0 0 10px 10px;
}

#skip-link a:hover,#skip-link a:active,#skip-link a:focus {
	outline: 0;
}

#logo {
	float: left; /* LTR */
	padding: 15px 15px 15px 10px; /* LTR */
}

#name-and-slogan {
	float: left; /* LTR */
	padding-top: 34px;
	margin: 0 0 30px 15px; /* LTR */
}

#site-name {
	font-size: 1.821em;
	color: #000000 !important;
	line-height: 1;
}

h1#site-name {
	margin: 0;
}

#site-name a {
	font-weight: normal;
	color: #000000 !important;
}

#site-name span {
	font-weight: normal;
	color: #000000 !important;
}

#site-slogan {
	font-size: 0.929em;
	margin-top: 7px;
	word-spacing: 0.1em;
	font-style: italic;
	color: #000000 !important;
}
/* Region header blocks. */
.region-header .block {
	font-size: 0.857em;
	float: left; /* LTR */
	margin: 0 10px;
	padding: 0;
}
#header #logo{
	padding: 0px;
	float: left;
	width: 159px;
	margin: 0px;
	height: 81px;

}

.region-header .block .content {
	margin: 0;
	padding: 0;
}

.region-header .block ul {
	margin: 0;
	padding: 0;
}

.region-header .block li {
	list-style: none;
	list-style-image: none;
	padding: 0;
}

.region-header .form-text {
	background: #fefefe;
	background: rgba(255, 255, 255, 0.7);
	border-color: #ccc;
	border-color: rgba(255, 255, 255, 0.3);
	margin-right: 2px; /* LTR */
	width: 120px;
}

.region-header .form-text:hover,.region-header .form-text:focus,.region-header .form-text:active
	{
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.region-header .form-required {
	color: #eee;
	color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
	border: 1px solid;
	border-color: #eee;
	border-color: rgba(255, 255, 255, 0.2);
	padding: 0;
	width: 208px;
}

.region-header .block-menu li a {
	display: block;
	border-bottom: 1px solid;
	border-bottom-color: #eee;
	border-bottom-color: rgba(255, 255, 255, 0.2);
	padding: 3px 7px;
}

.region-header .block-menu li a:hover,.region-header .block-menu li a:focus,.region-header .block-menu li a:active
	{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.15);
}

.region-header .block-menu li.last a {
	border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
	width: auto;
}

.region-header #block-user-login .content {
	margin-top: 2px;
}

.region-header #block-user-login .form-item {
	float: left; /* LTR */
	margin: 0;
	padding: 0;
}

.region-header #block-user-login div.item-list,.region-header #block-user-login div.description
	{
	font-size: 0.916em;
	margin: 0;
}

.region-header #block-user-login div.item-list {
	clear: both;
}

.region-header #block-user-login div.description {
	display: inline;
}

.region-header #block-user-login .item-list ul {
	padding: 0;
	line-height: 1;
}

.region-header #block-user-login .item-list li {
	list-style: none;
	float: left; /* LTR */
	padding: 3px 0 1px;
}

.region-header #block-user-login .item-list li.last {
	padding-left: 0.5em; /* LTR */
}

.region-header #block-user-login ul.openid-links li.last {
	padding-left: 0; /* LTR */
}

.region-header #user-login-form li.openid-link a,.region-header #user-login li.openid-link a
	{
	padding-left: 20px; /* LTR */
}

.region-header #block-user-login .form-actions {
	margin: 4px 0 0;
	padding: 0;
	clear: both;
}

.region-header #block-user-login input.form-submit {
	border: 1px solid;
	border-color: #ccc;
	border-color: rgba(255, 255, 255, 0.5);
	background: #eee;
	background: rgba(255, 255, 255, 0.7);
	margin: 4px 0;
	padding: 3px 8px;
}

.region-header #block-user-login input.form-submit:hover,.region-header #block-user-login input.form-submit:focus
	{
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
	width: 208px;
}

.region-header #block-search-form .form-text {
	width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
	display: inline;
	padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */
#main-menu {
	float: left;
	margin-top: 48px;
	position: relative;
	left: -2px;
}
#main-menu h2{
	display: none;
}
#main-menu-links a {
	padding: 7px;
	background-color: #F2F2F2;
	color: #043434;	
	font-weight: bold;
	text-transform: uppdercase;
	border-bottom: #053434 solid 2px;
}

#main-menu-links {
	font-size: 0.929em;
	margin: 0;
	padding: 0;
	/*background: url(../images/headerStrip.png) top left;*/
	background-repeat: repeat-x;
}

#main-menu-links li {
	list-style: none;
	display: inline !important;
	width: auto !Important;
	line-height: 1.5em;
}

#main-menu-links li .active {
	background-color: #FFFFFF;
	
}

#main-menu-links a {
	float: left; /* LTR */
	text-decoration: none;
	margin-left: 2px !important;
	text-transform:uppercase;
}

#main-menu-links a:hover {
	background-color: #f1eac2;
	color: #000000 !important;
}

#main-menu-links li a.active {
	color: #000000;
	background-color: #eb008b;
	border-bottom: #FFFFFF solid 2px;

}

/*
#main-menu-links li:first-child a {
	color: #FFFFFF !important;
	background: url(../images/homeLogo2.png) no-repeat 10px 15px !important;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	padding-left: 20px;
	padding-right: 0px;
}

#main-menu-links li:first-child a.active {
	color: #FFFFFF !important;
	background: #eb008b url(../images/homeLogo1.png) no-repeat 10px 15px
		!important;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	padding-left: 20px;
	padding-right: 0px;
}
*/

#main-menu-links .menu-227 a {
	width: 90px;
	text-align: center;
}

#main-menu-links .menu-540 a {
	width: 170px;
	text-align: center;
}

#main-menu-links .menu-544 a {
	width: 140px;
	text-align: center;
}

#main-menu-links .menu-549 a {
	width: 100px;
	text-align: center;
}

#main-menu-links .menu-553 a {
	width: 170px;
	text-align: center;
}

#main-menu-links .menu-412 a {
	width: 170px;
	text-align: center;
}
/* --------------- Secondary Menu ------------ */
#secondary-menu-links {
	float: right; /* LTR */
	font-size: 0.929em;
	margin: 50px 0px 0;
}

#secondary-menu-links a:hover,#secondary-menu-links a:focus {
	text-decoration: underline;
}

/* ------------------- Main ------------------- */
#main {
	margin-top: 8px;
	margin-bottom: 40px;
	width: 1020px;
}

/* ----------------- Featured ----------------- */
#featured {
	text-align: center;
	font-size: 1.643em;
	font-weight: normal;
	line-height: 1.4;
	padding: 20px 0 45px;
	margin: 0;
	background: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
	border-bottom: 1px solid #e7e7e7;
	text-shadow: 1px 1px #fff;
}

#featured h2 {
	font-size: 1.174em;
	line-height: 1;
}

#featured p {
	margin: 0;
	padding: 0;
}

/* --------------- Highlighted ---------------- */
#highlighted {
	border-bottom: 1px solid #d3d7d9;
	font-size: 120%;
}

/* ------------------- Help ------------------- */
.region-help {
	border: 1px solid #d3d7d9;
	padding: 0 1.5em;
	margin-bottom: 30px;
}

/* ----------------- Content ------------------ */
.content {
	margin-top: 10px;
}

h1#page-title {
	font-size: 2em;
	line-height: 1;
}

#content h2 {
	margin-bottom: 2px;
	font-size: 1.429em;
	line-height: 1.4;
}

.node .content {
	font-size: 1.071em;
}

.node-teaser .content {
	font-size: 1em;
}

.node-teaser h2 {
	margin-top: 0;
	padding-top: 0.5em;
}

.node-teaser h2 a {
	color: #181818;
}

.node-teaser {
	border-bottom: 1px solid #d3d7d9;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.node-sticky {
	background: #f9f9f9;
	background: rgba(0, 0, 0, 0.024);
	border: 1px solid #d3d7d9;
	padding: 0 15px 15px;
}

.node-full {
	background: none;
	border: none;
	padding: 0;
}

.node-teaser .content {
	clear: none;
	line-height: 1.6;
}

.meta {
	font-size: 0.857em;
	color: #68696b;
	margin-bottom: -5px;
}

.submitted .user-picture img {
	float: left; /* LTR */
	height: 20px;
	margin: 1px 5px 0 0; /* LTR */
}

.field-type-taxonomy-term-reference {
	margin: 0 0 1.2em;
}

.field-type-taxonomy-term-reference .field-label {
	font-weight: normal;
	margin: 0;
	padding-right: 5px; /* LTR */
}

.field-type-taxonomy-term-reference .field-label,.field-type-taxonomy-term-reference ul.links
	{
	font-size: 0.8em;
}

.node-teaser .field-type-taxonomy-term-reference .field-label,.node-teaser .field-type-taxonomy-term-reference ul.links
	{
	font-size: 0.821em;
}

.field-type-taxonomy-term-reference ul.links {
	padding: 0;
	margin: 0;
	list-style: none;
}

.field-type-taxonomy-term-reference ul.links li {
	white-space: normal;
	word-wrap: break-all;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.link-wrapper {
	text-align: right;
}

.field-type-image img,.user-picture img {
	margin: 0 0 1em;
}

ul.links {
	color: #68696b;
	font-size: 0.821em;
}

.node-unpublished {
	margin: -20px -15px 0;
	padding: 20px 15px 0;
}

.node-unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */
.comment h2.title {
	margin-bottom: 1em;
}

.comment div.user-picture img {
	margin-left: 0; /* LTR */
}

.comment {
	margin-bottom: 20px;
	display: table;
	vertical-align: top;
}

.comment .attribution {
	display: table-cell;
	padding: 0 30px 0 0; /* LTR */
	vertical-align: top;
	overflow: hidden;
}

.comment .attribution img {
	margin: 0;
	border: 1px solid #d3d7d9;
}

.comment .attribution .username {
	white-space: nowrap;
}

.comment .submitted p {
	margin: 4px 0;
	font-size: 1.071em;
	line-height: 1.2;
}

.comment .submitted .comment-time {
	font-size: 0.786em;
	color: #68696b;
}

.comment .submitted .comment-permalink {
	font-size: 0.786em;
	text-transform: lowercase;
}

.comment .content {
	font-size: 0.929em;
	line-height: 1.6;
}

.comment .comment-arrow {
	background: url(../images/comment-arrow.gif) no-repeat 0 center
		transparent; /* LTR */
	border-left: 1px solid;
	border-right: 1px solid;
	height: 40px;
	margin-left: -47px; /* LTR */
	margin-top: 10px;
	position: absolute;
	width: 20px;
}

.comment .comment-text {
	padding: 10px 25px;
	border: 1px solid #d3d7d9;
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.comment .indented {
	margin-left: 40px; /* LTR */
}

.comment ul.links {
	padding: 0 0 0.25em 0;
}

.comment ul.links li {
	padding: 0 0.5em 0 0; /* LTR */
}

.comment-unpublished {
	margin-right: 5px; /* LTR */
	padding: 5px 2px 5px 5px; /* LTR */
}

.comment-unpublished .comment-text .comment-arrow {
	border-left: 1px solid #fff4f4;
	border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
	padding-top: 10px;
}

.sidebar .block {
	border: 1px solid;
	padding: 15px 20px;
	margin: 0 0 20px;
}

.sidebar h2 {
	margin: 0 0 0.5em;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 5px;
	text-shadow: 0 1px 0 #fff;
	font-size: 1.071em;
	line-height: 1.2;
}

.sidebar .block .content {
	font-size: 0.914em;
	line-height: 1.4;
}

.sidebar tbody {
	border: none;
}

.sidebar tr.even,.sidebar tr.odd {
	background: none;
	border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */
#triptych-wrapper {
	background-color: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
	border-top: 1px solid #e7e7e7;
}

#triptych h2 {
	color: #000;
	font-size: 1.714em;
	margin-bottom: 0.8em;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	line-height: 1;
}

#triptych .block {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.3;
}

#triptych .block.last {
	border-bottom: none;
}

#triptych .block ul li,#triptych .block ol li {
	list-style: none;
}

#triptych .block ul,#triptych .block ol {
	padding-left: 0;
}

#triptych #block-user-login .form-text {
	width: 185px;
}

#triptych #block-user-online p {
	margin-bottom: 0;
}

#triptych #block-node-syndicate h2 {
	overflow: hidden;
	width: 0;
	height: 0;
}

#triptych-last #block-node-syndicate {
	text-align: right;
}

#triptych #block-search-form .form-type-textfield input {
	width: 185px;
}

#triptych-middle #block-system-powered-by {
	text-align: center;
}

#triptych-last #block-system-powered-by {
	text-align: right;
}

/* ------------------ Footer ------------------ */
#footer-wrapper {
	color: #c0c0c0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.857em;
}

#footer-wrapper a {
	color: #fcfcfc;
	color: rgba(255, 255, 255, 0.8);
}

#footer-wrapper a:hover,#footer-wrapper a:focus {
	color: #fefefe;
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
}

#footer-wrapper .block {
	margin: 20px 0;
	border: 1px solid #444;
	border-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
}

#footer-columns .block-menu,#footer .block {
	margin: 0;
	padding: 0;
	border: none;
}

#footer .block {
	margin: 0.5em 0;
}

#footer .block .content {
	padding: 0.5em 0;
	margin-top: 0;
}

#footer .block h2 {
	margin: 0;
}

#footer-columns h2 {
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#footer-columns .content {
	margin-top: 0;
}

#footer-columns p {
	margin-top: 1em;
}

#footer-columns .content ul {
	list-style: none;
	padding-left: 0; /* LTR */
	margin-left: 0;
}

#footer-columns .content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-columns .content li a {
	display: block;
	border-bottom: 1px solid #555;
	border-color: rgba(255, 255, 255, 0.15);
	line-height: 1.2;
	padding: 0.8em 2px 0.8em 20px; /* LTR */
	text-indent: -15px;
}

#footer-columns .content li a:hover,#footer-columns .content li a:focus
	{
	background-color: #1f1f21;
	background-color: rgba(255, 255, 255, 0.05);
	text-decoration: none;
}



#footer .block {
	clear: both;
}

#footer ul,#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li a {
	float: left; /* LTR */
	padding: 0 12px;
	display: block;
	border-right: 1px solid #555; /* LTR */
	border-color: rgba(255, 255, 255, 0.15);
}

#footer li.first a {
	padding-left: 0; /* LTR */
}

#footer li.last a {
	padding-right: 0; /* LTR */
	border-right: none; /* LTR */
}

#footer-wrapper tr.odd {
	background-color: transparent;
}

#footer-wrapper tr.even {
	background-color: #2c2c2c;
	background-color: rgba(0, 0, 0, 0.15);
}

/* --------------- System Tabs  --------------- */
.tabs {
	font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}

.tabs ul.primary {
	padding: 0 3px;
	margin: 0;
	overflow: hidden;
	border: none;
	background: transparent url(../images/tabs-border.png) repeat-x left
		bottom;
}

.tabs ul.primary li {
	display: block;
	float: left; /* LTR */
	vertical-align: bottom;
	margin: 0 5px 0 0; /* LTR */
}

.tabs ul.primary li.active a {
	border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a {
	color: #000;
	background-color: #ededed;
	height: 1.8em;
	line-height: 1.9;
	display: block;
	font-size: 0.929em;
	float: left; /* not LTR */
	padding: 0 10px 3px;
	margin: 0;
	text-shadow: 0 1px 0 #fff;
	-khtml-border-radius-topleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-khtml-border-radius-topright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

.tabs ul.primary li.active a {
	background-color: #ffffff;
}

.tabs ul.secondary {
	border-bottom: none;
	padding: 0.5em 0;
}

.tabs ul.secondary li {
	display: block;
	float: left; /* LTR */
}

.tabs ul.secondary li:last-child {
	border-right: none; /* LTR */
}

.tabs ul.secondary li:first-child {
	padding-left: 0; /* LTR */
}

.tabs ul.secondary li a {
	padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active {
	background: #f2f2f2;
	border-bottom: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

ul.action-links {
	list-style: none;
	margin: 5px;
	padding: 0.5em 1em;
}

ul.action-links li {
	display: inline-block;
	margin-left: 10px;
}

ul.action-links li a {
	padding-left: 15px;
	background: url(../images/add.png) no-repeat left center;
	margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */
#messages {
	padding: 20px 0 5px;
	margin: 0 auto;
}

.featured #messages {
	background: #f0f0f0;
	background: rgba(30, 50, 10, 0.08);
}

div.messages {
	margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */
.breadcrumb {
	font-size: 0.929em;
}

/* -------------- User Profile   -------------- */
.profile .user-picture {
	float: none;
}

/* -------------- Password Meter  ------------- */
.confirm-parent,.password-parent {
	width: 34em;
}

.password-parent,div.form-item div.password-suggestions {
	position: relative;
}

.password-strength-text,.password-strength-title,div.password-confirm {
	font-size: 0.82em;
}

.password-strength-text {
	margin-top: 0.2em;
}

div.password-confirm {
	margin-top: 2.2em;
	width: 20.73em;
}

/* ---------------- Buttons    ---------------- */
input.form-submit,a.button {
	background: #fff url(../images/buttons.png) 0 0 repeat-x;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 0.929em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em; /* LTR */
	/*padding: 4px 17px;*/
	-khtml-border-radius: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

input.form-submit,a.button:hover {
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid #b4b4b4;
	border-left-color: #d2d2d2;
	border-right-color: #d2d2d2;
	color: #3a3a3a;
	cursor: pointer;
	font-size: 0.929em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
	margin-right: 0.6em; /* LTR */
	/*padding: 4px 17px;*/
	-khtml-border-radius: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

a.button:link,a.button:visited,a.button:hover,a.button:focus,a.button:active
	{
	text-decoration: none;
	color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */
fieldset {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 10px;
	margin-bottom: 32px;
	padding: 0 0 10px;
	position: relative;
	top: 12px; /* Offsets the negative margin of legends */
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.fieldset-wrapper {
	margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
	margin-top: 0;
}

.filter-wrapper {
	top: 0;
	padding: 1em 0 0.2em;
	-khtml-border-radius-topright: 0;
	-khtml-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.filter-help a {
	font-size: 0.857em;
	padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
	margin-right: 10px;
}

.filter-wrapper .form-item {
	padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
	padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
	background: transparent;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

fieldset legend {
	background: #dbdbdb;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #3b3b3b;
	display: block;
	height: 2em;
	left: -1px; /* LTR */
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana,
		sans-serif;
	line-height: 2;
	padding: 0;
	position: absolute;
	text-indent: 10px;
	text-shadow: 0 1px 0 #fff;
	top: -12px;
	width: 100%;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

fieldset.collapsed legend {
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

fieldset legend a {
	color: #3b3b3b;
}

fieldset legend a:hover,fieldset legend a:focus,fieldset legend a:active
	{
	color: #000;
}

fieldset .fieldset-wrapper {
	padding: 0 10px;
}

fieldset .fieldset-description {
	margin-top: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
	color: #3c3c3c;
	font-style: italic;
}

input {
	margin: 2px 0;
	padding: 4px;
}


input,textarea {
	font-size: 0.929em;
}

textarea {
	line-height: 1.5;
}

textarea.form-textarea,select.form-select {
	padding: 4px;
}

input.form-text,textarea.form-textarea,select.form-select {
	border: 1px solid #ccc;
}

input.form-submit:hover,input.form-submit:focus {
	background: #dedede;
}

.password-suggestions ul li {
	margin-left: 1.2em; /* LTR */
}

.form-item {
	margin-bottom: 1em;
	margin-top: 2px;
}

.form-item label {
	font-size: 0.929em;
}

.form-type-radio label,.form-type-checkbox label {
	margin-left: 4px;
}

.form-type-radio .description,.form-type-checkbox .description {
	margin-left: 2px;
}

.form-actions {
	padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-mail {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-subject {
	width: 75%;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.contact-form #edit-message {
	width: 76.3%;
	-khtml-border-top-left-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
	width: 76%;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,input.form-button-disabled:hover,input.form-button-disabled:focus,input.form-button-disabled:active,.form-disabled input,.form-disabled select,.form-disabled textarea
	{
	background: #ededed;
	border-color: #bbb;
	color: #717171;
}

.form-disabled .grippie {
	background-color: #ededed;
	border-color: #bbb;
}

.form-disabled label {
	color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
	background-position: 100% 4px; /* LTR */
}

html.js input.throbbing {
	background-position: 100% -16px; /* LTR */
}

/* Comment form */
.comment-form label {
	float: left; /* LTR */
	font-size: 0.929em;
	width: 120px;
}

.comment-form input,.comment-form .form-select {
	margin: 0;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.comment-form .form-type-textarea label {
	float: none;
}

.comment-form .form-item,.comment-form .form-radios,.comment-form .form-type-checkbox,.comment-form .form-select
	{
	margin-bottom: 10px;
	overflow: hidden;
}

.comment-form .form-type-checkbox,.comment-form .form-radios {
	margin-left: 120px; /* LTR */
}

.comment-form .form-type-checkbox label,.comment-form .form-radios label
	{
	float: none;
	margin-top: 0;
}

.comment-form input.form-file {
	width: auto;
}

.no-sidebars .comment-form .form-text {
	width: 800px;
}

.one-sidebar .comment-form .form-text {
	width: 500px;
}

.two-sidebars .comment-form .form-text {
	width: 320px;
}

.comment-form .form-item .description {
	font-size: 0.786em;
	line-height: 1.2;
	margin-left: 120px; /* LTR */
}

#content h2.comment-form {
	margin-bottom: 0.5em;
}

.comment-form .form-textarea {
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,.comment-form .text-format-wrapper .form-item
	{
	margin-top: 0;
	margin-bottom: 0;
}

.filter-wrapper label {
	width: auto;
	float: none;
}

.filter-wrapper .form-select {
	min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
	font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
	margin-bottom: 0.4em;
}

#edit-actions input {
	margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */
div.password-suggestions {
	border: 0;
}

.ui-widget-overlay {
	background: #222222;
	opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 1em;
}

#forum tr td.forum {
	padding-left: 35px;
}

#forum .name {
	font-size: 1.083em;
}

#forum .description {
	font-size: 1em;
}

/* --------------- Search Form ---------------- */
#block-search-form {
	padding-bottom: 7px;
}

#block-search-form .content {
	margin-top: 0;
}

#search-form input#edit-keys,#block-search-form .form-item-search-block-form input
	{
	float: left; /* LTR */
	font-size: 1em;
	height: 1.143em;
	margin-right: 5px;
	width: 9em;
}

#search-block-form input.form-submit,#search-form input.form-submit {
	padding-left: 8px;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding-top: 0px !Important;
	margin-bottom: 0px !Important;
	padding-bottom: 0px !Important;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 53px !important;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(../images/search-button.png) no-repeat center top;
	position: relative;
	left: 8px;
}

#our-new-content input.form-submit {
	margin-left: 0;
	margin-right: 0;
	height: 25px;
	width: 34px;
	padding-top: 0px !Important;
	margin-bottom: 0px !Important;
	padding-bottom: 0px !Important;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 0px !important;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(../images/search-button.png) no-repeat center top;
	position: relative;
	left: 8px;
}
#edit-advanced{
	width: 400px !important;
	position: relative;
	left: 40px;
	margin-top: 0px;
}

#search-block-form input.form-submit:hover,#search-block-form input.form-submit:focus,#search-form input.form-submit:hover,#search-form input.form-submit:focus
	{
	background-position: center bottom;
}

#search-form .form-item-keys label {
	display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
	padding-left: 0;
}

.search-results li {
	border-bottom: 1px solid #d3d7d9;
	padding-bottom: 0.4285em;
	margin-bottom: 0.5em;
}

.search-results li:last-child {
	border-bottom: none;
	padding-bottom: none;
	margin-bottom: 1em;
}

.search-results .search-snippet-info {
	padding-left: 0;
}

/* -------------- Shortcut Links -------------- */
.shortcut-wrapper {
	margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}

.shortcut-wrapper h1#page-title {
	float: left; /* LTR */
	margin: 0;
}

div.add-or-remove-shortcuts {
	padding-top: 0.9em;
}

.overlay div.add-or-remove-shortcuts {
	padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */
.page-admin #content img {
	margin-right: 15px; /* LTR */
}

.page-admin #content .simpletest-image img {
	margin: 0;
}

.page-admin-structure-block-demo .block-region {
	background: #ffff66;
	border: 1px dotted #9f9e00;
	color: #000;
	font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 5px;
	padding: 5px;
	text-align: center;
	text-shadow: none;
}

.page-admin-structure-block-demo #featured .block-region {
	font-size: 0.55em;
}

.page-admin-structure-block-demo #header .block-region {
	width: 500px;
}

.page-admin #admin-dblog img {
	margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
	padding: 0;
}

#system-theme-settings fieldset .fieldset-legend {
	margin-top: 0;
}
/* Configuration. */
div.admin .right,div.admin .left {
	width: 49%;
	margin: 0;
}

div.admin-panel {
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 5px 5px;
}

div.admin-panel h3 {
	margin: 16px 7px;
}

div.admin-panel dt {
	border-top: 1px solid #ccc;
	padding: 7px 0 0;
}

div.admin-panel dd {
	margin: 0 0 10px;
}

div.admin-panel .description {
	margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */
.overlay #main,.overlay #content {
	width: auto;
	float: none;
}

.overlay #page {
	padding: 0 2em;
}

.overlay .region-page-top,.overlay #header,.overlay #page-title,.overlay #featured,.overlay #sidebar-first,.overlay #triptych-wrapper,.overlay #footer-wrapper
	{
	display: none;
}

.overlay-processed .field-type-image {
	display: block;
	float: none;
}

.overlay #messages {
	width: auto;
}

/* ---------- Poll ----------- */
.node .poll {
	margin: 2em 0;
}

.node .poll #edit-choice {
	margin: 0 0 1.5em;
}

.poll .vote-form {
	text-align: left; /* LTR */
}

.poll .vote-form .choices {
	margin: 0;
}

.poll .percent {
	font-size: 0.857em;
	font-style: italic;
	margin-bottom: 3em;
	margin-top: -3.2em;
	float: right;
	text-align: right;
}

.poll .text {
	clear: right;
	margin-right: 2.25em;
}

.poll .total {
	font-size: 0.929em;
	font-style: italic;
	text-align: right; /* LTR */
	clear: both;
}

.node .poll {
	margin: 1.8em 0 0;
}

.node .poll .text {
	margin-right: 6.75em;
}

.node .poll #edit-choice {
	margin: 0 0 1.2em;
}

.poll .bar .foreground {
	background-color: #666;
}

#footer-wrapper .poll .bar {
	background-color: #666;
}

#footer-wrapper .poll .bar .foreground {
	background-color: #ddd;
}

/* NEW STYLES */
/* SEARCH */
#searchForm #edit-search-block-form--2 {
	border: #C1C1C1 solid 1px;
	width: 110px;
	padding: 0.5em 0 0.5em 0;
	margin: 0px;
	border: none;
	margin-top: 48px;
	display: block;
	float: left;
	line-height: 1.5em !Important;
	font-size: 1.0em;
	height: 19px;
	position: relative;
	left: 0px;
}
#searchForm #edit-submit--2{

}
#searchForm #edit-submit{
	margin-top: 0px;
	padding-top: 0px;
}

/* homeNav - sidebar */
#sidebar-first {
	font-weight: bold;
	font-size: 12pt;
}

#sidebar-first a:hover {
	text-decoration: none;
}



#sidebar-first li a {
	color: #000000;
	padding-left: 8px;
	background-image: url(../images/homeNavArrow.png) no-repeat top right;
}

#sidebar-first ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
	padding: 0px;
	margin: 0px;
}

#sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar-first ul li ul li {
	border-bottom: #c1c1c1 dashed 1px !important;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidebar-first ul li ul li ul,#sidebar-first ul li ul li ul li {
	background-color: #CCCCCC !important;
	padding-left: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidebar-first ul li ul span:last-child li {
	border-bottom: none !important;
}

#block-menu-menu-homenav,#block-menu-menu-sidenav2,#block-menu-menu-sidenav3,#block-menu-menu-sidenav4,#block-menu-menu-sidenav5
	{
	padding: 0px;
}

#block-menu-menu-homenav .content,#block-menu-menu-sidenav2 .content,#block-menu-menu-sidenav3 .content,#block-menu-menu-sidenav4 .content,#block-menu-menu-sidenav5 .content
	{
	padding: 0px;
	margin: 0px;
}

#block-menu-menu-homenav h2,#block-menu-menu-sidenav2 h2,#block-menu-menu-sidenav3 h2,#block-menu-menu-sidenav4 h2,#block-menu-menu-sidenav5 h2
	{
	background-color: #dbd9d7;
	border-top: #4c3f39 solid 3.5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* defPov - sidebar */
#menu_defPov #sidebar-first li {
	background-color: #fadebb;
}

#menu_defPov #sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: #FFFFFF !Important;
}

#menu_defPov #sidebar-first ul li ul li {
	border-bottom: #c1c1c1 dashed 1px !Important;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_defPov #sidebar-first ul li ul span:last-child li {
	border-bottom: none !Important;
}
/* pseRes - sidebar */
#menu_pseRes #sidebar-first li {
	background-color: #ddeac4;
}

#menu_pseRes #sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: #FFFFFF !Important;
}

#menu_pseRes #sidebar-first ul li ul li {
	border-bottom: #c1c1c1 dashed 1px !Important;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_pseRes #sidebar-first ul li ul span:last-child li {
	border-bottom: none !Important;
}

/* takePart - sidebar */
#menu_takePart #sidebar-first li {
	background-color: #ead3f2 !important;
}

#menu_takePart #sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: #FFFFFF !Important;
}

#menu_takePart #sidebar-first ul li ul li {
	border-bottom: #c1c1c1 dashed 1px !Important;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_takePart #sidebar-first ul li ul span:last-child li {
	border-bottom: none !Important;
}

/* Living in Poverty - sidebar */
#menu_livPov #sidebar-first li {
	background-color: #FACCD3 !important;
}

#menu_livPov #sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: #FFFFFF !Important;
}

#menu_livPov #sidebar-first ul li ul li {
	border-bottom: #c1c1c1 dashed 1px !Important;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu_livPov #sidebar-first ul li ul span:last-child li {
	border-bottom: none !Important;
}

#main #content #block-system-main {
	margin-top: 0px !Important;
	padding-top: 0px !Important;
}

#main #content {
	margin-top: 0px !Important;
	padding-top: 0px !Important;
	width: 680px;
	margin-left: 0px;
	padding-left: 0px;
}

#content .tabs {
	/*display: none;*/
}

#content h2 {
	padding-top: 0px;
	margin-top: 0px;
}

#content h1 {
	padding-top: 0px !Important;
	margin-top: 0px !Important;
}

#content .content {
	padding-top: 0px;
	margin-top: 0px;
}

#node-7 {
	border: none;
}

#content .link-wrapper {
	display: none;
}

#block-system-powered-by {
	display: none;
}

.footerText {
	padding-left: 10px;
	padding-top: 30px;
	/*float: right;*/
	padding-right: 10px;
	width: 100%;
	color: #4D4207;
}
.footerText a,.footerText a:hover,.footerText a:visited{
	color: #053434 !important;
	text-decoration: underline !Important;
}
.footerText1{
	width: 50%;
	float: left;
}
.footerText2{
	width: 50%;
	float: right;
}
.footerLogo {
	float: left;
	width: 100px;
}

/* Left launch menu blocks */
#block-views-left-block-1 {
	padding: 0px !important;
}

#block-views-left-block-1 div,#block-views-left-block-1 span {
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
}

#block-views-left-block-1 img {
	padding: 0px !important;
	margin: 0px !important;
	border: none;
}

#block-views-left-block-1 a {
	margin: 0px !important;
	padding: 0px !important;
	border: none;
	width: 100%;
}

#block-views-left-block-1 li {
	padding: 0px;
	border-bottom: white solid 8px;
}

#block-views-left-block-1 .views-field-title {
	padding: 0px;
	color: #FFFFFF;
	background-color: #4c3f39;
	font-family: Georgia font-weight :                 bold;
	font-size: 18px;
	border-top: #eb008b solid 5px;
	padding-top: 4px !Important;
	padding-bottom: 4px !Important;
}

#block-views-left-block-1 .views-field-title a {
	color: #FFFFFF;
	padding-left: 8px !Important;
}

/* Breadcrumbs */
#breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #dbd9d7;
}

#breadcrumb ul {

	margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
}

#breadcrumb li.breadcrumb-start {
	background-color: #4c3f39;
	color: white;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
}

.breadcrumb-arrow{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #4c3f39;
	padding-right:20px;
}

.breadcrumb-arrow-start{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #4c3f39;
	padding-right:0px;
}

#breadcrumb li {
	list-style-type: none;
	padding-left: 1px;
	margin-left: 0px;
	display: inline;
}

.breadcrumbs {
	margin: 0px;
	padding: 0px;
}

h1.mainscreenh1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	font-weight: bold;
	font-size: 4em !Important;
	padding-bottom: 5px;
}

h2.mainscreenh2 {
	border-top: 5px solid #4c3f39;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	font-weight: bold;
	font-size: 26px;
	padding: 5px;
}

h1.mainscreenh1.orange {
	color: #ee901c;
	border-bottom: 5px solid #ee901c;
}

h1.mainscreenh1.pink {
	color: #000000;
	border-bottom: 5px solid #eb008b;
}

h1.mainscreenh1.red {
	color: rgb(330, 0, 33);
	border-bottom: 5px solid rgb(330, 0, 33);
}

h1.mainscreenh1.green {
	color: #6b9c36;
	border-bottom: 5px solid #6b9c36;
}

h1.mainscreenh1.purple {
	color: #9424bd;
	border-bottom: 5px solid #9424bd;
}

h1.mainscreenh1.blue {
	color: #0095da;
	border-bottom: 5px solid #0095da;
}

h2.mainscreenh2.orange {
	background-color: #fadebb;
}

h2.mainscreenh2.pink {
	background-color: #fbcce8;
}

h2.mainscreenh2.red {
	background-color: #E60021;
}

h2.mainscreenh2.green {
	background-color: #ddeac4;
}

h2.mainscreenh2.purple {
	background-color: #ead3f2;
}

h2.mainscreenh2.blue {
	background-color: #b2dff4;
}

.doublefeatureblockwrapper {
	float: left;
}

.doublefeatureblock {
	color: #4c3f39;
	background-color: white;
}

.doublefeatureblock .item-list ul {
	background-color: white;
}

.doublefeatureblock .item-list li.views-row-first {
	border-right: 1px dotted #4c3f39;
}

.doublefeatureblock .item-list li {
	display: inline;
	list-style: none;
	float: left;
	width: 48%;
	margin: 2px;
	/* height: 410px; */
}

.doublefeatureblock .item-list li img {
	width: 340px;
}

.doublefeatureblock .item-list li .views-field-title {
	background-color: #dbd9d7;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
}

.doublefeatureblock .item-list li .views-field-title a {
	text-decoration: none;
	color: #4c3f39;
	padding: 5px;
}

.doublefeatureblock .item-list li .views-field-title a:hover {
	text-decoration: none;
	color: #4c3f39;
}

.doublefeatureblock .item-list li .views-field-body {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Blocks */
#block-views-relatednews-block {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

#block-views-relatednews-block h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	border-top: 5px solid #4c3f39;
	background-color: #FBCCE8;
}

#block-views-relatednews-block a {
	text-decoration: none;
	color: #4c3f39;
	font-weight: bold;
	font-size: larger;
}

.newsdate {
	float: left;
	font-weight: bold;
}

.newsbody {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #4c3f39;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* should be topics but machine name change be changed one created */
#block-views-related-news-block {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#block-views-related-news-block h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 24px;
	border-top: 5px solid #4c3f39;
	background-color: #DBD9D7;
}

#block-views-related-news-block a {
	text-decoration: none;
	color: #4c3f39;
}

#block-views-related-news-block .views-row {
	border-bottom: 1px dotted #4c3f39;
	padding: 5px;
	font-weight: normal;
}
/* Blocks end */

/* Carousel start */
.jcarousel-skin-default {
	text-align: center;
}

.jcarousel-container-horizontal {
	width: 330px !important;

	padding: 0px !Important;
	margin: auto;
	background: none !important;
	border: none !important;
	margin-bottom: 20px !Important;
	/*background-color: #333 !important;*/

}

.jcarousel-clip-horizontal  {
	width: 312px !Important;
	overflow: hidden;
	margin: 0px !Important;
	/*border: 1px solid red !important;*/
	background-color: #333 !important;
	margin-left: 0px !Important;
	

}

.jcarousel-item {
	padding: 0 !important;
	height: 232px !important;

	width: 308px !important;
	overflow: hidden;
	list-style: none;
	background-color: #333 !important;
	/*border: 1px solid #333 !important;*/
	margin-left: 0px !Important;
}

.jcarousel-item-horizontal {
	margin-left: 0px !Important;

}

.jcarousel-item-placeholder {
	background: #fff url(throbber.gif) no-repeat center center;
	color: #000;
}

/**
 * Buttons
 */
.jcarousel-next,.jcarousel-prev {
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(arrows.png);
	
}

/**
 *  Horizontal Buttons
 */
.jcarousel-prev-horizontal {
	position: absolute;
	top: 90px !Important;
	left: 0px !Important;
	background-position: 0 0;
}

.jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,.jcarousel-prev-disabled-horizontal:hover,.jcarousel-prev-disabled-horizontal:active
	{
	cursor: default;
	background-position: -96px 0;
}

.jcarousel-next-horizontal {
	position: absolute;
	top: 90px !Important;
	right: 20px !Important;
	background-position: 0 -32px;
}

.jcarousel-next-horizontal:hover {
	background-position: -32px -32px;
}

.jcarousel-next-horizontal:active {
	background-position: -64px -32px;
}

.jcarousel-next-disabled-horizontal,.jcarousel-next-disabled-horizontal:hover,.jcarousel-next-disabled-horizontal:active
	{
	cursor: default;
	background-position: -96px -32px;
}

.jcarousel-navigation {
	margin: 0;
	padding: 0;
}

.jcarousel-navigation li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	background: none;
}

.jcarousel-navigation li.active a {
	font-weight: bold;
	text-decoration: none;
}
.jspVerticalBar{
	width: 90px !Important;
	/* relative positioning puts scrollbar on the left as opposed to right (remove it to get it on the right) */
	position: relative;
	left: 0px;
}

/* Carousel end */
#infoPanel{
width: 334px;
color: white;
font-weight: bold;
float: right;
}
#infoPanel3{
background: url(../images/panelFiller.png) repeat;
padding: 10px;
clear: both;

}


.view-clone-of-single-sample .views-field-title .views-label, .views-field-field-test-image .views-label, .view-location-images-carousel .views-label{
	display: none;
}
.view-clone-of-single-sample .views-field-title, .view-location-images-carousel .views-field-title{
	font-size: 2.8em;
	font-weight: bold;
	word-break: break-all;
}
.view-clone-of-single-sample .altDesc, .views-field-field-thin-section .altDesc, .views-field-field-additional-image .altDesc{
	color: #FFFFFF;
	font-size: 0.6em;
	font-weight: plain;
	padding: 0px;
	background: url(../images/panelFiller.png) repeat;
	position: relative;
	top: -30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	width: 310px;

}


.view-clone-of-single-sample .views-field-field-location-images img, .view-location-images-carousel .views-field-field-thin-section img,.view-collection-images-carousel .views-field-field-additional-image img{
	width: 310px;
	height: 232px !Important;

}
.view-clone-of-single-sample .views-field-field-location-images a, .view-location-images-carousel .views-field-field-thin-section a,.view-collection-images-carousel .views-field-field-additional-image a{
	padding-left: 0px !Important;

}

.jcarousel-skin-tango{
	text-align: left;

}
.jcarousel-navigation{
	text-align: center;
	width: 308px;

}


.views-field-field-thin-section .field-content a, .views-field-field-thin-section .field-content img, .views-field-field-additional-image .field-content img, .views-field-field-additional-image .field-content a{
	display: inline !important;
}


.open-close{
	width: 20px;
	float: right;
}
#clickme-infoPanel2{
	float: right;
	width: 20px;
}
#infoPanel2{
	clear: both;
}
#infoPanel2 .field-name-field-description p{
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
}
#infoPanel2 .field-name-field-description a{
	color: #bedfdf;
	text-decoration: underline;
}

.jcarousel-clip-horizontal{
	width: 310px !important;

}
.jcarousel-container-horizontal{
	width: 330px !important;
	padding: 0px; !important;
	position: relative; 
}
#viewMicroscope{
	color: #000000;
	width: 190px;
	height: 40px;
	text-transform:uppercase;
	white-space: no-wrap;
}
#viewObject{
	color: #053434;
	width: 120px;
	min-width: 130px;
	height: 40px;
	vertical-align: bottom;
	text-transform:uppercase;
	white-space: no-wrap;
}

#viewObject a, #viewMicroscope a{
	color: #053434;
	font-size: 0.9em;

}
#viewMicroscope{
	color: #053434;
	width: 150px;
	height: 40px;
	vertical-align: bottom;
	display: inline;
	text-align: right;
	
}
.views-label-field-microscope-asset{
	display: none;
}

#name-and-slogan{
	display: none;
}
.views-field-field-collection-ref{
	display: none;
}
.views-field-field-asset-url{
	display: none;
}
.page-node-24 .mainscreenh1{
	display: none;
}
#block-quicktabs-tabbedpane h2{
	display: none;
}

.view-collection-list .views-field-nid, .view-collection-list .views-label-field-image{
	display: none;
}
.view-collection-list .views-field-field-image img{
	height: 150px;
	width: auto;
}
.view-collection-list tr{
	background: #FFFFFF;
}
.view-collection-list .views-field-title{
	text-align: center;
	
}
.view-collection-list .views-field-title a{
	text-decoration: none;
	color: #053434;
	font-size: 1.3em;
	
}
.view-collection-list .views-field-title a:hover{
	text-decoration: underline;
	
}

#block-block-2 h2, #block-views-exp-properties-page h2, #block-views-maptest-block h2,#block-views-moon-map-block h2 {
	display: none;
}
#block-views-exp-properties-page{
	width: 496px;
}
#block-views-exp-properties-page label{
	font-size: 0.9em;
	font-weight: normal;
}
#block-views-exp-properties-page .content, #block-block-2 .content {
	padding: 4px;
	border: #f1eac2 solid 1px;

}
#block-views-maptest-block .view-content {
	padding: 4px;
	border: #f1eac2 solid 1px;
	width: 550px;
}

#block-views-moon-map-block .view-content {
	padding: 4px;
	border: #f1eac2 solid 1px;
	width: 550px;
}


#block-views-exp-properties-page form{
	padding: 4px;
	background: #d2d0c1;
	height: 500px;
	min-height: 500px;
}

.propertiesRow .views-field-title{
	height: 70px;
	line-height: 70px;
}
.propertiesRow .views-field-title a{
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle; 
}
.propertiesRow .views-field-title a{ *display  : inline;} /* haslayout for IE6/7 */
.propertiesRow #viewMicroscope img, .propertiesRow #viewObject img{
	position: relative;
	top: 8px;
}

.tabItem2{
	/*background: #bfe1e0;*/
	background: url('../images/search-action-bg-pale2.png') no-repeat top left;
	color: #fff;
	font-size: 1.54em;
	line-height: 2em;
	text-decoration: none;
	float: left;
	position: relative;
	top: 50px;
	width: 140px !important;
	text-align: center;
	height: 71px;
	margin-right: 5px;
	z-index: 0;

}
.tabItem2:hover{
	color: #fff;
	background: url('../images/search-action-bg-dark2.png') no-repeat top left;
	height: 71px;
	text-decoration: none;
	z-index: 0;
}
.tabItem3{
	color: #fff !Important;
	background: url('../images/search-action-bg-dark2.png') no-repeat top left;
	height: 71px;
	text-decoration: none;
	z-index: 0;
}


#time{
	position: relative;
	top: 40px;
}


#tabItems{
	/*padding-left: 75px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	width: 900px;
	text-align: center !important;
}
#tabItemsHolder{
	padding-left: 300px;
}
.section h1{
	/*display: none;*/
	color: #4d4207;
	font-weight: normal !important;
}
#block-views-collection-list-block h2{
	display: none;
}
#search-block-form--2{
	width: 130px;
}
#edit-submit--2{
	display: inline;
}
.ccc-content{
	/*border: red solid 4px;*/
}
.ccc-inner .ccc-accept{
	background-color: #008080 !Important;
	border: #c0cccc solid 1px !important;
}

#ccc-icon button {
	background:  url('../images/icon-triangle.png') !important;
	background-position:  -7px -7px !important;
	width: 74px !important;
	height: 69px !important;
	padding: 0px !Important;
	margin: 0px !Important;
	position: relative;
	left: -7px;

}
.ccc-about a{
	color: #c0cccc !Important;
}
.ccc-about a:hover{
	color: #FFFFFF !Important;
}
#cccwr.ccc-dark .ccc-expand{
	color: #c0cccc !Important;
	background: rgb(20, 20, 20) !important;
	background: rgb(20, 20, 20, 0.9) !important;
}
.ccc-expand:hover{
	color: #FFFFFF !Important;
}
.ccc-inner h2{
	background: none !important;
	padding: 10px 9px 8px 8px !important;
}
.test{
	display: none;
}
#searchForm form{
	width: 150px;
}
#searchForm h2{
	display: none;
}
#searchForm{
	float: left !important;
	width: 168px !important;
}


.form-wrapper{
}
#nodeDisplay{
	float: left; 
	width: 666px;
}

#nodeDisplay .field-name-field-thin-section{
	display: none;
}
#nodeDisplay #nodeTitle{
	color: #4d4208;
	font-size: 4em !Important;
	word-wrap: normal;
}

#nodeDisplay .field-label{
	display: none;
}
#nodeDisplay .field-name-field-test-image img{
	width: 666px;
	height: 529px;
	margin-top: 50px;
}
#nodeDisplay #nodeTitle{
	font-size: 2.8em;
	line-height: 1.0em;
	font-weight: bold;
	/*word-break: break-all;*/
}
#infoHead {
	min-height: 1.5em;
}
#infoHead6 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	width: 100px;
}
.nodeDisplayLabel{
	clear: both;
	font-size: 1.2em;
}
.nodeDisplayLabel2{
	clear: right;
	float: left;
	font-size: 1.2em;
	width: 50%;
}
.nodeDisplayLabel3{
	clear: right;
	float: left;
	font-size: 1.2em;
	width: 40%;
	padding-left: 3px;
}
.clearLeftFloat{
	clear: left;
}
.infoRow .nodeSmallLabel{
	color: #4d4207;
	font-weight: bold;
	font-size: 0.8em;
	float: left;
	width: 40%;
}
.infoRow .nodeSmallLabel2{
	color: #d2d0c1;
	font-weight: bold;
	font-size: 0.8em;
	width: 65%;
	float: left;
}
.infoRight .nodeSmallLabel2{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	width: 40%;
	float: left;
}
.infoLeft .nodeSmallLabel2{
	color: #d2d0c1;
	font-weight: bold;
	font-size: 0.8em;
	width: 40%;
	float: left;
}
.infoRow{
	display: block;
	clear: left;
}
.infoRow a{
	color: #4d4207;
	text-decoration: underline;
}

#infoPanel .field-name-field-location-presicion {
	color: #d2d0c1;
}
.timescaleText {
	color: #d2d0c1;
	font-size: 0.8em;
	display: block !important;
	float: left;
}
#infoPanel .field-name-field-location-description{
	font-size: 0.8em;
}
.infoRow .field-name-field-accessory-minerals, .infoRow .field-name-field-rock-forming-mineral, .infoRow .field-name-field-category, .infoRow .field-name-field-type, .infoRow .field-name-field-theme, .infoRow .field-name-field-collection-ref, .infoRow .view-collection-title{
	float: left;
	color: #000000 !important;
	width: 50%;
	margin-bottom: 0px;

}
.infoRow .field-name-field-accessory-minerals ul, .infoRow .field-name-field-rock-forming-mineral ul, .infoRow .field-name-field-category ul, .infoRow .field-name-field-theme ul, .infoRow .field-name-field-collection-ref ul {
	display: inline;
	margin-bottom: 0px;
	width: 150px !Important;
	min-width: 150px !Important;
}
.infoRow .field-name-field-accessory-minerals li, .infoRow .field-name-field-rock-forming-mineral li, .infoRow .field-name-field-category li, .infoRow .field-name-field-theme li, .infoRow .field-name-field-collection-ref li  {
	color: #000000 !important;

}
.infoRow .field-name-field-type{
	font-size: 0.8em;

}
.field-name-field-theme{
	width: 150px !Important;
	min-width: 150px !Important;
}
.field-name-field-rock-forming-mineral, .field-name-field-accessory-minerals{
	width: 150px !Important;
	min-width: 150px !Important;
}
.infoRow .view-collection-title{
	max-width: 150px;
	width: 150px;
}
.infoRow .field-name-field-collection-ref a, .infoRow .view-collection-title a{
	padding: 0px 0px 0px 5px !important;
	margin: 0px !Important;
}
.infoRow .view-collection-title a{
	color: #053434 !important;
}
.infoRow .view-collection-title .views-field-title{
	font-size: 0.8em;
	padding: 0px !important;
	margin: 0px !Important;
}


.infoRow .field-name-field-collection-ref .field-items{
	padding: 0px !important;
	margin: 0px !Important;
}
.infoRow .field-name-field-location-presicion{
	text-align: left;
	font-size: 0.8em;
	margin-top: 0px;
	width: 58%;
	float: right;
}
.infoRow .field-name-field-timescale{
	text-align: left;
	font-size: 0.8em;
	margin-top: 0px;
	padding-top: 0px;
	width: 60%;
	float: right;
}
.infoRowItem{
	width: 145px !important;
	min-width: 145px !important;
	max-width: 145px !important;
	float: left;
	white-space: normal !important;
	padding-left: 5px;
	color: #4D4207;
}
.infoRowItem li{
	white-space: normal !important;
float: left;
	max-width: 145px !important;
}
.infoRowItem ul{
	white-space: pre !important;

}

.infoLeft{
	width: 47%;
	float: left;
	padding-bottom: 8px;
	line-height: 1em !Important;
	padding-right: 5px;
}
.infoLeft .nodeSmallLabel2{
	padding-bottom: 5px;
}
.infoRight{
	width: 47%;
	float: right;
	padding-bottom: 8px;
	line-height: 1em;
	padding-right: 5px;
	text-align: left;
}
#infoPanel .field-name-field-info-image img{
	margin-bottom: 0px !important;
}
.view-collection-description p, .view-collection-description a{
	font-size: 0.8em !important;
}
.view-collection-description .views-field-title a{
	color: #053434;
}
.view-collection-description .views-field-title a:hover{
	text-decoration: underline !important;
}

#nodeDisplay ul li{
	color: #ffffff;
	
}
#nodeDisplay #comments{
	display: none;
}
#nodeDisplayCollection ul.links{
	display: none;
}

#nodeDisplayCollection .field-name-body{
	width: 300px;
	float: left;
}
#nodeDisplayCollection .field-name-field-image{
	width: 300px;
	float: right;
}
#nodeDisplayCollection img{
	width: 300px;
	height: auto;
}
#nodeDisplayCollection #comments{
	display: none;
}
.node-owner #comments{
	display: none;
}

#nodeDisplayCollection .views-label{
	display: none;
}
#nodeDisplayCollection .field-name-field-status{
	display: none;
}

#nodeDisplayCollection h1, #nodeDisplayCollection {
	margin-top: 0px;
}
	margin-top: 0px;
}
#nodeDisplayCollection .views-field-field-asset-url{
	display: block !important;
}
#nodeDisplayCollection .viewObject{
	height: 28px;
	width: 24px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	position: relative;
	top: 8px;
}
#nodeDisplayCollection .viewMicroscope{
	height: 28px;
	width: 24px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	position: relative;
	top: 8px;
}


#nodeDisplayCollection .field-name-field-collection-description{
	display: none;
}
#nodeDisplayCollection .field-name-field-additional-image{
	display: none;
}
#longText .field-name-field-collection-description{
	display: block;
}
#nodeDisplayCollection .views-field-nid{
	display: none;
}
#nodeDisplayCollection .views-field-field-test-image img{
	height: 60px;
	width: auto;
}
#nodeDisplayCollection .views-field-field-test-image{
	float: left;
	width: 120px;
}
#nodeDisplayCollection .rightFloatData{
	float: right;
	width: 500px;
}
#nodeDisplayCollection .views-field-title{
	width: 180px;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;
	float: left;
	/*line-height: 60px;*/
}

#nodeDisplayCollection .views-field-title a{
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle; 
}
#nodeDisplayCollection .views-field-title a{ *display  : inline;} /* haslayout for IE6/7 */

#nodeDisplayCollection  .views-field-title a, #nodeDisplayCollection .views-field-field-asset-url a, #nodeDisplayCollection .views-field-field-microscope-asset a{
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	
}
#nodeDisplayCollection .views-field-title a:hover, #nodeDisplayCollection .views-field-field-asset-url a:hover, #nodeDisplayCollection .views-field-field-microscope-asset a:hover{
	text-decoration: underline;
	
}


#nodeDisplayCollection .views-field-field-asset-url, #nodeDisplayCollection .views-field-field-microscope-asset{
	display: inline;
	float: left;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;
}
#nodeDisplayCollection .field-name-field-image .field-label{
	display: none;
}
#nodeDisplayCollection h1 {
	font-size: 4em !Important;
	color: #4d4208;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	margin-bottom: 30px;
	margin-top: 10px;
}
#nodeDisplayCollection {
	margin-top: 0px;
	padding-top: 0px;
}

#nodeDisplayCollection .views-field-field-microscope-asset{
	width: 170px;
}

#nodeDisplayCollection .views-field-field-test-image img{
	vertical-align: middle;
}
#nodeDisplayCollection #longText{
	padding-top: 20px;
}
#nodeDisplayCollection .pager{
	padding-bottom: 8px !important;
	font-size: 1.2em;
}
.view-news-full-listing .pager{
	padding-bottom: 8px !important;
	font-size: 1.2em;
	background-color: #F2EAC3 !Important;
	padding-top: 8px !Important;
}
.view-news-full-listing .views-field-title{
	margin-top: 5px !Important;
	border-top: #F2EAC3 solid 2px;
}
.view-news-full-listing .views-row-first .views-field-title{
	border-top: none;

}
.view-news-full-listing .views-field-body{
	padding-bottom: 3px !important;
}
.view-news-full-listing .views-row-last .views-field-body{
	padding-bottom: 0px !important;
}
.view-news-full-listing .item-list .pager{
	margin-top: 10px;	
}
.view-news-full-listing .view-content{
	/*border: #F2EAC3 solid 2px;*/
}
#spinner{
	background-image: url('../images/loading.gif') no-repeat top right;
	display: none;
	width: 80px;
	height: 40px;
	position: relative;
	left: 230px;
	top: 240px;
}
#contentExplore {
	margin-top: 0px !Important;
	padding-top: 0px !Important;
	margin-left: 0px;
	padding-left: 0px;

}



#block-views-maptest-block {
	margin-top: 10px !Important;
	padding-top: 0px !Important;
	width: 480px !important;
	margin-left: 0px;
	padding-left: 0px;
	float: left;

}

#block-views-moon-map-block {
	margin-top: 10px !Important;
	padding-top: 0px !Important;
	width: 0px !important;
	height: 0px !important;

	margin-left: 0px;
	padding-left: 0px;
	position: relative;
	float: left;
}


#block-views-exp-properties-page {
	margin-top: 10px !Important;
	padding-top: 0px !Important;
	width: 480px !important;
	height: 500px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	z-index: 1000;

}

#edit-field-type-value, #edit-field-owner-tid {
	width: 150px;
}




#block-block-2 {
	margin-top: 10px !Important;
	padding-top: 0px !Important;
	width: 480px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	height: 480px;


}

#exploreContainer{
	min-height: 550px;
	height: 550px;
	padding-top: 10px;
}
#contentExplore2 {
	margin-top: 0px !Important;
	padding-top: 0px !Important;
	width: 532px !Important;
	margin-left: 0px;
	padding-left: 0px;
	float: right;
	padding: 10px 0 10px 0;
}
#contentExplore2 .views-field-field-test-image img{
	height: 60px;
	width: auto;
}
#contentExplore2 .views-field-field-test-image, #contentExplore2 .views-field-field-test-image .field-content {
height: 75px;

}
#contentExplore2 .views-field-title{
	display: inline;
	width: 50%;
}
#node-24, #contentExplore2 .views-label-field-asset-url{
	display: none;
}
.clearBoth{
	clear: both;
}
#main-content3 .pager{
	font-size: 1.2em;
	font-weight: normal;
}
#main-content3 .pager a, #main-content3 .pager li{
	color: #053434 !Important;
}


#main-content3 .views-field-field-microscope-asset{
 width: 150px;
 float: left;
 height: 75px;
 line-height: 75px;
 vertical-align: middle;
 white-space:nowrap
}
#main-content3 .views-field-field-test-image{
	float: left;
	width: 60px;
}
#main-content3 .views-field-title{
	float: left;
	width: 142px;
	height: 75px;
	margin: auto;
	vertical-align: middle;
}
#main-content3 .views-field-field-asset-url{
	float: left;
	width: 120px;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	white-space:nowrap
}
#contentExplore2{
	height: 400px;
	margin-top: 10px;
}

/** Front page **/
/* News block */
#block-views-news-block-block-1{
	border: #f1eac2 solid 1px;
	width: 322px;
	display: inline;
	float: left;
	margin-right: 8px;
	background: url(../images/home-block-footer-decor2.png) no-repeat bottom right;
	padding: 4px 4px 0 4px;
}


#block-views-news-block-block-1 .views-field-title a{
	font-size: 1.2em;
}
/* Teaching resources block */
#block-block-8{
	border: #f1eac2 solid 1px;
	width: 322px;
	display: inline;
	float: left;
	margin-right: 8px;
	background: url(../images/home-block-footer-decor2.png) no-repeat bottom right;
	padding: 4px 4px 0 4px;
}
/* Featured rock */
#block-views-f5f498314347854cc03e3f57ae36e506{
	border: #f1eac2 solid 1px;
	width: 322px;
	display: inline;
	float: left;
	background: url(../images/home-block-footer-decor2.png) no-repeat bottom right;
	padding: 4px 4px 0 4px;
}
#node-25{
	float: left;
	width: 100%;
	display: block;
}

/* Collections block */
#block-block-1 p, #block-block-1 div{
	font-weight: normal;
}
#block-block-1 h2{
	color: #4d4207;
	font-weight: normal;
	font-size: 1.2em;

}

/* Timeline */
#test{
	height:790px !Important;

}
.scroll-pane22{
	min-height: 480px;
		background:rgb(141,14,107);

}
#timeline #accordion	{
	border: 1px solid #fff;
	width:100%;
	padding:8px;
	margin:4px;
	}
	

	
#timeline .zone	{

	padding:8px;
	color:#fff;
	}
	
#timeline .phanerzoic	{
	background:rgb(0,128,128);
	min-height:95px;
	}
	
#timeline ul.phanerzoic	{
	padding:8px 0 16px 0px;
	margin:0;	
	}
	
#timeline ul.precambrian	{
	padding:8px 0 16px 0px;
	margin:0;
	border-top: white solid 4px;
	}	
	
#timeline .precambrian	{
	background:rgb(141,14,107);
	min-height:95px;
	}

#timeline span	{
	margin-left:24px;
	font-size: 85%;
	color:rgba(255,255,255,0.5);
	
	}
	
#timeline .open {
	display: block;
	margin-botton: 0px;
	margin-top: 0px;
	}
	
#timeline .closed {
	display: none;
	}
        
#timeline li img {
	vertical-align: middle;
	margin-right:8px;
	padding-bottom:4px;
	}
			
#timeline li .linkImg {
	vertical-align: middle;
	margin-right:8px;
	padding-bottom:4px;
	background: url('../images/open.png') no-repeat top left;
	background-repeat:  no-repeat;
	padding-left: 25px;
	color: #FFFFFF;

	}


#timeline li .closeLink {
	vertical-align: middle;
	margin-right:8px;
	padding-bottom:4px;
	background: url('../images/close2.png') no-repeat top left;
	background-repeat:  no-repeat;
	padding-left: 25px;
	color: #FFFFFF;

}

#timeline li .openLink {
	vertical-align: middle;
	margin-right:8px;
	padding-bottom:4px;
	background: url('../images/open.png') no-repeat top left;
	background-repeat:  no-repeat;
	padding-left: 25px;
	color: #FFFFFF;

}


#timeline .intime_query	{
	float:right;
	background: url('../images/link.png') no-repeat top left;
	background-repeat:  no-repeat;
	width: 25px;
	height: 20px;
	}
#timeline .intime_query2	{
	float:right;
	background: url('../images/link2.png') no-repeat top left;
	background-repeat:  no-repeat;
	width: 25px;
	height: 20px;
	}
		
	
#timeline a	{
	text-decoration:none;
	}
	
#timeline a.linkImg:hover	{
	text-decoration:underline;
	}		

#timeline ul	{
	margin:12px 0px 8px 0px;
	padding:0;
	}
	
#timeline ul ul	{
	margin:12px 0px 8px 24px;
	padding:0;
	}	
	
#timeline li	{
	margin:8px 0 8px 4px;
	padding:0;
	list-style-type:none;
	line-height: 0.8em;
}
	
#main-content3{
	/*background: #f1eac2;*/

}

#main-content4{
	/*background: #f1eac2;*/
	background-color: #f2eac3;
	display: none;
	height: 516px;
	margin-top: 20px;
}

.labelExtra{
	display: inline;
	padding-right: 5px;
}
.infoRow .labelExtra{
	display: inline;
	padding-left: 10px;
	padding-right: 0px;
}
.labelExtra img{
	position: relative;
	top: 3px;
}
#exploreBanner{
	background: url('../images/exploreBanner.png') no-repeat top center;
	height: 90px;
	min-height: 90px;
	line-height: 90px;
	width: 100%;
	float: left;
}
#exploreTopRight{
	width: 28%;
	float: right;
}

.focusPanel{
	background: #f1eac2;
	padding: 8px;
	line-height: 1.2em !important;
}
#main-content3 .views-field-field-asset-url{
	display: block !important;
	text-align: right;
}
#switchLink, #switchLink2{
	display: none;
}
.view-properties .views-row, .view-timeline-samples .views-row{
	clear: left;
	display: block;
}
.view-properties{
	padding: 2px 2px 10px 2px;
}	
#testLink2{
	width: 80px;
	padding: 4px;
	min-width: 80px;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 0.9em;
	background-color: #FFFFFF;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
}
#resetLink{
	display: inline;
	font-size: 0.9em;

}
#testLinkContainer, .views-submit-button{
	width: 100% !important;
	padding-left: 195px;
	padding-top: 2px;
}
#block-views-exp-properties-page #edit-submit-properties{
	display: none;
	
}
.view-timeline-samples .views-label-field-microscope-asset, .view-timeline-samples .views-label-title{
	display: none;
}
.view-timeline-samples .views-field-field-timescale{
	text-transform: uppercase;
	color: #4e4208;
	font-size: 0.8em;
	display: inline;
	}


.view-timeline-samples .views-field-title{
	width: 140px !important;
	padding-top: 8px;
	line-height: 1.0em !important;
	padding-left: 0px !important;
	float: left;
	height: auto !important;
}
.view-timeline-samples .rightListContent, .propertiesRow .rightListContent{
	width: 436px !important;
	height: 75px;
	float: right;
	vertical-align: top;
	border: none;
	margin-bottom: 2px;
}

.view-timeline-samples .views-field-field-asset-url, .view-timeline-samples .views-field-field-microscope-asset{
	width: 120px;
	float: left;
	height: 75px !important;
	line-height: 75px !important;
	vertical-align: middle;
}
.view-timeline-samples .views-field-field-asset-url a, .view-timeline-samples .views-field-field-microscope-asset a {
	position: relative;
	top: -8px;
}
.view-timeline-samples{
	padding: 2px 2px 10px 2px;
}

.view-timeline-samples .views-field-field-test-image img, .propertiesRow .views-field-field-test-image img{
	/*
	height: 75px;
	width: auto;*/
	vertical-align: middle;
}
.view-timeline-samples .views-field-field-test-image, .propertiesRow .views-field-field-test-image {
	height: 75px;
	width: 85px;
	min-width: 85px;
	max-width: 85px;
	text-align: middle;
	line-height: 75px;
	padding-left: 4px;
}
.view-timeline-samples .timelineRow, .propertiesRow{
	background-color: #FFFFFF !Important;
	width: 100%;
	height: 75px;
	margin-bottom: 2px;

}

.view-timeline-samples #viewMicroscope{
	margin: auto;
height: 60px;
}
.view-timeline-samples .views-field-field-asset-url, .view-timeline-samples .views-field-field-microscope-asset{
	float: left;
	vertical-align: middle;
	height: 75px;
	line-height: 75px;
	padding-top: 8px;
}

#contentExploreBanner2 {
	text-align: center;
	padding-top: 20px;
}
.homeTitleNews{
	color: #ffffff;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1em;
	padding-left: 90px;
	background: #4e4208 url('../images/news_title.png') no-repeat top left;
	height: 72px;
	line-height: 1.2em;
	font-weight: bold;
}

.homeTitleTeachingRes{
	color: #ffffff;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 1em;
	padding-left: 90px;
	background: #4e4208 url('../images/teach_res_title.png') no-repeat top left;
	height: 72px;
	line-height: 1.2em;
	font-weight: bold;
}
.homeTitleFeatured{
	color: #ffffff;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 1em;
	padding-left: 90px;
	background: #4e4208 url('../images/featured_title.png') no-repeat top left;
	height: 72px;
	line-height: 1.2em;
	font-weight: bold;
}
.view-featured-sample-front-page- {
	padding: 10px 10px 10px 10px;
}

.view-featured-sample-front-page- .views-field-field-test-image img{
	float: left;
	width: 50%;
	height: auto;
	padding: 0 10px 10px 0;
}
.view-featured-sample-front-page- .views-field-field-asset-url{
	float: left;
	display: block;
}
.view-featured-sample-front-page- .views-field-field-collection-ref{
	display: block;
}
.view-featured-sample-front-page- .views-field-title a{
	text-decoration: none;
	font-size: 1.2em;
}
.view-featured-sample-front-page- .views-field-title a:hover{
	text-decoration: underline;
}

.view-news-block{
	padding: 0 10px 10px 0;
}
.view-news-block .views-field-field-image img{
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 4px;
}

#block-block-8 p{
	/*padding: 10px;*/
}
.footerLogo a{
	float: left;
}
.footerLogo {
	clear: both;
	width: 400px;
	padding-top: 30px;
	position: relative;
	/*left: -15px;*/
}
#pageContentMoved{
	display: none;
	color: #000000;
	border: red solid 1px;
}


.jcarousel-navigation li a{
	background: #ccc !important;
	color: #FFFFFF  !important;
	padding-left: 7px !important;
	border: #ccc solid 1px !Important;
}

.jcarousel-navigation li.active a{
	background: #023433 !important;
	color: #FFFFFF  !important;
	padding-left: 8px !important;
	border: #023433 solid 1px !important;

}
.jcarousel-navigation li a:hover{
	background: #FFFFFF !important;
	color: #000000  !important;
	padding-left: 8px !important;
	border: #FFFFFF solid 1px !Important;
}
.jcarousel-navigation li.active a:hover{
	background: #ccc !important;
	color: #FFFFFF  !important;
	padding-left: 8px !important;
	border: #ccc solid 1px !important;
}
.jcarousel-navigation{
	padding-top: 2px !important;
}
.view-owner-details .views-field-title{
	font-size: 0.7em;
	width: 300px;
}


/*
.view-owner-details {
	float: left;
	padding-top: 670px;
}
*/
.view-copyright-details {
	float: left;
	padding-top: 670px;
	display: none;
}
#xy{

}

.ownerTitle{
	font-size: 0.7em;
	width: 300px;
	padding-bottom: 10px;
	color: #4E4208;
}
.view-owner-details .views-field-title{
	display: none;
}
.carouselLabel{
	color: #4D4207;
	font-size: 1.2em;
	padding-bottom: 4px;
}
.carouselContainer{
	height: 270px;
	min-height: 270px;
}
.node-type-collection .carouselContainer{
	height: 290px;
	min-height: 290px;
}
.node-type-rock-sample .carouselContainer{
	height: 290px;
	min-height: 290px;
}

.searchWidgetContainer{
	padding-top: 8px;
}
.searchWidgetContainer p{
	margin: 0px !Important;
	display: inline;
}
.views-exposed-form label{
	font-size: 0.9em;
	color: #4d4207;
}
.view-maptest .views-field-field-test-image img{
	height: auto;
	width: 60px !important;
}
#main .submitted{
	display: none;
}
#main .link-wrapper{
	display:  none;
}
#block-block-9 a{
	/*padding-left: 80px;*/
	outline:none;
}
.view-empty-result{
	width: 85%;
	vertical-align: middle;
	position: relative;
	top: 180px;
	background: #FFFFFF;
	padding: 20px;
	margin: 0 20px 0 20px;
	text-align: center;
}
/* Animated throbber */
#block-views-exp-properties-page input.form-autocomplete {
	background-position: 100% 6px; /* LTR */
}

#block-views-exp-properties-page input.throbbing {
	background-position: 100% -16px; /* LTR */
}
#block-views-exp-properties-page input {
	margin: 2px 0;
	padding: 4px;
}
.view-news-full-listing .views-field-title a{
	font-size: 1.2em;
}
.view-news-full-listing .views-field-title{
	padding-bottom: 5px;
}
.backNews{
	font-size: 1.2em;
}
#headerContainer{
	background: #043434 url(../images/for-earth-sciences-header-text.png) no-repeat 170px center;
}
.views-label-field-status, .views-field-field-status, .view-collection-list .views-label-title {
	display: none;
}
.field-content-inactive{
	font-size: 1.3em;
	color: #c0cccc;
}
#block-block-10 h2, #block-block-11 h2{
	display: none;
}
#block-block-10, #block-block-11 {
	font-size: 1.0em;
	font-weight: normal;
}
/* Teaching resources page */
#node-2 h2{
	color: #4d4208;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
}
.field-name-field-location-video .field-label{
	display: none;
}
.search-form .form-item-type{
	display: none;
}
.search-info{
	display: none;
}
.search-advanced, .search-advanced .fieldset-legend{
	background: none !Important;
	background-image: none;
	text-shadow: none;
}
#edit-field-rock-forming-mineral-tid, #edit-field-collection-ref-target-id, #edit-field-type-value, #edit-field-category-tid, #edit-field-timescale-value, #edit-field-accessory-minerals-tid, #edit-field-theme-tid, #edit-field-owner-ref-target-id{
	max-height: 78px;
	height: 78px;
}

#edit-field-timescale-value-wrapper,#edit-field-category-tid-wrapper{
	width: 30%;
}
#edit-field-accessory-minerals-tid-wrapper,#edit-field-rock-forming-mineral-tid-wrapper{
	width: 50%;
}
#edit-title-wrapper,#edit-field-description-value-wrapper{
	width: 222px;
}
#edit-field-theme-tid-wrapper, #edit-field-owner-ref-target-id-wrapper{
	width: 70%;
}

#edit-field-type-value-wrapper, #edit-field-collection-ref-target-id-wrapper{
	width: 50%;
}
#edit-field-collection-ref-target-id, #edit-field-type-value,#edit-field-timescale-value,#edit-field-category-tid, #edit-field-accessory-minerals-tid,#edit-field-rock-forming-mineral-tid,#edit-field-theme-tid,#edit-field-owner-ref-target-id{
	width: 100%;
}
#edit-title, #edit-field-description-value{
	width: 210px;
}
#edit-field-description-value{
	width: 212px;
}
#edit-field-description-value{
	border-left: #D2D0C1 solid 1px !Important;
}
#edit-title, #edit-field-type-value,#edit-field-timescale-value,#edit-field-category-tid, #edit-field-accessory-minerals-tid{
	border-right: #D2D0C1 solid 10px !Important;
}

#edit-field-timescale-value, #edit-field-accessory-minerals-tid, #edit-field-type-value, #edit-field-collection-ref-target-id, #edit-field-theme-tid, #edit-field-category-tid, #edit-submit-properties, #edit-field-rock-forming-mineral-tid, #edit-title, #edit-field-description-value,#edit-field-owner-ref-target-id{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	font-size: 0.8em;
}
#edit-field-timescale-value, #edit-field-accessory-minerals-tid, #edit-field-type-value, #edit-field-collection-ref-target-id, #edit-field-theme-tid, #edit-submit-properties, #edit-field-rock-forming-mineral-tid{
	margin-top: 2px;
	margin-bottom: 2px;
}
#edit-field-owner-ref-target-id,#edit-field-owner-ref-target-id{
	margin-top: 2px;
}

#edit-field-type-value-wrapper, #edit-field-collection-ref-target-id-wrapper, #edit-field-timescale-value-wrapper, #edit-title-wrapper, #edit-field-description-value-wrapper, #edit-field-theme-tid-wrapper, #edit-field-category-tid-wrapper, #edit-field-accessory-minerals-tid-wrapper, #edit-field-rock-forming-mineral-tid-wrapper, #edit-field-owner-ref-target-id-wrapper{
	padding: 0px;
}

#block-views-exp-properties-page .views-submit-button{

}

#holder{
	height: 500px;
	margin: auto;
	line-height: 500px;
	width: 540px;
	text-align: center;
	vertical-align: middle;
	/*background-color: #f2eac3;*/
	color: #4E4208;
	margin-top: 20px;

}
#infoMap{
	width: 350px;
	line-height: 1.0em;
	margin: auto;
	height: auto;
	/*
	position: relative;
	top: 20%;*/
}
#infoProperties{
	width: 400px;
	line-height: 1.0em;
	margin: auto;
	height: auto;
	position: relative;
	top: 15%;
}
#infoTime{
	width: 400px;
	line-height: 1.0em;
	margin: auto;
	height: auto;
	position: relative;
	top: 20%;
}

#infoTime p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	text-align: left;
	padding: 20px;
	line-height: 1.2em;
	margin-left: 20px;
	font-size: 1.2em;

}
#infoProperties p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	text-align: left;
	padding: 20px;
	line-height: 1.2em;
	margin-left: 20px;
	font-size: 1.2em;
}
#infoMap p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	text-align: left;
	margin-left: 70px;
	/*padding: 20px;*/
	line-height: 1.2em;
	font-size: 1.2em;
}
#mapLink{
	color: #FFFFFF;
	clear: both;
	padding-top: 12px;
	width: 100%;
	display: block;
	/*padding-right: 20px;
	background: url('../images/bgs-16-white.png') no-repeat 100% 90%;*/
	background: url('../images/bgs-button-bg.png') no-repeat 5px 0;
	height: 40px;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 1.0em;
}
#mapLinkHolder{
	clear: both;
	width: 305px;
	/*background: url('../images/panelFiller2.png');
	border: white solid 1px;*/
	height: 40px;

	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	margin-bottom: 20px;
	
	
}
.moreNews{
	padding-left: 8px;
}
.moreNewsHolder{
	padding-left: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 40px;
}
.moreNewsHolder img{
	position: relative;
	top: 8px;
}
.moreNewsHolder #viewMicroscope a, .moreNewsHolder #viewObject a{
	padding-left: 6px;
}

.logoFront_OU{
	padding-left: 30px;
}
.homeBlockContainer {
	min-height: 200px !important;
	padding-top: 5px;
	line-height: 1.3em;
}
.homeBlockContainer p{
	margin-bottom: 0px;
	color: #4E4208;
}
.homeBlockContainer .views-field-title, .homeBlockContainer h3{
	text-transform: uppercase;
}

.homeBlockContainer h3{
	color: #053434;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	padding: 0px;
	margin: 0px;
}
.view-featured-sample-front-page- .views-field-field-microscope-asset{
	clear: both;
}
.view-featured-sample-front-page- label, .view-featured-sample-front-page- .views-label{
	display: none;
}
.view-featured-sample-front-page-  #viewMicroscope a, .view-featured-sample-front-page-  #viewObject a{
	font-size: 1.0em !important;
}

.view-featured-sample-front-page-{
	padding: 0px;
}
#block-block-8 .homeBlockContainer {
	background: url(../images/teachRes.png) no-repeat 0 50%;
}
#block-block-8 .homeBlockRight{
	width: 50%;
	padding-left: 160px;
}

/* SCROLLPANE */
.loading-indicator-bars {
		background-image: url($logo=base_path().path_to_theme().'showLoading/images/loading-bars.gif');
		width: 150px;
	}

.jspContainer
{
	overflow: hidden;
	position: relative;

}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #BDCCD4 !important;
	position: relative;
}

.jspDrag
{
	background: #BFDFDF !important;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.scroll-pane{
	height: 506px !important;
	min-height: 506px !important;
	color: #000000 !important;
	visibility: visble !important;
	display: block !important;
	width: 470px !important;
}

.scroll-pane2{
	height: 506px !important;
	min-height: 506px !important;
	color: #000000 !important;
	visibility: visble !important;
	display: block !important;
	width: 470px !important;
	overflow: auto;
}


.jspScrollable, jspContainer{
	width: 470px !important;
	min-width: 470px !important;
	background: #FFFFFF;
}

/* END SCROLLPANE */
.loginLink a, .loginLink a:hover{
	color: #FFFFFF;
	padding-left: 20px;
	position: relative;
	top: 48px;
	display: none;
}
#user-login input:focus{
	background-color: #FFFFFF;
	outline: none;
}
#infoPanel #viewMicroscope{
width: 47% !Important;
min-width: 47% !Important;
float: left;
display: block;
text-align: left;
}
#infoPanel #viewObject{
width: 47% !Important;
min-width: 47% !Important;
float: right;
display: block;
padding-top: 0px;
text-align: right;
}
#infoPanel #viewObject img, #infoPanel #viewMicroscope img{
	position: relative;
	top: 6px;
}
.gmnoprint div{
	/*border: red solid 1px;*/
}
.gm-style-iw{
	min-height: 100px !Important;
	min-width: 150px !Important;
}
.container-inline{
	margin: 0px !Important;
	padding: 0px !Important;
}
.container-inline #edit-actions{

}
.view-collection-single-{
	background-color: #F2EAC3;
}
.view-collection-single- td{
	border-left: #F2EAC3 solid 1px;
	border-right: #F2EAC3 solid 1px;
	border-bottom: #F2EAC3 solid 1px;

}
.view-collection-single- .row-1 td{
	border-top: #F2EAC3 solid 1px;
}
#main-content4 #footer-wrapper{
	display: none;
}
.rightListContent2{
	width: 140px !Important;
	float: left;
	height: 75px !Important;
	line-height: 75px !Important;
}
.rightListContent3{
	vertical-align: middle !Important;
	line-height: 1.0em !Important;
	display: inline-block;
	position: relative;
	top: -8px;
}

.rightListContent2 .views-label-field-timescale{
	display: none;
}

.propertiesRow .views-field-field-test-image .field-content{
	height: 70px;
	min-height: 70px;
	
}
.propertiesRow .views-field-field-test-image .field-content img{
	vertical-align: middle;
	
}
.spinnerText{
	text-transform:uppercase;
	font-size: 0.7em;
	color: #4e4208;

}
.rssFeed img{
padding-top: 20px;
}
.newsTitle{
	width: 140px;
	float: left;
}
.vmShare{
	background-image: url('../images/vm_shared.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 34px;
}
.view-collection-description span{
	line-height: 1.5em !Important;
}
.view-collection-description{
	padding-top: 15px;
}
#header{
	line-height: 1em;
}
.collection-description-label{
	margin-bottom: 10px;
	color: #4D4208;
	font-size: 1.3em;
}
#block-block-9 .content{
	margin: 0 !Important;
	padding: 0 !Important;
}

.jcarousel-skin-tango .jcarousel-next, .jcarousel-skin-tango .jcarousel-prev{
	background-image: url('../images/arrows.png') !important;
}
#cboxTitle{
	line-height: 38px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4D4207;
        padding: 0 15px 0 15px !Important;
}
#cboxCurrent{
	color: #4D4207;
	border-left: #4D4207 solid 1px;

}
#toggle-view {
    list-style:none;    
    font-family:arial;
    font-size:11px;
    margin:0;
    padding:0;
    width:100%;
}

#toggle-view .liOpen{
border-top:3px solid #f1eac2;
position:relative;
cursor:pointer;
margin: 0px;
padding: 0px;
background: url('../images/open-icon.png') no-repeat 650px 16px;

}
#toggle-view .liClose {
border-top:3px solid #f1eac2;
position:relative;
cursor:pointer;
margin: 0px;
padding: 0px;
background: url('../images/close-icon.png') no-repeat 650px 16px;

}
#toggle-view h3 {
font-size:1.5em;
font-weight: bold;

}
#toggle-view li p{
	font-size: 1.4em !important;
}

#toggle-view span {
position:absolute;
right:5px; top:0;
color:none;
width: 20px;
height: 20px;

}

#toggle-view p.spanOpen{
	/*color: red;*/
background: url('../images/open-icon.png') no-repeat 650px 0px;
}
#toggle-view p.spanClose{
background: url('../images/close-icon.png') no-repeat 650px 0px;
}

#toggle-view .panel {
margin:5px 0;
display:none;

}
#toggle-view .panel2 {
margin:5px 0;

}

#sidebar-first .block-menu{
	background-color: #EFF7F7;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: center;
	padding-top: 5px;

}
#sidebar-first .block-menu ul{
}

#sidebar-first #block-menu-menu-about ul li.leaf, #sidebar-first #block-menu-menu-teaching-resources ul li.leaf{
	list-style-image: none !important;
	list-style-type: none !important;
	width: 100%;
}
#sidebar-first #block-menu-menu-about ul li.collapsed, #sidebar-first #block-menu-menu-teaching-resources ul li.collapsed{
	/*list-style-image: none !important;
	list-style-type: none !important;*/
	width: 100%;
}
#sidebar-first #block-menu-menu-about ul li ul li.leaf,#sidebar-first #block-menu-menu-teaching-resources ul li ul li.leaf{
	list-style-image: none !important;
	list-style-type: none !important;
	width: 100%;
	background-color: none !important;
	border-bottom: none !Important;
}
#sidebar-first #block-menu-menu-about a, #sidebar-first #block-menu-menu-teaching-resources a{
	width: 100% !Important;
	font-size: 1.1em;
}
#sidebar-first #block-menu-menu-about a.active, #sidebar-first #block-menu-menu-teaching-resources a.active{
background-color: #FFFFFF;
color: #4d4207;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#sidebar-first #block-menu-menu-about a.active-trail, #sidebar-first #block-menu-menu-teaching-resources a.active-trail{
	width: 100% !Important;
display: block;
color: #FFFFFF;

}

#sidebar-first #block-menu-menu-about .expanded a.active-trail, #sidebar-first #block-menu-menu-teaching-resources .expanded a.active-trail{
	width: 100% !Important;
display: block;
color: #000000;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#sidebar-first ul li.collapsed{
	list-style-image:  url('../images/local-nav-arrowhead.png');
}

#sidebar-first #block-menu-menu-about .expanded , #sidebar-first #block-menu-menu-teaching-resources .expanded {
background-color: #FFFFFF;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	list-style-image:  url('../images/local-nav-arrowhead-selected.png');
}


#sidebar-first #block-menu-menu-about .expanded a.active, #sidebar-first #block-menu-menu-teaching-resources .expanded a.active{
	width: 100% !Important;
display: block;
color: #4d4207;
}
#sidebar-first #block-menu-menu-about .leaf a.active-trail, #sidebar-first #block-menu-menu-teaching-resources .leaf a.active-trail{
	width: 100% !Important;
display: block;
color: #4d4207;

}

#sidebar-first #block-menu-menu-about .expanded li, #sidebar-first #block-menu-menu-teaching-resources .expanded li{
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
background: none;
}
#sidebar-first ul li ul,#sidebar-first ul li ul li {
	background-color: none;
	padding-bottom: 2px;
	padding-top: 2px;

	margin-bottom: 0px;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


#block-menu-menu-about h2, #sidebar-first #block-menu-menu-teaching-resources h2{
	display: none;
}

.testClass{
	padding-bottom: 38px;
	z-index: 999999;
}
.rights{
	font-size: 0.7em;
	line-height: 1.2em;
	width: 300px;
	color: #4E4208;
}
.rights img{
	display: block;
	padding: 8px 0px 8px 0px;
}
.jcarousel-navigation li a{
	padding: 0px 3px !important;
}
.jcarousel-navigation li a:hover{
	padding: 0px 3px !important;
}
.jcarousel-navigation li.active a{
	padding: 0px 3px !important;

}
.jcarousel-navigation li.active a:hover{
	padding: 0px 3px !important;

}
.view-featured-sample-front-page- .views-field-field-microscope-asset {
    clear: both;
    display: block;
    float: left;
    margin-right: 10px;
}
.abouth1Container{
	background: url('../images/about-banner-3.png') no-repeat top right;
	height: 139px;
	margin: 10px 0 10px 0;
}
.abouth1{

	position: relative;
	top: 10px;
	margin: 0;


}
.teach_h1Container{
	background: url('../images/teaching-resource-banner2.png') no-repeat 0px 10px;
	height: 149px;
	margin: 0px 0 10px 0;
}
.teach_h1{

	position: relative;
	top: 10px;
	margin: 0;
	word-wrap: break-word;
}
.newsContainer{
	/*background: url('../images/news-banner.jpg') no-repeat top left;*/
	/*height: 149px;*/
	margin: 0px 0 10px 0;
}
.newsTitleHolder{
/*
	position: relative;
	top: 10px;
	left: 10px;
*/
	margin: 0px;
}

.abouth2{
	font-weight: bold;
}
#block-block-13{
	background: #f1eac2  url('../images/further-information.png') no-repeat top left;
	padding: 10px;
	margin-top: 20px;
}
#block-block-13 a,#block-block-14 a,#block-block-13 a:hover,#block-block-14 a:hover,#block-block-13 a:visited,#block-block-14 a:visited{
	text-decoration: underline !important;
}
#block-block-13 h2, #block-block-13 p{
	padding-left: 97px;
	margin: 0;
	
}
#block-block-14{
	background: #f1eac2  url('../images/tree.png') no-repeat top left;
	padding: 10px;
	margin-top: 20px;

}
#block-block-14 h2, #block-block-14 p{
	padding-left: 97px;
	margin: 0;
	
}
.item-list .pager li{
	padding: 0px 2px 0 2px;
}
.item-list .pager {
	padding: 0px;
}
.view-collection-list .views-field-field-image .field-content{
	text-align: center;
}
.emailLink{
	padding-left: 20px;
	background: url('../images/email-icon.png') no-repeat 0 1px;
	text-decoration: underline !Important;
}
.linkIcon{
	padding-left: 20px;
	background: url('../images/external-link-icon.png') no-repeat 0 1px;
	text-decoration: underline !Important;
}
.node-page a,.node-page a:visited,.node-page a:hover,.node-article a,.node-article a:visited,.node-article a:hover,#longText a,#longText a:visited,#longText a:hover,.rights a,.rights a:hover,.rights a:visited,#sidebar-first p a,#sidebar-first p a:hover,#sidebar-first p a:visited {
	text-decoration: underline !important;
}
.view-collection-description a,.view-collection-description a:hover,.view-collection-description a:visited{
	text-decoration: underline;
}
#cboxLoadedContent{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;

}
#colorbox p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !Important;
	
}
#sidebar-first p,.node-page p,#block-block-13,#block-block-14,#block-views-37b8ccd33be677aee0041736f85a7ed0,.node-article,#nodeDisplayCollection p{
	color: #4E4208;
}
#sidebar-first{
	padding-top: 8px !Important;
}
.videoHolder{
	width: 100%;
	text-align: center;
}
#moonLink{
	background: url('../images/inPlace-moon-icon.jpg') no-repeat center top;
	color: #FFFFFF;
	padding-top: 72px;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	width: 50px !Important;
	min-width: 50px;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
}
#moon{
	width: 50px;
	min-width: 50px;
	position: relative;
	left: -240px;
	top: 4px;

}

#earthLink{
	background: url('../images/inPlace-earth-icon.jpg') no-repeat center top;
	color: #FFFFFF;
	padding-top: 72px;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	width: 50px !Important;
	min-width: 50px;
	font-size: 0.8em;
	font-weight: bold;
	display: inline-block;
}
#earth{
	width: 50px;
	min-width: 50px;
	display: none;
	position: relative;
	left: -240px;
	top: 4px;


}
.view-rocksadmin .views-field {
	float: left;
	width: 20%;
}
.view-rocksadmin .views-field:first-child {
	float: left;
	padding-right: 20px;
	width: 50%;
}
.view-rocksadmin .views-row {
	clear: left;
}
.view-rocksadmin #testLinkContainer{
	display: none;
}
.view-rocksadmin .views-submit-button{
	width: 30px !important;
	padding-top: 32px;

}
#rocksAdminLabels{
	padding-top: 15px;
}
#rocksAdminLabels div{
	width: 20% !important;
	min-width: 20% !important;
	text-align: center;
	float: left;
	font-weight: bold;
}
#rocksAdminLabels div:first-child{
	width: 50% !important;
	min-width: 50% !important;
	text-align: center;
	float: left;
}
.view-rocksadmin .views-field-field-asset-url{
	display: block !important;
}
.view-rocksadmin .pager{
	padding-top: 15px;
}
.nodeDisplayCollection .location-locations-header{
	display: none;
}
.nodeDisplayCollection .location-locations-wrapper{
	display: none;
}
.field-name-field-location-video{
	z-index: 0 !Important;
}

/* fix to remove unwanted field descriptions on properties search - bug since update to Views module*/
#views-exposed-form-properties-page .description{
  display: none;
}

/* new styles for parent collection field on collection pages */
.field-name-field-parent-collection div{
  display: inline-block;
}
.field-name-field-parent-collection {
  padding-bottom: 10px;
}