/*Blog Post Author
------------------------------------*/

.mnbody1 {
    background-color: #F7F7F7 !important;
	font-size:14px !important;
	font-family:"Montserrat";
}
.mnbody {
    background-color: #FAFAFA !important;
	font-size:14px !important;
	font-family: "Open Sans",sans-serif;
}

.mnbody2 {
    background-color: #FFF !important;
	font-size:14px !important;
	font-family: "Open Sans",sans-serif;
}

.mnbody p {
	text-align:justify;
}

.mnbody2 p {
	text-align:justify;
}

.mnbody2 h2 {
	font-family:Segoe Print;
}

.sidebar-nav-v1 a{
    color: #C02C39; /**Red #C02C39; #CC092F;*/
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.article-block {
    background: #FFF none repeat scroll 0% 0%;
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: #E6E6E6 #E6E6E6 #72C02C;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 20px 0px;
    padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.article-block a{
    color: #C02C39; /**Red #C02C39; #CC092F;*/
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.article-title {
	font-family:Segoe Print;
}

.img-center {
    margin:0 auto;
    display:table;
}

.img-center1{
  text-align:center; 
  display:table-cell; 
  vertical-align:middle;
}

.widget {
    background-color: #FFF;
    padding: 25px 20px;
        padding-top: 25px;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
    border: 1px solid #E1E1E1;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #E1E1E1;
        border-right-color: #E1E1E1;
        border-bottom-color: #E1E1E1;
        border-left-color: #E1E1E1;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    margin: 15px 0px 0px;
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

.widget a {
	color: #C02C39;
}

.more-link {
   color: #C02C39;
}

.search-bar {
    padding: 20px;
    background: #FFF none repeat scroll 0% 0%;
    border: 2px solid #EEE;
}

.white-bg {
    padding: 20px;
    background: #FFF none repeat scroll 0% 0%;
}

.text-center {
	text-align:center; 
}

.red-border {
	border-bottom: 2px solid #C02C39;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C02C39;
}

.menu-middle {
	padding-left: 300px;
	float: left;
}
