
fieldset {
	margin-bottom: 1em;
	padding: .5em;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border: 1px solid gray;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-block {
	display: inline-block;
}

/*_\*/
* html .clear-block {
	height: 1%;
}

.clear-block {
	display: block;
}

/* End hide from IE-mac */

body.drag {
	cursor: move;
}

th.active img {
	display: inline;
}

tr.even,tr.odd {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
}

tr.drag {
	background-color: #fffff0;
}

tr.drag-previous {
	background-color: #ffd;
}

td.active {
	background-color: #ddd;
}

td.checkbox,th.checkbox {
	text-align: center;
}

tbody {
	border-top: 1px solid #ccc;
}

tbody th {
	border-bottom: 1px solid #ccc;
}

thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}

.breadcrumb {
	padding-bottom: .5em;
}

div.indentation {
	width: 20px;
	height: 1.7em;
	margin: -0.4em 0.2em -0.4em -0.4em;
	padding: 0.42em 0 0.42em 0.6em;
	float: left;
}

div.tree-child {
	background: url(/misc/tree.png) no-repeat 11px center;
}

div.tree-child-last {
	background: url(/misc/tree-bottom.png) no-repeat 11px center;
}

div.tree-child-horizontal {
	background: url(/misc/tree.png) no-repeat -11px center;
}

.error {
	color: #e55;
}

div.error {
	border: 1px solid #d77;
}

div.error,tr.error {
	background: #fcc;
	color: #200;
	padding: 2px;
}

.warning {
	color: #e09010;
}

div.warning {
	border: 1px solid #f0c020;
}

div.warning,tr.warning {
	background: #ffd;
	color: #220;
	padding: 2px;
}

.ok {
	color: #008000;
}

div.ok {
	border: 1px solid #00aa00;
}

div.ok,tr.ok {
	background: #dfd;
	color: #020;
	padding: 2px;
}

.item-list .icon {
	color: #555;
	float: right;
	padding-left: 0.25em;
	clear: right;
}

.item-list .title {
	font-weight: bold;
}

.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

.item-list ul li {
	margin: 0 0 0.25em 1.5em;
	padding: 0;
	list-style: disc;
}

ol.task-list li.active {
	font-weight: bold;
}

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

tr.odd .form-item,tr.even .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}

tr.merge-down,tr.merge-down td,tr.merge-down th {
	border-bottom-width: 0 !important;
}

tr.merge-up,tr.merge-up td,tr.merge-up th {
	border-top-width: 0 !important;
}

.form-item input.error,.form-item textarea.error,.form-item select.error {
	border: 2px solid red;
}

.form-item .description {
	font-size: 0.85em;
}

.form-item label {
	display: block;
	font-weight: bold;
}

.form-item label.option {
	display: inline;
	font-weight: normal;
}

.form-checkboxes,.form-radios {
	margin: 1em 0;
}

.form-checkboxes .form-item,.form-radios .form-item {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.marker,.form-required {
	color: #f00;
}

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

.more-help-link {
	font-size: 0.85em;
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.item-list .pager {
	clear: both;
	text-align: center;
}

.item-list .pager li {
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.5em;
}

.pager-current {
	font-weight: bold;
}

.tips {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 0.9em;
}

dl.multiselect dd.b,dl.multiselect dd.b .form-item,dl.multiselect dd.b select {
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}

dl.multiselect dd.a,dl.multiselect dd.a .form-item {
	width: 10em;
}

dl.multiselect dt,dl.multiselect dd {
	float: left;
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
}

dl.multiselect .form-item {
	height: 1.75em;
	margin: 0;
}

.container-inline div,.container-inline label {
	display: inline;
}

ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em;
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #bbb;
}

ul.primary li {
	display: inline;
}

ul.primary li a {
	background-color: #ddd;
	border-color: #bbb;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}

ul.primary li.active a {
	background-color: #fff;
	border: 1px solid #bbb;
	border-bottom: #fff 1px solid;
}

ul.primary li a:hover {
	background-color: #eee;
	border-color: #ccc;
	border-bottom-color: #eee;
}

ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}

ul.secondary li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc;
}

ul.secondary a {
	padding: 0;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: 4px solid #999;
}

#autocomplete {
	position: absolute;
	border: 1px solid;
	overflow: hidden;
	z-index: 100;
}

#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#autocomplete li {
	background: #fff;
	color: #000;
	white-space: pre;
	cursor: default;
}

#autocomplete li.selected {
	background: #0072b9;
	color: #fff;
}

html.js input.form-autocomplete {
	background-image: url(/misc/throbber.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}

html.js input.throbbing {
	background-position: 100% -18px;
}

html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	height: 1em;
}

html.js fieldset.collapsed * {
	display: none;
}

html.js fieldset.collapsed legend {
	display: block;
}

html.js fieldset.collapsible legend a {
	padding-left: 15px;
	background: url(/misc/menu-expanded.png) 5px 75% no-repeat;
}

html.js fieldset.collapsed legend a {
	background-image: url(/misc/menu-collapsed.png);
	background-position: 5px 50%;
}

* html.js fieldset.collapsed legend,* html.js fieldset.collapsed legend *,* html.js fieldset.collapsed table * {
	display: inline;
}

html.js fieldset.collapsible {
	position: relative;
}

html.js fieldset.collapsible legend a {
	display: block;
}

html.js fieldset.collapsible .fieldset-wrapper {
	overflow: auto;
}

.resizable-textarea {
	width: 95%;
}

.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #eee url(/misc/grippie.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}

html.js .resizable-textarea textarea {
	margin-bottom: 0;
	width: 100%;
	display: block;
}

.draggable a.tabledrag-handle {
	cursor: move;
	float: left;
	height: 1.7em;
	margin: -0.4em 0 -0.4em -0.5em;
	padding: 0.42em 1.5em 0.42em 0.5em;
	text-decoration: none;
}

a.tabledrag-handle:hover {
	text-decoration: none;
}

a.tabledrag-handle .handle {
	margin-top: 4px;
	height: 13px;
	width: 13px;
	background: url(/misc/draggable.png) no-repeat 0 0;
}

a.tabledrag-handle-hover .handle {
	background-position: 0 -20px;
}

.joined + .grippie {
	height: 5px;
	background-position: center 1px;
	margin-bottom: -2px;
}

.teaser-checkbox {
	padding-top: 1px;
}

div.teaser-button-wrapper {
	float: right;
	padding-right: 5%;
	margin: 0;
}

.teaser-checkbox div.form-item {
	float: right;
	margin: 0 5% 0 0;
	padding: 0;
}

textarea.teaser {
	display: none;
}

html.js .no-js {
	display: none;
}

.progress {
	font-weight: bold;
}

.progress .bar {
	background: #fff url(/misc/progress.gif);
	border: 1px solid #00375a;
	height: 1.5em;
	margin: 0 0.2em;
}

.progress .filled {
	background: #0072b9;
	height: 1em;
	border-bottom: 0.5em solid #004a73;
	width: 0%;
}

.progress .percentage {
	float: right;
}

.progress-disabled {
	float: left;
}

.ahah-progress {
	float: left;
}

.ahah-progress .throbber {
	width: 15px;
	height: 15px;
	margin: 2px;
	background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
	float: left;
}

tr .ahah-progress .throbber {
	margin: 0 2px;
}

.ahah-progress-bar {
	width: 16em;
}

#first-time strong {
	display: block;
	padding: 1.5em 0 .5em;
}

tr.selected td {
	background: #ffc;
}

table.sticky-header {
	margin-top: 0;
	background: #fff;
}

#clean-url.install {
	display: none;
}

html.js .js-hide {
	display: none;
}

#system-modules div.incompatible {
	font-weight: bold;
}

#system-themes-form div.incompatible {
	font-weight: bold;
}

span.password-strength {
	visibility: hidden;
}

input.password-field {
	margin-right: 10px;
}

div.password-description {
	padding: 0 2px;
	margin: 4px 0 0 0;
	font-size: 0.85em;
	max-width: 500px;
}

div.password-description ul {
	margin-bottom: 0;
}

.password-parent {
	margin: 0 0 0 0;
}

input.password-confirm {
	margin-right: 10px;
}

.confirm-parent {
	margin: 5px 0 0 0;
}

span.password-confirm {
	visibility: hidden;
}

span.password-confirm span {
	font-weight: normal;
}

ul.menu {
	list-style: none;
	border: none;
	text-align: left;
}

ul.menu li {
	margin: 0 0 0 0.5em;
}

li.expanded {
	list-style-type: circle;
	list-style-image: url(/misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.collapsed {
	list-style-type: disc;
	list-style-image: url(/misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li.leaf {
	list-style-type: square;
	list-style-image: url(/misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}

li a.active {
	color: #000;
}

td.menu-disabled {
	background: #ccc;
}

ul.links {
	margin: 0;
	padding: 0;
}

ul.links.inline {
	display: inline;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}

#permissions td.module {
	font-weight: bold;
}

#permissions td.permission {
	padding-left: 1.5em;
}

#access-rules .access-type,#access-rules .rule-type {
	margin-right: 1em;
	float: left;
}

#access-rules .access-type .form-item,#access-rules .rule-type .form-item {
	margin-top: 0;
}

#access-rules .mask {
	clear: both;
}

#user-login-form {
	text-align: center;
}

#user-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#user-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}

#user-admin-settings fieldset .description {
	font-size: 0.85em;
	padding-bottom: .5em;
}

.profile {
	clear: both;
	margin: 1em 0;
}

.profile .picture {
	float: right;
	margin: 0 1em 1em 0;
}

.profile h3 {
	border-bottom: 1px solid #ccc;
}

.profile dl {
	margin: 0 0 1.5em 0;
}

.profile dt {
	margin: 0 0 0.2em 0;
	font-weight: bold;
}

.profile dd {
	margin: 0 0 1em 0;
}

.field .field-label,.field .field-label-inline,.field .field-label-inline-first {
	font-weight: bold;
}

