/*  apc.css 
Primary style sheet for website of Auburn Presbyterian Church
Designed and developed by Penni L. Smith, The Computer Smith
Copyright 2007, Auburn Presbyterian Church, All Rights Reserved */

/* TAGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #EBE7CF;
	text-align: left;
	line-height: 150%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #000000;
	line-height: 110%;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	line-height: 110%;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -.75em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -1em;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 110%;
	margin-bottom: -1.5em;
}
/* TABLES */
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
th {
	font-weight: bold;
	background-color: #CB9BCB;
	text-align: center;
	border-bottom-style: double;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
/* This default tag will be used for even-numbered row groups */
tr {
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 1.5em;
}
/* This changes the background color for odd-numbered row groups */
tr.odd {
	color: #000000;
	background-color: #C5FFFF;
	vertical-align: middle;
	height: 1.5em;
}
/* Just to put some padding around the cells, because column borders will not be used */
td {
	padding-right: .5em;
	padding-left: .5em;
}
/* The "main" items will be used for the first row in a group of rows for one listing
Left, mid, and right will set the proper borders for the sides of each cell based on column */
td.leftmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: 1px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	font-weight: bold;
	margin-top: 2px;
}
/*  This is exactly the same as the above, but not bolded */
td.leftmainnb {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: 1px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	margin-top: 2px;
}
td.midmain {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	margin-top: 2px;
}
td.rightmain {
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	margin-top: 2px;
}
td.leftsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: 1px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
td.midsub {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: .5px;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
td.rightsub {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: .5px;
	border-right-width: 1px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
td.calfull {
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
}
/* DIVS */
/* This Div contains the entire page, including every other div tag */
#fullwrapper {
	width: 750px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	width: 740px;
	margin-left: 5px; 
	border-bottom-style: groove;
	border-bottom-color: #990099;
}
#bannercross {
	float: left;
}
#bannername {
	float: right;
}
#breadcrumb {
	text-align: left;
	vertical-align: middle;
	height: 1.5em;
	float: left;
	margin-left: 2px;
	margin-top: .5em;
}
#searchbox {
	vertical-align: middle;
	height: 1.5em;
	float: right;
	margin-right: 2px;
	margin-top: .5em;
}
/* Will contain the sidebar and main content */
#contentwrapper {
	width: 740px;
	margin-left: 5px;
	float: none;
	margin-top: 1em;
}
#sidebar {
	float: left;
	text-align: center;
	width: 160px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	font-size: 1em;
	color: #005553;
	margin-right: 10px;
}
#maincontent {
	float: none;
	line-height: 1.2em;
	text-align: justify;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#maincontent a {
	color: #007774;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#maincontent a:visited {
	color: #990066;
	text-decoration: underline;
}
#maincontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
}
#maincontent table a {
	color: #000000;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#maincontent table a:visited {
	color: #000000;
	text-decoration: underline;
}
#maincontent table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990099;
}
#highlightbox {
	font-size: 1em;
	line-height: 125%;
	color: #000000;
	/*background-image: url(../images/RedGreenBox.jpg); */
	/*background-image: url(../images/framepurple.jpg); */
	background-image: url(../images/MixedFrame.jpg); 
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	height: 220px;
	width: 220px;
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 15px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#highlightbox a {
	/* color: #007774; */
	color: #FFF;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#highlightbox a:visited {
	/* color: #990066; */
	color: #90C;
	text-decoration: underline;
}
#highlightbox a:hover {
	color: #FFFFFF;
	/* color: #FFFFFF; */
	text-decoration: none;
	/* background-color: #009999; */
	background-color: #0C0;
}
#highlightboxsml {
	font-size: 1em;
	line-height: 125%;
	color: #000000;
	background-image: url(../images/MixedFrameSmall.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	height: 175px;
	width: 175px;
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 15px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#highlightboxsml a {
	color: #007774;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#highlightboxsml a:visited {
	color: #990066;
	text-decoration: underline;
}
#highlightboxsml a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #990099;
	text-align: center;
	border-top-style: groove;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
	float: none;
	margin-top: 10px;
}
/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
#footer a {
	color: #007774;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a:visited {
	color: #990066;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
}
/* CLASSES */
/*Specific stype for the slogan */
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #990099;
	text-align: center;
	font-style: italic;
}
/* This can be assigned to any div tag to interrupt the set float */
.endfloat {
	float: none;
}
/* Floats an image to the left
Useful when the image is not in its own div */
.leftimage {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
}
/* Floats an image to the right
Useful when the image is not in its own div */
.rightimage {
	float: right;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
}
.centerimage {
	float: none;
	margin:auto;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 7px;
	clear: both;
}

