#ll-UserContainer {
	width: 880px;
	margin: 0 auto;
}

.leftColumn {
	float: left;
	width: 608px;
}

.rightColumn {
	float: right;
	width: 256px;
}

.leftColumn .pic {
	float: left;
	border: 1px solid #808080;
}

.leftColumn .info {
	float: left;
	margin-left: 22px;
	width: 450px;
}

.leftColumn .info .name {
	font-size: 2em;
	font-weight: bold;
	color: #039;
}

.leftColumn .info .location {
	color: #666;
	margin-bottom: 12px;
	font-size: 1.2em;
}

.leftColumn .info .legend {
	float: left;
	width: 75px;
	color: #666;
}

.leftColumn .info .stuff {
	margin-left: 80px;
	width: 350px;
}

.leftColumn .info .lang {
	width: 120px;
	float: left;
}

.leftColumn .info .abil {
	text-transform: uppercase;
	color: #808080;
	font-size: 0.85em;
	float: left;
}

.leftColumn .info .editProfile {
	margin-top: 10px;
}

#tabPanel_user {
	margin-top: 15px;
}

.entryContainer {
}.entryContainer {
	width: 340px;
	margin: 0px auto;
}
.entryContainer .gwt-TextArea {
	width: 332px;
}
.entryContainer .postComment {
	clear: both;
}

.ll-ChalkboardPanel .commentContainer {
	width: 576px;
}

.ll-ChalkboardPanel .panel {
	font-size: 1.2em;
	padding: 15px 15px 0;
}

.ll-ChalkboardPanel .writeCommentLine {
	background-color: #E0E0E0;
	border: 1px solid #D0D0D0;
	height: 50px;
}

.ll-ChalkboardPanel .writeCommentLine .ll-LanguageSelector {
	float: left;
	margin: 15px 0 0 10px;
}

.ll-ChalkboardPanel .writeCommentLine .gwt-TextBox {
	float: left;
	margin: 15px 0 0 10px;
}

.ll-ChalkboardPanel .writeCommentLine .ll-BlueButton {
	float: left;
	margin: 15px 0 0 10px;
}

.ll-ChalkboardPanel .smallHeader h3 {
	width: 130px;
	font-size: 1em;
}

.ll-EditProfilePanel .smallHeader h3 {
	width: 150px;
	font-size: 1em;
}

.ll-EditProfilePanel .ll-PhotoUploader {
	width: 400px;
	margin: 15px auto 0;
}

.ll-EditProfilePanel .ll-BlueButton {
	float: right;
	margin-left: 6px;
}

.ll-EditProfilePanel .instructions {
	margin: 5px 0;
}

.ll-EditProfilePanel .infoRow {
	margin-bottom: 5px;
}

.ll-EditProfilePanel .infoRow .label {
	float: left;
	width: 200px;
	margin-right: 15px;
	text-align: right;
	height: 27px;
	line-height: 27px;
}

.ll-EditProfilePanel .infoRow .contents {
	float: left;
	width: 340px;
}

.ll-EditProfilePanel .ll-NativeLanguageSpec .ll-LanguageSelector {
	float: left;
}

.ll-EditProfilePanel .ll-NativeLanguageSpec .gwt-PushButton,
.ll-EditProfilePanel .ll-ForeignLanguageSpec .gwt-PushButton {
	float: left;
	line-height: 27px;
	margin-left: 5px;
}

.ll-EditProfilePanel .ll-ForeignLanguageSpec .selectors {
	float: left;
}

.ll-EditProfilePanel .ll-ForeignLanguageSpec .ll-ProficiencySelector {
	margin-left: 5px;
}

.yourLanguages, .generalInformation {
	padding-top: 5px;
}

.recentActivity {
	background-position: 0 -124px;
	height: 29px;
	width: 230px;
}

.recentActivity h3 {
	background-position: right -124px;
	height: 29px;
	line-height: 29px;
	width: 230px;
}

.recentActivityContents {
	border: 1px solid #CCC;
	padding: 10px;
}

.recentActivityContents .pic {
	float: left;
}

.recentActivityContents .info {
	float: left;
	margin-left: 10px;
	width: 176px;
	font-size: 0.9em;
}

.recentActivityContents .activity {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

.ll-LocationSpec {
	margin: 10px 0 0 80px;
}

.ll-LocationSpec .loading {
	height: 27px;
	line-height: 27px;
}

.ll-LocationSpec .cityName {
	padding: 5px 0 0 30px;
}

.ll-LocationSpec .ll-BlueButton {
	float: left;
}