/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* header image*/
.blog-name a:link, .blog-name a:visited {
/*	margin-top: -30px;*/
	margin-left: -17px;
	margin-bottom: -40px;
}

/* calendar*/
#wp-calendar {
	margin: 0 1px 0 2px;
	border-collapse: collapse;
/*	margin-left: -14px;*/
}

/* photo gallery*/
#wowslider-container1.ws_gestures {
	margin-top: 30px;
}

/* photo gallery thunmbnail*/
#php_widget-3.php_widget.widgetcontainer.clearfix {
	width: 200px;
	height: 300px;
}

/* footer widgettitle*/
#footer .widgettitle {
	font-size: 15px;
	color: rgb(116,10,10);
}

/*
#header {
	background-image: url(https://dominicsaviowadala.org/wp-content/uploads/2014/09/Untitled1.png);
/*	background-repeat: repeat-x;*/
/* page color n border*/
#main {
	background: rgb(232,241,255);
	border: 2px solid rgb(226,165,57);
	margin-top: -17px;
}

/* footer color*/
#footer {
	background: #e8f1ff;
	border: 2px solid #e2a539;
	margin-top: 10px;
}

/* slider description height*/
.featured-entry {
	height: 70px;
	top: -60px;
}

/* page title*/
.single-post .entry-title {
	text-align: center;
}

/* Menu Width */
#nav .sf-menu {
	max-width: 900px;
}

/* posts height on homepage */
.posts-default .entry {
	height: 180px;
}

/* priest name image*/
/* put this code in setting-kevins plugin in footer*/
/**/
/*
#banner {
	margin-top: 40px;
	position: absolute;
	margin-left: 227px;
}*/
/* main page height
#main {
	height: 1200px;
}*/
/* TITLE SIZE FOR FEATURED POSTS ON HOME PAGE */
.posts-default .entry-title {
	font-weight: 700;
	font-size: 12px;
}

h4 {
	font-size: 14px;
}

.home-title {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

/* footer message theme*/
#footer .footer-message .floatright {
	display: none;
}