.field .field-label-inline,.field .field-label-inline-first {
	display: inline;
}

.field .field-label-inline {
	visibility: hidden;
}

.node-form .content-multiple-table td.content-multiple-drag {
	width: 30px;
	padding-right: 0;
}

.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right: .5em;
}

.node-form .content-add-more .form-submit {
	margin: 0;
}

.node-form .number {
	display: inline;
	width: auto;
}

.node-form .text {
	width: auto;
}

.form-item #autocomplete .reference-autocomplete {
	white-space: normal;
}

.form-item #autocomplete .reference-autocomplete label {
	display: inline;
	font-weight: normal;
}

#content-field-overview-form .advanced-help-link,#content-display-overview-form .advanced-help-link {
	margin: 4px 4px 0 0;
}

#content-field-overview-form .label-group,#content-display-overview-form .label-group,#content-copy-export-form .label-group {
	font-weight: bold;
}

table#content-field-overview .label-add-new-field,table#content-field-overview .label-add-existing-field,table#content-field-overview .label-add-new-group {
	float: left;
}

table#content-field-overview tr.content-add-new .tabledrag-changed {
	display: none;
}

table#content-field-overview tr.content-add-new .description {
	margin-bottom: 0;
}

table#content-field-overview .content-new {
	font-weight: bold;
	padding-bottom: .5em;
}

.advanced-help-topic h3,.advanced-help-topic h4,.advanced-help-topic h5,.advanced-help-topic h6 {
	margin: 1em 0 .5em 0;
}

.advanced-help-topic dd {
	margin-bottom: .5em;
}

.advanced-help-topic span.code {
	background-color: #EDF1F3;
	font-family: "Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
	font-size: 0.9em;
	padding: 1px;
}

.advanced-help-topic .content-border {
	border: 1px solid #AAA;
}

.container-inline-date {
	width: auto;
	clear: both;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
}

.container-inline-date .form-item {
	float: none;
	padding: 0;
	margin: 0;
}

.container-inline-date .form-item .form-item {
	float: left;
}

.container-inline-date .form-item,.container-inline-date .form-item input {
	width: auto;
}

.container-inline-date .description {
	clear: both;
}

.container-inline-date .form-item input,.container-inline-date .form-item select,.container-inline-date .form-item option {
	margin-right: 5px;
}

.container-inline-date .date-spacer {
	margin-left: -5px;
}

.views-right-60 .container-inline-date div {
	padding: 0;
	margin: 0;
}

.container-inline-date .date-timezone .form-item {
	float: none;
	width: auto;
	clear: both;
}

#calendar_div,#calendar_div td,#calendar_div th {
	margin: 0;
	padding: 0;
}

#calendar_div,.calendar_control,.calendar_links,.calendar_header,.calendar {
	width: 185px;
	border-collapse: separate;
	margin: 0;
}

.calendar td {
	padding: 0;
}

span.date-display-single {
}

span.date-display-start {
}

span.date-display-end {
}

span.date-display-separator {
}

.date-repeat-input {
	float: left;
	width: auto;
	margin-right: 5px;
}

.date-repeat-input select {
	min-width: 7em;
}

.date-repeat fieldset {
	clear: both;
	float: none;
}

.date-views-filter-wrapper {
	min-width: 250px;
}

.date-views-filter input {
	float: left !important;
	margin-right: 2px !important;
	padding: 0 !important;
	width: 12em;
	min-width: 12em;
}

.date-nav {
	width: 100%;
}

.date-nav div.date-prev {
	text-align: left;
	width: 24%;
	float: left;
}

.date-nav div.date-next {
	text-align: right;
	width: 24%;
	float: right;
}

.date-nav div.date-heading {
	text-align: center;
	width: 50%;
	float: left;
}

.date-nav div.date-heading h3 {
	margin: 0;
	padding: 0;
}

.date-clear {
	float: none;
	clear: both;
	display: block;
}

.date-clear-block {
	float: none;
	width: auto;
	clear: both;
}

.date-clear-block:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.date-clear-block {
	display: inline-block;
}

/*_\*/
* html .date-clear-block {
	height: 1%;
}

.date-clear-block {
	display: block;
}

/* End hide from IE-mac */
.date-container .date-format-delete {
	margin-top: 1.8em;
	margin-left: 1.5em;
	float: left;
}

.date-container .date-format-name {
	float: left;
}

.date-container .date-format-type {
	float: left;
	padding-left: 10px;
}

.date-container .select-container {
	clear: left;
	float: left;
}

div.date-calendar-day {
	line-height: 1;
	width: 40px;
	float: left;
	margin: 6px 10px 0 0;
	background: #F3F3F3;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #999;
	text-align: center;
	font-family: Georgia,Arial,Verdana,sans;
}

div.date-calendar-day span {
	display: block;
	text-align: center;
}

div.date-calendar-day span.month {
	font-size: .9em;
	background-color: #B5BEBE;
	color: white;
	padding: 2px;
	text-transform: uppercase;
}

div.date-calendar-day span.day {
	font-weight: bold;
	font-size: 2em;
}

div.date-calendar-day span.year {
	font-size: .9em;
	padding: 2px;
}

#ui-datepicker-div table,#ui-datepicker-div td,#ui-datepicker-div th {
	margin: 0;
	padding: 0;
}

#ui-datepicker-div,#ui-datepicker-div table,.ui-datepicker-div,.ui-datepicker-div table,.ui-datepicker-inline,.ui-datepicker-inline table {
	font-size: 12px !important;
}

.ui-datepicker-div,.ui-datepicker-inline,#ui-datepicker-div {
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	list-style: none;
	background: #ffffff;
	border: 2px solid #d3d3d3;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding: 2.5em .5em .5em .5em;
	position: relative;
	width: 15.5em;
}

#ui-datepicker-div {
	background: #ffffff;
	display: none;
	z-index: 9999;
}

.ui-datepicker-inline {
	display: block;
	float: left;
}

.ui-datepicker-control {
	display: none;
}

.ui-datepicker-current {
	display: none;
}

.ui-datepicker-next,.ui-datepicker-prev {
	background: #e6e6e6 url(/sites/all/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	left: .5em;
	position: absolute;
	top: .5em;
}

.ui-datepicker-next {
	left: 14.6em;
}

.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
	background: #dadada url(/sites/all/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}

.ui-datepicker-next a,.ui-datepicker-prev a {
	background: url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	display: block;
	font-size: 1em;
	height: 1.4em;
	text-indent: -999999px;
	width: 1.3em;
}

.ui-datepicker-next a {
	background: url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-prev a:hover {
	background: url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}

.ui-datepicker-next a:hover {
	background: url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-prev a:active {
	background: url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}

.ui-datepicker-next a:active {
	background: url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-header select {
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
	color: #555555;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	top: .5em;
}

.ui-datepicker-header select.ui-datepicker-new-month {
	left: 2.2em;
	width: 7em;
}

.ui-datepicker-header select.ui-datepicker-new-year {
	left: 9.4em;
	width: 5em;
}

table.ui-datepicker {
	text-align: right;
	width: 15.5em;
}

table.ui-datepicker td a {
	color: #555555;
	display: block;
	padding: .1em .3em .1em 0;
	text-decoration: none;
}

table.ui-datepicker tbody {
	border-top: none;
}

table.ui-datepicker tbody td a {
	background: #e6e6e6 url(/sites/all/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #ffffff;
	cursor: pointer;
}

table.ui-datepicker tbody td a:hover {
	background: #dadada url(/sites/all/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
	color: #212121;
}

table.ui-datepicker tbody td a:active {
	background: #ffffff url(/sites/all/modules/date/date_popup/themes/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
	color: #222222;
}

table.ui-datepicker .ui-datepicker-title-row td {
	color: #222222;
	font-size: .9em;
	padding: .3em 0;
	text-align: center;
	text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
}

.timeEntry_control {
	vertical-align: middle;
	margin-left: 2px;
}

* html .timeEntry_control {
	margin-top: -4px;
}

.filefield-icon {
	margin: 0 2px 0 0;
}

.filefield-element {
	margin: 1em 0;
	white-space: normal;
}

.filefield-element .widget-preview {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #CCC;
	max-width: 30%;
}

.filefield-element .widget-edit {
	float: left;
	max-width: 70%;
}

.filefield-element .filefield-preview {
	width: 16em;
	overflow: hidden;
}

.filefield-element .widget-edit .form-item {
	margin: 0 0 1em 0;
}

.filefield-element input.form-submit,.filefield-element input.form-file {
	margin: 0;
}

.filefield-element input.progress-disabled {
	float: none;
	display: inline;
}

.filefield-element div.ahah-progress,.filefield-element div.throbber {
	display: inline;
	float: none;
	padding: 1px 13px 2px 3px;
}

.filefield-element div.ahah-progress-bar {
	display: none;
	margin-top: 4px;
	width: 28em;
	padding: 0;
}

.filefield-element div.ahah-progress-bar div.bar {
	margin: 0;
}

abbr.glossary-indicator,acronym.glossary-indicator,sup.glossary-indicator,span.glossary-indicator,a.glossary-indicator,a.glossary-icon,dfn.glossary-indicator,img.glossary-indicator {
	cursor: help;
}

span.glossary-term {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: help;
}

a.glossary-term {
	text-decoration: none;
	border-bottom: 1px dotted #080;
	color: #080;
	cursor: help;
}

dl.glossary-list > dt {
	font-weight: bold;
}

dl.glossary-list > dd {
	font-weight: normal;
	font-size: 75%;
	margin-left: 15px;
}

dl.glossary-list dt.depth1 {
	padding-left: 10px;
}

dl.glossary-list dt.depth2 {
	padding-left: 20px;
}

dl.glossary-list dt.depth3 {
	padding-left: 30px;
}

.glossary-list dt {
	padding-top: 7px;
	clear: both;
}

td.glossary-list-description {
	padding-left: 1em !important;
	font-style: italic;
	font-size: 90%;
}

a.glossary-edit-term {
	font-size: 75%;
	font-weight: normal;
	margin-left: 2.0em;
}

a.glossary-search-term {
	font-size: 75%;
	font-weight: normal;
	margin-left: 2.0em;
}

p.glossary-description {
	margin: 0px 2.0em 0.5em 2.0em;
	text-indent: 0;
}

div.glossary-letter {
	clear: both;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

.glossary-synonyms {
	font-style: italic;
	color: #888888;
	margin-left: 1em;
}

.glossary-related {
	font-style: italic;
	color: green;
	margin-left: 6px;
}

.glossary-related a {
	text-decoration: underline;
	color: green;
}

.glossary-related a:visited {
	text-decoration: underline;
	color: green;
}

.glossary-related a:link {
	text-decoration: underline;
	color: green;
}

.glossary-links {
	text-align: center;
	background-color: #eeeeff;
	color: #888888;
}

.glossary-links a {
	font-size: 140%;
	text-transform: uppercase;
}

.glossary-alphabar-instructions {
	font-size: 89%;
	font-style: italic;
}

.glossary-admin-links {
	clear: both;
	margin: 0.5em 0 0 3.0em;
}

.glossary-admin-links li a {
	padding: 5px;
}

.glossary-list dt img {
	float: left;
}

.glossary-list .taxonomy_image_wrapper {
	width: 70px;
	float: left;
}

html > body .hovertip_wrap3 {
	background-color: #ffdab9;
	border: 3px outset chocolate;
}

.hovertip h2 {
	margin: 0;
	padding: 0;
	background-color: #D2691E;
	color: #ffffff;
}

a.hovertip_target {
	font-style: normal;
	border-bottom: 3px double #992222;
}

span.hovertip_target {
	font-style: normal;
	border-bottom: 3px double #992222;
}

.glossary_radios .form-radios {
	margin-top: 0;
}

.glossary_radios .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.glossary_checkboxes .form-checkboxes {
	margin-top: 0;
}

.glossary_checkboxes .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.glossary_radios label.option {
	margin-right: 1em;
	float: left;
	border: 1px dotted #666666;
	padding: 0 4px 1px 0;
}

.glossary_radios .form-item .description {
	clear: both;
}

.glossary_checkboxes label.option {
	margin-right: 1em;
	float: left;
	padding: 0 4px 1px 0;
}

.glossary_checkboxes .form-item .description {
	clear: both;
}

.glossary-detailed {
}

.glossary-detailed h2 {
	margin-left: 10px;
}

.glossary-detailed legend {
	text-indent: 0;
}

.glossary-detailed-link {
	font-size: 89%;
	text-indent: 2em;
}

.glossary-interval .description {
	display: block;
}

.block-glossary {
	font-size: 89%;
}

.glossary-block-term-name {
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

span.hovertip img {
	text-align: left;
	margin-right: 5px;
}

a.itweak_buttonwrap,a.itweak_buttonwrap:hover,a.itweak_buttonwrap:visited {
	text-decoration: none !important;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	min-width: 240px;
	overflow: hidden;
}

#imageContainer,#frameContainer,#modalContainer {
	padding: 10px;
}

#modalContainer {
	line-height: 1em;
	overflow: auto;
}

#loading {
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	position: absolute;
	top: 40%;
	left: 45%;
	*left: 0%;
}

#hoverNav {
	z-index: 10;
}

#imageData>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 45px;
	height: 45px;
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url(/sites/all/modules/lightbox2/images/prev_alt.gif) left 15% no-repeat;
}

