body
{
	background-image: url(graphics/bckgrnd.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
}

/* Used for the header information on most pages */
#header
{
	background-image: url(graphics/gslclogo3a.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-color: #936;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 52px;
	text-align: center;
}

p
{
	color: inherit;
	line-height: 1.4em;
}

a:link { color: #993366; }
a:visited { color: #663300; }

a:hover
{
	color: #0000FF;
	font-family: "Arial";
}

a[href ^="http:"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_external.gif);
  background-repeat: no-repeat;
}

a[href ^="mailto:"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_email.gif);
  background-repeat: no-repeat;
}

a[href $=".pdf"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_pdf.gif);
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	margin-top: 0px;
}

h1
{
	font-family: sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 800;
	line-height: 1.2em;
	margin-top: 0px;
	text-align: center;
}

address { line-height: 1.6em; }

strong
{
	border-bottom-style: inset;
	border-bottom-width: medium;
	border-color: #936;
	color: #936;
}

caption
{
	font-family: "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	font-weight: bold;
}

cite { font-size: .8em; }

img
{
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 10px;
}

img.noborder { border-width: 0px; }

#concertbox
{
	background-position: center top;
	background-repeat: no-repeat;
	border-color: #936;
	border-style: solid;
	border-width: thick;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 560px;
}

/* Used to format the links box on the left of most pages */
/* Places link box on left side and gives structure to the box */
#linkbox
{
	background-image: url(graphics/Shep75.gif);
	/* These three lines */
	background-position: center top;
	/* place the Jesus */
	background-repeat: no-repeat;
	/* graphic in the box */
	border-color: #936;
	border-style: solid;
	border-width: thick;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 125px;
	text-align: center;
	width: 190px;
}

/* Puts top and bottom borders on the un-ordered list, keeps it butted up against the left side of the box */
#linkbox ul
{
	border-bottom-style: solid;
	border-color: #936;
	border-top-style: solid;
	border-width: thin;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* Give borders and alignment to list items */
#linkbox li
{
	background-color: #e6bfce;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffcccc;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	width: 100%;
}

/* Puts side bars in and gives padding to list items */
#linkbox li a
{
	background-color: #e6bfce;
	border-left-color: #936;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: #c99;
	border-right-style: solid;
	border-right-width: 10px;
	display: block;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	text-decoration: none;
	width: 100%;
}

#linkbox li a[href ^="http:"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_external.gif);
  background-repeat: no-repeat;
}

#linkbox li a[href ^="mailto:"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_email.gif);
  background-repeat: no-repeat;
}

#linkbox li a[href $=".pdf"] {
  padding-left: 20px;
  background-image: url(Newsite/images/link_icon_pdf.gif);
  background-repeat: no-repeat;
}

/* Makes list item blocks fit link box */
html>body #linkbox li a { width: auto; }

/* Provides spacing on home page */
#content
{
	margin-bottom: 10px;
	margin-left: 195px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#main { text-align: left; }

/* Used for spacing on content below main and linkbox */
#secondary
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	max-width: 750px;
	padding-left: 1em;
	padding-right: 1em;
}

/* Used for the footer stuff on most pages */
#footer
{
	background-color: #e6bfce;
	border-collapse: collapse;
	border-color: #cc9999;
	border-style: solid;
	border-width: thick;
	clear: both;
	font-size: .8em;
	line-height: 1em;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
}

.floatleft
{
	border-color: #000;
	border-style: solid;
	border-width: thin;
	float: left;
	margin-right: 20px;
}

.floatright
{
	float: right;
	margin-left: 20px;
}

td, th { vertical-align: top; }

td.time
{
	text-align: right;
	width: 5em;
}

td.description
{
	font-weight: bold;
	text-align: left;
}

table.centered
{
	margin-left: auto;
	margin-right: auto;
}

.centered { text-align: center; }

.centered table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

.imgcaption
{
	font-size: .7em;
	font-weight: 300;
	line-height: .7em;
	margin-top: 0em;
	text-align: center;
}

.aligncenter { text-align: center; }

.prayerform
{
	border-collapse: separate;
	border-style: solid;
	border-width: thin;
	padding: 10px;
	width: 45%;
}

fieldset
{
	background-color: #e6bfce;
	border-color: #936;
	border-style: solid;
	border-width: thin;
}

legend
{
	background-color: #c99;
	border-color: #936;
	border-style: solid;
	border-width: medium;
}

/* Used to link to anchors at tops of pages */
.top
{
	background-color: #e6bfce;
	border-color: #c99;
	border-style: solid;
	border-width: thin;
	font-size: .8em;
	left: -1.75em;
	margin-bottom: -.5em;
	margin-top: -.5em;
	position: relative;
	width: 8em;
}

/* Superscript */
sup { line-height: 1em; }

.bold
{
	font-family: "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-variant: normal;
	font-weight: bold;
}

.confetti
{
	background-image: url(graphics/FiestaConfettiMed.gif);
	background-position: left top;
}

#registration .submit input { margin-left: 18.5em; }

#registration label
{
	display: block;
	float: left;
	margin-right: .5em;
	text-align: right;
	width: 18em;
}

.bolder { font-weight: 900; }
