/*
	Provides the base styling for nedmartin.org/amused/

	Copyright (c) 2007 Ned Martin
	http://copyright.the-i.org/

	07-DEC-2004
*/

body {
/*	background: #FFFFFF url(pics/animated-sticks.gif) fixed;*/
}



/*
	Content items

	div.content ...: main content

	Note: .menu here must be lower priority than div#menu in _menu.css
*/

div.content {
	padding: 1em;
	text-align: justify;
}

div.content .border {
/*	background: #FFFFFF url(pics/animated-sticks.gif) fixed center;*/
	border: 1px solid #1E78A0;
	margin: 0px;
	padding: 1em;
}

div.content .disclaimer {
	background-color: inherit;
	color: #CCCCCC;
}

div.content .links a {
	/*border: 1px solid #0033CC;
	margin: 0px;
	*/
	display: block;
	padding: 0px 1ex;
	white-space: nowrap;
}
div#content .amusedlinks a {
	text-decoration: none;
	background-color: #E3EEF3;
	white-space: nowrap;
	padding: 0 1ex;
	line-height: 150%;
}
div.content dd {
	margin: 0px;
	padding: 0px;
}

div.content dl {
	background: #F8F8F8;
	border-bottom: 1px solid #1E78A0;
	border-left: 1px solid #1E78A0;
	border-right: 1px solid #1E78A0;
	color: inherit;
	margin: 0px 0px 2em;
	padding: 1ex;
}

div.content dt {
	background-color: inherit;
	color: #0033CC;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

div.content h1 {
/*	background: #FFFFFF url(pics/animated-sticks.gif) fixed center;*/
	border: 1px solid #1E78A0;
	color: inherit;
	margin: 3em 0px 0px;
	padding: 1ex 1em;
}

div.content h2 {
/*	background: #FFFFFF url(pics/animated-sticks.gif) fixed center;*/
	border: 1px solid #1E78A0;
	color: inherit;
	margin: 0px;
	padding: 0px 0px 0px 1em;
}

div.content h2 a {
	float: right;
	padding-left: 1ex;
	padding-right: 1ex;
}

/*
	Footer items

*/
div.footer {
	background-color: #FFFFFF;
	border-top: 1px solid #1E78A0;
	color: inherit;
	margin: 1ex 0px 0px;
	padding: 0px 1ex;
	text-align: left;
}

div.footer a {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

div.footer a:hover {
	background-color: inherit;
	color: #1E78A0;
}




/*
	Others 
*/

div.underline {
	border-bottom: 1px dashed;
	margin: 1ex;
}

dl.comments {
	background: transparent;
	color: inherit;
	font-size: 87%;
	margin: 1ex;
}

dl.comments dd {
	display: inline;
	margin-left: 1ex;
}

dl.comments dt {
	font-style: italic;
}

form {
	margin: 1ex;
}

img {
	border: none;
}

input {
	background: transparent;
	border-color: inherit;
	border-style: none;
	color: inherit;
}

input#author {
	border-bottom: 1px dashed;
	width: 18%;
}

input#comment {
	border-bottom: 1px dashed;
	width: 68%;
}

input#submit {
	border-bottom: 1px solid;
	width: 10%;
}

p.comments {
	margin: 0 1ex;
}

p.comments a {
	background: transparent;
	color: #000000;
	text-decoration: none;
}

p.comments a:hover {
	font-weight: bold;
}

.bullet {
	background-color: inherit;
	color: #0033CC;
}

.caps {
	text-transform: capitalize;
}

.collapse a {
	display: inline;
}

.hide, div#menu .hide {
	display: none;
}

#comments {
	display: none;
}

#hide-comments {
	display: none;
}





.status {
	padding: 1ex;
	color: #FFFFFF;
	font-weight: bold;
}