/* Global style sheet for atvonk.net */
/* VERSION: 2.1.2 */

/* BODY section */
BODY {
	color: Navy;
	width: 996px;
	background: "#E0E0E0";
}
BODY.main {
	background-image: url("images/Drops background.jpg");
}

/* Lvl 1 headings */
H1 {
	text-align: left;
	background-image: url("images/Drops.jpg");
	background-repeat: none;
	/* border-width: 1; */
	/* border: solid; */
	/* text-decoration: underline; */
	/* background-position: center 300px; */
}
H1.special {
	border-width: 1;
	border: solid;
	text-align: center
}

/* Lvl 2 headings */
H2 {
	text-align: left;
	text-decoration: underline;
	/* background-image: url("images/Drops.jpg"); */
	/* background-position: center 300px; */
	background-repeat: none;
}
H2.special {
	/* border-width: 1; */
	/* border: solid; */
	text-align: center;
	text-decoration: none;
}
H2.entry-title {
	border-width: 1;
	border: solid;
	text-align: center;
}

/* DIV section */
/* Ad positioning (fits ad rectange 300x250 to the right) */
DIV.ads {
	position: absolute;
	top: 340px;
	left: 695px;
}
/* Ad positioning (fits ad rectange 300x250 to the right) */
DIV.ads-f {
	position: absolute;
	top: 1470px;
	right: 695px;
}
/* Ad positioning (for ad rectange 728x15 near bottom) */
DIV.adln {
  	margin-left: 50px;
}
/* Image spacing (allows room for ad rectange 300x250 to the right) */
DIV.art400 {
	width: 400px;
	padding: 20px 50px 20px 125px;
}
/* Small indent to position navigation buttons in footer along ad line */
DIV.c1 {
  	margin-top: 15px;
  	margin-left: 35px;
}

/* P section */
/* Paragraph of art caption */
P.art {
	position: relative;
	left: 2%;
	width: 96%;
}
P.special {
	color : green;
	border: solid red;
}

/* SPAN, A, and ADDRESS section */
/* Debug info with image */
SPAN.swat	{
	background-image: url("images/swat.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* For active and inactive "buttons" in footer, etc */
SPAN.inactive {
	color : LightPink;
	border-style: outset;
	border-width: thin;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 125%;
}
/* For active and inactive "buttons" in application area */
SPAN.appinact {
	color : DeepPink;
	border-style: outset;
	border-width: thin;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 125%;
}
A.button {
	background: LightPink;
	color: NavyBlue;
	border-style: outset;
	border-width: thin;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 125%;
}
A.appbutton	{
	background: DeepPink;
	color: NavyBlue;
	border-style: outset;
	border-width: thin;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
A.appbutton-ssl	{
	background-image: url("images/lock.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Tables */
table.tab {
	border-color: LimeGreen;
}

/* Small font */
.small {
	font-size  : xx-small;
	font-weight: 100;
}

/* General indent positions */
.indent1 {
	position: relative;
	left: 5%;
}
.indent2 {
	position: relative;
	left: 10%;
}
