/* CSS Document */

a {
	text-decoration: none;
	color: #000;
}
body {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #000;
	line-height: 1.2
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
blockquote {
	margin: 0 10px;	
	font-size: 10px;
}
#banner {
	background-image: url('../images/logo_bg.gif');
	background-repeat: repeat-x;
}
#content {
	position: relative;
	margin: 0 auto;
	border: 1px solid #000;
	background: #FFF;
	padding: 0;
	width: 850px;
	height: 100%;
	min-height: 100%;
	overflow: auto;
}
#footer {
	width: 100%;
	color: #FFF;
	font-size: 9px;
	background: #000;
	text-align: center;
	margin-top: 5px;
}
#panel_left {
	position: relative;
	float: left;
	width: 375px;
	margin: 10px;
	padding: 3px;
	height: 100%;
	min-height: 100%;
	overflow: none;
}
#panel_right {
	position: relative;
	float: right;
	width: 340px;
	margin: 10px;
	padding: 10px;
}
#projects h3 {
	margin-bottom: 2px;
}
#projects ul {
	margin: 0;
	padding: 0;
}
#projects li {
	list-style: none;
	margin-bottom: 2px;
	padding: 2px;
}
#projects li a {
	display: block;
	padding: 2px;
	border: 1px solid #CCC;
	background: #E0E0E0;
}
#projects li a:hover {
	background: #999;
}
#reader_items {
	width: 340px;
	border: 1px solid #CCC;
	padding: 5px;
}
#reader_items ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
#reader_items li {
	list-style: none;
	padding: 3px;
	border: 1px solid #CCC;
	background: #BDCCEB;
	margin-bottom: 2px;
}
#reader_items li:hover, #reader_items a:hover {
	background: #C99;
}
#reader_items li a {
	display: block;
	background: #BDCCEB;
	border:none;
	color: #000;
	width: 100%;
}
#status {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-family: Verdana;
	padding: 10px;
}
.popLink {
	padding: 5px;
	margin: 5px 0;
	border: 2px solid #69F;
	background: #9CF;
}
.socialmedia {
	margin: 0
}

.socialmedia a {
  text-decoration: underline;
  color: #069;
}

.socialmedia ul {
	list-style:none;
	left: 0;
	position: relative;
	padding: 0;
	height: 32px
}
.socialmedia .socialmediaicon {
	float: left;
	margin-right: 10px;
}
.socialmedia .socialmedialink {
	position: relative;
	top: 6px;
}

#bio {
  padding: 10px;
  border: 1px solid #CCC;
}
