.secondary-navigation {
    background-color: #fafafa;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0px solid #dbdbdb;
    border-right: 0px solid #dbdbdb;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	  padding: 10px 0;
}

.home #navigation .menu .home-menu-item a, #navigation .menu .current-menu-item > a {
	background: #eee;
	font: bold 14px Georgia, serif;
	color: #555555 !important;
}

#navigation .menu a:hover, #navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
		font: bold 14px Georgia, serif;

	color: #555555 !important;
}

.post-box {
	background: #fff url(wp-content/themes/mts_best/images/magnus/bg-gradient.png) repeat-x;
padding: 20px;
border: 1px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 1px;
border-bottom: 1px solid #dbdbdb;
margin-bottom: 30px;
}

a:link, a:visited {
	color: #2e8a1c !important;
}
a:hover {
	color: #2e8a1c !important;
}

.widget {
	background: #fff url(wp-content/themes/mts_best/images/magnus/bg-gradient.png) repeat-x;
	font: normal 12px/1.5em Georgia, serif;
	color: #555555;
	padding: 20px 20px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 0px;
	margin: 0 0 30px 0
}

.widget h3 {
	border-bottom: 1px solid #e6e6e6;
	font: bold 14px/0.25em Arial, sans-serif;
	color: #555555;
	margin: 0 0 20px 0;
	padding: 0 0 15px;
	text-transform: uppercase;
}

.post-data .post-title a {
	font:bold 28px/1.2em "Myriad Pro", Myriad, sans-serif;
	color: #222222 !important;
	text-decoration: underline;
}

.vertical .post-img {
	width: 100%;
}

.post-img, .featured-section-title {
	display: none;
}

footer > .copyrights {
	background: #e4e4e4;
}

footer {
	border-top: 4px solid #dbdbdb;
border-bottom: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

#move-to-top {
	color: #555555;
}

.pagination .nav-previous a, .pagination .nav-next a {
	color: #555555 !important;
}

.pagination > .current, .pagination .page-numbers.current, .pagination a:hover, .single .pagination a:hover .currenttext {
	background: #e6e6e6;
}

.post, #main .page {
    background: #fff url(/wp-content/themes/mts_best/images/magnus/bg-gradient.png) repeat-x;
    padding: 20px;
    border: 1px solid #fff;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}