/*.category {
	margin-top: 1em;
	margin-bottom: 1em;
}*/

#body_content{
	width:950px;
}
.thumbnail {
	width: 100px;
	margin: 4px;
}

.things_table {
	text-align: left;
}

.things_table td[class], #articles th {
	padding: 2px;
	margin: 2px;
	border: solid 1px #cccccc;
}

.things_table .title{
	width: 55%;
	text-align: left;
}

.things_table .count {
	width: 10%;
	text-align: right;
}

.things_table .created_at {
	text-align: right;
}

.things_table .coverphoto {
	text-align: center;
	width: 130px;
}

.content > div {
	text-align: left;
	border: 0;
	height: 100%;
}

#avatar_form_container {
    text-align: center;
}
#avatar{
	width: 150px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 2em;
    border: dashed 1px #cccccc;
}

#avatar img {
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

#pinfo {
	width: 70%;
	left: 0;
	top: 0px;
	position: relative;
	display: inline-block;
}

#pinfo table {
    width: 95%;
}

#pinfo table th
{
    width: 30%;
}

#pinfo table tr td, #pinfo table tr th {
	padding: 3px;
}

#pinfo table tr th {
	text-align: right;
	color: #444444;
    font-weight: normal;
}