/*Just makes the size a little bigger
By applying a style, this can change all such areas throughout the site as needed */
.largertype {
	font-size: 1.25em;
	line-height: 150%;
}
/*This is for a two-line heading to make sure it spaces properly*/
.normalspace {
	padding-top: 3em;
}

/*These are the primary colors used on this site.
By making them a style, they can be changes throughout the site as needed.
These are frequently assigned to a header tag */
.color1 {
	color: #CC00CC;
}
.color2 {
	/*	color: #009999; */
	color: #00B1BF;
}
.whitetxt {
	color: #FFFFFF;
}
.atten {
	text-decoration: blink;
	color: #CC00CC;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.warn {
	font-weight: bold;
	color: #993399;
}
.centertext {
	text-align: center;
}
.righttext {
	text-align: right;
}
.lefttext {
	text-align: left;
}
.textbold {
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.textboldunder {
	font-weight: bold;
	text-decoration: underline;
}
.textitalic {
	font-style: italic;
}
.textinputabr {
	width: 10em;
	border: thin solid #990099;
}
/*These styles were designed to be used with unordered lists
They control indenting, text weight, and bullet usage */
.indentedbold {
	text-indent: 5em;
	font-weight: bold;
}
.indentednormal {
	text-indent: 5em;
	font-weight: normal;
}
.indentednormalshort {
	text-indent: 1em;
	font-weight: normal;
}
.indentedspecial {
	text-indent: 1em;
	font-weight: bold;
	font-size: 1.25em;
}
.indentednobullet {
	text-indent: 3em;
	list-style-type: none;
}
.nobullet {
	list-style-type: none;
}

/* FORM ITEMS */
.textinputvshort {
	width: 1em;
	border: thin solid #000000;
}
.textinputashort {
	width: 2em;
	border: thin solid #000000;
}
.textinputqshort {
	width: 3em;
	border: thin solid #000000;
}
.textinputshort {
	width: 5em;
	border: thin solid #000000;
}
.textinputab {
	width: 7em;
	border: thin solid #000000;
}
.textinputabr {
	width: 10em;
	border: thin solid #000000;
}
.textinputabrv {
	width: 15em;
	border: thin solid #000000;
}
.textinput {
	width: 20em;
	border: thin solid #000000;
}
.textinputmed {
	width: 25em;
	border: thin solid #000000;
}
.textinputext {
	width: 30em;
	border: thin solid #000000;
}
.textinputextm {
	width: 35em;
	border: thin solid #000000;
}
.textinputlong {
	width: 40em;
	border: thin solid #000000;
}
.textinputmax {
	width: 43em;
	border: thin solid #000000;
}
.textinputplus {
	width: 45em;
	border: thin solid #000000;
}
.textinputwide {
	width: 50em;
	border: thin solid #000000;
}
.listinput {
	border: thin solid #000000;
}
.checkinput {
	border: thin solid #000000;
}
.radioinput {
	border: thin solid #000000;
}
.formlabel {
	clear: left;
	float: left;
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelmore {
	clear: left;
	float: left;
	width: 17em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelext {
	clear: left;
	float: left;
	width: 20em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelplus {
	clear: left;
	float: left;
	width: 30em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formlabelinline {
	width: 12em;
	text-align: right;
	font-weight: bold;
	margin-right: .5em;
	vertical-align: middle;
}
.formoffsetless {
	margin-left: 5.5em;
}
.formoffset {
	margin-left: 12.5em;
}
.formoffsetmid {
	margin-left: 15.5em;
}
.formoffsetmore {
	margin-left: 17.5em;
}
.formoffsetext {
	margin-left: 20.5em;
}
.formoffsetplus {
	margin-left: 30.5em;
}
.fieldlistitem {
	list-style-type: none;
	width: 100%;
	float: left;
	clear: left;
}

/* Links need to be specified for each area they may appear in order to not interfere
with the menu items */
p.links a {
	color: #007774;
	text-decoration: underline;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
p.links a:visited {
	color: #990066;
	text-decoration: underline;
}
p.links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009999;
}
