/*-----BODY-----*/
body {
font-size: 16px;
}
blockquote, q {
	background: #fff;
	background: none;
}
/*-----HEADER-----*/
#header .header-links > ul > li a{
font-size: 20px;
color: #260404;
}
#header .header-links > ul > li a:hover{
color: #2f43ef;
}
#header .header-links .sub-menu a {
font-size: 18px;
color: #260404;
}
#header .header-links .sub-menu a:hover {
font-size: 19px;
color: #2f43ef;
}
#logo-inner:before {
	content:url(http://mr-dlib.org/images/logo_mr-dlib.png);
	margin-left: 0px;
}

/*-----INTRO UNDER HEADER-----*/
#intro {
	background: #ffffff;
	background-image: none;
	padding-bottom: 25px;
	border-bottom: none;
}
#intro .page-title {
    font-size: 35px;
}
/*-----BOXES ON MAIN PAGE-----*/

.services-builder.style1 {
 height: 600px;
}
.services-builder.style1 h3 {
 font-size: 25px;
}
.services-builder.style1 p {
 font-size: 16px;
 text-align: justify;
}
/*-----COMMENT FORM-----*/
.form-submit {
	float: right;
}
/*-----MAINPAGE-----*/
p.mainpage {
font-size: 18px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
/*-----BLOG-----*/
.more-link.style2 a,
.more-link.style2.button {
	font-size: 18px;
	background: #c2e8fb;
	border: 0px;
	margin: 0px;
	-webkit-box-shadow: 0 0 0 0px;
	-moz-box-shadow: 0 0 0 0px;
	-ms-box-shadow: 0 0 0 0px;
	-o-box-shadow: 0 0 0 0px;
	box-shadow: 0 0 0 0px;
}

.more-link.style2 .more-icon {
	color: #0088cc;
	background: #c2e8fb;
}
.blog-article .more-link {
	padding-top: 1px;
}
.blog-article .entry-content {
	padding-top: 10px;
	margin-bottom: 20px;
}
h2.blog-title{
	vertical-align: top;
}
/*-----RECENT_POSTS-----*/
#sidebar .widget {
    margin-bottom: 40px;
    /*background: aliceblue;*/
}
#sidebar h3.widget-title {
	font-size: 24px;
}
.pis-title {
	font-weight: 600;
	margin-bottom: 0px;
}
.pis-title a {
	text-decoration: underline;
	text-align: justify;
}
p.pis-excerpt {
	font-size: 85%;
}
p.pis-excerpt a {
	font-weight: 800;
}
p.pis-excerpt a:hover {
	color: red !important;
	
}p.pis-utility{
	font-size: 80%;
}
@media only screen and (max-width: 1300px) {
	#header .header-links .sub-menu {
		right: 5px;
	}
}