#nextLink {
	right: 0;
	float: right;
	background: url(/sites/all/modules/lightbox2/images/next_alt.gif) right 15% no-repeat;
}

#prevLink:hover,#prevLink:visited:hover {
	background-position: right 15%;
}

#nextLink:hover,#nextLink:visited:hover {
	background-position: left 15%;
}

#imageDataContainer {
	font: 10px Verdana,Helvetica,sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	min-width: 240px;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	padding-bottom: 1.0em;
}

#imageData #lightbox2-node-link-text {
	display: block;
	padding-bottom: 1.0em;
}

#lightbox2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#overlay_default {
	opacity: 0.6;
}

#overlay_macff2 {
	background: transparent url(/sites/all/modules/lightbox2/images/overlay.png) repeat;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	display: inline;
	width: 100%;
}

* html .clearfix {
	/*_\*/
	height: 1%;
	/* End hide from IE-mac */
}

#bottomNavClose {
	display: block;
	z-index: 200;
	background: url(/sites/all/modules/lightbox2/images/close.gif) left no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 26px;
	width: 26px;
}

#bottomNavClose:hover {
	background-position: right;
}

#loadingLink {
	display: block;
	background: url(/sites/all/modules/lightbox2/images/loading.gif) no-repeat;
	width: 32px;
	height: 32px;
}

#bottomNavZoom {
	display: block;
	background: url(/sites/all/modules/lightbox2/images/expand.gif) no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: 25px;
	right: 5px;
}

#bottomNavZoomOut {
	display: block;
	background: url(/sites/all/modules/lightbox2/images/contract.gif) no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	bottom: 25px;
	right: 5px;
}

#lightshowPlay {
	background: url(/sites/all/modules/lightbox2/images/play.png) no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	height: 20px;
	width: 20px;
}

#lightshowPause {
	background: url(/sites/all/modules/lightbox2/images/pause.png) no-repeat;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	height: 20px;
	width: 20px;
}

.lightbox_hide_image {
	display: none;
}

#lightboxImage {
	-ms-interpolation-mode: bicubic;
}

.block-nice_menus {
	line-height: normal;
	z-index: 10;
}

ul.nice-menu,ul.nice-menu ul {
	z-index: 5;
	position: relative;
}

ul.nice-menu li {
	position: relative;
}

ul.nice-menu a {
	display: block;
}

ul.nice-menu ul,#header-region ul.nice-menu ul {
	position: absolute;
	visibility: hidden;
}

ul.nice-menu li.over ul {
	visibility: visible;
}

ul.nice-menu ul li {
	display: block;
}

ul.nice-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.nice-menu li:hover ul,ul.nice-menu li.menuparent li:hover ul,ul.nice-menu li.menuparent li.menuparent li:hover ul,ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,ul.nice-menu li.over ul,ul.nice-menu li.menuparent li.over ul,ul.nice-menu li.menuparent li.menuparent li.over ul,ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,#header-region ul.nice-menu li:hover ul,#header-region ul.nice-menu li.menuparent li:hover ul,#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,#header-region ul.nice-menu li.over ul,#header-region ul.nice-menu li.menuparent li.over ul,#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
	visibility: visible;
}

ul.nice-menu li:hover ul ul,ul.nice-menu li:hover ul ul ul,ul.nice-menu li:hover li:hover ul ul,ul.nice-menu li:hover li:hover ul ul ul,ul.nice-menu li:hover li:hover li:hover ul ul,ul.nice-menu li:hover li:hover li:hover ul ul ul,ul.nice-menu li.over ul ul,ul.nice-menu li.over ul ul ul,ul.nice-menu li.over li.over ul ul,ul.nice-menu li.over li.over ul ul ul,ul.nice-menu li.over li.over li.over ul ul,ul.nice-menu li.over li.over li.over ul ul ul,#header-region ul.nice-menu li:hover ul ul,#header-region ul.nice-menu li:hover ul ul ul,#header-region ul.nice-menu li:hover li:hover ul ul,#header-region ul.nice-menu li:hover li:hover ul ul ul,#header-region ul.nice-menu li:hover li:hover li:hover ul ul,#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,#header-region ul.nice-menu li.over ul ul,#header-region ul.nice-menu li.over ul ul ul,#header-region ul.nice-menu li.over li.over ul ul,#header-region ul.nice-menu li.over li.over ul ul ul,#header-region ul.nice-menu li.over li.over li.over ul ul,#header-region ul.nice-menu li.over li.over li.over ul ul ul {
	visibility: hidden;
}

ul.nice-menu li.menuparent ul,#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
}

ul.nice-menu li.menuparent ul iframe,#header-region ul.nice-menu li.menuparent ul iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 20px;
	height: 20px;
}

ul.nice-menu,ul.nice-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

ul.nice-menu li {
	border: 1px solid #ccc;
	border-top: 0;
	float: left;
	background-color: #eee;
}

ul.nice-menu a {
	padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul {
	top: 1.8em;
	left: -1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0;
}

ul.nice-menu ul li {
	width: 12.5em;
}

ul.nice-menu-right,ul.nice-menu-left,ul.nice-menu-right li,ul.nice-menu-left li {
	width: 12.5em;
}

ul.nice-menu-right ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}

ul.nice-menu-right ul ul {
	width: 12.5em;
	left: 12.5em;
	top: -1px;
}

ul.nice-menu-right li.menuparent,ul.nice-menu-right li li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,ul.nice-menu-right li li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

ul.nice-menu-left li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}

ul.nice-menu-left li ul li ul {
	width: 12.5em;
	left: -12.65em;
	top: -1px;
}

ul.nice-menu-left li.menuparent,ul.nice-menu-left li li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,ul.nice-menu-left li li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a,ul.nice-menu-left ul a {
	padding-left: 14px;
}

ul.nice-menu-down {
	float: left;
	border: 0;
}

ul.nice-menu-down li {
	border-top: 1px solid #ccc;
}

ul.nice-menu-down li li {
	border-top: 0;
}

ul.nice-menu-down ul {
	left: 0;
}

ul.nice-menu-down ul li {
	clear: both;
}

ul.nice-menu-down li ul li ul {
	left: 12.5em;
	top: -1px;
}

ul.nice-menu-down .menuparent a {
	padding-right: 15px;
}

ul.nice-menu-down li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;
}

ul.nice-menu-down li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

ul.nice-menu li {
	margin: 0;
	padding-left: 0;
	background-image: none;
}

#header-region ul.nice-menu li {
	margin: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	background: #eee;
}

#header-region ul.nice-menu ul {
	top: 1.8em;
	left: -1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin-right: 0;
}

