@charset "utf-8";
#header {
	background-image: url(img/navback.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#nav a span {
	display: none;
}
#gd {
	background-image: url(img/gdall.png);
	background-position: top;
}
#wd {
	background-image: url(img/wdall.png);
	background-position: top;
}
#f {
	background-image:url(img/flashall.png);
	background-position: top;
}
#p {
	background-image: url(img/programmingAll.png);
	background-position: left top;
}
#resume {
	background-image: url(img/resumeall.png);
	background-position: top;
}
#gd:hover {
	background-position: bottom;
}
#f:hover {
	background-position: bottom;
}
#p:hover {
	background-position: left bottom;
}

#resume:hover {
	background-position: bottom;
}
#wdlist:hover #wd{
	background-position: bottom;
}
#gdlist:hover #gd {
	background-position: bottom;
}
#leftcolumn, #rightcolumn {
	border: 4px double #CCC;
	background-color: #FFF;
}
body {
	background-color: #099ACC;
	background-image: url(img/wallpaper2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav .list div {
	background-color: #FFF;
	border: 1px solid #CCC;
	background-image: url(img/navdivback.png);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	color: #666;
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	display: block;
}

a:hover {
	font-style: italic;
}
#footer {
	background-image: url(img/foot.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 10px;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}
h2 {
	font-size: 14px;
}

.feedburnerFeedBlock ul {
	display: inline;
	list-style-type: none;

}
.bold {
	font-weight: bold;
	color: #831619;
	font-size: 16px;
}

.feedburnerFeedBlock li {
	padding-bottom: 10px;
}
#nav .list div a:hover {
	background-color: #CCC;
}
.content ul {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	list-style-position: outside;
	padding-left: 20px;
	list-style-image: url(img/list2.gif);
}
.content ul ul {
	list-style-image: url(img/ul2.png);
}
.blog ul{
	list-style-image: none;
}
