/*================================================================
=================================================================

	PROJECT: hyph-n.com
	FILE: highContrast.css
	UPDATE: June 03, 2008

	AUHOR: Jeffrey D. King
	EMAIL: jeff@kingdesk.com
	WEBSITE: http://kingdesk.com

	© 2008 KINGdesk, LLC. All Rights Reserved.

=================================================================
================================================================*/


body {
	color: #000;
	background-color: #fff;
	background-image: none;
}
a, pre code, input, select, option, textarea, .ui-tabs-selected a:hover, .note {
	color: #000;
}
a:hover {
	color: #0067a2;
}
pre code {
	border: 1px solid #000;
	background-color: #fff;
}
textarea {
	border: 1px solid #000;
}

#siteName {
	background: transparent url('/css/images/hyphenLogo-HC.png') no-repeat left top;
}
#siteName a:hover {
	background: transparent url('/css/images/hyphenLogo-HC.png') no-repeat -60px -60px;
}
ul#menu {	
	background: transparent url('/css/images/menu-HC.png') no-repeat left top;
}
#menu #homeLink a:hover {
	background: transparent url('/css/images/menu-HC.png') no-repeat 0 -25px;
}
#menu #toolsLink a:hover {
	background: transparent url('/css/images/menu-HC.png') no-repeat -121px -25px;
}
#menu #faqLink a:hover {
	background: transparent url('/css/images/menu-HC.png') no-repeat -231px -25px;
}
#menu #aboutLink a:hover {
	background: transparent url('/css/images/menu-HC.png') no-repeat -317px -25px;
}

#leftbox, #rightbox {
	border: 3px solid #000;
	background-color: #fff;
}

#theOptionsDialog {
	border: 3px solid #fff;
	color: #fff;
	background-color: #000;
}
#leftOptions {
	border-right: 1px solid #222;
}
#hyphenOptions {
	border: none;
}
#urlOptions {
	border-bottom: 1px solid #222;
}
#widowOptions {
	padding-top: 20px;
	border: none;
}
#bottomOptions {
	border-top: 1px solid #222;
}
#saveOptions {
	padding-top: 10px;
	border: none;
}
#clearRaw, #hideOptions, #showOptions, #submit {
	background-image: url('/css/images/buttons-HC.png');	
}
#theResults {
	padding-bottom: 20px;
	border-bottom: none;
}
#theOutput {
	border: 1px solid #000;
}

#siteCredit {
	border-top: 1px solid #bbb;
}
#siteCredit p {
	border: none;
	padding-top: 19px;
}
.adsense {
	border-top: 1px solid #bbb;
}