/* Fonts and Colors - styles for entire sheet in this section */
/* Default font and color for page */
HTML {
	background-color:#000000;
}

body {
	font-family: verdana, palatino, georgia, times new roman, serif;
	font-weight: normal;
	font-size: small;
	color:#080012;
/*	background-color:#FAFAFA;*/
	background: #000000 url('../dx/psw2back.png/$file/psw2back.png') top left repeat-x;
}

/* Default font and color for links */
a,a:link, a:active, a:hover, a:visited {color:#7700FF; background-color:transparent; text-decoration:none}
a:hover, a:active {color:#7700FF; background-color:transparent; text-decoration:underline;}

blockquote, .code {
	font-family: times new roman, serif;
	color:#3E0086;
	background:#D4BFEC;
}

.commentheader, .searchcount, .searchcounter, .searchquery {
	color: #5300B3; 
	background-color:transparent;
}

.pageheader, .pagefooter{
/*	font-family: dragonfly, verdana, palatino, georgia, times new roman, serif;*/
	color:#5300B3;
/*	background-color:#FAFAFA;*/
}

.pageheader a, .pageheader a:link, .pageheader a:visited, .pageheader a:active, .pageheader a:hover {
	color:#5300B3;
	background:transparent;
	text-decoration:none;
}

.navheader {
/*	font-family: dragonfly, verdana, palatino, georgia, times new roman, serif;*/
/*	color:#080012;*/
	color:#7700FF;
	background-color:#BBB1FA;
	vertical-align:top;
}

.blogentry {
	color:#080012;
/*	background-color:#FAFAFA;*/
}

.pagenavigation {
	color:#7947B3;
/*	background-color:#FAFAFA;*/
}

.navlisthead, .dlhead {
	font-size:small;
	font-weight:bold;
	color:#7947B3;
	background-color:#B3B3B3;
}

.navlist, .navlist a, .chicklets {
/*	background-color:#FAFAFA;*/
}

.navlist > a {
/*	background-color:#FAFAFA;*/
}


.blogrollfolder {
	font-weight:bold;
	color:#000000;
/*	background-color:#FAFAFA;*/
}

.notes {
	font-size:xx-small;
	color:#080012;
	background-color:transparent;
}

.entrycontent {
	font-weight:normal;
	font-size:small;
	color:#080012;
/*	background-color:#FAFAFA;*/
}

.entrytitle {
	font-size:medium;
	font-weight:bold;
	color:#5300B3;
	background-color:transparent;
}

.entrymeta {
	font-size:xx-small;
	color:#AA80D9 ;
	background-color:#EEE6F8;
}

.entrymeta A, entrymeta > A {
	color:#AA80D9;
	background-color:transparent;
	font-weight:bold;
}

.commentlist {
	color:#080012;
	background:transparent;
}

.commentlistauthor {
	color:#7947B3;
	background:#B3B3B3;
}

.blogrant {
	color:#A60A0A;
	background-color:#AD66FF;
}

#navlist, #deliciouslist, #openntfprojs {
	font-size:x-small;
	font-weight:normal;
}

#deliciouslist p {
	color:black;
}

.search {
	font-size:11px;
	font-weight:normal;
}

.commentsubject {
	font-weight:bold;
}


/* Positioning & Alignment - styles for positioning of elements on page */
HTML {
	width:100%;
	height: 100%;
	text-align:center;
}

BODY {
/*	width:800px; */
	margin:0;
	padding:30px 15px;
/*	height: 100%;*/
	text-align:center;
	min-height:100%;
}

blockquote {
	margin:5px 25px;
	padding:2px 3px;
}

blockquote p {
	margin:3px;
	padding:0;
}

acronym, abbr	{
	border-bottom: 1px dotted black;
	cursor : help;
}

#wrapper {
	width:804px;
	margin: auto;
	background: white url(../dx/bodyback.jpg/$file/bodyback.jpg) repeat-y;
	text-align: left;
}

.container {
/*	width:804px;
	min-width:504px;
	max-width:804px;*/
	width:804px;
	height:100%;
	margin-right:-219px;
	padding:0;
	float:left;
	text-align:left;
}

.pageheader {
	text-align:center;
	margin:0;
	position:relative;
	width:100%;
	height:100px;
}


.pagefooter {
	clear:both;
	text-align:center;
	margin:0;
	padding:5px 0;
	position:relative;
	width:100%;
	vertical-align:bottom;
}

