/* HTML */

/* COLORS

pink: f6a2c6
green:44973b
blue:0079c0
lighter blue: 4da2d4
darker yellow: ddb508
lighter yellow: eed360
red: b6121b
dark gray: 17242d

color="#0277c0" Blue
color="#dfb60b" Yellow
color="#32424d" Gray - Letter BG
color="#999999" Medium Gray
color="#17242d" Dark Blue Gray - BG
color="#aabbc6" Light Blue Gray



*/

body {
	font-family: "Times New Roman", Times, serif,"Lucida Sans Unicode",Code2000,Code2001,"Arial Unioode MS";
	background-color: #17242d;
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

a {
	color: #f6a2c6;
}

a:link {
	
}

a:visited {
	
}

a:hover {
	color: #4da2d4;
}

a:active {
	
}

p {
	padding: .4em 0 .6em 0;
	line-height: 1.55em;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	color: #4da2d4;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

.right {
	background-color: #0277c0;
}

.left {
	
}

img {
	
}

ul {
	
}

li {
	
}

pre, code {
	font: 14px Monaco, monospace;
	line-height: 22px;
}

blockquote {
	
}

/*tables*/

table {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
}

caption {
	text-align: left;
}

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

th, td {
	padding: .7em 1.25em;
}

/*other*/

hr {
	background-color: #ccc;
	border: 0;
	color: #ccc;
	height: 1px;
	margin-bottom: 22px;
}

/*forms*/

input {
	
}

textarea {
	
}

/* =Header
-------------------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	background-position: 50px center;
	background-repeat: no-repeat;
	background-image: url('../img/header_bigger_bg.gif');
	height: 200px;
	position: relative;
}

#about #content img {
	padding: 10px 147px;
}

#branding {
	
}

#title {
	text-indent: -9999px;
	background-image: url('../img/title.gif');
	width: 384px;
	height: 100px;
	position: absolute;
	top: 30px;
	right: 100px;
}

#title a {
	
}

#title a:active,
#title a:hover {
	
}

#site-description {
	
}

.skip-link {
	display: none;
}

#access {
	
}

/* =Content
-------------------------------------------------------------- */

#main {
	padding: 18px 0 0 0;
	margin-bottom: 22px;
}

#container {
	padding: 18px 0 0 0;
	margin-bottom: 22px;
}

#content {
	padding: 18px 0 0 0;
	margin-bottom: 22px;
}

.page-title {
	
}

.page-title a {
	
}

.page-title a:active,
.page-title a:hover {
	
}

.page-content {
	
}

/* =Sidebars
-------------------------------------------------------------- */

#sidebar {
	/*padding: 18px 0 0 0;*/
	/*margin-bottom: 22px;*/
	width: 250px;
	float: left;
}

/* =Footer
-------------------------------------------------------------- */



#siteinfo {
	
}

/* =Menu
-------------------------------------------------------------- */

.menu {
	width: auto;
	border: none;
	position: absolute;
	bottom: 0px;
	right: 90px;
}

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em;


/* le

ft offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
/* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2.5em;
	

/* 

match top ul list item height */
	z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	/* match ul width */
	top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	/* match ul width */
	top: 0;
}

/*** THEMATIC SKIN ***/

.sf-menu {
	border-right: 1px solid #32424d;
	float: left;
}

.sf-menu a {
	border-left: 1px solid #32424d;
	border-top: 1px solid #32424d;
	border-bottom: 1px solid #32424d;
	padding: 9px 13px;
	text-decoration: none;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	border-bottom-color: #32424d;
}

.sf-menu a, .sf-menu a:visited {
	/*visited pseudo selector so IE6 applies text colour*/
	color: #999;
}

.sf-menu li {
	background-color: #17242d;
}

.sf-menu li li {
	background-color: #fff;
}

.sf-menu li li li {
	background-color: #9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #fff;
	outline: 0;
	border-bottom-color: #ccc;
	color: #17242d;
}

.sf-menu ul {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	/*top: 2em;*/
/* overriding essential styles */
}

.sf-menu ul ul {
	margin-top: 0;
}

.sf-menu ul a {
	background: #fff;
	border-bottom: none;
	color:#000000;
}
.sf-menu ul a:visited{
	color:#585858;
}
.sf-menu ul a:hover {
	color: #fff;
	background-color: #0277c0;
}

/* =Letter Menu
-------------------------------------------------------------- */

ul.letters {
	padding: 30px 0 20px 0;
	display: block;
	display: table;
	margin: 10px auto;
	
	
	
}

#Omaha ul.letters li, #English ul.letters li {
	font-size: 1.4em;
	/*padding: 0px 5px 0px 5px;*/
	margin: 2px 1px 0px 1px;
	float: left;
	background-color: #32424d;
	width: 46px;
	height: 1.9em;
	text-align: center;
}