#header-region ul.nice-menu ul {
	top: 1.7em;
}

#header-region ul.nice-menu-down li ul li ul {
	left: 12.5em;
	top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;
}

#header-region ul.nice-menu-down li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-down.png) right center no-repeat;
}

#header-region ul.nice-menu-down li li.menuparent {
	background: #eee url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

#header-region ul.nice-menu-down li li.menuparent:hover {
	background: #ccc url(/sites/all/modules/nice_menus/arrow-right.png) right center no-repeat;
}

#outerImageContainer {
	overflow: visible;
	width: 852px !important;
	border-top-left-radius: 4px;
}

#frameContainer {
	overflow: hidden;
	padding: 0;
}

#lightboxFrame {
	border: 0;
	overflow: hidden;
}

html.js {
	background-color: #fff !important;
}

body.emvideo-modal-iframe {
	background: transparent !important;
	padding: 0;
	margin: 0;
}

body.emvideo-modal-iframe  div,body.emvideo-modal-iframe object {
	border: 0;
	padding: 0;
}

#imageDataContainer {
	width: 852px !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#imageDataContainer #imageData #imageDetails {
	margin-left: 0;
	text-align: left;
}

#imageDataContainer  #numberDisplay {
	display: none !important;
}

#bottomNavClose {
	background-color: transparent;
	background-image: url(/sites/all/modules/video_carousel_with_lightbox/images/close-button.png);
	background-repeat: no-repeat;
	background-position: center;
	background-scroll: none;
	border: 1px solid #222;
	border-radius: 18px;
	height: 36px;
	padding: 0;
	right: -16px;
	top: -12px;
	width: 36px;
	z-index: 200000;
}

#bottomNavClose:hover {
	background-position: center;
}

#hoverNav {
	float: right;
	width: 200px;
}

#prevLink {
	background-image: url(/sites/all/modules/video_carousel_with_lightbox/images/video-prev.png);
	height: 37px;
	width: 86px;
}

#prevLink:hover {
	background-image: url(/sites/all/modules/video_carousel_with_lightbox/images/video-prev-hover.png);
}

#nextLink {
	background-image: url(/sites/all/modules/video_carousel_with_lightbox/images/video-next.png);
	height: 37px;
	width: 86px;
}

#nextLink:hover {
	background-image: url(/sites/all/modules/video_carousel_with_lightbox/images/video-next-hover.png);
}

#biblio-filter ul {
	padding: 1px;
	margin: 1px;
	width: 100%;
}

#biblio-buttons {
	float: left;
	margin-left: 0.5em;
	margin-top: 1em;
}

.biblio-alpha-line {
	text-align: center;
}

dl.bibliomultiselect dd.b,dl.bibliomultiselect dd.b .form-item,dl.bibliomultiselect dd.b select {
	font-family: inherit;
	font-size: inherit;
	width: 14em;
}

dl.bibliomultiselect dd.a,dl.bibliomultiselect dd.a .form-item {
	width: 8em;
}

dl.bibliomultiselect dt,dl.bibliomultiselect dd {
	float: left;
	line-height: 1.75em;
	padding: 0;
	margin: 0 1em 0 0;
}

dl.bibliomultiselect .form-item {
	height: 1.75em;
	margin: 0;
}

#biblio-authors table,#biblio-tertiary-authors  table {
	width: 100%;
}

#biblio-authors  .form-text {
	width: 95%;
}

#biblio-authors  td.biblio-contributor,#biblio-secondary-authors td.biblio-contributor,#biblio-tertiary-authors td.biblio-contributor,#biblio-subsidiary-authors  td.biblio-contributor,#biblio-corp-authors td.biblio-contributor {
	width: 98%;
}

#biblio-authors #biblio-tertiary-authors .draggable a.tabledrag-handle {
	padding: 0;
}

.biblio-head {
	width: 97%;
	color: Black;
	font-weight: normal;
	background-color: #EAEAEA;
	border: medium solid;
	border-left-color: #F0F8FF;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-top-color: #F0F8FF;
	padding: 3px;
}

.biblio-head a:link,.biblio-head a.active,.biblio-head a:visited,.biblio-head a:focus,.biblio-head a:hover {
	color: black;
}

.biblio-current-filters {
	background-color: #ffe1e1;
}

.biblio-separator-bar {
	color: #000000;
	font-weight: bold;
	background-color: #e1e1e1;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 1em 0 1em 0;
}

.biblio-toolbar {
	width: 97%;
	color: Red;
	font-weight: bold;
	background-color: Silver;
	border: medium solid;
	border-left-color: #F0F8FF;
	border-right-color: Gray;
	border-bottom-color: Gray;
	border-top-color: #F0F8FF;
	padding: 3px;
}

.biblio-entry {
	margin: 1em 0 1em 0;
}

.biblio-style-mla {
	text-indent: -25px;
	padding-left: 25px;
}

.biblio-publisher {
	font-style: oblique;
	font-weight: bold;
}

.biblio-title a {
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align: left;
	font-family: "@Arial Unicode MS",Arial,sans-serif;
	color: #336599;
}

a:active {
}

.biblio-authors a {
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.biblio_type-1 {
	background-color: #F2F2D9;
}

.biblio_type-2 {
	background-color: #D9E6F2;
}

.biblio_type-3 {
	background-color: #E5F2D9;
}

.biblio_type-4 {
	background-color: #D9F2E6;
}

.biblio_type-5 {
	background-color: #F2E6D9;
}

.biblio_type-6 {
	background-color: #D9E6F2;
}

.biblio_type-7 {
	background-color: #D9E6F2;
}

.biblio_type-8 {
	background-color: #D9E6F2;
}

.biblio_type-9 {
	background-color: #D9E6F2;
}

.biblio-export {
	text-align: right;
	text-decoration: none;
	float: right;
}

.biblio-abstract-link {
	text-align: left;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
}

.biblio-export-links {
	float: right;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
	line-height: 100%;
}

ul.biblio-export-buttons,ul.biblio-export-buttons li {
	background: transparent;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	border-bottom: 0px;
	border-right: 1px;
	padding: 0;
	margin: 0.1em;
}

.biblio-annotation {
	text-align: left;
	text-decoration: none;
	margin-left: 2.5em;
	margin-top: 0.5em;
	margin-right: 2.5em;
}

.biblio-sort {
	text-decoration: none;
	text-align: left;
}

.biblio-openurl-text {
	text-align: right;
	text-decoration: none;
	float: right;
}

.biblio-left-td {
	text-align: right;
	vertical-align: top;
	width: 20%;
}

#biblio-header {
	display: block;
}

div.fieldgroup {
	margin: .5em 0 1em 0;
}

div.fieldgroup .content {
	padding-left: 1em;
}

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.6em;
}

.views-exposed-form .form-item,.views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0;
}

.views-exposed-form label {
	font-weight: bold;
}

.views-exposed-widgets {
	margin-bottom: .5em;
}

html.js a.views-throbbing,html.js span.views-throbbing {
	background: url(/sites/all/modules/views/images/status-active.gif) no-repeat right center;
	padding-right: 18px;
}

div.view div.views-admin-links {
	font-size: xx-small;
	margin-right: 1em;
	margin-top: 1em;
}

.block div.view div.views-admin-links {
	margin-top: 0;
}

div.view div.views-admin-links ul {
	margin: 0;
	padding: 0;
}

div.view div.views-admin-links li {
	margin: 0;
	padding: 0 0 2px 0;
	z-index: 201;
}

div.view div.views-admin-links li a {
	padding: 0;
	margin: 0;
	color: #ccc;
}

div.view div.views-admin-links li a:before {
	content: "[";
}

div.view div.views-admin-links li a:after {
	content: "]";
}

div.view div.views-admin-links-hover a,div.view div.views-admin-links:hover a {
	color: #000;
}

div.view div.views-admin-links-hover,div.view div.views-admin-links:hover {
	background: transparent;
}

div.view div.views-hide {
	display: none;
}

div.view div.views-hide-hover,div.view:hover div.views-hide {
	display: block;
	position: absolute;
	z-index: 200;
}

div.view:hover div.views-hide {
	margin-top: -1.5em;
}

.views-view-grid tbody {
	border-top: none;
}

div.tabs {
	margin: 0 0 5px 0;
}

ul.primary {
	margin: 0;
	padding: 0 0 0 10px;
	border-width: 0;
	list-style: none;
	white-space: nowrap;
	line-height: normal;
	background: url(/sites/all/themes/osu_drupal/zen/images/tab-bar.png) repeat-x left bottom;
}

ul.primary li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.primary li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0 0 0 5px;
	border-width: 0;
	font-weight: bold;
	text-decoration: none;
	color: #777;
	background-color: transparent;
}

ul.primary li a .tab {
	display: block;
	height: 20px;
	margin: 0;
	padding: 4px 13px 0 6px;
	border-width: 0;
	line-height: 20px;
}

ul.primary li a:hover {
	border-width: 0;
	background-color: transparent;
}

ul.primary li a:hover .tab {
}

ul.primary li.active a,ul.primary li.active a:hover {
	border-width: 0;
	color: #000;
	background-color: transparent;
}

ul.primary li.active a .tab,ul.primary li.active a:hover .tab {
}

ul.secondary {
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #c0c0c0;
	list-style: none;
	white-space: nowrap;
bottom;
}

ul.secondary li {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px 0;
	border-right: none;
}

ul.secondary a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 1px solid #c0c0c0;
	text-decoration: none;
	color: #777;
}

ul.secondary a .tab {
	display: block;
	height: 18px;
	margin: 0;
	padding: 3px 8px;
	line-height: 18px;
}

ul.secondary a:hover {
}

ul.secondary a.active,ul.secondary a.active:hover {
	border: 1px solid #c0c0c0;
	color: #000;
}

div.messages,div.status,div.warning,div.error {
	min-height: 21px;
	margin: 0 1em 5px 1em;
	border: 2px solid #ff7;
	padding: 5px 5px 5px 35px;
	color: #000;
	background-color: #ffc;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.status {
}

