/* Spakles main CSS */

body,
#branding,
#header hgroup {
  padding: 0;
  margin: 0;
}

#columns {
  padding-top: 0;
  clear: both;
}

/* Gpanel margins */
.three-3x33 {
  margin: 15px 0 0;
}
.four-4x25 {
  margin: 15px 0 10px;
}

/* Skip Navigation */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  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;
  line-height: 2;
  padding: 0;
  text-align: center;
  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;
}

/* HTML elements */
html {
  /*font-size: 81.3%; /* 16px x 81.3% = 13px */
}
body {
  line-height: 1.5;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
em,
dfn {
  font-style: italic;
}
ins {
  border-bottom: none;
  text-decoration: none;
}
pre,
code,
tt,
samp,
kbd,
var {
  font: 1em "Lucida Console", Monaco, "DejaVu Sans Mono", sans-serif; /* Safari workaround */
}
blockquote,q {
  font-style: italic;
  quotes: "" "";
}
blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote p {
  margin: 0;
}
strong,
dfn,
caption,
th {
  font-weight: 700;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5em 30px;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin: 0 0 0 1em;
}
ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
ul ul,
ul ul ul ul {
  list-style-type: circle;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.5em 30px;
}
.item-list ul,
.item-list ol {
  margin: 0 0 0 30px;
  padding: 0;
}
.block .menu li {
  margin: 0;
}
.block .menu li.content {
  padding: 0; /* extra class can equal a standard class, nasty... */
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.4em;
  font-family: Arial, sans-serif;
}
h1 {
  font-size: 1.416em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.167em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
  padding: 0;
}
em {
  text-decoration: none;
  font-weight: normal;
}
fieldset legend,
.form-item label {
  font-size: 1em;
  font-weight: bold;
}
blockquote {
  margin: 4px 10px;
  padding: 10px 15px;
}
abbr, acronym {
  border-bottom: none;
}
.node .node-content,
.article .article-content,
.comment .comment-content {
  line-height: 1.5em;
}
h1#page-title {
  padding: 0;
  margin: .5em 0 0 0;
  font-size: 2.2em;
	/*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);*/
}

/* Links */
a,
a.active {
  text-decoration: none;
}
a:hover,
a.active:hover,
a:focus,
a.active:focus {
  text-decoration: underline;
}

/* Header */
	#header {
		margin: 0;
		padding: 0;
		background: transparent;
	}
	#branding {
		__float: left;
		padding: 0;
		__width: 60%; /* Adjust this if you have a very long site name or large logo */
	}
	#logo img {
		max-height: 115px;
		width: auto;
	}
	#logo {
		display: block;
		__float: left;
		margin: 0 10px 0 0 !important;
		overflow: hidden;
		padding: 30px 0 30px 10px !important;
	}

	#logo .logoImgLeft{
		float: left;
		width: 50%;
	}

	#logo .logoImgLeft img{
		max-width: 420px;
	}
	#logo .logoImgRgt{
		float: right;
		width: 48%;
		text-align: right;
	}

	#logo .logoImgRgt img{
		max-width: 240px;
	}
	#head-elements {
		margin: 0 0 0 15px;
		padding: 0;
	}

	/* Set heights on branding and header elements */
	#header,
	#branding {
		max-height: 256px;
	}
	#head-elements {
		min-height: 88px;
	}


	#site-name {
		font-size: 2.6em;
		margin: 0;
		padding: 13px 0 0 0;
		overflow: hidden;
		line-height: 1.3em;
	}
	.logo-site-name a:hover,
	.logo-site-name a:focus {
		text-decoration: none;
	}
	#site-slogan {
		font-size: 1em;
		line-height: 1em;
		text-align: left;
		margin: 0;
	}
	.region-header {
		float: right;
		margin: 0;
	}
/* Special casing for the search block in the header region */
	.region-header #block-search-form {
		margin: 0;
		padding: 10px 0 0 10px;
	}
	.region-header #block-search-form .block-inner {
		background: none;
	}
	.region-header #block-search-form input.form-text {
		width: 160px;
	}

  .region-header {
		padding-top: 1.5em;
  }

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

  .region-header .block-inner {
		background-color: transparent;
  }

  .region-header nav {
		margin: 0;
		margin-top: 1.4em;
  }

  .region-header #block-search-form {
		padding: 0;
  }

	.block-region-header .form-submit {
/*
		width: 65px;
		height: 22px;
*/
		width: 70px;
	}

	.lb-h input.form-text {
		width: 100px;
		margin-right: 4px;
	}

	.region-header #block-search-form input.form-text {
		width: 216px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#block-search-form.block-region-header {
		min-width: 320px;
	}


