/*
------------------------------------------------------------------------
Style Sheet Level: Reset & Base
Publisher: Oxford Dictionaries Online
Author: Robert Hall
Author URI: http://www.ifactory.com/
Created: Novemeber 20 2009
Copyright: (c) 2009 iFactory, All rights reserved.
------------------------------------------------------------------------
*/

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	resetting styles
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	base styles
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

a { color: #5b85b1; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

input {
	color: black;
	border: 0 none;
	padding: 4px 5px;
	background-color: transparent;
	width: 140px;
	vertical-align: middle;
}
select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 5px #cfcfcf inset;
	-moz-box-shadow: 1px 1px 5px #cfcfcf inset;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
	background-color: transparent;
	padding: 1px 2px;
}
option {
	background-color: #fef5e6;
	border-bottom: 1px solid #ebdac0;
	border-right: 1px solid #d6bb86;
	border-left: 1px solid #d6bb86;
}
option:hover {
	cursor: pointer;
}
table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1em 1px;
}
table caption {
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
}
table th, td {
	border: 1px solid #999;
	font-size: 1.2em;
	padding: 0 3px;
}
table tr.odd {
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.error {
	margin: 15px;
	padding: 15px;
	border: 1px solid red;
}
	.error .errorMessage {
		color: red;
	}


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	The following Styles are adapted from YUI base CSS library:
	http://developer.yahoo.com/yui/3/cssbase/
	version: 3.0.0
	build: 1549
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	BASE ONE (used on #mainContent on Entry, Search Results pages)
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

.cssBaseOne {
	font-size: 1.2em;
	line-height: 1.5em;
}
.cssBaseOne h2,
.cssBaseOne h3,
.cssBaseOne h4,
.cssBaseOne h5,
.cssBaseOne h6 {
	color: #333;
	font-weight:bold;
}
.cssBaseOne strong {
	font-weight:bold;
}
.cssBaseOne .smallCaps {
	font-variant: small-caps;
}
.cssBaseOne h2 a,
.cssBaseOne h3 a,
.cssBaseOne h4 a,
.cssBaseOne h5 a,
.cssBaseOne h6 a {
	color: #d15211;
}
.cssBaseOne h2 {
	font-family: arial, "helvetica neue", helvetica, sans-serif;
}
.cssBaseOne h2.error {
	border:0 none;
	color:red;
	padding:0;
	margin:1em 0;
}
.cssBaseOne abbr,
.cssBaseOne acronym{
	border-bottom:1px dotted #000;
	cursor:help;
}
.cssBaseOne em{
	font-style:italic;
}
.cssBaseOne blockquote,
.cssBaseOne ul,
.cssBaseOne ol,
.cssBaseOne dl{
	margin:1em;
}
.cssBaseOne ol,
.cssBaseOne ul,
.cssBaseOne dl{
	margin-left:2em;
}
.cssBaseOne ol li{
	list-style:decimal outside;
}
.cssBaseOne ul li{
	list-style:disc outside;
}
.cssBaseOne dl dd{
	margin-left:1em;
}
.cssBaseOne ol li,
.cssBaseOne ul li,
.cssBaseOne dl dd{
	line-height: 1.333em;
}
#layoutTable .cssBaseOne table {
	margin-bottom: 1em;
	font-size: 0.917em;
	border: 1px solid #ccdeee;
}
#layoutTable .cssBaseOne th,
#layoutTable .cssBaseOne td{
	border-bottom: 1px solid #ccdeee;
	padding:.15em .7em;;
}
#layoutTable .cssBaseOne th{
	font-weight:bold;
}
#layoutTable .cssBaseOne caption{
	margin:.5em;
	text-align:center;
}
.cssBaseOne p,
.cssBaseOne fieldset,
.cssBaseOne pre{
	margin-bottom:1em;
}
.cssBaseOne pre{font-size:1.2em;}
.cssBaseOne input,
.cssBaseOne textarea {
	border: 1px solid #efe0c8;
}
.cssBaseOne input[type=text],
.cssBaseOne input[type=password],
.cssBaseOne textarea{
	width:12.25em;
	*width:11.9em;
}
.cssBaseOne sup {
	font-size: 0.6em;
	position: relative;
	top: -0.4em;
}
.cssBaseOne a.word, a.secondary { color: #333; }

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	BASE TWO (used on #columnOne)
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

.cssBaseTwo {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.728em;
	color: black;
}
.cssBaseTwo h2,
.cssBaseTwo h3,
.cssBaseTwo h4,
.cssBaseTwo h5,
.cssBaseTwo h6,
.cssBaseTwo strong{
}
.cssBaseTwo h2 a,
.cssBaseTwo h3 a,
.cssBaseTwo h4 a,
.cssBaseTwo h5 a,
.cssBaseTwo h6 a {
}
.cssBaseTwo h2 {
	font-size: 1.455em;
	line-height: 1.125em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-bottom: 1px solid #bddf99;
	margin-bottom:0.188em;
	padding-bottom:0.313em;
}
.cssBaseTwo h3 {
	font-size: 1em;
	font-weight: bold;
}

#columnOne em	{font-style: italic;}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	BASE ONE FONT RESIZING
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

.largeFont .cssBaseOne, .largeFont #entryPageContent { font-size: 1.6em; }
.largeFont .cssBaseOne .searchHeader { font-size: 0.75em; line-height:1.5em; }
.largeFont .cssBaseOne .resultsBar { font-size: 0.75em; line-height:1.5em; }
.largeFont .cssBaseOne #syllableControls { font-size: 0.75em; line-height:1.5em; }
.largeFont #mainContent .cssBaseOne .topThousand { font-size: 0.75em; line-height:1.5em; }