div.warning {
	border-color: #fc0;
}

div.warning,tr.warning {
	color: #000;
	background-color: #ffc;
}

div.error {
	border-color: #c00;
}

div.error,tr.error {
	color: #900;
	background-color: #fee;
}

div.messages ul {
	margin-top: 0;
	margin-bottom: 0;
}

div.block.with-block-editing {
	position: relative;
}

div.block.with-block-editing div.edit {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 40;
	border: 1px solid #eee;
	padding: 0 2px;
	font-size: 9px;
	background-color: #fff;
}

div.block.with-block-editing:hover div.edit {
	display: block;
}

.with-wireframes #header-inner,.with-wireframes #content-inner,.with-wireframes #content-inner>*,.with-wireframes #navbar-inner,.with-wireframes #sidebar-left-inner,.with-wireframes #sidebar-right-inner,.with-wireframes #footer-inner {
	margin: 1px;
	padding: 2px;
	border: 1px solid #ccc;
}

.with-wireframes #closure-blocks {
	margin-top: 1px;
	padding: 2px;
	border: 1px solid #ccc;
}

#hd h1,#hd h2,#hd h3 {
	margin-top: 0;
}

#rotating-image {
	position: relative;
}

#rotating-image div.slide {
	position: absolute;
}

tbody,thead,thead th {
	border: 0;
}

#skip-to-nav {
	position: absolute;
	left: 0px;
	top: -500px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

div.book-navigation {
	display: none;
}

#book-outline {
	min-width: 0em;
}

#logo,#logo-image {
	display: none;
}

#sidebar-right .minical_month th,#sidebar-right .minical_month td,#sidebar-left .minical_month th,#sidebar-left .minical_month td {
	border: none;
	padding: 0;
}

#content .minical_month a {
	color: #000;
}

a.minical_hasevents {
	text-decoration: underline;
}

div.view ul.pager {
	display: block;
	width: 90%;
	margin: 0 auto;
}

div.view ul.pager li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

body.section-admin fieldset {
	border: 1px solid #000;
}

body.section-admin fieldset legend {
	font-size: 120%;
}

#osu-rotating-header-image-preview,#osu-second-rotating-header-image-preview {
	width: 50%;
}

#footer-message p {
	margin-bottom: 0px;
}

ul.nice-menu-down li,ul.nice-menu-right,ul.nice-menu-left,ul.nice-menu-right li,ul.nice-menu-left li {
	padding-right: 0px;
	border: none;
	list-style-image: none;
	list-style-type: none;
}

div.terms {
	display: block;
	margin: 1em 0;
	color: gray;
	font-weight: bold;
	font-style: italic;
}

div.terms a {
	font-weight: normal;
	font-style: italic;
}

body.front .view-feature-story.view-id-feature_story {
	height: 380px;
}

#features-100 {
	margin: 16px 0 26px 0;
	position: relative;
}

#features-100 .view-feature-story.view-id-feature_story .feature-content-wrap {
	position: absolute;
	bottom: 8px;
	right: 8px;
	min-height: 80px;
	width: 425px;
	opacity: .85;
	color: #fff;
}

.views-field-field-photo-fid a:hover {
	background-color: transparent;
}

.view-feature-story.view-id-feature_story {
	position: relative;
}

#pre-content .view-feature-story.view-id-feature_story {
	height: 314px;
	margin-bottom: 0;
}

body.front .view-feature-story.view-id-feature_story .views-row,#pre-content .view-feature-story.view-id-feature_story .views-row {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	overflow: visible;
}

#pre-content .view-feature-story.view-id-feature_story .view-content .views-row {
	border-bottom: none;
}

.view-feature-story .views-field-field-thumbnail-fid {
	float: left;
	width: 75px;
	margin-right: .85em;
	margin-bottom: .85em;
}

.node-type-feature-story .imagefield-field_photo {
	margin-bottom: 20px;
}

#pre-content .view-feature-story.view-id-feature_story .views-field-title {
	margin-top: 0;
}

.view-feature-story.view-id-feature_story .views-field-title a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.view-feature-story .views-field-field-caption-value a {
	color: #fff;
}

.view-feature-story .views-field-field-caption-value a:hover p {
	text-decoration: underline;
}

div.view ul.pager {
	width: auto;
}

.view-feature-story.view-id-feature_story  .more-link {
	position: absolute;
	bottom: 15px;
	margin-left: 4px;
	padding: 3px 10px;
	background: #444;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	z-index: 3;
	opacity: .85;
}

#pre-content .view-feature-story.view-id-feature_story  .more-link {
	top: 240px;
	height: 16px;
}

.view-feature-story.view-id-feature_story .more-link a {
	color: #fff;
	font-size: .93em;
	font-weight: bold;
	text-decoration: none;
}

.view-feature-story.view-id-feature_story .more-link a:hover {
	text-shadow: 0 0 3px #000;
	background-color: transparent;
}

.view-feature-story.view-id-feature_story .controls {
	position: absolute;
	bottom: 14px;
	left: 5px;
	padding: .31em .85em;
	z-index: 3;
}

#pre-content .view-feature-story.view-id-feature_story .controls {
	top: 240px;
}

.view-feature-story .controls,.view-feature-story .controls li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.view-feature-story .controls li {
	float: left;
}

.view-feature-story .controls li a {
	display: block;
	width: 14px;
	height: 14px;
	margin-right: .5em;
	text-decoration: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
	background-color: #fff;
}

.view-feature-story .controls li a:hover,.view-feature-story .controls li.active a {
	background-color: #444;
}

html.js .view-feature-story a.views-throbbing,html.js .view-feature-story span.views-throbbing {
	background: none;
	padding-right: 0;
}

#features .view-feature-story.view-id-feature_story .views-row {
	height: 381px;
}

.front .view-feature-story.view-id-feature_story .views-field-title,.front .view-feature-story.view-id-feature_story .views-field-field-caption-value {
	padding: 4px 8px;
	background-color: #27180a;
}

.view-feature-story.view-id-feature_story .views-field-title {
	display: inline-block;
}

#features .view-feature-story.view-id-feature_story .feature-content-wrap {
	position: absolute;
	bottom: 8px;
	right: 8px;
	min-height: 80px;
	width: 385px;
	opacity: .85;
}

#pre-content .view-feature-story.view-id-feature_story .feature-content-wrap {
	background: url(/sites/all/themes/coe/images/feature_story_bg.png) top left repeat-x #161515;
	width: 521px;
	border: 1px solid #a7a7a7;
}

.view-feature-story.view-id-feature_story .views-field-field-caption-value {
	font-size: 12px;
	overflow: hidden;
}

.view-feature-story.view-id-feature_story .views-field-title a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-family: Georgia,serif;
	font-style: italic;
}

.view-feature-story.view-id-feature_story .views-field-field-caption-value a {
	font-family: Georgia,serif;
	font-style: italic;
	text-decoration: none;
	color: #fff;
	line-height: 140%;
}

#main #block-views-feature_story-block_2.block h2.title {
	margin-bottom: 8px;
}

#main .view-content .views-row {
	overflow: auto;
	border-bottom: 1px dotted #ccc;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

#main .view-feature-story .views-field-field-thumbnail-fid {
	width: 80px;
	min-height: 100px;
}

#main .view-feature-story.view-id-feature_story .views-field-field-caption-value a {
	color: #798070;
}

#main .view-feature-story.view-id-feature_story .views-field-field-caption-value a:hover {
	color: #fff;
	background-color: #798070;
}

#main .views-field-field-caption-value p,#main .view-feature-story.view-id-feature_story .views-field-title {
	text-align: left;
}

#main .view-feature-story.view-id-feature_story .views-field-title a {
	color: #655249;
	font-size: 16px;
}

#main .view-content .views-row-last {
	border-bottom: none;
}

#main .views-field-field-thumbnail-fid {
	float: left;
}

#main .view-feature-story .views-field-title {
	margin-bottom: .4em;
}

#main .view-feature-story .views-field-title a {
	font-weight: bold;
}

body.not-front #pre-content .view-feature-story img {
	border: 1px solid #a7a7a7;
	border-bottom: none;
}

body.not-front #pre-content div.view-feature-story {
	background-color: #fff;
	color: #fff;
}

body.not-front #pre-content div.view-feature-story a {
	color: #fff;
}

#pre-content div.view-feature-story .views-field-title {
	padding: 5px;
}

#pre-content div.view-feature-story .views-field-field-caption-value {
	padding: 0 4px 0 10px;
	margin-top: -14px;
}

#content .field-field-photo {
	margin-bottom: 1em;
}

#sidebar-right .view-our-stories {
	font-size: 11px;
	line-height: normal;
	background-color: #d6d6cc;
	padding: 5px 5px 12px;
}

#sidebar-right .view-our-stories .field-content {
	line-height: 14px;
}

#sidebar-right .view-our-stories img {
	border: none;
}

@font-face{font-family:'EksjaExtremesRegular';src:url(/inc/Eksja-regular-webfont.eot);src:local('~Xï¿½'),url(/inc/Eksja-regular-webfont.woff) format('woff'),url(/inc/Eksja-regular-webfont.ttf) format('truetype'),url(/inc/Eksja-regular-webfont.svg#webfont) format('svg');font-weight:normal;font-style:normal;}

#ft-inner {
	margin: auto;
	text-align: left;
	width: 74.923em;
}

#ft.yui-t2 .yui-b {
	width: 165px;
}

#ft.yui-t2 .yui-b.first {
	margin-left: 178px;
}

#ft .yui-b.first {
	float: none;
	width: auto;
}

.yui-t5 #yui-main .yui-b {
	margin-right: 18.4615em;
}

html {
	background-color: #a19e9a;
}

body {
	background: url(/inc/bar-bg-tile.png) left 157px repeat-x #f2f2f2;
	font-family: arial,Helvetica,Verdana,sans-serif;
}

.main-site body {
	background-position: center 139px;
}