/* Menu-bar */
#menu-bar {
  clear: both;
  min-height: 32px;
  line-height: 32px;
  padding: 0;
  z-index: 100; /* Needed so Superfish menus appear over flash & slideshows in IE7 */
  position: relative;
}
#menu-bar ul {
  padding: 0 15px;
}
#menu-bar ul ul {
  padding: 0;
}
#menu-bar ul,
#menu-bar ul li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#menu-bar ul li {
  float: left;
  padding: 0;
}
#menu-bar ul li a {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu-bar ul.menu li a:hover {
    color: #031E52 !important;
	background-color: #d9d9d9 !important;
}
#menu-bar .block,
#menu-bar .block-inner,
#menu-bar .block-inner .block-content  {
  background: transparent;
  padding: 0;
  margin: 0;
}
/**
 * Hide additional menu levels for normal menu blocks
 */

#menu-bar .block-menu ul ul {
  display: none;
}

/* Articles */

	#main-content .article,
	.ajax-container .article, {
		margin: 0 0 15px 0;
		padding: 0;
	}
	#main-content .article-teaser,
	.ajax-container.article-teaser {
		padding: 10px;
	}
	.article-full-view .article h1.article-title,
	.article h1.article-title {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.article h1.article-title {
		font-size: 1.5em;
	}
	.article h1.article-title a:hover {
		text-decoration: none;
	}
	.article .user-picture {
		border: none;
		float: left;
		margin: 3px 10px 0 0;
	}
	.user-picture img {
		max-width: 100%;
	}
	.article .submitted {
		margin-top: 3px;
		padding: 0;
	}
	.article .node-content,
	.article .article-content {
		padding: 10px 5px;
		margin: 5px 0;
	}
	.article .field-type-taxonomy-term-refernce {
		font-size: 0.9em;
	}
	.article .taxonomy {
		margin: 0;
		padding: 0;
	}
	.article .taxonomy li {
		padding: 1px 5px;
	}
	.article nav {
		clear: both;
	}
	.article ul.links li {
		margin: 0 0.25em;
		padding: 0;
		float: right;
	}
	/* Node Teaser */
	#content .article-teaser {
		margin: 0 0 15px;
		padding: 10px;
		overflow: hidden;
	}
	.article h2.field-label {
		font-size: 1em;
		border-bottom: none;
	}
	/* sticky node-teaser */
	#content .article-teaser.article-sticky {
		padding: 10px;
		margin: 0 0 15px;
	}
	/* Float field-image images*/
	article .field-type-image {
		margin: 1px 10px 10px 10px;
	}
	article .field-type-image img {
		background: rgba(255,255,255,0.9);
		display: block;
		margin: 4px 0 10px;
		padding: 7px;
	}
	article .field-type-image.field-label-above {
		margin-top: 0;
	}
	article .field-type-image .field-label {
		margin-bottom: 0.5em;
	}
	article .field-type-image.field-label-inline .field-label {
		margin-bottom: 0;
		line-height: 1;
	}

/* article view */
/*
	.view .article header {
		display: inline-block;
		padding: 20px 0 0 20px;
		margin-bottom: -20px;
	}
*/

	.view .article h1 {
		padding: 0 20px 0 5px;
	}

	.view .article-content {
		margin-top: 0;
	}

/* spacing fixes */
	#columns .block-inner {
		margin-top: 20px;
	}

	#columns .article {
		margin-top: 5px;
		margin-bottom: 0;
	}


/* Comments */
#comments h2 {
  border-bottom: none;
}
.comment {
  border: none;
  margin: 0 0 10px;
  padding: 10px;
}
.comment .comment-title a {
  font-size: 1.2em;
  font-weight: bold;
}
.comment .new {
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: none;
  float: left;
  margin: 15px 0 0 20px;
}
.comment .comment-id {
  font-size: 1.167em;
  font-weight: bold;
  padding-right: 10px;
}
.comment ul.links {
  float: right;
}

