/* The background color for the tables #9C0006*/
body {
	font-family: Arial, Helvetica, sans-serif;
	/* background:#010000 url(https://winningblogtactics.com/make-money-online-blogging-images/make-money-online-blogging.jpg) center top no-repeat scroll !important; */
	background-size:cover !important;
	-moz-background-size:cover !important;
	font-size:1vw !important;
	background-color:#fff;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

h1.page-start-header {
	color:#ddd !important;
}

h1,h2,h3 {
	color: #a40000 !important;
}

div.header {
	text-align:center; width:80%; height:15%;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
}

/* This is the header table inside div.header */
table.header {
	padding-top:20px;
	margin-left:30%;
	width:40%;
	border:none;
	overflow:hidden;
	color: #ddd !important;
}

div.footer {
	text-align:center; width:80%; height:15%;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
	color: #ddd !important;
	bottom: 0px !important;	
}

table.content {
	margin-left:auto;
	margin-right:auto;
	width: 70%;
}

table.center {
	text-align:left; width:70%; height:auto; background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
	color: #000;
}

table.top {
	width:45%; text-align:center;
	color:navy;
	opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
}

table.form {
	width:45%; opacity:0.9; filter:alpha(opacity=90); /* For IE8 and earlier */
}

form.form { width:35%; }

form.member-form { width:85%; }

.input,input.mobile,textarea.mobile,select.mobile {
	background:#fff left top no-repeat;
	padding:.1em .1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.curved {
	background:#a40000 left top no-repeat;
	padding:.1em .1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
}

.curved-black {
	background: #000  left top no-repeat;
	padding: .1em .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Define Links In General */
a { text-decoration:none; font-weight:bold;  color:#eee; }
a:hover { color:#111; }
a:visited { color:#ddd; }
a:visited:hover { color:#111; }

/* Define Links For Header & Footer */
a.top-link { color:#fff; }
a.top-link:hover { color: #f10000; }
a.top-link:visited { color:#fff; }
a.top-link:visited:hover {color:#f10000; }

/* Define Links For Body If Necessary */
a.link { color:#a40000; }
a.link:hover { color:#f10000; }
a.link:visited { color:#a40000; }
a.link:visited:hover {color:#f10000; }

/* Define Links In The Left Menu */
a.left-link { color: #fff; }
a.left-link:hover { color: #f10000; }
a.left-link:visited { color: #fff; }
a.left-link:visited:hover { color: #f10000; }

td.top { vertical-align:top; }

/* div.menu { background-color:#5e8ce9; text-align:center; } */

div.menu {
	background-color:#5e8ce9;
	text-align: center;
	height: 25px;
	padding: .1em .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.menu2 {
	background-color: #ddd;
	text-align: center;
	height: 25px;
	padding: .1em .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#navbar { margin: 0; padding: 0; height: 1em;}
#navbar li { list-style: none; float: center;}
#navbar li a { display: block; padding: 3px 8px; background-color: #5e8ce9; color: #fff; text-decoration: none; }
#navbar li ul { display: none; width: 1em; /* Width to help Opera out */ background-color: #69f; z-index: 2;}
#navbar li:hover ul, #navbar li.hover ul { display: block; position: absolute; margin: 0; padding: 0; }
#navbar li:hover li, #navbar li.hover li { float: none; }
#navbar li:hover li a, #navbar li.hover li a { background-color: #69f; border-bottom: 1px solid #fff; color: #000; }
#navbar a:hover {color: yellow; }
#navbar li:hover li a {color: #fff; }
#navbar li:hover a:hover {color: yellow; }

#navbar2 { margin: 0; padding: 0; height: 1em;}
#navbar2 li { list-style: none; float: center;}
#navbar2 li a { display: block; padding: 3px 8px; background-color: #DDDDDD; color: #000; text-decoration: none; }
#navbar2 li ul { display: none; width: 1em; /* Width to help Opera out */ background-color: #69f; z-index: 2;}
#navbar2 li:hover ul, #navbar li.hover ul { display: block; position: absolute; margin: 0; padding: 0; }
#navbar2 li:hover li, #navbar li.hover li { float: none; }
#navbar2 li:hover li a, #navbar li.hover li a { background-color: #69f; border-bottom: 1px solid #fff; color: #000; }
#navbar2 a:hover {color: navy; }
#navbar2 li:hover li a {color: #fff; }
#navbar2 li:hover a:hover {color: navy; }

.curvedcell {
	background:#ffffff left top no-repeat;
	padding:.1em .1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.button {
  background-color: #a40000;
  border: none;
  color: #fff;
  padding: 8px 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
}

.button:hover {
	background-color: #be0000;
	color: #fff !important;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:active {
	border:none;
	transform: translateY(3px);
}

/* THIS IS FOR THE FRAME AFTER LOG IN*/

div.framecontent {
	width: 700px;
	height: 600px;
	margin-top: 20px;
}

div.left-menu {
	width: 175px;
	text-align: left;
	font-size: 11pt;
	color: #ddd; /* This is the text color for the text on the left margin. */
}

div.boxmenu {
	width:150px;
	height:150px;
	text-align:center;
	font-size:18pt;
	border: 1px solid #000000;
	background: #ffffff  left top no-repeat;
	padding: .1em 0 .1em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input,textarea,select {
	background: #ffffff  left top no-repeat;
	padding: .1em .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.content {
	text-align: left;
	width: 750px;
}

/*  div.category {
	float:left;
} */

/* div.backlinks {
	float:left;
	width: 100px;
} */

/* This is the /search homepage */


div.top {
	height:5%;
	min-height:50px;
	width:90%;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.middle {
	height:90%;
	width:90%;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.bottom {
	height:5%;
	min-height:50px;
	width: 90%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#a40000;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	border-radius: 5px;
	border-top: 1px solid #a40000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.topnav {
	height:5%;
	min-height:50px;
	/* width: 90%; */
	padding-top:5px;
	padding-bottom:5px;
	background-color:#a40000 !important;
	margin-left:auto;
	margin-right:auto;
	prayermargin-bottom:0px;
	position:relative;
	border-radius: 5px;
	border-top: 1px solid #a40000;
	text-align:center;
}

@media screen and (min-width: 601px) {
	div.topnav {
		width:90%;
	}
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
	div.topnav {
		width:100%;
	}
	body {
		font-size:2vw !important;
	}
}

/* Search */
.scontent-table {
	background:#fff;
	border:none;
	opacity:0.9; filter:alpha(opacity=90);
	width:100%;
	height:100%;
}

div.sleft-column {
	/* width: 80%; */
	background-color: #fff;
	text-align: left;

	/* color: #ddd; */ 
}

div.sright-column {
	width: 20%;
	max-width: 300px;
	min-width: 200px;
	vertical-align:top;
	border:1px solid #1a3e1e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	/* width:100%; */
}

.sbody {
	background:#B0BEC7;
	color: #000;
}

/* This is specific to /search/go_profile.cgi*/
.pcontent {
	margin:0 auto;
	width:100%;
	/* max-width:1200px; */
	background:#fff;
	padding:20px 30px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	-webkit-border-radius:5px;border-radius:5px;
}

/* This is specific to /search/serices.cgi*/
.scontent {
	margin:0 auto;
	width:100%;
	/* max-width:1200px; */
	background:#fff;
	padding:10px 10px;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	-webkit-border-radius:5px;border-radius:5px;
}

@media screen and (min-width: 601px) {
	.pcontent { width:70%; } /* profile page */
	.scontent { width:80%; } /* search page */
	.sheader { font-size: 32px; } /* extra small devices (phones, less than 768px) */
	input.stext { width:250px; } /* search input bar */
	span.ad-announce { font-size:1vw; } /* this is the 'advertisment' brand above ads */
	.ssearch { max-width: 60%; } /* search bar div */
	.sleft { width:75%; }
	.sright { width:25%; }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
	.pcontent { width:78%; } /* profile page */
	.scontent { width:88%; } /* search page */
	.sheader { font-size: 18px; } /* extra small devices (phones, less than 768px) */
	input.stext { width:150px; } /* search input bar */
	span.ad-announce { font-size:2vw; } /* this is the 'advertisment' brand above ads */
	.ssearch { max-width: 90%; } /* search bar div */
	.sleft { width:70%; }
	.sright { width:30%; }
}

 div.scroll {
	margin: 4px, 4px;
	padding: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

div.scroll::-webkit-scrollbar {
	width: 15px;
}

div.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 2px;
}

div.scroll::-webkit-scrollbar-thumb {
	background: #ddd;
	width:25px;
}

/* Description for profile boxes */
.scroll_desc {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display:-webkit-box;
	line-height:16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	background-color:transparent !important;
	border:.2px dashed #eee;
	padding:1px 1px 1px 1px;
	color:#d1d1d1;
	max-width:250px !important;
	height:180px;
	overflow:hidden;
	white-space:pre-wrap !important;
	text-overflow:ellipsis !important;
}

/* Navigation */
.snavigation { width:100%; margin:auto; overflow:auto; text-align:center; }
/* Search */
.ssearch { width:100%; margin:auto; overflow:auto; text-align:center; padding-bottom:10px; }

/* Divs on service page */
.scontainer {
	display:flex;
	flex-flow:row wrap;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:none;
}
.sleft {
	float:left;
	height:auto;
}
.sright {
	max-width:300px !important;
	min-width:100px !important;
	height:auto;
}

/* Center Flex Boxes */
/* .table-wrap { display: table; width:100%; height:auto; padding-bottom:5px; margin-top: 0px; }*/
/* .table-wrap > * { display: table-cell; }*/
/* .cell-left { display:block; width:75%; vertical-align:top; float:left; }*/
/* .cell-right { display:block; width:20%; max-width:20%; vertical-align:top; float:right; }*/



/* Categories */
.category { text-align:center; float:left; padding:2px 5px 2px 5px; border:.5px dotted #000; -webkit-border-radius:5px;border-radius:5px; }

div.category > ul > li { text-align:left; }

/* Category header h4 */
a.cat-header { color: #000; }
a.cat-header:hover { color: #aaa; }
a.cat-header:visited { color: #000; }
a.cat-header:visited:hover { color: #aaa; }

/* Category Links */
a.cat-link { color:#a40000; }
a.cat-link:hover { color: #f10000; }
a.cat-link:visited { color:#a40000; }
a.cat-link:visited:hover {color:#f10000; }
