
/* base */
* { margin: 0; padding: 0; }
body {
	font: 0.8125em Verdana, sans-serif; line-height: 1; 
	color: #333; background: #FFF;
	border-top: 5px solid #900;
}

/* responsive container */
.container { max-width: 900px; margin: 20px auto; padding: 20px; }

.site-header { text-align: center; margin-bottom: 12px; }
.site-header .tagline { font-size: 0.95em; color: #666; margin-top: 6px; }

/* links */
a:link, a:visited {color: #555;}
a img {border: none;}

/* headings */
h1,h2,h3,h4,h5 { font-family: Georgia; font-weight: normal; }
/* page header */
h1 {
	font: 2em Georgia, Times, serif;
	margin: 0; padding: 0.4em;
	border-bottom: 1px dashed #B2B2B2;
	background-color: #ede9d5;
	letter-spacing: 0.1em;
	padding-left: 20px;
}

#footer {
	font: 12px Georgia, Times, serif;
	margin: 0; padding: 0.4em;
	border-bottom: 1px dashed #B2B2B2;
	background-color: #ede9d5;
	letter-spacing: 0.1em;
	padding-left: 20px;
}

/* main heading for content column */
h2 {
	font: 1.8em Georgia, Times, serif;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}

/* subheadings for content column */
h3 {
	font: 1.6em Georgia, Times, serif;
	margin: 1.2em 0 0.5em 0;
	letter-spacing: 0.05em;
}

/* headings with an underline */
h3.ul {
  margin-top: 1.4em;
  border-bottom: 1px solid #d9d9d9;
}

/* use only for headings in sidebar */
h4 {
	font: 1.2em Georgia, Times, serif;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}

/* main content */
#content {
	width: auto;
	max-width: 640px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	font-size: 0.88em;
	line-height: 1.8em;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 10px;
}

/* paragraphs in main content */
#content p {
	margin-bottom: 10px;
}

/* lists in main content */
#content ul {
	list-style: url(../images/diamond-gray.gif);
	margin-left: 2em;
}

/* sidebar */
#sidebar {
	position: absolute;
	left: 647px;
	float: right;
	width: 162px;
	padding: 5px;
	border-left: 1px solid #d9d9d9;
}

/* sidebar links (nav menu) */
#sidebar ul {
  list-style: none;
}
#sidebar li a:link, #sidebar li a:visited {
	padding-left: 12px;
	background: url(../images/diamond-gray.gif) 0 0.4em no-repeat;
	font-size: 0.85em;
}

/* social bookmarks */
li#delicious a:link, li#delicious a:visited {
	padding-left: 20px;
	background: url(../images/delicious.small.gif) 2px 2px no-repeat;
	font-size: 0.85em;
}
li#reddit a:link, li#reddit a:visited {
	padding: 0 0 10px 20px;
	background: url(../images/reddit.png) 0 0 no-repeat;
	font-size: 0.85em;
}

/* boxes on the sidebar */
.box, .lbox {
	padding: 10px 10px 20px 10px;
	margin: 10px 10px 5px 10px;
	border-bottom: 1px dashed #b2b2b2;
	font-size: 0.88em;
	line-height: 1.8em;
}

/* "last" box, centered and no bottom margin line */
.lbox { text-align: center; border-bottom: none; }

/* hack for img in .lbox */
.lbox img { margin: 0 0 4px 0; padding: 0; }



.callout {
	float: right; 
	border: 1px dashed #900;
	text-align: center;
	padding: 1.2em;
}

div.round
  {
        width:80%;
        margin-left:20px;
        padding:5px;
        background-color:#fafaff; 
        border: coral thin dashed;
        border-radius: 15px;
 }
 
 div.textround
  {
        width:800px;
        margin-left:20px;
        padding:5px;
        background-color:#aaFFAA; 
        border: coral thin dashed;
        border-radius: 50px;
 }
 
 div.clearround
  {
       width:800px;

        margin-left:20px;
        padding:5px;
        background-color:white; 
        border: coral thin dashed;
        border-radius: 15px;
   }
   
.callout2 {
	float: none; 
	border: 1px dashed #900;
	text-align: center;
	padding: 1.2em;
        width: 100px;
}


/* table */
table, tr, td { margin: 0; padding: 0; }
td { padding: 2px 5px; }
tr.even { background-color: #eee }
tr.head { background-color: #ddd; font-style: italic; }

div {
	margin: 20px 0px 10px 10px; 
}
.form-box { background: #f7f7f9; padding: 16px; border-radius: 8px; border: 1px solid #e2e2e2; }
.form-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.input-link { flex: 1 1 400px; padding: 8px 10px; font-size: 1em; border: 1px solid #ccc; border-radius: 4px; }
.input-key { padding: 6px 8px; border: 1px solid #ccc; border-radius: 4px; }
.key-row { font-size: 0.95em; color: #444; display:flex; align-items:center; gap:12px; }
.key-row .setkey { margin-left: auto; display:flex; gap:8px; align-items:center; }

@media (max-width: 640px) {
	.input-link { flex-basis: 100%; }
	.site-header h1 { font-size: 1.4em; }
	#content { padding: 8px; }
}
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-left: 5px;
    text-shadow: #000 -1px -1px 1px;
    background-color: #996a9c;
    color: #FeeeFF;
    border:1px solid #666;
    font-weight:bold;
    cursor:pointer;
}

        .smallbutton {
            font-size: 10px;

            margin-left: 10px;
            padding: 6px 12px;
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 4px;
        }
        .smallbutton:hover {
            background-color: #45a049;
        }