#Wrapper {
	background:white;
	color: #444;
}

.CommentWrapper{
	background: white;
	border:none;
	border-bottom: 1px solid #ccc;
	width: 50%;
}

#sidebar-left {
	float:left;
	width: 260px;
	min-height: 500px;
	height:auto;
	background: #232323;
	padding-left: 25px;
	padding-top: 25px;
	color:white;
}
#content-right{
	float:right;
	width: 730px;
	height:auto;
	
}

.title {font-weight: bold; font-size: larger; font-size: 18px;}
.block {border:none;}

 /* Login Form */
.block form {text-align:left;}
.block.block-user {color: white; text-align:left;}
h2 .title {color:white;}
.block.block-user .form-item label {color:white;}
.block ul { list-style:none;}
#user-login-form {
  text-align: left;
}
ul {border:none;}
.item-list ul li {
 
	list-style:none;
	margin-left:-13px;
	}
	
#edit-submit {margin-bottom:35px;}

