/*############ NEWS ################*/

.bold {
	font-weight: bold;
}

#news_box {
	display: block;
	float:left;
	text-align: justify;
}

#news_box h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 25px;
	background-color: #E4E4E4;
	margin-top: 32px;
	padding: 5px;
	padding-bottom: 6px;
	padding-left:20px;
	text-align: left;
	border: 1px solid #BFBFBF;
}

#news_box .post {
	padding: 20px;
	padding-top: 16px;
	padding-bottom: 18px;
	background-color: #E4E4E4;
	border: 1px solid #BFBFBF;
	border-top: 0px;
	text-align: left;
}

#news_box .post a {
	font-weight: bold;
}

#news_box .date{
	text-align: left;
	margin: 5px;
	margin-top:0;
	margin-left: 0;
}

#news_box .ulpoint{
	margin: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

#news_box .event {
	padding: 20px;
	padding-top: 16px;
	padding-bottom: 18px;
	background-color: #E4E4E4;
	border: 1px solid #BFBFBF;
	border-top: 0px;
	text-align: left;
}

#news_box .event li{
	margin: 5px;
}

#right_box {
	width: 270px;
	margin-left: 20px;
	float:left;
}

#right_box  h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 15px;
	text-align:center;
}

#twitter_box {
	width: 270px;
	background-color: #ebebeb;
	border: 5px solid #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#twitter_box ul {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 8px;
}

#twitter_box h2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin: 10px;
	margin-top: 5px;
	text-align:center;
}

#twitter_box #twitter_logo {
	padding-left: 100px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.twitter_post {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}

.twitter_post tr {
		
}

.twitter_post td {
	vertical-align: middle;
	padding: 5px;
}

.twitter_post .pic {
	/*flow: left;*/
}

.twitter_post .data {
	font-size: 10px;
}

.twitter_post .status {
	/*font-size: 14px;*/
}

.twitter_post .username {
	font-weight: bold;
}

.twitter_post a {
	font-weight: bold;
}


#social2 {
	width: 280px;
	text-align: center;
	margin-bottom: 9px;
	
}

#social2 li {
	display:inline;
}

#social2 img {
	width: 30px;
}