/* Blocks */
	.block {
		margin-bottom: 10px;
	}
	.block-title {
		font-size: 1.167em;
		margin: 0;
		padding: 5px 10px 4px;
	}
	.block-title-bg {
			padding: 0 10px;
	}
	.block h3 {
		padding: 0 3px;
		font-size: 1em;
	}
	.block-content {
		padding: 10px;
	}
	#block-system-main .block-content {
		padding: 0;
	}
	.block .item-list ul {
		margin-left: 0;
	}
	.block .item-list ul ul,
	.block .item-list ul ul ul {
		margin-left: 1em;
	}
	.block ul.links {
		margin: 0;
		padding: 0 0 5px;
	}
	.block ul.links li {
		font-size: .94em;
	}
	/* blocks showing nodes, e.g help out views blocks */
	.block .article h2.article-title {
		font-size: 1.167em;
	}
	.block .article {
		padding: 5px 5px 0;
	}
	#block-search-form form {
		margin: .5em 0 1em 0;
	}
	#block-system-main {
		margin-bottom: 15px;
	}

/* Fields */
	.field .field-label {
		font-size: 1em;
		font-weight: 700;
		line-height: inherit;
		margin: 0;
	}
	.field-type-taxonomy-term-reference ul {
		margin: 0;
		padding: 0;
	}
	.field-type-taxonomy-term-reference ul li {
		display: inline;
		list-style: none;
		padding: 0 0.75em 0 0; /* LTR */
	}
	.field-lable-inline .field-label {
		display: inline;
	}
	.field-type-image figure {
		margin: 0 0 10px;
		padding: 0;
	}
	.field-type-image figure img {
		margin: 0;
		padding: 0;
	}
	.field-type-image figcaption {
		font-style: italic;
		margin: auto;
		text-align: center;
		font-size: 0.923em;
		padding: 10px 0 0;
	}
	tabel .field-type-image img {
		width: 100%;
		height: auto;
	}

/* Lists */
	ul ul{
		margin-left: 15px;
	}
	li a,
	li a:visited,
	li a:active,
	li a:hover {
		font-weight: normal;
	}
	.item-list ul {
	}
	.item-list ul li {
		margin-left: 1em;
	}
	.item-list .title {
		font-size: 1em;
	}
	ul.links li {
		margin: 0;
		padding: 0 2px;
	}
	.comment .links {
		margin-bottom: 0;
	}
	.submitted {
		font-size: 0.9em;
	}
	.links a {
		font-weight: normal;
	}

	/* Action links */
	ul.action-links {
		margin: 0;
		padding: 0;
	}

/* Aggregator */
#aggregator .feed-source {
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories,
#aggregator .source,
#aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/* Forum */
#forum {
  margin: 15px 0;
}
.block-forum h3 {
  margin-bottom: 0.5em;
}
div.forum-topic-navigation a.topic-next {
  text-align: right;
}
div.forum-topic-navigation a.topic-previous {
  text-align: left;
}
#forum tr td.forum  {
  padding-bottom: 0.6em;
  padding-top: 0.6em;
}
#forum tr td.forum .name {
  padding-left: 2em;
}

/* Profile */
#profile .profile {
  clear: both;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/* Footer, Feed icon */
#footer {
  font-size: 0.92em;
  text-align: center;
  border: none;
}
#footer-inner {
  min-height: 88px;
  background-size: 100%; /* CSS3 - one day browsers will support this */
}
#footer a {
  text-decoration: none;
  font-weight: normal;
}
#footer .block {
  padding: 10px 0 0;
}
#footer .block-title {
  text-align: left;
  padding: 0 10px;
}
#footer .block .block-content > ul.menu {
  padding: 0;
}
#footer ul.menu li {
  list-style: none;
  list-style-image: none;
}
#secondary {
  padding: 10px 0;
}
.feed-icon {
  display: block;
  clear: both;
  margin: 15px 10px 5px;
  text-align: right;
}

/* Prevent overflowing content */
#content,
.nav,
#sidebar-first,
#sidebar-second,
#footer {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

  #footer .block-region-footer {
		padding: 1em 1.5em;
  }

   #footer .block-title {
		font-size: 1.25em;
  }

  #footer .block-menu {
    float: left;
  }

  #footer div.region-footer {
    display: inline-block;
    margin: 0 auto;
  }

  #footer ul {
    margin: 0;
  }

  #footer a:hover {
		text-decoration: underline;
	}

/* Pager */
ul.pager {
  padding: 0 4px;
  margin: 0;
}
div.item-list ul.pager li {
  padding: 3px 0;
  margin: 2px;
  display: inline-block;
}
div.item-list ul.pager li.pager-current,
div.item-list ul.pager li a {
  font-weight: bold;
  text-decoration: none;
  padding: 3px 8px;
}

/* Make pager links easier to click */
div.item-list ul.pager li a {
	padding: 5px 8px;
}