.main-site body.front {
	background: url(/inc/background-banners1.png) center 139px repeat-x #f2f2f2;
}

.main-site body.front.bg-2 {
	background-image: url(/inc/background-banners2.png);
}

.main-site body.front.bg-3 {
	background-image: url(/inc/background-banners3.png);
}

body.section-admin #doc4 {
	width: 88em;
}

.main-site .front #background-wrap {
	background: url(/inc/lines-bar.png) left 520px repeat-x;
}

#bg-shadow {
	width: 100%;
	background: url(/inc/banner-shadow.png) center 157px no-repeat;
	z-index: 100;
}

.main-site #bg-shadow {
	background-position: center 139px;
}

.ie7 #bg-shadow {
	display: none !important;
}

a,a:visited,a:active,.views-tabset a:visited,.views-tabset a {
	color: #c34500;
	text-decoration: underline;
}

a:hover,.views-tabset a:hover,html.js fieldset.collapsible legend a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #c34500;
}

a img {
	vertical-align: text-bottom;
}

a:hover > img {
	background-color: #f2f2f2;
}

table {
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: .93em;
	margin: 45px auto;
	width: 97%;
	text-align: left;
	border-collapse: collapse;
}

table th {
	padding: .616em;
	border-top: 4px solid #c4beb5;
	border-bottom: 1px solid #fff;
	color: #fff;
	background-color: gray;
	font-size: 1em;
	font-weight: normal;
}

table th a {
	color: #fff !important;
}

#main .view-display-id-page_1 table th a img {
	margin: 0 3px 0 0;
	border: none;
}

table td {
	padding: .616em;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #fff;
	border-left-color: #fff;
	border-right-color: #fff;
}

table tr.even {
	background-color: #ddd;
}

ol li {
	list-style-type: upper-alpha;
}

ul li {
	list-style-type: disc;
}

ul {
	padding-left: 0;
}

ol ol li,ul ol li {
	list-style-type: decimal;
	list-style-image: none;
}

ol ul li,ul ul li {
	list-style-type: square;
}

ol ol,ul ol,ol ul,ul ul {
	margin-left: 1.3em;
}

ol ol ol li,ol ul ol li,ul ol ol li,ul ul ol li {
	list-style-type: lower-alpha;
	list-style-image: none;
}

ol ol ul li,ol ul ul li,ul ol ul li,ul ul ul li {
	list-style-type: circle;
}

ol ol ol ol li,ol ol ul ol li,ol ul ol ol li,ol ul ul ol li,ul ol ol ol li,ul ol ul ol li,ul ul ol ol li,ul ul ul ol li {
	list-style-type: lower-roman;
	list-style-image: none;
}

ol ol ol ul li,ol ol ul ul li,ol ul ol ul li,ol ul ul ul li,ul ol ol ul li,ul ol ul ul li,ul ul ol ul li,ul ul ul ul li {
	list-style-type: disc;
}

ul.menu,ul.menu li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}

#osu-top-hat {
	float: none;
}

#hd {
	padding-top: 10px;
	height: 79px;
}

.main-site #hd {
	height: 61px;
}

#top-horizontal-bar-inner {
	padding: .4em 0 .4em 1.8em;
}

.breadcrumb {
	font-size: .77em;
	padding-bottom: 0;
}

#top-horizontal-bar .breadcrumb a {
	color: #333;
	margin: 0 .3em;
	text-decoration: none;
}

#top-horizontal-bar .breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

#bd {
	margin-top: 16px;
	background-color: #f2f2f2;
}

.main-site #bd {
	margin-top: 16px;
}

.not-front #bd > #yui-main + .yui-b > .interior {
	margin-right: 15px;
}

#content-header,#sidebar-left-inner,#sidebar-right-inner {
	border-top: 3px solid #252525;
	padding-top: 6px;
}

.front #sidebar-left-inner {
	margin-right: 12px;
}

.main-site #sidebar-left-inner {
	margin-right: 0;
}

#top-horizontal-bar + #bd {
	margin-top: 0;
}

.ie7 #top-horizontal-bar + #bd {
	margin-top: 0 !important;
}

#main {
	font-size: .93em;
}

.front #main {
	margin-top: 30px;
}

.main-site .front #main {
	margin-top: 0;
}

body.front #content .node p {
	color: #555;
}

.not-front #content li {
	margin-bottom: 5px;
}

.front #main #content .node {
	margin-bottom: 1em;
	overflow: hidden;
}

#main #content {
	padding-right: 1em;
}

#sidebar-right-inner {
	margin: 0 15px 10px 0;
}

#sidebar-left .block + .block .block-inner .content,#sidebar-right .block .block-inner .content {
	border-top: dotted 1px #999;
	margin-top: 10px;
	padding-top: 10px;
}

#sidebar-right p {
	font-size: .85em;
}

#sidebar-right a {
	color: #655249;
}

#sidebar-right a:hover {
	color: #fff;
	background-color: #655249;
}

.front #main #content-inner {
	padding: 0 20px 10px 0;
}

#main #content-inner {
	padding-left: 15px;
}

#sidebar-left h2.title + .content > ul.menu {
	padding-top: 0;
}

#sidebar-right .block + .block {
	margin-top: 1em;
}

#sidebar-right #block-views-our_stories-block_1 h2.title,#sidebar-right #block-views-our_stories-block_2 h2.title,#sidebar-right #block-views-our_stories-block_3 h2.title {
	background-color: transparent;
	color: #c34500;
	padding-left: 0;
	text-transform: none;
	font-family: arial,Helvetica,Verdana,sans-serif;
	font-size: 105%;
	margin-top: 0;
	padding-bottom: 5px;
}

#main .view-display-id-page_1 img {
	float: left;
	border: 3px solid #fff;
}

blockquote {
/*
	background: url(/inc/quote.png) left top no-repeat transparent;
*/
	padding-left: 90px;
	line-height: 130%;
	font-size: 14px;
}

#sidebar-right #block-views-features-block_2 .field-content {
	font-size: .84em;
}

#sidebar-right #block-views-features-block_2 img {
	float: left;
	margin: 5px;
	border: 3px solid #fff;
}

#sidebar-right #views-field-field-thumbnail-fid {
	border: none;
}

#sidebar-right .views-field-title a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar-right p.title a {
	color: #333;
	font-size: 105%;
}

#sidebar-right p.title a:hover {
	color: #fff !important;
}

.front #main .block-inner {
	border-top: none;
}

#sidebar-left #block-views-highlights-block_1 .view-content {
	padding: 0 5px 5px;
	background: #d6d6cc;
}

#sidebar-left #block-views-highlights-block_1 .view-content .field-content > p {
	padding-top: 0;
}

#sidebar-left #block-views-highlights-block_1 .view-content .field-content img {
	padding-top: 5px;
}

#sidebar-left .region-count-1 {
	border-top: none;
}

#sidebar-left .region-count-1 ul ul {
	background-image: none;
}

#sidebar-left p {
	padding: 10px 0;
}

#sidebar-left .views-row p {
	padding: 5px 0;
	font-size: .85em;
	margin: 0px;
}

#sidebar-left .views-row img {
	margin-bottom: 0px;
}

#sidebar-left .views-row {
	margin: 0px;
}

#sidebar-left .block-menu .block-inner {
	padding: 0;
}

#sidebar-left .menu,#sidebar-left .menu li {
	margin: 0;
	padding: 0;
}

#sidebar-left .menu a {
	display: block;
	font-size: .93em;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.41em;
}

#sidebar-left #block-menu-secondary-links ul.menu {
	padding: 7px;
	background: #dbd9d3;
}

#sidebar-left #block-menu-secondary-links ul.menu > li {
	margin-left: 12px;
}

#sidebar-left #block-menu-secondary-links .menu > li > a {
	font-family: Georgia,serif;
	color: #555555;
	font-size: 13px;
	padding: 4px 0 4px 2px;
	font-style: italic;
	border-bottom: 1px solid #aaa;
	display: block;
	max-width: 100%;
}

#sidebar-left #block-menu-secondary-links ul.menu > li > ul.menu > li > a {
	font-size: 11px;
}

#sidebar-left #block-menu-secondary-links ul.menu > li > ul.menu > li > ul.menu > li > a {
	font-size: 10px;
}

#sidebar-left #block-menu-secondary-links .menu li a:hover,#sidebar-left #block-menu-secondary-links .menu li a.active {
//	background: #555;
	color: #dbd9d3;
	text-decoration: none;
	margin-left: -18px;
	padding-left: 20px;
}

#save-sidebar-left #block-menu-secondary-links .menu li a:before {
	content: '+';
	padding-right: 18px;
	vertical-align: top;
	font-size: 11px;
}

#sidebar-left #block-menu-secondary-links .menu li a:before {
	content: '+';
	margin-left: -12px;
	padding-right: .5em;
	vertical-align: top;
	font-size: 11px;
}

#sidebar-left #block-menu-secondary-links .menu li a:hover:before {
	color: #dbd9d3;
}

#sidebar-left #block-menu-secondary-links .menu li:before {
	display: none;
}

#sidebar-left ul.menu {
	padding: 7px;
}

#sidebar-left .menu > li > a {
	color: #c34500;
	font-size: 13px;
	padding: 2px 0 2px 2px;
	display: inline-block;
	max-width: 185px;
}

#sidebar-left .menu li a:hover,#sidebar-left .menu li a.active {
	background: transparent;
	text-decoration: underline;
}

#sidebar-left .menu li a.active {
	text-decoration: none;
	color: #c34500;
}

#sidebar-left .content > .menu > li {
	border-bottom: 1px solid #e2e2e2;
}

#sidebar-left .menu li:before {
	content: '-';
	padding-right: 14px;
	vertical-align: top;
	font-weight: bold;
	font-size: 11px;
	color: #252525;
	border-bottom: 4px solid transparent;
}

#sidebar-left ul.menu ul {
	padding-top: 0;
	padding-bottom: 0;
}

