@charset "UTF-8";

/* Horizontal rules, separating sections vertically */
hr{ 
	width:80%;
	color:#333;
}

/* The middle section of the page with the poem etc */
#mid {
	opacity:0.85;filter:alpha(opacity=85);
}

/* Users picture */
#mugshot{ 
	float:right; 
	margin:10px;
}

/* The biographical info spot */
#bio{ 
	background-color:#111;
	margin-bottom:20px;
}

/* This one is for major awards given to the member */
#awards {
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

/* For the works list including the children */
#works{
	clear:both;
	margin-bottom:20px;
	font-size:1.2em;
}

#works table{
	width:95%;
	margin:auto;
}

#works tr{ margin:3px; }

#works td {
	padding:8px;
	background-color:#111;
}

/* On the work page only, gives the top bottom 25px margins */
#wrk{
	margin:25px 0 25px 0;
	/* More space, more readable.  I think anyway. */
	line-height:2em;
	letter-spacing:0.05em; 
}

/* right is the right column, abs positioned.  See page.css */
#right li{
	padding:2px;
	margin:2px;
}

#right h6{
	background-color:#312;
	margin:25px 0 15px 0;
	}

#mlvl{
	margin-bottom:20px;
}

#an {
	margin:10px;
	background-color:#222;
	border:2px dotted #522;
	text-align:center;
}

#cpyrt{
	background-color:#333;
	text-align:center;
}

/* this is for awards section on works page */
#award{
}
/* Each award has a block */
.awd{
	position:relative;
	float:left;
	text-align:center;
	width:100%;
	background-color:#000;
	margin-bottom:20px;
}

/* Special features section. */
#feat{
	display:block;
	width:550px;
}

/* makes a box for special features, reuses awd in the code*/
.bx{
	margin:16px;
	height:80px;
	width:75px;
	background-color:#111;
}


#tags{
	clear:both;
	display:block;
	width:550px;
	margin-left:20px;
	text-align:center;
	background-color:#111;
}
#tags ul{
	position:relative;
	}


/* Makes the email to clickable looking */
#em2fimg{
	cursor:pointer;
}

/* This is the comment section as a whole */
#comment{
	clear:both;
	width:550px;
	margin-left:40px;
}

.cmt{}

/* Each comment's appearance */
.cmt li{
	background-color:#400;
	margin:10px;
	clear:both;
}

/* Comments will likely get restructured in the near future, I don't like how they lay out currently */