/* Admin */
div.messages {
  margin-bottom:0.5em;
}
div.admin-panel h3 a {
  font-size: 1.33em;
  color: #fff;
}
div.admin-panel {
  border: 0 none;
}
div.admin-panel a {
  font-weight: normal;
}
div.admin-panel .description {
  margin: 0 0 3px;
  padding: 2px 0 3px 10px;
}
div.admin-panel .body dl .description {
  margin: 0 0 3px;
  padding: 2px 0 3px;
}
#block-system-help {
  background: none;
  border: 0;
  margin: 5px 0;
  padding: 0;
}
#block-system-help .block-inner {
  padding: 0;
  margin: 0;
}
#block-system-help .block-content {
  padding: 4px 10px 8px;
}
ul.action-links li {
  list-style: none;
}
#palette .form-item {
  width: 24em;
}
.color-form label {
  width: 12em;
}

/* Book Navigation */
.box {
  background: #eee;
  padding: 5px;
  padding: 10px;
}
.box h2 {
  padding-bottom: 2px;
  border-bottom: solid 1px #aaa;
}
.book-navigation {
  padding-bottom: 5px;
}
.book-navigation ul.menu {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.page-links a.page-previous,
div.page-links a.page-next {
  width: 40%;
}
div.page-links a.page-up {
  width: 19%;
}

/* Image Galleries (deprecated?) */
ul.galleries li {
  border: solid 1px #aaa;
  background: #fff;
}
ul.galleries li h3 a {
  font-size: 1.1em;
  font-weight: bold;
}
ul.images {
  border: solid 1px #aaa;
  overflow: hidden;
}
ul.images li {
  text-align: center;
}

/* Buttons */
.form-submit {
  cursor: pointer;
  padding: .25em 1em;
  color: #000;
  font-weight: normal;
  font-size: 1em;
  border: solid 1px #888;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.form-submit:hover {
  color: #000;
  border: solid 1px #666;

	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

#main-content #search-block-form .form-text {
	width: 20em;
	margin-right: 1em;
}

/* Local task tabs */
ul.primary {
  border: 0 none;
  margin: 0 0 15px;
  padding: 0;
}
ul.primary li a {
  padding: 0.25em 0.9em 0.3em;
}
ul.primary li a.active:hover,
ul.primary li a.active:focus {
  text-decoration: none;
}
ul.secondary {
  border-bottom: 0;
  margin: 5px 0;
  padding: 0.5em 0;
}
ul.secondary li {
  border-right: 0;
  padding: 0 1em 0 0; /* LTR */
}

/* Breadcrumb */
	ol#crumbs {
		margin: 0;
		padding: 12px 0 0 5px;
		clear: both;
		display: inline-block;
		overflow: hidden;
	}
	ol#crumbs li {
		list-style: none;
		display: inline;
	}

	.titleCrumb {
		display: inline-block;
	}

	#breadcrumb {
		display: inline-block;
		margin: 10px;
	}

/* Menus */
ul.menu {
  margin: 0 0 0 15px;
  padding: 0;
}
ul.menu ul {
  margin-left: 15px;
}


/* Quicktabs */
.block-quicktabs .block-inner {
  background: none !important;
}
.block-quicktabs .block-content {
  padding: 0;
}
.block-quicktabs .ui-tabs .ui-tabs-panel {
  padding: 10px;
}

/* poll */
.block-poll ul.links li {
  list-style: none;
}




/* Tables */
table {
  border-spacing: 0;
  border-color: #eee;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
table,
td,
th {
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
}
thead th {
  border-bottom: 1px solid #eee;
  color: #494949;
  font-weight: 700;
}
td,
th {
  border-bottom: none;
  margin: 0;
  padding: .375em .5em;
}
tr.even,
tr.odd {
  border-bottom: none;
}
tr.odd,
tr.info {
  background-color: #f5f5f5;
}
tr.even {
  background-color: #fff;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
tr.odd td.active {
  background-color: #eee;
}
tr.even td.active {
  background-color: #f7f7f7;
}
td.region,
td.module,
td.container td.category {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  border-top: 1.5em solid #fff;
  color: #222;
  font-weight: 700;
}
tr:first-child td.region,
tr:first-child td.module,
tr:first-child td.container {
  border-top-width: 0;
}
#forum tr td.forum {
  background-position: 5px 5px;
}
#forum tr td.forum .name {
  padding-left: .375em;
}
#forum div.indent {
  margin-left: .5em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em 0 0 34px;
}
#system-themes-form table.sticky-table {
  position: relative;
  z-index: 10;
}
span.tabledrag-changed {
  display: none;
}
table, tr, td, thead, tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  width: 100%;
  margin: 0 0 10px 0;
}

