/* CSS Document */

body {
	background-color: white;
	background-image: url(/whitelight/images/top_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#topLeft {
	position: absolute;
	height: 95px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#topRight {
	position: absolute;
	height: 95px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

#container {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 105px;
}

div.entry {
	margin: 0px;
	border: 0px;
}

div.entry a {
    text-decoration : none;
	border-bottom : 1px dotted;
}

div.entry a:hover {
	text-decoration : none;
	border-bottom : 1px solid; 
}


/* TAGS */

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

p.entryDate {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #98BBD3;
	letter-spacing: 3px;
	margin: 0px;
	margin-right: -3px;
	/* margin-bottom: -5px; */
}

p.entryTitle {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #004466;
	margin: 0px;
	line-height: 1em;
	letter-spacing: -1px;
}

p.comments {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004466;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0px;
	margin-right: -1px;
}

.entryText {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004466;
	line-height: 1.5em;
}

p.legalese {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #98BBD3;
}

a {
	text-decoration: none;
	color: #004466;
}

a:hover {
	text-decoration: underline;
}

a.entryText {
	text-decoration: none;
	border-bottom: dashed 1px #004466;
}

a.topMenu {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004466;
	line-height: 1.5em;
	margin-right: 20px;
}

span.topDisabled {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #98BBD3;
	line-height: 1.5em;
	margin-right: 20px;
}

input.contactText {
	border-width: thin;
	border-color: #000000;
	border-width: 1px;
	background-color: #ffffff;
	background-image: url(/whitelight/images/formbackground.gif);
	color: #000000;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.contactText {
	border-width: thin;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	background-image: url(/whitelight/images/formbackground.gif);
	color: #000000;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.commenter-profile img
{
   vertical-align: top;
   border-width: 0;
}

.pixelHR {
	border: none 0;
	border-top: 1px solid #333333;
}

label {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004466;
	line-height: 1.5em;
}

p.commentHeader {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #004466;
	margin: 0px;
	line-height: 1em;
}