#templatemo_slider_wrapper
{
    width: 460px;
}

#slider {
	position:relative;
	border-bottom: 5px solid #fff
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
}

.nivo-controlNav a {
	display:block;
	text-indent: -9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption
{
    text-shadow: none;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #CC0000;
}

.nivo-caption p { font-size: 14px }

.nivo-caption a
{
    color: #efe9d1;
    text-decoration: underline;
    text-align: center;
}

#gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#gallery li { 
	margin: 0; 
	padding: 0; 
}

#gallery li a
{
    display: block;
    float: left;
    width: 210px;
    margin: 0 14px 30px 0;
    font-size: 12px;
    color: #000;
    text-align: center;
    font-family: Arial;
    font-weight: 500;
    height: 175px;
}

#gallery li a:hover { 
	text-decoration: none; 
}

#gallery li a img
{
    width: 205px;
    height: 150px;
    margin-bottom: 6px;
    border: solid 1px #555; background-color: #eed; 
    box-shadow: 2px 2px 2px #888; 
    -moz-box-shadow: 2px 2px 2px #888; 
    -webkit-box-shadow: 2px 2px 2px #888; 
    -o-box-shadow: 2px 2px 2px #888; 
    border-radius: 0px 8px 0px 25px;
    
}

#gallery li .rm { 
	margin: 0 0 30px; 
}

.post_box { 
	clear: both; 
	margin-bottom: 60px; 
}

.post_box h2 { 
	font-size: 20px; 
	font-weight: 400; 
	margin-bottom: 15px; 
}

.post_box img { 
	float: left; 
	margin-right: 20px; 
}

.post_text { 
	float: left; 
	width: 360px; 
}
.post_meta { 
	float: right; 
	width: 200px; 
}

.post_meta ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.post_meta ul li { 
	margin: 0 0 10px; 
	padding: 0 0 10px; 
	border-bottom: 1px solid #ccc; 
}

