/* **** Confessions Site CSS **** */

body
{
	background-color: #dce3ff;
	font-family: 'Lato', arial, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#siteouter
{
	margin: 0 auto;
	width: 1375px;
	background-image: url("/images/site/bg.jpg");
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}

#siteinner
{
	margin: 0 auto;
	width: 970px;
	background-color: transparent;
}

input, textarea, td
{
	font-family: Arial, sans-serif;
	font-size: 16px;
}

#logo
{
	height: 130px;
	font-size: 92px;
	color: #dbc238;
	margin-top: 24px;
	padding-left: 30px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
}

#logo span
{
	display: block;
	position: relative;
	top: -17px;
	font-size: 26px;
	color: #272727;
	margin: 0 0 0 14px;
	text-shadow: none !important;
}

#menu
{
	display: flex;
	justify-content: left;
	background-color: black;
	align-items: center;
}

#menu a, #menu a:visited
{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding: 8px 0;
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal !important;
	margin: 0 20px;
}

#menu a:hover
{
	color: #cfd3e2;
	text-decoration: none;
	cursor: pointer;
}

/* **** Content area **** */

#content
{
	background-color: white;
	color: #036;
	text-align: left;
	padding: 20px;
	font-size: 13px;
	min-height: 500px;
}

#content h1
{
	text-decoration: underline;
	color: #495a9c;
	font-weight: normal !important;
	font-size: 24px;
	font-family: "Lato", arial, serif;
	margin: 12px 0 40px 0;
	border-bottom: 1px solid #ced4eb;
}

#content h2
{
	color: #444;
	font-size: 22px;
	font-family: "Lato", arial, serif;
	line-height: 26px;
	font-weight: normal !important;
}

#content p
{
	font-size: 16px;
	color: #272727;
	line-height: 1.7em;
}

#content h1.centered
{
	color: #272727;
	font-size: 22px;
	margin: 2px 0 5px 0;
	text-align: center;
}

#content a, #content a:visited
{
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: #972797;
	text-decoration: underline;
}

li
{
	margin: 4px 0;
}

.dslist li
{
	margin: 10px 0;
}

#secimgmsg
{
	font-size: 15px;
}

/* **** Picture block **** */

.picblockl
{
	float: left;
	margin: 10px 10px 10px 0;
}

.picblockr
{
	float: right;
	margin: 10px 0 10px 10px;
	text-align: right;
}

.picblockc
{
	margin: 10px 0;
	text-align: center;
}

.blkpicl
{
	margin: 0 0 5px 0;
}

.blkpicr
{
	margin: 0 0 5px 0;
}

.blkpicc
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.blkpiclb
{
	margin: 0 0 5px 10px ;
	padding: 10px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.blkpicrb
{
	margin: 0 10px 5px 0;
	padding: 10px;
	background-color: white;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.booktable
{
	background-color: #dce3ff;
	padding: 6px;
	border-radius: 5px;
	border-spacing: 8px;
}

.booktable th
{
	background-color: #30589d;
	color: white;
	padding: 2px 4px;
	font-size: 16px;
	text-align: center;
}

.booktable td
{
	background-color: white;
	text-align: center;
	padding: 2px 4px;
}

/* **** Footer area **** */

#footer
{
	height: 60px;
	background-color: #333;
	text-align: left;
	border-top: solid 20px black;
	color: #ccc;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
}

#siteby a, #siteby a:visited
{
	color: #ddd !important;
	text-decoration: none !important;
}

#siteby a:hover
{
	color: white !important;
	text-decoration: none;
}

/* **** Social **** */

#social
{
	display: inline-flex;
	justify-content: right;
	padding-right: 20px;
}

.social
{
	margin: 0 12px;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.7;
	background-size: contain;
	background-repeat: no-repeat;
}

.social:hover
{
	cursor: pointer;
	opacity: 1;
}

#socfacebook
{
	background-image: url("/images/social/facebook.png");
}

#soctwitter
{
	background-image: url("/images/social/twitter.png");
}

#soclinkedin
{
	background-image: url("/images/social/linkedin.png");
}

#socinstagram
{
	background-image: url("/images/social/instagram.png");
}

#soctiktok
{
	background-image: url("/images/social/tiktok.png");
}

#socbookbub
{
	background-image: url("/images/social/bookbub.png");
}

#socgoodreads
{
	background-image: url("/images/social/goodreads.png");
}

#socmastodon
{
	background-image: url("/images/social/mastodon.png");
}

/* **** Page Images **** */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb, .imgbt
{
	padding: 10px;
	background-color: white;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
}

.imglb, .imglbt
{
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgrb, .imgrbt
{
	float: right;
	padding: 10px;
	margin: 0 5px 10px 10px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imgcb, .imgcbt
{
	padding: 10px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 2px 2px 4px #999;
	font-size: 10px;
	text-align: center;
}

.imglbt, .imgrbt, .imgcbt, .imgbt
{
	padding: 10px 10px 2px 10px;
}

/* **** Links Pages **** */

.link
{
	margin-bottom: 15px;
}

.linktitle
{
	background-color: #c0dcc0;
	font-size: 15px;
	font-weight: bold;
	color: #040;
	padding: 3px;
	border-right: 1px solid #080;
	border-bottom: 1px solid #080;
}

.linktitle a, .linktitle a:visited
{
	color: #040;
	text-decoration: none;
}

.linktitle a:hover
{
	color: #f60;
	text-decoration: underline;
}

.linkpages
{
	float: right;
	border: 1px solid black;
	padding: 2px;
	background-color: #0c6b0b;
	color: white;
}

.linkpages a, .linkpages a:visited
{
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

.linkpages a:hover
{
	color: white;
	text-decoration: underline;
}

.linktext
{
	margin: 0 10px 0 20px;
	text-align: justify;
}

.website
{
	font-style: italic;
	margin-left: 35px;
}

.website a, .website a:visited
{
	font-style: normal;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}

.website a:hover
{
	color: #080;
	text-decoration: underline;
}

/* **** FAQs **** */

.faqq
{
	font-size: 15px;
	font-weight: bold;
	color: #080;
	margin: 0 0 5px 0;
}

.faqa
{
	font-size: 13px;
	color: #040;
	margin: 0 0 15px 30px;
}

/* **** Blog **** */

#content .bloghead
{
	font-size: 12px;
	font-weight: bold;
	color: green;
}

#content .blogdate
{
	float: right;
	font-size: 10px;
	color: #777;
	font-style: italic;
}

#content .blogtext
{
	margin: 2px 0 5px 20px;
	font-size: 11px;
	border: 1px dotted green;
	padding: 0 10px;
	background-color: white;
}

/* **** Cookie Push-down bar **** */

#cklbox
{
	box-sizing: border-box;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background-color: #d00;
	background-color: #333;
	box-shadow: 0 2px 4px #555;
	display: none;
	position: fixed;
	text-align: left;
	justify-content: space-between;
	font-size: 16px;
	z-index: 999;
	width: calc(100% - 2px);
	left: 0;
	top: 0;
	color: white;
	padding: 5px 20px;
	font-weight: normal;
}

#cklmsg a, #cklmsg a:visited
{
	color: yellow;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#cklbox a:hover
{
	text-decoration: underline;
}

#cklhide
{
	display: inline-flex;
	min-width: 80px !important;
	justify-content: center;
	align-items: center;
	margin: 3px 25px 0 60px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	font-size: 20px;
	background-color: #f0d800;
	cursor: pointer;
	color: black;
}

#cklhide:hover
{
	background-color: yellow;
}

table.ckl th
{
	background-color: #800;
	color: white;
	border-radius: 5px;
	border-right: 1px solid #400;
	border-bottom: 1px solid #400;
	padding: 2px 5px;
	font-size: 15px;
}

table.ckl td
{
	background-color: white;
	border-radius: 5px;
	color: black;
	border-right: 1px solid var(--gen-border);
	border-bottom: 1px solid var(--gen-border);
	padding: 2px 5px;
	font-size: 15px;
}

table.ckl tr:hover td
{
	background-color: #f0fff0;
}

/* **** Popup Tooltip **** */

#popuptooltip
{
	text-align: left;
	border: 1px solid black;
	border-radius: 7px;
	font-size: 11px;
	padding: 8px;
	background-color: #ffe;
	color: black;
	z-index: 1000;
	box-shadow: 3px 3px 3px #222;
}

/* **** Misc **** */

#errmsg
{
	border: 1px solid red;
	padding: 0 5px 5px 5px;
	background-color: #ffc;
	color: red;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Media Changes **** */

@media only screen and (max-width: 1375px)
{
	#siteouter
	{
		width: 100%;
		background-size: contain;
	}

	#siteinner
	{
		width: 970px;
	}

}

@media only screen and (max-width: 850px)
{
	#siteouter
	{
		width: 100%;
	}

	#menu
	{
		width: 100% !important;
		display: block;
		padding: 0;
		background-color: white;
	}

	#menu a
	{
		width: 100%;
		display: block !important;
		font-size: 26px;
		margin: 0 0 1px 0;
		text-align: center;
		background-color: black;
	}

	#menu a:hover
	{
		color: black;
		background-color: #7C92CA;
		text-decoration: none;
		cursor: pointer;
	}

	#footer
	{
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 700px)
{
	#siteouter
	{
		width: 100%;
	}

	#logo
	{
		margin-top: 5px;
		font-size: clamp(50px, 4vw, 80px);
	}

	#logo span
	{
		text-align: center;
		font-size: 18px;
		top: 30px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 550px)
{
	#siteouter
	{
		background: none;
		margin: 0;
		padding: 0;
	}

	#logo
	{
		text-align: center;
		margin-top: 5px;
		font-size: clamp(42px, 4vw, 52px);
	}

	#logo span
	{
		font-size: 20px;
		top: 30px;
	}

	#content, #content p
	{
		font-size: 16px;
		padding: 5px;
	}

	#content h1
	{
		font-size: 24px;
	}

	img
	{
		max-width: 90%;
	}
}
