body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center; 
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	margin: 0; 
	padding: 0;
	vertical-align: middle;
	background-color: #e8f3d2;
	background-image: url(../img/page-background01.png);
	background-position: top left;
	background-repeat: repeat-x;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}

h2 {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	background-image:url(../img/title-underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 a:link {
	color: #FFF;
	text-decoration: none;
}
h2 a:visited {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration: none;
	color: #333;
	background-color:#999;
}
h2 a:active {
	text-decoration: none;
	color: #FFF;
}

h3 {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-image:url(../img/title2-underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3 a:link {
	color: #333;
	text-decoration: none;
}

h3 a:visited {
	text-decoration: none;
	color: #333;
}

h3 a:hover {
	text-decoration: none;
	color: #999;
	background-color:#333;
}

h3 a:active {
	text-decoration: none;
	color: #333;
}

#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 180px;
	display: block;
}

#title {
	width: 800px;
	height: 124px;
	background-image:url(../img/title01.png);
	background-repeat: no-repeat;
	display: block;
}

#title img {
	padding-left: 232px;
	padding-top: 42px;
}

#about {
	width: 800px;
	height: 32px;
	background-image: url(../img/about-bar-background01.png);
	background-repeat: no-repeat;
	display: block;
}

#aboutbox {
	width: 154px;
	height: 24px;
	background-image:url(../img/about-box-background.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#aboutbox a:link {
	color: #fff;
	text-decoration: none;
}
#aboutbox a:visited {
	text-decoration: none;
	color: #fff;
}
#aboutbox a:hover {
	text-decoration: underline;
	color: #fff;
}
#aboutbox a:active {
	text-decoration: none;
	color: #fff;
}

#nav {
	padding-top: 0px;
	margin: 0;
	padding-left:10px;
	width: 800px;
	height: 32px;
	background-image:url(../img/nav-bar-background01.png);
	background-repeat:no-repeat;
}

.navlink {
	width: 56px;
	height: 32px;
	font-size: 12px;
	text-align: left;
	line-height: 23px;
	padding-left: 5px;
	float: left;
}

.navlink a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.navlink a:hover {
	text-decoration: none;
	background-image: url(../img/nav-blogs-highlight.png);
	background-repeat:repeat-x;
	color: black;
	background-position: center;
}

#content {
	width: 800px;
	background-image:url(../img/main-background01.png);
	background-repeat: repeat-y;
	height: 705px;
}

#sidebar {
	width: 150px;
	float: right;
}

#sidebarlinks {
}

.sidelink {
	width: 150px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.sidelink a:link {
	color: #333;
	text-decoration: none;
}
.sidelink a:visited {
	text-decoration: none;
	color: #333;
}
.sidelink a:hover {
	text-decoration: none;
	color: #999;
	background-color:#333;
}
.sidelink a:active {
	text-decoration: none;
	color: #333;
}

.sidelink-main {
	height: 19px;
	padding-top: 3px;
	padding-left: 3px;
	float: left;
}

.plusbox {
	float: right;
}

.sidelink img {
		vertical-align:bottom;
}

.sidelink-blogs {
	background-color: #e22904;
}

.sidelink-poems {
	background-color: #e26204;
}

.sidelink-social {
	background-color: #e2ab04;
}

.sidelink-vids {
	background-color: #bbe204;
}

.sidelink-imgs {
	background-color: #11e204;
}

.sidelink-wrds {
	background-color: #04e277;
}

.sidelink-noise {
	background-color: #04e2d5;
}

.sidelink-misc {
	background-color: #04b6e2;
}

#other-people {
	margin-top: 25px;
	margin-bottom: 19px;
}

#other-people-title {
	width: 154px;
	height: 24px;
	background-image:url(../img/about-box-background.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#other-people-links {
	padding-left: 8px;
}

#other-people ul {
	margin-left: 4px;
	padding-left: 19px;
	color: #111;
}

#other-people a {
	color:#111;
}

#dripbox {
}

#main {
	width: 650px;
	float: left;
}

#mainlinks {
	width: 650px;
	float: left;
}

