/*!
Theme Name: ball-nogues
Theme URI: http://underscores.me/
Author: Fanandfuel
Author URI: https://fanandfuel.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ball-nogues
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ball-nogues is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"], [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button; /* 1 */
 font: inherit; /* 2 */
}
/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff;/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
}
figure {
	margin: 1em 0;/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
/*input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}*/
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post, .page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
#node-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#node-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}
td.revision-current {
	background: #ffc;
}
.node-form .form-text {
	display: block;
	width: 95%;
}
.node-form .container-inline .form-text {
	display: inline;
	width: auto;
}
.node-form .standard {
	clear: both;
}
.node-form textarea {
	display: block;
	width: 95%;
}
.node-form .attachments fieldset {
	float: none;
	display: block;
}
.terms-inline {
	display: inline;
}
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
}
.rteindent1 {
	margin-left: 40px;
}
.rteindent2 {
	margin-left: 80px;
}
.rteindent3 {
	margin-left: 120px;
}
.rteindent4 {
	margin-left: 160px;
}
.rteleft {
	text-align: left;
}
.rteright {
	text-align: right;
}
.rtecenter {
	text-align: center;
}
.rtejustify {
	text-align: justify;
}
.ibimage_left {
	float: left;
}
.ibimage_right {
	float: right;
}
table.cke_editor fieldset {
	padding: 0 !important;
}
.cke_editor {
	display: table !important;
}
.cke_editor, #ie#bug {
	display: inline-table !important;
}
.cke_panel_listItem {
	background-image: none;
	padding-left: 0;
}
tbody {
	border: 0;
}
form#ckeditor-admin-profile-form textarea#edit-toolbar, form#ckeditor-admin-global-profile-form textarea#edit-toolbar {
	display: none;
}
form#ckeditor-admin-profile-form #edit-toolbar + .grippie, form#ckeditor-admin-global-profile-form #edit-toolbar + .grippie {
	display: none;
}
div.sortableList {
	cursor: n-resize;
}
div.widthMarker {
	height: 20px;
	border-top: 1px dashed #CCC;
	margin: 10px 0px 0px 1px;
	padding-left: 1px;
	text-align: center;
}
div.sortableList.group {
	margin: 20px 0px 0px 0px;
}
div.sortableList div.sortableListDiv {
	height: 30px;
	margin-bottom: 3px;
	width: 900px;
}
div.sortableList div.sortableListDiv span.sortableListSpan {
	background-color: #F0F0EE;
	height: 30px;
	border-right: 1px dashed #CCC;
	display: block;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul {
	background: none;
	width: 900px;
	white-space: nowrap;
	border: 1px solid #CCC;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	height: 30px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li {
	background: none;
	list-style: none;
	cursor: move;
	height: 18px;
	min-width: 18px;
	padding: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
	min-width: 5px;
	padding-left: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
	border: 0;
	padding: 0;
	margin: 0
}
li.sortableItem {
	position: relative;
	float: left;
	margin: 3px 1px 1px 0px;
	border: 1px solid #CCC;
	background-color: #F0F0EE;
	z-index: 99;
}
fieldset#edit-appearance div#groupLayout, div#allButtons {
	border: 0;
	padding: 0 0 0 0;
	margin: 1em 0;
	overflow: auto;
}
.cke_browser_ie .cke_panel_block {
	overflow: hidden !important;
}
.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;
}
.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;
}
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(/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;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*_\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
.clearleft, .clearl, .cleft {
	clear: left;
}
.clearright, .clearr, .cright {
	clear: right;
}
.clear, .clearboth, .clearall {
	clear: both;
}
.floatleft, .fleft, .floatl {
	float: left;
	margin: 0 10px 5px 0;
}
.floatright, .fright, .floatr {
	float: right;
	margin: 0 0 5px 10px;
}
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}
div.view div.views-admin-links {
	width: auto;
}
div.block {
	position: relative;
}
div.block .edit {
	display: none;
	position: absolute;
	right: -20px;
	top: -5px;
	z-index: 40;
	padding: 3px 8px 0;
	font-size: 10px;
	line-height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: -1px 1px 2px #666;
}
div.block .edit a {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
div.block:hover .edit {
	display: block;
}
.wireframe-mode #header, .wireframe-mode #content-top, .wireframe-mode #content-top>*, .wireframe-mode #content-header, .wireframe-mode #content-header>*, .wireframe-mode #content-area, .wireframe-mode #content-area>*, .wireframe-mode #content-bottom, .wireframe-mode #content-bottom>*, .wireframe-mode #primary, .wireframe-mode #secondary, .wireframe-mode #sidebar-left-inner, .wireframe-mode #sidebar-right-inner, .wireframe-mode .block {
	padding: 2px;
	border: 1px solid #bbb;
}
.wireframe-mode .node {
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}
.wireframe-mode .block {
	margin-bottom: 3px;
}
.wireframe-mode #content-top, .wireframe-mode #content-header, .wireframe-mode #content-area, .wireframe-mode #content-bottom {
	margin: 0 3px 3px;
}
.wireframe-mode #footer {
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #ccc;
}
.wireframe-mode.with-navigation #content, .wireframe-mode.with-navigation .sidebar {
	margin-top: 50px;
}
.wireframe-mode #navigation {
	height: 50px;
}
#page {
	width: 960px;
	margin: 45px auto;
}
#main {
	padding: 40px 5px;
	clear: both;
}
#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	padding: 0;
}
.sidebar {
	float: left;
}
#sidebar-second {
	float: right;
}
#footer, #header-region {
	float: none;
	clear: both;
}
#header, #footer, .mission, .breadcrumb, .node {
	clear: both;
}
.page-template-page-newspage div.node {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eae6dd;
}
.two-sidebars .center, .sidebar-left .center {
	margin-left: 190px;
}
#sidebar-first {
	width: 190px;
	margin-right: -190px;
}
.two-sidebars .center, .sidebar-right .center {
	margin-right: 200px;
}
#sidebar-second {
	width: 200px;
}
.inner {
	padding: 0px;
}
#logo-title {
	width: 330px;
	float: left;
}
#navigation {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	width: 625px;
	font-size: 12px;
}
.with-navigation #content, .with-navigation .sidebar {
}
.filefield-element .widget-preview {
	max-width: inherit;
}
.page-template-page-newspage #content {
	margin-left: 325px;
	width: 625px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 15px;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height: 100%;
	background: url(images/track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #9e947e;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}
body {
	margin: 0;
	font: 12px/1.7em Tahoma, Geneva, sans-serif;
	color: #635534;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
}
a:link, a:visited {
	color: #8f7e56;
	text-decoration: none;
}
.page-template-page-newspage .content a:link, .page-template-page-newspage .content a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	color: #221c0e;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0.5em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.75em;
	color: #504937;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.8em;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
.page-template-page-newspage .content h2 a:visited, .page-template-page-newspage .content h2 a:link {
	text-decoration: none;
	color: #504937;
}
.page-template-page-newspage .content h2 a:hover {
	color: #000;
}
.view-header h3 {
	font-size: .9em;
	text-transform: uppercase;
	color: #3d3420;
}
p {
	margin: 0 0 1em 0;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
	border-bottom: 1px solid #d8c495;
}
tr.even {
	background-color: #f5f1e7;
	border-bottom: 1px solid #d8c495;
}
input, select, textarea {
	border: 1px solid #ccba8f;
	padding: 5px;
	font-size: 12px;
	color: #827045;
}
.editview-field input {
	width: 750px;
	max-width: none;
}
.form-item label {
	font-weight: normal;
}
.form-submit {
	background: #FEC600;
	color: #fff;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
#edit-title {
	font-size: 24px;
}
.editview-field #edit-title {
	font-size: 12px;
}
#system-themes-form img {
	width: 100px;
}
.form-item .description {
	font-style: italic;
	line-height: 1.2em;
	font-size: 0.8em;
	margin-top: 5px;
	color: #796639;
}
#edit-delete {
	color: #c00;
}
div.messages {
	padding: 9px;
	margin: 1em 0;
	color: #036;
	background: #bdf;
	border: 1px solid #ace;
}
div.warning {
	color: #840;
	background: #fe6;
	border-color: #ed5;
}
div.error {
	color: #fff;
	background: #e63;
	border-color: #d52;
}
div.status {
	color: #360;
	background: #cf8;
	border-color: #be7;
}
ul.links li {
	padding: 0 20px 0 0;
}
ul.links li.last {
	padding: 0;
}
li a.active {
	color: #191712;
}
.attachment .view {
	margin-top: 30px;
}
.view-display-id-page_1 td, .view-display-id-attachment_1 td {
	width: 125px;
	padding: 0 5px 5px 0;
	line-height: 1em;
}
.view-display-id-page_1 td.col-7, .view-display-id-attachment_1 td.col-7 {
	padding: 0;
}
.view-display-id-attachment_1 td {
	width: 202px;
	padding-right: 5px;
}
.view-display-id-attachment_1 td.col-4 {
	margin: 0;
}
.views-view-grid {
	width: auto;
}
div.node-type-project {
	width: 950px;
	margin-bottom: 5px;
}
.leftside {
	width: 300px;
	position: absolute;
	margin-left: 0;
	font-size: 11px;
/margin-left:-325px;
}
.leftcover {
	width: 300px;
	background: #fff;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.page-bios .leftside {
	margin-left: 0;
}
.leftside_content {
	position: relative;
	z-index: 1;
}
.node-type-page .leftside {
	position: relative;
	float: left;
}
.node-type-page .rightside {
}
.leftside h3 {
	cursor: pointer;
	margin-top: 10px;
}
.rightside {
	width: 625px;
	margin-left: 325px;
}
.node-type-project .rightside {
	height: 100px;
}
#contact-mail-page .leftside {
	font-size: 12px;
	line-height: 1.4em;
	width: 280px;
}
#contact-mail-page .form-item, #contact-mail-page .description, #contact-mail-page .form-submit {
	margin-left: 325px;
	clear: left;
	font-size: 12px;
}
#contact-mail-page input[type=text], #contact-mail-page textarea {
	width: 400px;
}
.process_images, .videos, .project_images {
	display: none;
}
.process_image, .video, .project_image, .project_thumb {
	background: url(images/ajax-loader.gif) no-repeat center center;
}
.project_nav {
	font-size: 11px;
	margin-top: 10px;
	float: left;
}
.project_nav2 {
	font-size: 11px;
	margin-top: 10px;
}
.project_nav .active, .project_nav2 .active {
	color: #635534;
}
.project_text, .process_text {
	width: 300px;
	font-size: 11px;
	height: 200px;margin-top:20px;
}
.pager {
	margin-top: 15px;
	font-size: 10px;
}
.video_pager {
	font-size: 10px;
	background: url(images/video_pager.png) left;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
.video_pager a {
	color: #fff;
}
.video_pager a:hover {
	color: #FEC600;
}
.arrow {
	font-size: 14px;
}
a.active {
	color: #453a1f;
}
.project_title {
	color: #221c0e;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_year, .project_location {
	color: #635534;
	font-size: 12px;
	line-height: 1.2em;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_image, .video, .process_image {
	display: none;
	line-height: 1em;
	position: absolute;
}
.project_image {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-color: #555;
}
.project_image.first, .video.first, .process_image.first {
	display: block;
}
.project_image a {
	line-height: 1em;
}
.project_thumb a {
	z-index: 1;
	height: 100px;
}
.project_thumb {
	line-height: 0;
	height: 100px;
	position: relative;
}
.project_label {
	display: none;
	bottom: 0;
	position: absolute;
	width: 625px;
	font-size: 11px;
	line-height: 1.3em;
	background: #000000 none repeat scroll 0 0;
	opacity: .60;
	-ms-filter: “alpha(opacity=60)”;
	filter: alpha(opacity=60);
	-khtml-opacity: .60;
	-moz-opacity: .60;
	z-index: 5;
}
.project_label .title {
	z-index: 10;
	color: #fff;
	padding: 2px 5px;
}
.project_label .title1 {
	text-transform: uppercase;
}
.arrow_next {
	background: url(images/arrow_right.png) no-repeat;
	width: 27px;
	height: 40px;
	position: absolute;
	z-index: 10000;
	top: 40%;
	right: 10px;
	cursor: pointer;
}
.arrow_back {
	background: url(images/arrow_left.png) no-repeat;
	width: 27px;
	height: 40px;
	position: absolute;
	z-index: 10000;
	top: 40%;
	left: 10px;
	cursor: pointer;
}
.caption {
	width: 100%;
	height: 20px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	background: #000000 none repeat scroll 0 0;
	opacity: .70;
	-ms-filter: “alpha(opacity=70)”;
	filter: alpha(opacity=70);
	-khtml-opacity: .70;
	-moz-opacity: .70;
	z-index: 5;
	bottom: 0;
}
.caption-inner {
	padding: 0 5px;
}
.view-projects .view-header {
	margin-left: 325px;
}
#footer {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 960px;
	margin: 100px auto 0 auto;
}
.date-display-end, .date-display-start, .date-display-separator, .date-display-single {
	color: #302917;
	margin-bottom: 10px
}
fieldset {
	border: 1px solid #ccba8f;
}
.views-field-field-link-url img {
	border: 1px solid #eee;
}
#simplemenu li:hover, #simplemenu li.sfHover, #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
	background: #FEDA59;
	color: #221c0e;
}
#simplemenu li ul li:hover, #simplemenu li ul li.sfHover, #simplemenu li ul a:focus, #simplemenu li ul a:hover, #simplemenu li ul a:active {
	background-color: #FEDA59;
}
#help-box {
	right: 5px;
}
.filefield-element .widget-preview {
	float: none;
	border: none;
}
.views-field-edit-node, .node-inner .links {
	font-size: 10px;
}
.node-inner .links {
	margin-top: 10px;
}
.node-type-page .rightside img {
	margin-top: 40px;
}
div.node-type-news .news_content {
	display: none;
}
.page-id-78 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-id-78 li {
	list-style: none;
	margin: 0 0 15px 0;
}
.page-template-default .entry-title {
	display: none;
}
.node-unpublished {
	background-color: #fff4f4;
}
.preview .node {
	background-color: #ffffea;
}
#node-admin-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#node-admin-buttons {
	float: left;
	margin-left: 0.5em;
	clear: right;
}
td.revision-current {
	background: #ffc;
}
.node-form .form-text {
	display: block;
	width: 95%;
}
.node-form .container-inline .form-text {
	display: inline;
	width: auto;
}
.node-form .standard {
	clear: both;
}
.node-form textarea {
	display: block;
	width: 95%;
}
.node-form .attachments fieldset {
	float: none;
	display: block;
}
.terms-inline {
	display: inline;
}
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
}
.rteindent1 {
	margin-left: 40px;
}
.rteindent2 {
	margin-left: 80px;
}
.rteindent3 {
	margin-left: 120px;
}
.rteindent4 {
	margin-left: 160px;
}
.rteleft {
	text-align: left;
}
.rteright {
	text-align: right;
}
.rtecenter {
	text-align: center;
}
.rtejustify {
	text-align: justify;
}
.ibimage_left {
	float: left;
}
.ibimage_right {
	float: right;
}
table.cke_editor fieldset {
	padding: 0 !important;
}
.cke_editor {
	display: table !important;
}
.cke_editor, #ie#bug {
	display: inline-table !important;
}
.cke_panel_listItem {
	background-image: none;
	padding-left: 0;
}
tbody {
	border: 0;
}
form#ckeditor-admin-profile-form textarea#edit-toolbar, form#ckeditor-admin-global-profile-form textarea#edit-toolbar {
	display: none;
}
form#ckeditor-admin-profile-form #edit-toolbar + .grippie, form#ckeditor-admin-global-profile-form #edit-toolbar + .grippie {
	display: none;
}
div.sortableList {
	cursor: n-resize;
}
div.widthMarker {
	height: 20px;
	border-top: 1px dashed #CCC;
	margin: 10px 0px 0px 1px;
	padding-left: 1px;
	text-align: center;
}
div.sortableList.group {
	margin: 20px 0px 0px 0px;
}
div.sortableList div.sortableListDiv {
	height: 30px;
	margin-bottom: 3px;
	width: 900px;
}
div.sortableList div.sortableListDiv span.sortableListSpan {
	background-color: #F0F0EE;
	height: 30px;
	border-right: 1px dashed #CCC;
	display: block;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul {
	background: none;
	width: 900px;
	white-space: nowrap;
	border: 1px solid #CCC;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	height: 30px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li {
	background: none;
	list-style: none;
	cursor: move;
	height: 18px;
	min-width: 18px;
	padding: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li.group {
	min-width: 5px;
	padding-left: 2px;
}
div.sortableList div.sortableListDiv span.sortableListSpan ul li img {
	border: 0;
	padding: 0;
	margin: 0
}
li.sortableItem {
	position: relative;
	float: left;
	margin: 3px 1px 1px 0px;
	border: 1px solid #CCC;
	background-color: #F0F0EE;
	z-index: 99;
}
fieldset#edit-appearance div#groupLayout, div#allButtons {
	border: 0;
	padding: 0 0 0 0;
	margin: 1em 0;
	overflow: auto;
}
.cke_browser_ie .cke_panel_block {
	overflow: hidden !important;
}
.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;
}
.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;
}
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;
}

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;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*_\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
.clearleft, .clearl, .cleft {
	clear: left;
}
.clearright, .clearr, .cright {
	clear: right;
}
.clear, .clearboth, .clearall {
	clear: both;
}
.floatleft, .fleft, .floatl {
	float: left;
	margin: 0 10px 5px 0;
}
.floatright, .fright, .floatr {
	float: right;
	margin: 0 0 5px 10px;
}
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}
div.view div.views-admin-links {
	width: auto;
}
div.block {
	position: relative;
}
div.block .edit {
	display: none;
	position: absolute;
	right: -20px;
	top: -5px;
	z-index: 40;
	padding: 3px 8px 0;
	font-size: 10px;
	line-height: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #888;
	-webkit-box-shadow: -1px 1px 2px #666;
}
div.block .edit a {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
div.block:hover .edit {
	display: block;
}
.wireframe-mode #header, .wireframe-mode #content-top, .wireframe-mode #content-top>*, .wireframe-mode #content-header, .wireframe-mode #content-header>*, .wireframe-mode #content-area, .wireframe-mode #content-area>*, .wireframe-mode #content-bottom, .wireframe-mode #content-bottom>*, .wireframe-mode #primary, .wireframe-mode #secondary, .wireframe-mode #sidebar-left-inner, .wireframe-mode #sidebar-right-inner, .wireframe-mode .block {
	padding: 2px;
	border: 1px solid #bbb;
}
.wireframe-mode .node {
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}
.wireframe-mode .block {
	margin-bottom: 3px;
}
.wireframe-mode #content-top, .wireframe-mode #content-header, .wireframe-mode #content-area, .wireframe-mode #content-bottom {
	margin: 0 3px 3px;
}
.wireframe-mode #footer {
	margin-top: 3px;
	padding: 2px;
	border: 1px solid #ccc;
}
.wireframe-mode.with-navigation #content, .wireframe-mode.with-navigation .sidebar {
	margin-top: 50px;
}
.wireframe-mode #navigation {
	height: 50px;
}
#page {
	width: 960px;
	margin: 45px auto;
}
#main {
	padding: 40px 5px;
	clear: both;
}
#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	padding: 0;
}
.sidebar {
	float: left;
}
#sidebar-second {
	float: right;
}
#footer, #header-region {
	float: none;
	clear: both;
}
#header, #footer, .mission, .breadcrumb, .node {
	clear: both;
}
.section-news div.node {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eae6dd;
}
.two-sidebars .center, .sidebar-left .center {
	margin-left: 190px;
}
#sidebar-first {
	width: 190px;
	margin-right: -190px;
}
.two-sidebars .center, .sidebar-right .center {
	margin-right: 200px;
}
#sidebar-second {
	width: 200px;
}
.inner {
	padding: 0px;
}
#logo-title {
	width: 330px;
	float: left;
}
#navigation {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	width: 625px;
	font-size: 12px;
}
.with-navigation #content, .with-navigation .sidebar {
}
.filefield-element .widget-preview {
	max-width: inherit;
}
.section-news #content {
	margin-left: 325px;
	width: 625px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 15px;
}

