/*===========================================
About
===========================================*/

/*-------------------------------------------
Welcome
-------------------------------------------*/
.welcome{
	position:relative;
}
	.welcome .side{
		position:absolute; left:26px; top:0;
		width:170px;
		text-align:center;
	}
		.welcome .side .photo{
			margin:0 0 20px;
			width:170px; height:170px;
			border-radius:50%;
			overflow:hidden;
			box-shadow:0 0 0 3px #fff, 0 0 0 6px #ddd;
		}
			.welcome .side .photo img{
				width:100%;
			}
		.welcome .side .name{
			color:#111;
		}
	.welcome .messages{
		margin-left:230px;
		border-left:1px solid #ddd;
		padding-left:50px;
	}
/*-------------------------------------------
Organizer
-------------------------------------------*/
.organizer{
	list-style:none;
	margin:0;
	padding:0;
}
	.organizer li{
		float:left;
		width:33.33333%;
		text-align:center;
		padding:10px 15px;
		border-left:1px solid #ddd;
	}
	.organizer li:first-child{
		border:none;
	}
		.organizer figure{
			margin:0 0 15px;
		}
		.organizer h4{
			line-height:1.2;
			min-height:2em;
		}

/*-------------------------------------------
Committee
-------------------------------------------*/
.committee{
	margin:0;
}
	.committee dt{
		float:left;
		width:110px;
		padding-top:50px;
		font-size:24px;
		color:#111;
	}
	.committee dt:nth-of-type(1){
		padding-top:30px;
	}
	.committee dd{
		margin-left:150px;
		padding:20px 0;
		border-top:1px solid #ddd;
	}
	.committee dd:nth-of-type(1){
		border:none;
		padding-top:0;
	}
	.committee ul{
		list-style:none;
		margin:0;
		padding:0;
	}
		.committee ul li{
			float:left;
			position:relative;
			width:50%;
			height:140px;
			padding:30px 0 20px 140px;
			color:#111;
		}
			.committee figure{
				display:inline-block;
				vertical-align:top;
				margin:0 30px 0 0;
				width:120px; height:120px;
				border-radius:50%;
				box-shadow:0 0 0 3px #ddd;
				overflow:hidden;
				position:absolute; left:0; top:0;
			}
				.committee figure img{
					width:100%;
				}
			.committee ul li span{
				display:block;
				color:#999;
			}