/*body {font-size:100%; color:#000000;}*/
body {font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3;
}
.bgImage {background-color:#214583; background-image:url('images/bluebg.jpg'); color:#ffffff;}

header  h1 {font-family: Georgia, sans-serif, verdana; color:#ffffff; font-size:120%; line-height:30px; background-color:#cc0000; margin-bottom:0;}

h1 {color:#940F0F; font-weight:bold;}
h2 {font-size:130%; font-weight:bold;}

header h5 {font-family: Georgia, sans-serif, verdana; color:#ffffff; font-size:100%; line-height:25px;}
	
.maintext {font-size:110%; color:#000;}
nav {background-color:#000000; color:#ffffff; font-size:90%;}
nav a {color:#ffffff; text-decoration:none;}
nav a:visited{color:#ffffff; text-decoration:none;}
nav a:hover {background-color: #cc0000; color:#ffffff; text-decoration:none;}
.mynav {padding-top:5px;}
.mynav p {padding-bottom:0px; display:inline;}
.mainText h1 {font-size:170%; color:#CC0000;}

/* Word for the day */
.makeBox { background-color:#eee;}
#logo a {color:#ffffff; text-decoration:none;}
#logo a:visited{color:#ffffff; text-decoration:none;}
#logo a:hover{color:#ffffff; text-decoration:none;}
ul li {font: 14pt Georgia, "Times New Roman", Times, serif; line-height: 1.3;}
/*ul {list-style-type:square;}*/
.intro {font: 17pt Georgia, "Times New Roman", Times, serif; line-height: 1.3;}
/* hide menu for mobiles */
div[role="hide"] {display: none;}
#emailMobile {display: none;}
/* breadcrumbs on section headings */
small {font: 12pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
}
/* home page customised word for day*/
.homeDailyWord {background-image: url('../icons/bg_grey.png'); border-style:solid; border-weight:2px; border-color:#cc0000; padding:5px;}

.dailyH1 {font-size:101%; background:#000000; color:#ffffff; text-align:center; margin-bottom:1px; letter-spacing:2px;}

.dailyAuthor {font-weight:bold; font-size:90%;}

/* background for side bar bible studies */
#pbs {background-image:url('../icons/bg_grey.png');}

/* hide */
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logoText, .makeBox, #sfind {display:none;}
	.bgImage {background-color:#cc0000; color:#ffffff;}
		
	/* Next four lines create black footer in mobiles */
	footer.bgImage {background-color:#000000; color:#ffffff;}
	.makeBlack {background-color:#000000; color:#ffffff;}
	footer.container {background-color:#000000; color:#ffffff;}
	footer p {display:inline;}
	/*#mobile_search {display: block; text-decoration:none; float:left;}*/
	div[role="hide"] {display: block; text-decoration:none; cursor:pointer; }
	#desktop {display:none;}
	#desktop a  {display:block;}

	/* hides side menu on bible studies */
	#pbs {display:none;}
	
	/* show email copy on mobiles */
	#emailMobile {display: block;}
	}
	/* affects top navbar in mobile */
	img {padding-right:2px; float:left;}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.logoText, .makeBox, #sfind {display:none;}
	.bgImage {background-color:#cc0000; color:#ffffff;}
	
	/* Next four lines create black footer in mobiles */
	footer.bgImage {background-color:#000000; color:#ffffff;}
	.makeBlack {background-color:#000000; color:#ffffff;}
	footer.container {background-color:#000000; color:#ffffff;}
	footer p {display:inline;}
	/*#mobile_search {display: block; text-decoration:none; float:left;}*/
	div[role="hide"] {display: block; text-decoration:none; cursor:pointer; }
	#desktop {display:none;}
	#desktop a  {display:block;}
	/* hides side menu on bible studies */
	#pbs {display:none;}
	
	/* show email copy on mobiles */
	#emailMobile {display: block;}
	}