.jScrollPaneDrag {
	position: absolute;
	background: #9e947e;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}
body {
	margin: 0;
	font: 12px/1.7em Tahoma, Geneva, sans-serif;
	color: #635534;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
}
a:link, a:visited {
	color: #8f7e56;
	text-decoration: none;
}
.section-news .content a:link, .section-news .content a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	color: #221c0e;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 0.5em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0.75em;
	color: #504937;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.8em;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
.section-news .content h2 a:visited, .section-news .content h2 a:link {
	text-decoration: none;
	color: #504937;
}
.section-news .content h2 a:hover {
	color: #000;
}
.view-header h3 {
	font-size: .9em;
	text-transform: uppercase;
	color: #3d3420;
}
p {
	margin: 0 0 1em 0;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
	border-bottom: 1px solid #d8c495;
}
tr.even {
	background-color: #f5f1e7;
	border-bottom: 1px solid #d8c495;
}
input, select, textarea {
	border: 1px solid #ccba8f;
	padding: 5px;
	font-size: 12px;
	color: #827045;
}
.editview-field input {
	width: 750px;
	max-width: none;
}
.form-item label {
	font-weight: normal;
}
.form-submit {
	background: #FEC600;
	color: #fff;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
#edit-title {
	font-size: 24px;
}
.editview-field #edit-title {
	font-size: 12px;
}
#system-themes-form img {
	width: 100px;
}
.form-item .description {
	font-style: italic;
	line-height: 1.2em;
	font-size: 0.8em;
	margin-top: 5px;
	color: #796639;
}
#edit-delete {
	color: #c00;
}
div.messages {
	padding: 9px;
	margin: 1em 0;
	color: #036;
	background: #bdf;
	border: 1px solid #ace;
}
div.warning {
	color: #840;
	background: #fe6;
	border-color: #ed5;
}
div.error {
	color: #fff;
	background: #e63;
	border-color: #d52;
}
div.status {
	color: #360;
	background: #cf8;
	border-color: #be7;
}
ul.links li {
	padding: 0 20px 0 0;
}
ul.links li.last {
	padding: 0;
}
li a.active {
	color: #191712;
}
.attachment .view {
	margin-top: 30px;
}
.view-display-id-page_1 td, .view-display-id-attachment_1 td {
	width: 125px;
	padding: 0 5px 5px 0;
	line-height: 1em;
}
.view-display-id-page_1 td.col-7, .view-display-id-attachment_1 td.col-7 {
	padding: 0;
}
.view-display-id-attachment_1 td {
	width: 202px;
	padding-right: 5px;
}
.view-display-id-attachment_1 td.col-4 {
	margin: 0;
}
.views-view-grid {
	width: auto;
}
div.node-type-project {
	width: 950px;
	margin-bottom: 5px;
}
.leftside {
	width: 300px;
	position: absolute;
	margin-left: 0;
	font-size: 11px;
/margin-left:-325px;
}
.leftcover {
	width: 300px;
	background: #fff;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.page-bios .leftside {
	margin-left: 0;
}
.leftside_content {
	position: relative;
	z-index: 1;
}
.node-type-page .leftside {
	position: relative;
	float: left;
}
.node-type-page .rightside {
}
.leftside h3 {
	cursor: pointer;
	margin-top: 10px;
}
.rightside {
	width: 625px;
	margin-left: 325px;
}
.node-type-project .rightside {
	height: 100px;
}
#contact-mail-page .leftside {
	font-size: 12px;
	line-height: 1.4em;
	width: 280px;
}
#contact-mail-page .form-item, #contact-mail-page .description, #contact-mail-page .form-submit {
	margin-left: 325px;
	clear: left;
	font-size: 12px;
}
#contact-mail-page input[type=text], #contact-mail-page textarea {
	width: 400px;
}
.process_images, .videos, .project_images {
	display: none;
}
.process_image, .video, .project_image, .project_thumb {
	background: url(ajax-loader.gif) no-repeat center center;
}
.project_nav {
	font-size: 11px;
	margin-top: 10px;
	float: left;
}
.project_nav2 {
	font-size: 11px;
	margin-top: 10px;
}
.project_nav .active, .project_nav2 .active {
	color: #635534;
}
.project_text, .process_text {
	width: 300px;
	font-size: 11px;
	height: 200px;
}
.pager {
	margin-top: 15px;
	font-size: 10px;
}
.video_pager {
	font-size: 10px;
	background: url(video_pager.png) left;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}