.linkbox {
	height: 115px;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.linkbox-content {
	background-image: url(../img/linkbox-background.png);
	background-repeat:repeat-y;
	height: 100px;
	width: 200px;
}

.linkbox-header {
	width: 200px;
	height: 15px;
	text-align: right;
}

.header-blogs {
	background-image:url(../img/linkbox-header-blogs.png);
	background-repeat: none;
}

.header-poems {
	background-image:url(../img/linkbox-header-poems.png);
	background-repeat: none;
}

.header-social {
	background-image:url(../img/linkbox-header-social.png);
	background-repeat: none;
}

.header-vids {
	background-image:url(../img/linkbox-header-vids.png);
	background-repeat: none;
}

.header-imgs {
	background-image:url(../img/linkbox-header-imgs.png);
	background-repeat: none;
}

.header-wrds {
	background-image:url(../img/linkbox-header-wrds.png);
	background-repeat: none;
}

.header-noise {
	background-image:url(../img/linkbox-header-noise.png);
	background-repeat: none;
}

.header-misc {
	background-image:url(../img/linkbox-header-misc.png);
	background-repeat: none;
}

.linkbox-picture {
	width: 50px;
	height: 90px;
	float: left;
}

.linkbox-pic-blogs img{
	border: #e22904 5px solid;
}

.linkbox-pic-blogs img:hover {
	border: #333 5px solid;
}

.linkbox-pic-poems img{
	border: #e26204 5px solid;
}

.linkbox-pic-poems img:hover {
	border: #333 5px solid;
}

.linkbox-pic-social img{
	border: #e2ab04 5px solid;
}

.linkbox-pic-social img:hover {
	border: #333 5px solid;
}

.linkbox-pic-vids img{
	border: #bbe204 5px solid;
}

.linkbox-pic-vids img:hover {
	border: #333 5px solid;
}

.linkbox-pic-imgs img{
	border: #11e204 5px solid;
}

.linkbox-pic-imgs img:hover {
	border: #333 5px solid;
}

.linkbox-pic-wrds img{
	border: #04e277 5px solid;
}

.linkbox-pic-wrds img:hover {
	border: #333 5px solid;
}

.linkbox-pic-noise img{
	border: #04e2d5 5px solid;
}

.linkbox-pic-noise img:hover {
	border: #333 5px solid;
}

.linkbox-pic-misc img{
	border: #04b6e2 5px solid;
}

.linkbox-pic-misc img:hover {
	border: #333 5px solid;
}
.linkbox-text {
	float: right;
	width: 120px;
	padding-left: 10px;
	margin-right: 15px;
	padding-top: 5px;
	font-style: italic;
	color:#CCC;
}

#feed {
	clear: both;
	float: left;
	background-color: yellow;
	width: 410px;
	height: 390px;
	margin-left: 10px;
	margin-top:10px;
}

#feed-header {
	background-image:url(../img/feed-header-background.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 15px;
}

#feed-box {
	background-image: url(../img/feed-background.png);
	background-repeat: repeat-y;
	width: 380px;
	height: inherit;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rss-icon {
	vertical-align:text-bottom;
}

#feed-key {
	background-color:#333;
	color:#000;
	width:360px;
}

.key-text {
	width:360px;
	position:relative;
	cursor: help;
	display:block;
	padding-left:5px;
}

.key-text .key-content {
	display:none;
}

.key-text:hover .key-content {
  display: block;
  width:350px;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  padding: 5px;
  background-color: #999;
  text-align: left;
  color: #000;
}


#feed-content {
	padding-top: 5px;
}

#also {
	margin-top: 10px;
	margin-right: 20px;
	width: 200px;
	float: right;
	background-image: url(../img/also-background.png);
	background-repeat: repeat-y;
	height: 415px;
}

#also h2 {
	margin-left: 10px;
	padding-top: 5px;
}

.minilink {
	width: 189px;
	height: 60px;
	background-color: #e26204;
	margin-right: 11px;
	margin-top: 10px;
}

.also-img {
	float: left;
	width: 50px;
}

.also-text {
	float: right;
	width: 130px;
}

.minilink img {
	padding: 5px;
	padding-left: 10px;
}

.blogs {
	background-color: #e22904;
}

.poems {
	background-color: #e26204;
}

.social {
	background-color: #e2ab04;
}

.vids {
	background-color: #bbe204;
}

.imgs {
	background-color: #11e204;
}

.wrds {
	background-color: #04e277;
}

.noise {
	background-color: #04e2d5;
}

.misc {
	background-color: #04b6e2;
	
}


#footer {
	clear: both;
	width: 800px;
	height: 120px;
	background-image: url(../img/footer01.png);
	background-repeat:no-repeat;
	padding: 0;
	
}

#up {
	float: left;
	margin-left: 172px;
	padding-top: 49px;
}

#email {
	float: left;
	width: 200px;
	height: 22px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 67px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
}

#qlinks {
	float: right;
	width: 200px;
	padding-right: 10px;
	padding-top: 67px;
}

.float-left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
