#nb_route {
     text-align: center;
     color: #405e3b;
     border-color: #d98236;
     border-style: solid;
     background-color: #d99e32;
     border-width: 2px;
     margin: 20px;
     padding : 10px;
     border-radius: 7px;
}

.content {
	margin-top: 20px;
	overflow: auto;
	width: 100%;
	height: 100%;
}

.box_curl_list {
	position: relative;
	z-index: 1;
	overflow: hidden;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
	width: 25%;
}

.post-item {
	border: 1px solid #D0D0D0;
	height: 250px;
	width: 70%;
	padding: 25px 25px 30px;
	background-color: white;
	box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.1), 0 0 25px rgba(0, 0, 0, 0.1) inset;
	border-radius: 2px;
	margin: 0 25px 20px 0;
	overflow: hidden;
	position: relative;
	float: left;
}

.post-item:after {
	height: 28px;
	content: '';
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.02);
	border-top: 1px solid #E4E4E4;
	position: absolute;
	left: 0;
}

.post-item h3 {
	font-size: 22px;
	line-height: 1.1;
	padding: 0;
	text-rendering: optimizeLegibility;
	font: 24px 'Myriad pro',Arial,Helvetica,sans-serif;
}

.post-item .created-strip {
	margin: 15px 0;
	font-size: 10px;
}

.post-item .postPic {
	float: left;
	margin: 4px 15px 15px 0;
}
.post-item .excerpt {
	font-size: 11px;
	color: #666;
	line-height: 1.35;
}

.post-item .readMore {
position: absolute;
right: 25px;
bottom: 0px;
background-color: white;
z-index: 10;
background-color: #5DA0BD;
background-image: linear-gradient(top, #68B2D1 0%, #5898B2 100%);
background-image: -o-linear-gradient(top, #68B2D1 0%, #5898B2 100%);
background-image: -moz-linear-gradient(top, #68B2D1 0%, #5898B2 100%);
background-image: -webkit-linear-gradient(top, #68B2D1 0%, #5898B2 100%);
background-image: -ms-linear-gradient(top, #68B2D1 0%, #5898B2 100%);
color: white !important;
padding: 3px 8px;
font-size: 11px;
border-radius: 3px 3px 0 0;
box-shadow: 0 -1px 1px #D4D4D4;
border: 1px solid #5DA1BD;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
