/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: #ccc;
}
body, input, textarea, select, button {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
i, em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}

#container {
	width: 800px;
	height: 600px;
	background: url(_img/sam.jpg);
	margin: 15px auto;
}
#content {
	height: 570px;
	width: 250px;
	padding: 15px;
	color: #fff;
	overflow: auto;
}

h1 {
	margin: 0 0 15px;
}
h2 {
	margin: 0 0 15px;
	font-size: 22px;
	line-height: 22px;
}
h3 {
	border-top: 1px solid #fff;
	padding: 5px 0 0;
	margin: 30px 0 15px;
}
h4 {
	font-weight: normal;
	font-style: italic;
	color: #999;
}

h1 a {
	display: block;
	text-indent: -1000px;
	background: url(_img/title.gif);
	width: 215px;
	height: 64px;
}

#nav {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
#nav li {
	float: left;
	margin: 0 15px 0 0;
}
#nav a {
	display: block;
	height: 12px;
	text-indent: -1000px;	
	padding: 0 0 2px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #fff;
}
#nav .active a, #nav a:hover {
	border-bottom: none;
	padding: 0 0 3px;
}
#nav #why a {
	width: 35px;
	background-image: url(_img/nav_why.gif);
}
#nav #how a {
	width: 35px;
	background-image: url(_img/nav_how.gif);
}
#nav #index a {
	width: 89px;
	background-image: url(_img/nav_index.gif);
}

a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.add p {
	margin: 0 0 5px;
}
.add-home label {
	font-size: 18px;
	line-height: 22px;
}
.add-term {
	margin: 30px 0 0;
}
.add-word {
	margin: 0 0 30px;
}
.definition {
	line-height: 130%;
	margin-top: 5px;
	color: #FFEC8F;
}

input#word {
	width: 160px;
}
.definition-history-item {
	margin: 30px 0 0;
}
.definition-history-item p {
	margin-bottom: 0 !important;
}
.greyed {
	color: #999;
}
dd {
	margin: 0 0 15px 15px;
}
.error {
	font-weight: bold;
	color: #FF8F8F;
}