.leftadtop, .leftadbottom {
	float:left;
	margin:3px;
	padding:0;
	width:120px;
	height:90px;
}

.leftadtop {
	vertical-align:top;
	padding-right:2px;
}

.leftadbottom {
	vertical-align:bottom;
	padding-right:2px;
}

.rightadtop, .rightadbottom {
	float:right;
	margin:3px;
	padding:0;
	width:120px;
	height:90px;
}

.rightadtop {
	vertical-align:top;
	padding-right:2px;
}

.rightadbottom {
	vertical-align:bottom;
	padding-right:2px;
}

.pagebody {
	margin:0 230px 0 0;
	padding:0 5px 0 0;
	line-height:1.4;
	text-align:left;
}

.navheader {
	clear:both;
	margin:auto;
	padding:3px 0;
	width:800px;
	text-align:center;
	height:20px;
	vertical-align:middle;
}

.navheader UL {
	margin:0 15px;
	float:left;
	list-style:none;
}

.navheader LI {
	float:left;
	margin:0 15px 0 0;
	
}

.pagenavigation {
	float:right;
	width: 219px;
	padding:6px 3px;
	text-align:left;
}

.navlisthead, .dlhead {
	margin:2px 9px;
/*	width:201px;*/
	width:100%;
	text-align:center;
}

#navlist, #deliciouslist, #openntfprojs {
	margin:2px 5px 15px 15px;
	text-align:left;
}

#deliciouslist p {
	padding: 0 0 5px 5px;
	margin:0;
}

.navicons {
	margin:5px 9px;
	text-align:center;
}

.navicons UL {
	margin:0;
	padding:0;
	float:right;
	list-style:none;
}

.navicons LI {
	padding:0;
	float:right;
	margin:3px 2px 1px 2px;
}

.chicklets {
	clear:both;
	text-align:center;
	margin:0;
	padding:5px;
/*	line-height:1;*/
}

.chicklets UL {
	list-style:none;
	padding:0;
	margin:0;
}

.chicklets LI {
	padding:0;
	margin:0;
}

.chicklets IMG {
	margin:0 2px;
}

.blogentry {
	margin:0;
	padding: 5px 10px 30px 10px;
}

.entrylinks {
	float:right;
	margin:1px 2px;
}

.entrylinks IMG {
	margin:0 1px;
}

.entrycontent {
	margin-top:3px;
}

.entrymeta {
	margin:15px 20px 5px 20px;
	padding:2px 10px;
}

.comments {
	list-style:none;
	margin:0;
	padding:0 20px;
}

.code {
	padding : 0px 3px;
}

.textcomment {
	word-wrap : break-word; 
	width : 500px; 
	height : 80px; 
	overflow: visible; 
}

/* Borders - border settings for all elements */
BODY {
	border-collapse:collapse;
}

#wrapper {
	border-left: 2px solid #080012;
	border-right: 2px solid #080012;
}

IMG {
	border:0;
}

blockquote {
	border-left:1px solid #080012;
	border-right:1px solid #080012;
}

acronym, abbr	{
	border-bottom: 1px dotted black;
}

.navheader {
	border-top: 2px solid #080012;
	border-bottom: 2px solid #080012;
}

.pagebody {
	border-right: 1px dashed #080012;
}

.commentlist {
	border-top: 2px dotted #080012;
}

.commentlistauthor {
	border-top: 2px dotted #080012;
	border-left: 2px solid #080012;
	border-right: 2px solid #080012;
}

.code {
	border-top:1px solid #080012;
	border-bottom:1px solid #080012;
}

.blogentry {
	border-bottom:1px dashed #080012;
}

.pagefooter {
	border-top:1px dashed #080012;
}

.entrymeta {
	border-top:1px dotted #2A0059;
	border-bottom:1px dotted #2A0059;
}

#deliciouslist div {
/*	border-top:1px dotted #2A0059;*/
	border-bottom:1px dotted #2A0059;
}
.myprojtable {
	border:0;
	padding:0;
	border-collapse:collapse;
	width:100%;
}
.myprojtable TH {
	vertical-align:top;
	text-align:center;
	font-size:small;
	font-weight:bold;
	color:#7947B3;
	background-color:#B3B3B3
}
.myprojtable TD {
	vertical-align:top;
	border-top:1px dashed black;
	border-bottom:1px dashed black;
	padding:2px 4px 1px 10px;
}