/* Forms */
form {
  margin: 0 0 1.5em;
  padding: 0;
}
.form-item label {
  font-weight: 400;
}
input {
  margin: .5em 0;
  max-width: 100%;
}
input.title {
  font-size: 1.5em;
}
input.text,
input.title,
textarea,
select {
  border: 1px solid #ccc;
  margin: .5em 0;
}
select {
  padding: 2px;
}
.form-text:focus,
.form-checkbox:focus,
.form-radio:focus,
.form-select:focus {
  border: 1px solid #fc0;
  background: #ffffdf;
}
textarea:focus {
  border:1px solid #fc0;
  background:#fff;
}
input.text,
input.title {
  padding: .5em;
}
input.form-text,
textarea {
  border: 1px solid #ccc;
  height: auto;
  padding: 2px;
}
textarea,
input {
  font: 1em normal Arial, Helvetica, sans-serif;
}
div.form-item {
}
.form-item textarea.error {
  padding: 2px;
}
.form-item .description,
fieldset .description,
.fieldset-layout-settings dd {
  font-size: .9em;
}
span.form-required,
span.marker {}
#article-admin-filter ul {
  padding: .5em 0;
}
#edit-operation-wrapper select {
  margin: .5em;
}
div.resizable-textarea textarea {
  margin-top: 0;
}

/* Fieldsets */
fieldset {
  background: transparent;
  border: 1px solid #dadada;
  margin: 1.5em 0;
  padding: .75em;
}
*:first-child+html fieldset {
  background-color: transparent;
  background-position: 0 .75em;
  padding: 0 1em .75em;
}
*:first-child+html fieldset > .description,
*:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1.5em;
}
fieldset legend {
  display: block;
  font-weight: 400;
  padding: 0 1em 0 0;
  width: auto;
}
*:first-child+html fieldset legend,
*:first-child+html fieldset.collapsed legend {
  display: inline;
}
html.js fieldset.collapsed {
  background: transparent;
  padding-top: .25em;
}

/* Search */
#search-block-form {}
#search-block-form > div {}
#search-block-form .container-inline{}
#edit-search-block-form-1-wrapper {}
#search-block-form label {}
#search-block-form input {}
#search-block-form .form-submit {
   background: none repeat scroll 0 0 #8414b5;
   color: #fff;
}
#search-block-form .form-text {
  width: 119px; /* Adjust this to suit */
}

/* Advanced search form */
fieldset#edit-advanced fieldset {
  float: left;
  margin: 0 10px 10px 0;
}
fieldset#edit-advanced fieldset .fieldset-legend {
  background: none;
  padding-left: 1em;
}
.advanced-search-submit {
  clear: both;
}
.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}
#edit-keywords-fieldset .form-item:first-child {
  margin-top: 0.4em;
}
#search-form {
  margin: 1em 0;
}
#search-form > div {}
#search-form .container-inline {}
#search-form label {}
#search-form input {}
#search-form .form-item {}
#search-form .form-submit {}

/* User login */
#user-login-form ul {
  margin: 0;
  padding: 0;
}
#user-login-form li.openid-link,
#user-login-form li.user-link {
  text-align: center;
}
#user-login ul {
  margin: 0 0 5px;
}
#user-login ul li {
  margin: 0;
}
#user-login-form .item-list li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
#user-login-form li.openid-link,
#user-login li.openid-link {
  background: none;
}
.hide-label label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#user-admin-filter ul li,
#article-admin-filter ul li {
  list-style: none;
}
.description {
  color: #555;
}
/* Tips overrides */
.field-type-text-with-summary fieldset {
  padding: 1em 0;
}
.field-type-text-with-summary fieldset .form-item {
  margin: 0;
}
.field-type-text-with-summary fieldset .filter-help {
  padding: .5em 1.5em;
}

/* Fix autocomplete drop lists */
#autocomplete {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 1.2;
}
#autocomplete li {
  padding: 2px;
}
#autocomplete li,
#autocomplete div {
  float: none;
  display: block;
}

/* Reset textarea backgrounds in WYSIWYG module text editors */
body.wysiwygeditor {
  background-color: #fff;
  background-image: none;
}

/* Override max-width 100% for Gmaps and Getlocations modules */
.gmap img,
.view-gmap img,
#getlocations_map_canvas img {
  max-width: none;
}