#sidebar-left ul.menu li li a {
	display: inline-block;
	padding: 0 0 4px 4px;
	color: #666;
	background: none;
}

#sidebar-left .menu li li:before {
	padding-right: 0;
}

#sidebar-left ul.menu li li a:active,#sidebar-left ul.menu li li.active-trail > a {
	color: #c34500;
}

#sidebar-left .menu ul a {
	text-transform: none;
	font-weight: normal;
}

#sidebar-left .menu .menu li {
	padding-left: 10px;
}

#post-content {
	clear: both;
}

#pre-footer-100 + #ft {
	margin-top: 0;
}

#pre-footer-100 {
	margin-top: 15px;
	background: #000;
}

.jcarousel-skin-grey3 .jcarousel-container-horizontal {
	margin-bottom: 0;
	color: #fff;
	background: #000;
	border: none;
}

#ft {
	min-width: 74.923em;
	width: 100%;
	margin-top: 1em;
	border-top: 1px solid transparent;
	color: #252525;
	background: url(/inc/footer-lines-tile.png) top left repeat-x #a19e9a;
	min-height: 250px;
}

#ft-inner {
	margin-top: 1.231em;
}

#ft .block-region {
	color: #000;
}

#ft .edit a {
	color: #000;
}

#ft .edit a:hover {
	color: #fff;
}

#footer .block {
	float: left;
	width: 120px;
	margin-right: 12px;
	margin-bottom: 15px;
	font-size: 12px;
}

#footer .block.region-count-7 {
	clear: left;
}

#footer .menu,#footer ul {
	margin: 0;
	padding: 0;
}

#footer li ul {
	margin-left: .8em;
	margin-top: .4em;
}

#footer .menu li,#footer li {
	margin: 0 0 4px;
	padding: 0;
}

#footer .menu li a,#footer li a {
	margin: 0;
	padding: 0 2px;
	display: block;
	-webkit-border-radius: 3px;
	-mozilla-border-radius: 3px;
	border-radius: 3px;
}

#footer li a:hover {
	background-color: #b6b3af;
}

#footer .menu ul li,#footer ul li {
	border: none;
	list-style-type: none;
	list-style-image: none;
}

#ft h2,#ft h2 a {
	margin: 0 0 7px;
	color: #252525;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#ft h2 a:hover {
	color: #fff;
}

#ft a {
	color: #252525;
	text-decoration: none;
}

#ft a:hover {
	background-color: #b6b3af;
}

#contact {
	border-right: 1px solid #000;
	padding-right: 8px;
	font-size: 12px;
}

#contact a {
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

div.view ul.pager {
	width: auto;
}

#main .rss-feed div.rss-item:last-child {
	border-bottom: none;
}

#hp-events.half,#hp-news.half {
	width: 48%;
	position: relative;
}

#hp-news h2,#hp-events h2 {
	padding-left: 0 !important;
}

#hp-news h3,#hp-events h3 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.front #main #hp-news h3 a,.front #main #hp-events h3 a,#hp-news h3 a,#hp-events h3 a {
	font-size: 13px;
	text-decoration: none;
}

#main .rss-feed h4 {
	margin-bottom: 2px;
	display: inline;
}

#hp-news.half {
	float: left;
	z-index: 100;
	padding-right: 12px;
}

#hp-events.half {
	float: right;
}

#hp-events h4,#hp-news h4 {
	margin-bottom: .6em;
}

#main div.rss-item h4 + br {
	display: none;
}

#hp-events p.title {
	font-size: .93em;
}

#hp-events .rss-item > p {
	margin-bottom: .5em;
}

#hp-events .rss-item > p > em,#hp-news .rss-item > p > em {
	color: #565656;
	white-space: nowrap;
}

#hp-events .rss-item > p br + br {
	display: none;
}

#hp-events .block-inner .content,#hp-news .block-inner .content {
	padding: 7px 0;
}

#hp-news #block-block-1 {
	border-top: 1px solid #a7a7a7;
}

#hp-news .block + .block,#hp-events .block + .block {
	margin-top: 1em;
}

#hp-news .rss,#hp-events .rss {
	position: absolute;
	right: 2px;
	top: -39px;
}

#hp-news .news-body p {
	margin-bottom: 0;
}

#hp-news .block + .block .rss-feed {
	position: relative;
}

#hp-news .block + .block .rss-feed .rss-item p {
	display: inline;
}

#hp-news .block + .block .rss-feed .rss-item em:before {
	content: "- ";
}

#hp-news .block + .block .rss {
	position: absolute;
	left: 320px;
}

#main .block-inner .rss-feed > a.rss + div.rss-item {
	padding-top: 0;
}

#newsfeed > .news-story:last-child,#hp-events .content > .news-story:last-child {
	border-bottom: none;
}

.news-story {
	clear: left;
	border-bottom: 1px dotted #635A58;
}

.news-story + .news-story {
	margin-top: 1.1em;
}

.news-story .imagefield-field_thumbnail {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .2em;
}

#hp-news .news-story h3.title {
	display: inline;
	color: #c34500;
	font-size: .93em;
}

#hp-news a.rss img,#hp-events a.rss img {
	padding: 3px;
}

.news-story .date {
	display: inline;
	color: #565656;
	font-size: .93em;
	font-style: italic;
	white-space: nowrap;
}

.news-story .news-body {
	font-size: 12px;
	padding-bottom: 1em;
}

#calendar-cws,#newsfeed,#hp-events .content > div {
	position: relative;
}

.event {
	overflow: hidden;
	margin: 0 0 .8em 0;
	padding: 0 .2em .8em .8em;
	border-bottom: 1px dotted #635A58;
}

.event.last {
	border-bottom: none;
}

.event .date {
	float: left;
	margin-right: .385em;
}

.event .date span {
	display: block;
	font-weight: bold;
}

.event .date span.day {
	color: #c34500;
	font-size: 2.77em;
	margin-top: -0.2em;
}

.event .date span.month {
	color: #7b806d;
	margin-top: -.5em;
	font-size: 1.5em;
}

.event .date span.year {
	color: #333;
	font-size: 1.2em;
	margin-top: -0.1em;
}

.event .description {
	margin-left: 45px;
	font-size: 12px;
}

.event .description p.title {
	margin-bottom: 6px;
}

.event .description p.title a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.event .description p.title a:hover {
	color: #fff;
}

#hp-events .event h3.title {
	margin: 0;
	color: #c34500;
	font-weight: normal;
}

#newsfeed .news-story img {
	border: 4px solid #ccc;
}

.view-id-highlights {
	font-family: Helvetica,Georgia,Serif;
}

.view-highlights .views-row {
	padding: 0;
	overflow: hidden;
}

.view-highlights .views-row-last {
	border-bottom: none;
}

table th {
	border-top-color: #d85a1a;
}

body.front div.meta div.terms {
	display: none;
}

#block-views-highlights-block_1 h2.title,.ie7 #sidebar-left #block-views-highlights-block_1 h2.title {
	display: none;
}

#block-views-highlights-block_1 {
	padding-top: .7em;
}

.node-type-people .field-field-people-image {
	display: inline;
}

.node-type-people .field-field-people-image img {
	float: left;
	margin: 0 20px 20px 0;
	padding: 6px;
	-moz-box-shadow: 0px 0px 5px #3d3d3d;
	-webkit-box-shadow: 0px 0px 5px #3d3d3d;
	box-shadow: 0px 0px 5px #3d3d3d;
}

.node-type-people fieldset {
	padding: 0;
}

.node-type-people legend {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: .5em;
	display: none;
}

.node-type-people .field-field-people-spotlight,.node-type-people .field-field-people-courses,.node-type-people .field-field-people-short-vita {
	clear: both;
}

.node-type-people .field-field-people-research-interests,.node-type-people .field-field-people-courses,.node-type-people .field-field-people-related-links,.node-type-people .field-field-people-personal-websites,.node-type-people .field-field-people-personal-interests {
	margin-bottom: .8em;
}

.node-type-people .field-label {
	margin-bottom: .6em;
	font-size: 105%;
}

.node-type-people .field-field-contact-email {
	margin-bottom: .6em;
	margin-top: 2em;
}

.node-type-people .field-field-contact-email .field-label {
	font-size: 100%;
	float: left;
}

.node-type-people .field-field-osu-departments,.node-type-people .field-field-people-research-interests {
	margin-top: .6em;
}

.node-type-people .field-field-contact-city,.node-type-people .field-field-contact-postal-code,.node-type-people .field-field-contact-state,.node-type-people .field-field-contact-country {
	float: left;
}

.node-type-people .field-field-contact-state .field-item:before,.node-type-people .field-field-contact-country .field-item:before,.node-type-people .field-field-contact-postal-code .field-item:before {
	content: ",";
}

.3-col {
	width: 99%;
	overflow: hidden;
}

.yui-gb:after {
	overflow: auto;
}

.yui-gb div.first,.yui-gb .yui-u {
	width: 32%;
}

#sidebar-left #block-views-current_user-block_1 {
	background-color: #f2f2f2;
}

#sidebar-left #block-views-current_user-block_1 .content {
	padding-left: 1.2em;
}

#sidebar-left #block-views-current_user-block_1 blockquote {
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar-left #block-views-current_user-block_1 li.leaf {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	display: inline;
}

#sidebar-left #block-views-current_user-block_1 a {
	color: #4D3C32;
	padding-left: 1.4em;
	background: url(/inc/bullet01.png) no-repeat left center;
}

#sidebar-left #block-views-current_user-block_1 a:hover {
	text-decoration: underline;
}

#sidebar-left #block-views-current_user-block_1 div.views-row > div {
	margin-bottom: .4em;
}