.video_pager a {
	color: #fff;
}
.video_pager a:hover {
	color: #FEC600;
}
.arrow {
	font-size: 14px;
}
a.active {
	color: #453a1f;
}
.project_title {
	color: #221c0e;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_year, .project_location {
	color: #635534;
	font-size: 12px;
	line-height: 1.2em;
	margin-left: 0;
	position: relative;
	width: 300px;
}
.project_image, .video, .process_image {
	display: none;
	line-height: 1em;
	position: absolute;
}
.project_image {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background-color: #555;
}
.project_image.first, .video.first, .process_image.first {
	display: block;
}
.project_image a {
	line-height: 1em;
}
.project_thumb a {
	z-index: 1;
	height: 100px;
}
.project_thumb {
	line-height: 0;
	height: 100px;
	position: relative;
}
.project_label {
	display: none;
	bottom: 0;
	position: absolute;
	width: 625px;
	font-size: 11px;
	line-height: 1.3em;
	background: #000000 none repeat scroll 0 0;
	opacity: .60;
	-ms-filter: “alpha(opacity=60)”;
	filter: alpha(opacity=60);
	-khtml-opacity: .60;
	-moz-opacity: .60;
	z-index: 5;
}
.project_label .title {
	z-index: 10;
	color: #fff;
	padding: 2px 5px;
}
.project_label .title1 {
	text-transform: uppercase;
}