/* buttons */
		.button {
		margin: .75em auto;
		text-align: center;
		font: 13px Verdana;
		-webkit-border-radius: .5em;
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,.8) inset, 0 2px 1px rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.4), 0 1px 0px rgba(0, 0, 0, 1) inset;
		-moz-box-shadow: 0 -1px 1px rgba(0,0,0,.8) inset, 0 2px 1px rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.4), 0 1px 0px rgba(0, 0, 0, 1) inset;
		box-shadow: 0 -1px 1px rgba(0,0,0,.8) inset, 0 2px 1px rgba(255,255,255,.6) inset, 0 1px 2px rgba(0,0,0,.4), 0 1px 0px rgba(0, 0, 0, 1) inset;
		max-width: 160px;
		position: relative;

	}

	.button a {
		width: 100%;
		padding: .5em 0;
		display: block;
		color: #e4ecf7;
		text-shadow: 1px -1px 0px rgba(0,0,0,.6);
	}

	.button a:hover {
		text-decoration: none;
		color: #ffffff;
	}

	.button:active {
		position: relative;
		top: 1px;
	}

	.button a:active {
		color: #e8c7be;
	}

	.button:hover {
		color: #ffffff;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
		box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
	}

	.button:active {
		color: #d7dee7;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
		box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.6) inset;
	}


/* misc */
	.region-sidebar-second .block-superfish {
		margin-top: 70px;
	}

	section#main-content .block-inner {
		margin-top: 5px;
	}

	.article img {
		-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
		-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
	}

	.file-icon {
		margin-right: 5px;
	}

	.flag-message {
		display: block;
		text-align: right;
		position: static;
	}

	.flag-wrapper {
		text-align: right;
		margin-bottom: .25em;
		width: 300px;
		text-align: right;
		float: right;
	}

	.view-flag-repo-selection .views-field-ops,
	.view-flag-repo-selection-tab .views-field-ops {
		width: 300px;
	}

	.view-flag-repo-selection .flag-wrapper,
	.view-flag-repo-selection-tab .flag-wrapper {
		float: none;
	}

	.view-flag-repo-selection .flag-message,
	.view-flag-repo-selection-tab .flag-message {
		text-align: left;
	}

	.search-result-count {
		margin-bottom: .5em;
		margin-top: -.25em;
		display: block;
	}

	.page-glossary-search h1#page-title {
		background: none repeat scroll 0 0 #8414b5;
		border-radius: 4px 4px 0 0;
		padding: 0 10px;
		font-size: 1.167em;
		margin-top: 10px;
		padding: 5px 10px 4px;
		color: #ffffff;
	}

	/*.view-glossary-search .views-exposed-widget .views-widget-filter-combine {
		padding: 0.5em 12em 0 2em;
		width: 96%;
	}
	#views-exposed-form-glossary-search-page .views-submit-button .form-submit {
	 float: right;
	}


	#views-exposed-form-glossary-search-page .views-widget-filter-combine .form-text {
		width: 96%;
}*/

.view-id-glossary_search .view-filters{
	clear: both;
	overflow: hidden;
	padding: 0 2em !important;
}

.view-id-glossary_search .view-filters .views-exposed-form .views-exposed-widget{
	float: none !important;
}

.view-id-glossary_search .view-filters #edit-combine{
	width: 96% !important;
}

.view-id-glossary_search .views-exposed-form .views-exposed-widget .form-submit{
	margin-top: 0 !important;
}
.view-id-glossary_search .view-filters #edit-submit-glossary-search{
	float: left !important;
}

.view-glossary-search .view-footer{
	padding: 10px;
}

.view-glossary-search .view-content{
	padding: 10px;
}
.search-form .form-item-retain-filters{
display: block;
}
#block-book-navigation .block-title{
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 4px 4px 0 0;
    background: #8414b5;
	  padding: 3px 24px;
}
.block.block-addtoany.block-even.block-count-3.block-region-content {
    left: 240px;
    position: absolute;
    top: -2px;
}
.solr-snippet-field-container .extra-info p,
#lessabstract p{
	margin-bottom:0;
}
body.page-search-site .solr-snippet-wrapper .sm_creator.solr-snippet-field-container {
	display: none;
}
.page-glossary-vet #main-content #page-title{
	margin-left: 9px;
}
.page-facetbrowse a:focus{
  text-decoration: none;
}
.extra-info a.atClass{
	display: inline-block;
}