ul.biblio-export-buttons {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

ul.biblio-export-buttons li {
	margin: 0 .5em 0 0;
	padding: 0;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
}

ul.biblio-export-buttons li a {
	color: #252525;
	font-weight: bold;
	padding: 0 .3em;
}

ul.biblio-export-buttons li a:hover {
	color: #fff;
}

ul.biblio-export-buttons li:last-child {
	visibility: hidden;
}

.biblio-entry .biblio-title-vancouver a {
	color: #666;
	text-decoration: underline;
}

.biblio-entry .biblio-title-vancouver a:hover {
	color: #fff;
}

.view-our-stories .views-field-field-thumbnail-fid {
	float: left;
}

.view-our-stories .views-field-field-thumbnail-fid img {
	margin-right: 5px;
}

div.staff-photo {
	float: right;
	margin-left: 10px;
}

div.staff-photo img {
	border: 8px solid transparent;
	-moz-box-shadow: 0px 0px 5px #3d3d3d;
	-webkit-box-shadow: 0px 0px 5px #3d3d3d;
	box-shadow: 0px 0px 5px #3d3d3d;
}

.ie7 .view-3-column-view .views-field-field-col-right-value,.ie8 .view-3-column-view .views-field-field-col-right-value {
	width: auto;
}

.ie7 div.field-content,.ie8 div.field-content {
	width: auto;
}

.ie7 #header .block-nice_menus,.ie8 #header .block-nice_menus {
	line-height: 1.4em;
}

.ie7 #hd #site-title {
	padding-left: 11em;
}

.ie7 .yui-t5 #yui-main .yui-b {
	margin-right: 18em;
}

.ie7 #hd .clear-block {
	margin-top: 0;
}

.ie7 #site-title p a:hover img,.ie7 #site-title p a img,.ie7 #site-title p a:hover {
	background-color: transparent !important;
}

.ie7 #sidebar-left-inner {
	border-left: none;
}

.ie7 #main {
	border-right: 1px solid #A7A7A6;
}

.ie7 #main #content-inner {
	border-right: none;
}

.ie7 .view-3-column-view {
	overflow: hidden;
}

.ie7 .view-3-column-view .views-field-nothing-1 {
	width: 38em;
}

.home-sections {
	width: 99%;
	overflow: hidden;
}

.home-sections img {
	display: block;
}

.home-sections h3,.home-sections h6,.subscribe {
	font-family: 'EksjaExtremesRegular',Arial,Helvetica,Verdana,sans-serif;
}

.home-sections .yui-u p {
	min-height: 170px;
}

.home-sections .yui-u {
	border-bottom: 1px solid #ddd;
	padding-bottom: .4em;
}

#main .home-sections h3 {
	color: #727869;
	border-top: 8px solid #727869;
	font-size: 105%;
	min-height: 2.5em;
}

#main .home-sections h6 a {
	display: block;
	background: url(/inc/arrow_white.png) center right no-repeat #727869;
	color: #fff;
	font-size: 11px;
	padding: 2px 0 1px 8px;
	text-decoration: none;
}

.subscribe {
	display: inline-block;
	background: url(/inc/arrow_white.png) center right no-repeat #727869;
	padding: 3px 25px 1px 5px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#main .home-sections .food h6 a {
	background-color: #c34500;
}

#main .home-sections .food h3 {
	color: #c34500;
	border-color: #c34500;
}

#main .home-sections .sustainable h6 a {
	background-color: #537C8F;
}

#main .home-sections .sustainable h3 {
	color: #537C8F;
	border-color: #537C8F;
}

#main .home-sections .global h6 a {
	background-color: #62482f;
}

#main .home-sections .global h3 {
	color: #62482f;
	border-color: #62482f;
}

a.glossary-term {
	color: #d34500;
}

a.glossary-term:hover {
	background-color: transparent;
}

#sidebar-left .block-webform .content {
	padding-bottom: .8em;
}

#sidebar-left .block-webform h2 {
	border-bottom: 1px dotted #666;
	margin-top: .5em;
}

#sidebar-left .block-webform input.form-submit {
	background: url(/inc/subscribe.png) center left no-repeat;
	border: none;
	color: #fff;
	font-size: 10px;
	margin-left: 2px;
	width: 85px;
	font-family: 'EksjaExtremesRegular',Arial,Helvetica,Verdana,sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	padding: 2px 20px 2px 0;
}

#sidebar-left .block-webform #edit-submitted-e-mail {
	font-size: 10px;
	height: 13px;
	width: 126px;
}

div.meta {
	display: none;
}

#webform-component-e-mail input {
	float: left;
}

#site-title {
	width: 830px;
	margin-left: 144px;
}

#site-title h1 {
	font-family: 'EksjaExtremesRegular',Arial,Helvetica,Verdana,sans-serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px dotted #666;
	padding: 0 0 .36em;
	margin: 0;
}

h1 a {
	text-decoration: none;
}

#site-title h1 a,#site-title h1 a:hover {
	color: #c34500;
	background-color: transparent;
}

h1 .block-edit {
	display: none;
}

#site-title .block h1 a,#site-title .block h1 a:hover {
	color: #3e3e3e;
	background-color: transparent;
}

#department-name a {
	font-family: Georgia,Arial,Helvetica,Verdana;
	color: #666;
	font-style: italic;
	text-decoration: none;
}

#department-name a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#site-title div.block h1 {
	padding-left: 4.5em;
	margin-top: -40px;
	margin-bottom: .12em;
}

#site-title div.block h1 a,#site-title div.block h1 a:hover {
	color: #655249;
}

.front #content h2 {
	display: none;
}

.front #content .block h2 {
	display: block;
}

#main h2.title {
	color: #C34500;
	margin: 0;
	padding: 0 0 4px;
	border-bottom: 1px dotted #999;
	margin-bottom: 7px;
}

body.front #main .block h2,#hp-news h2,#hp-events h2,#sidebar-left h2.title {
	font-family: 'EksjaExtremesRegular',Arial,Helvetica,Verdana,sans-serif;
	padding: 5px 0;
	font-size: 110%;
	border-top: 3px solid #252525;
	min-height: 1em;
	color: #C34500;
	font-weight: 600;
}

#sidebar-right h2.title,#sidebar-left h2.title {
	margin-left: 0;
	margin-bottom: 0;
}

#sidebar-right .block .block-inner h2.title + .content,#sidebar-left .block + .block .block-inner h2.title + .content {
	margin-top: 0;
}

#main h3,#main h4,#main h5,#main h6 {
	font-weight: bold;
}

h3,#main h3 {
	color: #c34500;
	font-size: 1.2em;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main h3 a,#main h4 a {
	color: #000;
}

#main h4 a {
	text-decoration: underline;
}

.front #main h3 {
	background-color: transparent;
}

.front #main h3 a {
	text-decoration: underline;
}

#main h3 a:hover,#main h4 a:hover {
	color: #fff;
}

#main h3 a:hover acronym,#main h4 a:hover acronym {
	color: #655249;
}

h4,#main h4,#sidebar-right h4 {
	font-size: 1em;
	color: #615042;
}

h5,#main h5,#sidebar-right h5 {
	font-size: 1em;
	color: #c34500;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

#sidebar-right h5 {
	color: #666;
}

#main h6 {
	font-size: .93em;
	color: #c34500;
}

#sidebar-right h4,#sidebar-right h5 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#header .menu,#header .nice-menu {
	margin: 2px 0 0;
	padding: 0;
}

#header .menu li,#header .nice-menu > li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 2px 0 0;
}

#header .menu li:after,#header .nice-menu > li:after {
	content: " / ";
}

#header .menu li.last:after,#header .nice-menu > li.last:after {
	content: "";
}

#header .menu li a,#header .nice-menu > li > a {
	display: inline-block;
	color: #666;
	padding: 4px 8px;
	text-decoration: none;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 14px;
}

#header ul.nice-menu-down li.menuparent,#header ul.nice-menu-down li.menuparent:hover,#header ul.nice-menu-down li {
	background-image: none;
	background-color: transparent;
}

#header ul.nice-menu ul {
	border-top: 0;
}

ul.nice-menu ul li {
	width: 15em;
}

ul.nice-menu-down li ul li ul {
	left: 15em;
}

#header .nice-menu li:hover {
	background-color: transparent;
}

#header .nice-menu > li.over > a,#header .nice-menu > li > a:hover,#header .menu li a:hover {
	color: #A13800;
	background: #e4e2dd;
	border-radius: 3px;
}

#header .nice-menu ul {
	background: #e4e2dd;
	padding: 7px 0;
}

#header .nice-menu li li a {
	color: #333;
	text-decoration: none;
	margin-left: 7px;
}

#header .nice-menu li li.menuparent > a {
	background: url(/inc/nice-menu-arrow.png) 98% 50% no-repeat;
}

#header .nice-menu li li a:hover,#header .nice-menu li li.over a {
	background-color: #d3d2cf;
}

#header .nice-menu ul ul,#header .nice-menu li li.over li a {
	background-color: #d3d2cf;
}

#header .nice-menu li li.over li a:hover,#header .nice-menu li li li.over a {
	background-color: #e4e2dd;
}

#header .nice-menu ul ul ul,#header .nice-menu li li li.over li a {
	background-color: #e4e2dd;
}

#header .nice-menu li li li.over li a:hover,#header .nice-menu li li li li.over a {
	background-color: #d3d2cf;
}

#main .view-feature-story.view-id-feature_story .views-field-field-caption-value a {
	color: #555;
}

#header .menu li:after,#header .nice-menu > li:after {
	content: '//';
	position: relative;
	font-size: 18px;
	bottom: -2px;
}

#main .view-feature-story.view-id-feature_story .views-field-field-caption-value a {
	color: #555;
}

#header .menu li:after,#header .nice-menu > li:after {
	content: '//';
	position: relative;
	font-size: 18px;
	bottom: -2px;
}

#main .view-feature-story.view-id-feature_story .views-field-field-caption-value a {
	color: #555;
}

#header .menu li:after,#header .nice-menu > li:after {
	content: '//';
	position: relative;
	font-size: 18px;
	bottom: -2px;
}


#header .menu li:after,#header .nice-menu > li:after {
	content: '//';
	position: relative;
	font-size: 18px;
	bottom: -2px;
}
