/*
Scardipdap default.css style
Copyright: Scardipdap, LLC 2023
*/


/*Default body area*/

body{
margin: 15px 0px 0px 15px;
font-size: 14px;
font-family: "Trebuchet MS";
width: 100%;
background-color: #EEEEEE;
color: #333333;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 768px) {
  
body {
  width: 800px;
  }
  /* For desktop: */
}

#main {
margin-left: 10px;
margin-right: 10px;
}

a{
text-decoration: none;
color: #333333;
}

a:hover{
color: #CC9933;
}

#sources ul
{
	padding-left: 0px;
	list-style-type: none;
}

#automation ul
{
	list-style-type: disc;
}

footer ul
{
	padding-left: 0px;
	list-style-type: none;
}

#serviceList {
	list-style-type: square;
	padding-left: 20px;
}

#serviceList li {
}

section:first-of-type {
	border-top: 2px black solid;
}

article #privacy a {
	color: #6699CC;
}

article #security a {
	color: #6699CC;
}

article #automation a {
	color: #6699CC;
}

article #qa a {
	color: #6699CC;
}

article #headsup a {
	color: #6699CC;
}

article #random a {
	color: #6699CC;
}

.entry {
	margin-bottom: 15px;
	border-bottom: 2px black solid;
}

.entry:first-of-type {
}

.entry h3 {
margin-bottom: 0px;
}

.entry h4 {
margin-top: 0px;
margin-bottom: 0px;
}

.entry h4:last-of-type {
	margin-bottom: 15px;
}

/*nav section*/

nav {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px black solid;
}

nav ul
{
list-style-type: none;
color: black;
padding: 0px;
margin: 0px;
}

nav li
{
padding-right: 15px;
display: inline;
}


nav a{
font-weight: bold;
text-decoration: none;
font-style: italic;
}

nav a:visited{
}

nav a:hover{
color: #CC9933;
font-style: italic;
}

/* Details Section override */
details {
	padding-bottom: 15px;
}

details[open] {
	padding-bottom: 0px;
}

/* Footer Section */

footer a{
text-decoration: none;
font-style: italic;
}

footer li
{
	display: inline;
	padding-right: 10px;
}

footer li:nth-child(1n+1) {
	padding-left: 10px;
}

footer li:nth-child(1) {
	padding-left: 0px;
}

section {
	border-bottom: 2px black solid;
}

#sources {
}

/* Sources */
#sources li:nth-child(5n+1) a:hover{
color: #FFCC33;
}

#sources li:nth-child(5n+2) a:hover{
color: #CC6633;
}

#sources li:nth-child(5n+3) a:hover{
color: #6699CC;
}

#sources li:nth-child(5n+4) a:hover{
color: #669933;
}

#sources li:nth-child(5n+5) a:hover{
color: #CC66FF;
}