#Omaha ul.letters li a, #English ul.letters li a {
	/*color: white;*/
	text-align: center;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #dfb60b;
	font-weight: bold;
	
}

#english ul.letters li {
	width: 34px
}

ul.letters li a:hover {
	background-color: #0079c0;
}

.letter_select {
	background-color: #44973b;
}

.no_results {
	padding: 5px;
	display: block;
	color: #999;
}

/* =Definition list for word display
-------------------------------------------------------------- */

dl {
	display: block;
	padding: 10px 0 30px 0;
	clear: both;
}

dt {
	font-weight: bold;
	padding: 15px 0 5px 0;
	font-size: 1.4em;

}

dt span.part_of_speech {
	font-weight: 100;
	font-size: .8em;
	margin: 0 0 0 .2em;
	color: #999;
}

dd {
	line-height: 1.2em;
	margin: 5px 0 1em 0;
	padding: 0 0 0 2em;
}

/* =Pagination
-------------------------------------------------------------- */

.paging {

	padding: 10px;
	text-align: center;
	line-height: 1.5em;
	/*position: absolute;*/
	left: 0;
	width: 960px;
	clear: both;
	
	
}
.paging li{
	display:inline-block;
	margin:0 5px;
}
.paging li.active a{
	text-decoration:none;
	color:white;
	cursor:default;
}
#search .paging {
	margin-left: -260px;
	
}

.disabled {
	display: inline;
}

.input {
	display: inline;
}

label {
	padding: 0 5px 0 0;
}

/* =Individual word page
-------------------------------------------------------------- */

.dorsey_image {
	margin: 20px 0 0 0;
}

img.dorsey_image {
	border: solid 2px #000;
	
}

.gloss_section {
	clear: both;
	color: #999;
	margin: 2em 0 0 0;
	display: block;
	float: left;
}

.gloss_section .word_section_right {
	font-size: 1em;
}

.word_section {
	clear: both;
	float: left;
	margin: 1em 0 0 0;
}

.word_section_right {
	margin: 0 0 20px 160px;
	font-size: 1.5em;
}

.word_section_left {
	float: left;
}

.gloss_section .word_section_left {
	width: 150px;
	margin: 0 10px 0 0;
}

#single_word .page-content {
	width: 680px;
	float: left;
	margin: 20px 20px 0 0;
	clear: both;
}

#single_word #primary {
	float: right;
	width: 240px;
}

#single_word h2 {
	float: left;
	padding: 0 10px 0 0;
	font-size: 3em;
	color: #eed360;
	text-shadow: -1px 0px 7px #000000;
}

#single_word .part_of_speech {
	margin: 1.2em 0 0 1em;
	font-size: 1.2em;
	float: left;
}

span.facet-results-selected a {
	font-weight: bold;
	color: #dfb60b;
}

#word {
	float: none;
	display: block;
	font-variant: normal;
	direction: ltr;
	clear: both;
	position: static;
	color: #17242d;
}




#wrapper {
	position: relative;
}

#left-sidebar {
	float: left;
	width: 200px;
	background-color: #32424d;
	padding: 0px;
	border-left: 4px solid #4da2d4;
	margin-top: 20px;
}

span.highlight, span.search-term {
	background-color: #eed360;
	color: #17242d;
}

#search > #wrapper > #main > .page-content {
	width: 700px;
	float: right;
}



#Search_search_term {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 600px;
}





#SearchAddForm input, #SearchDisplayForm input {
	font-size: 2em;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	margin: 0 10px 20px 0;
font-family: "Times New Roman", Times, serif,"Lucida Sans Unicode",Code2000,Code2001,"Arial Unioode MS";

}

.submit-search, #SearchAddForm input, #SearchDisplayForm input {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin-left: 10px;
	background-color: #0277c0;
	color: #d1eced;
font-family:"Times New Roman", Times, serif,"Lucida Sans Unicode",Code2000,Code2001,"Arial Unicode MS";
font-size: 1.6em;
}

#Search_search_term {
	background-color: #fff !important;
	color: #000 !important;

}

/* Code to style the search form page
Some overrides to the jquery made */

tr {
	border-bottom: 0px solid #ccc;
}

table {
	border: 0px solid #ccc;
	margin: 0 0 0 -10px;
}

.character_map_link a {
	width: 400px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 0px;
	padding: 6px;
	background: #44973b;
	color: #fff;
}

.ui-widget-header {
	background: #44973b;
	color: #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-family: "Times New Roman", Times, serif,"Lucida Sans Unicode",Code2000,Code2001,"Arial Unioode MS";
}

.ui-widget {
	font-size: 1.1em;
}

.ui-dialog {
	position: relative;
	padding: 0px;
}

.ui-widget-content {
	border: 1px solid #44973b;
}

/* Browse */

#browse ul {
	padding-top: 20px;
}