.caption {
	width: 100%;
	height: 20px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	background: #000000 none repeat scroll 0 0;
	opacity: .70;
	-ms-filter: “alpha(opacity=70)”;
	filter: alpha(opacity=70);
	-khtml-opacity: .70;
	-moz-opacity: .70;
	z-index: 5;
	bottom: 0;
}
.caption-inner {
	padding: 0 5px;
}
.view-projects .view-header {
	margin-left: 325px;
}
#footer {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 960px;
	margin: 100px auto 0 auto;
}
.date-display-end, .date-display-start, .date-display-separator, .date-display-single {
	color: #302917;
	margin-bottom: 10px
}
fieldset {
	border: 1px solid #ccba8f;
}
.views-field-field-link-url img {
	border: 1px solid #eee;
}
#simplemenu li:hover, #simplemenu li.sfHover, #simplemenu a:focus, #simplemenu a:hover, #simplemenu a:active {
	background: #FEDA59;
	color: #221c0e;
}
#simplemenu li ul li:hover, #simplemenu li ul li.sfHover, #simplemenu li ul a:focus, #simplemenu li ul a:hover, #simplemenu li ul a:active {
	background-color: #FEDA59;
}
#help-box {
	right: 5px;
}
.filefield-element .widget-preview {
	float: none;
	border: none;
}
.views-field-edit-node, .node-inner .links {
	font-size: 10px;
}
.node-inner .links {
	margin-top: 10px;
}
.node-type-page .rightside img {
	margin-top: 40px;
}
div.node-type-news .news_content {
	display: none;
}
.page-bibliography ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-bibliography li {
	list-style: none;
	margin: 0 0 15px 0;
}
#primary-menu {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}
#primary-menu li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
}
.current-menu-item a {
	color: #191712;
}
.wpcf7-submit {
	background: #FEC600 !important;
	color: #fff !important;
	font-weight: bold !important;
	border: none !important;
	text-transform: uppercase !important;
	font-size: 10px !important;
	font-family: Tahoma, Geneva, sans-serif !important;
}
#primary-menu a{text-transform: uppercase;}
.cufon-replace-processed br{display:none;}
.project_text .cufon-replace-processed{margin:15px 0 10px 0;}
.project_image img{width: 625px;height: auto;}
html {scroll-behavior: smooth;}