/* Index Stylesheet */

body {
	background: #FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #867663;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "lucida grande", verdana, sans-serif;
}
/* top bits */
#header {
	/*background: #DFFF0C;*/
	background-image: url("./images/logoblue.png");
	text-align: left;
	padding: 18px 0px 18px 190px;
	/*padding: 20px 0px 20px 225px;*/
	margin-bottom: 20px;
	color: #000000;
	background-color: inherit;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 11px;
	border-bottom: 1px dotted #000000;
}

#header h2{
	margin: 0px;
	/*background: #DFFFFFF;*/
	background-image: url("./images/logo_cdl_80x48.jpg");
	background-repeat: no-repeat;
	height: 46px;
	width: 80px;
	border: 1px dotted #000000;
	display: block;
}

#header h3{
	margin: 0px;
	/*background: #DFFFFFF;*/
	background-image: url("./images/logo_cdl_80x30.jpg");
	background-repeat: no-repeat;
	/*height: 45px;*/
	/*width: 45px;*/
	height: 30px;
	width: 80px;
	border: 1px dotted #000000;
	display: block;
}

#header strong {
	font-weight: bold;
	position: absolute;
	top: 37px;
	left: 285px; /*190 + 80 + 25 padding */
	/* left: 285px;*/ /*225 + 45 + 15 padding */
}

#footer {
	/*background: #DFFF0C;*/
	background-image: url("./images/logoblue.png");
	font-size: 9px;
	display: block;
	height: 180px;
	border-top: 1px dotted #000000;

}

/* main content area */
#content {
	width: 680px;
	margin: auto;
	text-align: left;
}

#mostlywords {
	margin-right: 230px;
}

#mostlywords h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: inherit;	
	padding: 0;
	margin: 0 0 13px 0;
}

#mostlywords h2 {
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 3px 0 3px 0;
}

#mostlywords h4 {
	font-size: 9px;
	color: #666666;
	background-color: inherit;	
	font-weight: bold;
	text-align: right;
	margin-right: 17px;
	margin-top: 0px;
}


#mostlywords a, #content a:active, #content a:hover, #content a:visited{
	color: #cc0000;
	background-color: inherit;	
	text-decoration: none;
	border-bottom: 1px dotted #cc9999;
}

#mostlywords h1 a, #content h1 a:active, #content h1 a:hover, #content h1 a:visited{
	color: #000000;
	background-color: inherit;	
}

#mostlywords a img, #content a:active, #content a:hover, #content a:visited{
	color: #ffffff;
	background-color: inherit;	
	text-decoration: none;
	border-bottom: none;
}


#mostlywords p{
	margin: 0px;
	padding: 0 0 5px 5px;
}

#mostlywords strong {
	font-weight: bold;
}

blockquote {
	padding: 0 10px 0 8px;
	margin-left: 10px;
	border-left: 1px solid #C0C0C0;
}

/* sidebar stuff */
#sidebar {
	float: right;
	font-size: 11px;
	width: 190px;
	padding: 0;
	margin: 0;
}

#sidebar h1 {
	font-variant: small-caps;
	color: #666666;
	background-color: inherit;	
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #333333;
	margin: 10px 0px 6px 0px;
}

#sidebar ul{
	display: block;
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	margin-bottom: 2px;
}

#sidebar a, #sidebar a:visited, #sidebar a:active  {
	color: #173797;
	background-color: inherit;
	text-decoration: none;
	border-width: 0px;
}

#sidebar a:hover {
	color: #000000;
	background-color: inherit;	
	text-decoration: none;
}

#sidebar textarea, #sidebar input {
	width: 110px;
	border: 1px solid #666666;
	background: transparent;
}

#sidebar textarea.bigger {
	font-size: 11px;
	line-height: 16px;
	color: #867663;
	background-color: inherit;	
	font-family: "lucida grande", verdana, sans-serif;
	height: 200px;
	width: 180px;
}

#sidebar form div {
	margin: 0px;
	clear: both;
}

#sidebar form div{
	text-align: right;
}

#sidebar form div span {
	float: left;
	width: 60px;
	text-align: left;
}

#sidebar input.submit {
	background: transparent;
	width: 100%;
	border: 1px dotted #CC9999;
}

#sidebar form textarea {
	width: 110px;
	height: 30px;
}

