#blog-wrapper {
	width: 580px;
	line-height: 1.8em;	
}

#blog-wrapper h1
{
	width: 560px;
	background-color: #75b6ff;
	color: white;
	border: 2px solid #5596df;
	padding: 8px;
	
}

#blog-wrapper h2
{
	color: #5596df;
	border-bottom: 1px solid #5596df;
}

.blog-entry
{
	width: 560px;
	float: left; clear: both;
	position: relative;
	border: 1px solid #eee;
	padding: 4px 4px 32px 4px;
}

.blog-blogger-list
{
    float: left;
    width: 33%;
    height: 145px;
    overflow: hidden;
    margin-right: 1px; background: top left no-repeat url(/images/blog/user_background.png); position: relative;
}

/*
 * #################################################################################
 *
 * for blog user list, floats short information to the right
 *
 * #################################################################################
 * 
 */
 
.quick-profile {
	float: right;
	top: 0; right: 0;
	min-height: 100px; height: auto !important; height: 100px;
	font-size: 0.9em;
	width: 200px;
}

/*
 * ################################################################################
 *
 * blog-entry sites within .quick-profile now, floating 
 * right on blog user list
 * 
 * ################################################################################
 *
 */
 
.blog-entry-image
{
	float: left;
	padding: 0 8px 0 0;
}

/*
 *################################################################################ 
 *
 * For the left hand side blog profile shown for users, these styles are also
 * used for the in-box.
 * 
 *################################################################################
 *
 */
 
#blog-user-profile {
	width: 148px; 
	background-color: #75b6ff;
	border: 2px solid #5596ff;
	color: white;
	padding: 4px 12px 4px 12px;
}

#blog-user-profile h1 {
	width: 100%;
	color: white;
}

#blog-user-profile h2 {
	color: white;
	padding-bottom: 12px; 
}

#blog-user-profile a {
	color: rgb( 255, 255, 255 );
}

#blog-user-profile img {
	position: relative;
	left: +12px;
}

/*
 * 
 * ##################################################################################
 *
 * In-box styles
 *
 * ##################################################################################
 *
 */

#blog-inbox {
	width: 167px;
}

#blog-inbox ul {
	list-style-type: none;
	padding: 0; margin; 0;
	border: 0;
}

#blog-inbox a {
	background: inherit;
}

/* -------------------------------------------------------------------------------- */


.blog-title
{
	font-weight: bold;
	float: left;
}

.blog-created
{
	float: none; 
	font-weight: bold;
}

.blog-preface
{
	padding-top: 24px;
	width: 350px;
	float: left;
}

.blog-more
{
	position: absolute;
	bottom: 0; left: 0;
	width: 256px;
	float: left; clear: both;
	font-weight: bold;
}

.blog-inbox-list ul {
	border: 0;
	background-color: white;
}

.blog-inbox-list li {
	border: 0; 
	background-color: white;
}

.blog-inbox-list a {
	border: 0; 
	background-color: white;
}

.blog-inbox-list a:hover {
	border: 0; 
	background-color: white;
}


/*
 * Admin Styles
 * 
 */

#blog-admin-userlist
{
	
	width: 100%;
	
}

#blog-admin-userlist tr.heading
{
	
	font-weight: bold;
	
}

#blog-admin-userlist td
{
	
	width: 25%;
	
}
