/*
	Created by WebArtLove
	http://www.WebArtLove.com/
*/


* {
	margin: 0;
	padding: 0;
}

/*
div { border: 1px solid #ff0000; }
*/

body {
	text-align: center;
	background: #f6f6f6 url(Images/Body.jpg) repeat-x;
	color: #404040;
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

p, li {
	line-height: 20px;
	margin-bottom: 20px;
}

a {
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #404040;
}

a img {
	border: none;
}

h1, h2 {
	color: #87ab12;
	margin-bottom: 6px;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}

#header {
	height: 150px;
	background: url(Images/Logo.jpg) no-repeat 57% 0%;
}

#footer {
	padding: 16px;
	line-height: 20px;
}

#footer, input#word, input#button, #characters, #pages {
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#search {
	text-align: left;
	margin-bottom: 12px;
}

#search form {
	width: 308px;
	height: 40px;
	position: relative;
	left: 146px;
	background: url(Images/Search.gif);
}

input#word {
	float: left;
	width: 224px;
	font-weight: bold;
	color: #404040;
	border: none;
	background: none;
	margin: 12px 0 0 16px;
	padding: 0;
}

input#button {
	float: right;
	width: 50px;
	height: 40px;
	font-weight: bold;
	color: #404040;
	cursor: pointer;
	border: none;
	background: none;
	margin: 0 4px 0 0;
	padding: 0;
}

input#button:hover {
	color: #000000;
}

div.textTop, div.textBottom {
	height: 16px;
	background: url(Images/ContentSides.gif);
}

div.textBottom {
	background-position: bottom;
	margin-bottom: 8px;
}

div.text {
	text-align: justify;
	background: url(Images/Content.gif);
	padding: 0 16px;
}

div.text ul {
	margin-left: 20px;
}

ul#dailyWords {
	list-style: none;
	margin-left: 0;
	text-align: left;
}

ul#dailyWords li {
	display: inline;
}

#sideBar, #content {
	text-align: left;
}

#sideBar {
	width: 164px;
	float: left;
}

#content {
	width: 393px;
	float: right;
}

ul#synonyms {
	font-weight: bold;
	color: #707070;
	margin-top: -6px;
	margin-left: 0;
	list-style: none;
}

ul#synonyms li {
	display: inline;
	line-height: 32px;
}

ul#synonyms li a {
	border-bottom: 1px dotted #bababa;
}

ul#synonyms li a:hover {
	border-bottom: none;
}

ul#definitions {
	list-style: none;
	margin-left: 0;
	margin-bottom: -20px;
}

ul#definitions li:first-letter {
	text-transform: uppercase;
}

ul#definitions li.stronger {
	color: #202020;
}

h1 em.word {
	color: #42abf5;
}

h1#definition {
	margin-top: 46px;
}

#separatorTop, #separatorBottom {
	height: 2px;
	background: url(Images/Separator.gif);
	overflow: hidden;
}

#separatorTop {
	margin-top: 32px;
}

#separatorBottom {
	margin-bottom: -14px;
}

#innerAd {
	margin: 8px 0;
}

#characters {
	text-align: center;
	text-transform: uppercase;
}

#wordsLeft, #wordsRight {
	width: 280px;
	text-align: left;
	margin-bottom: 32px;
}

#wordsLeft {
	float: left;
}

#wordsRight {
	float: right;
}

ul.words {
	list-style: none;
}

ul.words li {
	margin-bottom: 6px;
}

div.ad {
	text-align: center;
}

#pagination {
	text-align: center;
	margin-top: 16px;
}

#pages {
	padding: 6px 0;
	color: #87ab12;
	font-weight: bold;
}

#navigation {
	padding: 6px 0;
}

#navigation a {
	padding: 2px 10px;
	border: 1px solid #bababa;
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #87ab12;
}

#navigation a:hover {
	border: 1px solid #707070;
	background: #eeeeee;
}

#addThis {
	float: right;
	position: relative;
	top: 13px;
	right: 33px;
}

div.clear {
	clear: both;
}

span.error {
	color: #ff0000;
}

.last {
	margin-bottom: 0;
}