body#browse > div#wrapper > div#main > div#container > div#content > ul > li.page_item a {
	font-size: 1.8em;
	text-decoration: none;
	padding-top: .5em;
	display: block;
	padding-left: 200px;
}






#left-sidebar ul li span.facet-results a, #left-sidebar h4, #left-sidebar h4 a, #left-sidebar ul li span.facet-results-selected a {
	background-color: #32424d;
	display: block;
	padding:10px;
	
}



#left-sidebar ul li span.facet-results a:hover, #left-sidebar h4 a:hover {
	background-color: #dfb60b;
	display: block;
	/*padding:10px;*/
}

/* Karin's changes */

#search_term_entities {
	width:  270px;
	float: right;

}

#SearchAddForm, #SearchDisplayForm {
	width: 650px;
	float: left;
	margin-top: 32px;

}

#search_term_entities table tbody tr th em {
	color: #DFB710 !important;
}

#search_term_entities table tbody tr td a {

	font-size: 1.6em;
	font-weight: 800;
	padding: 3px;
}

#search_term_entities table tbody tr td a:hover {
	font-size: 1.6em;
	font-weight: 800;
	background-color: #0D77C0;
	color: #fff;
}

#search_term_entities table tbody tr td {
	padding: 0 0 10px 10px;
}

/* Introduction */

#introduction h3, #about h3 {
	font-size: 1.4em;
	margin: 10px 0;
	border-bottom: 1px solid #C0E5F5;
}

#introduction table {
	margin: 10px 0;
	border: 1px solid #C0E5F5;
	font-size: .8em;
}
#introduction table td{
	margin: 10px 0;
	border: 1px solid #C0E5F5;
}

ul {
	margin-left: 3em;
}

li {
	line-height: 1.55em;
}




/* Fixing Reset */

sup {
	vertical-align:super;
	top:auto;
}

blockquote {
	
margin-left:  3em;
}

hr {
	padding: 0;
	margin: 10px;
}


#search #content {
	height: 250px;

}

#search_term_entities {
	
	width: 400px;
	position: absolute;
	right: 0;
	top: 250px;
	
}

#search_term_entities:hover {
	
	background: url('../img/arrow_search.gif') no-repeat;
}

#search_term_entities table {
	width: 300px;
	float: right;
	margin-top: 60px;
}


/*#search #left-sidebar li {
	line-height: 1;
	padding: 0;
	margin: 0;
}

#left-sidebar ul li span.facet-results a {
	line-height: 1;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#left-sidebar ul li span.facet-results a:hover {
	
	background-color: transparent;
}



#Search #left-sidebar ul {
	line-height: 1;
	padding: 0 0 0px;
	margin: 0;
}



#Search #left-sidebar li{
	padding: 5px 5px 5px 20px;
	background-color: fuchsia;
	margin: 2px 0;
}


#Search #left-sidebar li:hover {
	background-color: firebrick;
}*/

#search #left-sidebar ul {
	padding: 0;
	margin: 0;
}

#search #left-sidebar .facet-no-results {
	padding: 5px 5px 5px 20px;
	background-color: #082B4D;;

	display: block;
}


#search #left-sidebar h4 {
	padding: 0;
	margin: 0px;
	
}

/*#search #left-sidebar h4 a {
	padding: 0;
	margin: 0;
	font-weight: 800;
	padding: 10px 10px 10px 20px;
	background-color: #0A5A91;
	
}*/




#search #left-sidebar .facet-results a{
	padding: 5px 5px 5px 20px;
	background-color: #082B4D;
	font-weight: 800;
	
}

#search #left-sidebar h4 a{
	padding: 10px 10px 10px 20px;
	margin: -10px -10px -10px -20px;
background-color: #082B4D;
	font-weight: 800;
	
}

#search #left-sidebar h4{
	padding: 10px 10px 10px 20px;
	background-color: #0A5A91;
	font-weight: 800;
	color: #fff;
	
}

#search #left-sidebar h4 a:hover {
	background-color: #0A5A91;
	color: #fff;
	
}


#search #left-sidebar .facet-results a:hover  {
	padding: 5px 5px 5px 20px;
	background-color: #0A5A91;
	color: #fff;
	
}


#left-sidebar ul li span.facet-results-selected a {
	padding: 0;
	margin: 0;
	font-weight: 800;
	padding: 5px 5px 5px 20px;
	background-color: #0A5A91;
	color: #fff;
	text-decoration: none;
	
	
	
	
	
	
	
}

#footer img {
	float: right;
	padding-top: 0;
	margin-top: -10px;
	
	
}

#footer {
	border-top: 1px solid #999999;
	padding-top: 10px;
	font-size: .8em;
	color: #ABBBC7;
	clear: both;
	height: 200px;
}

.wordlink {
	clear:both;
	padding:10px 0;
	font-size:.8em;
}

.warning_site_down {
	color:#D9B82F;
	padding: 40px 0 0 0;
	text-align: center;
	
}







