/*======================
........COLORS..........
========================

#2E002E = purple -1
#4D0047 = purple 0
#682663 = purple 1
#783D73 = purple 1.2
#7F477B = purple 1.3
#8C5482 = purple 1.5
#946691 = purple 2
#C899CC = purple 3

#557766 = turquois -1
#5CDCE5 = turquois 0

#AA3377 = magenta -1
#FF80A2 = magenta 0

*/

/*======================
.....RESETS, ETC........
======================*/

* {
margin: 0;
padding: 0;
}

body {
font-size: 100%;
}

a {
text-decoration: none;
outline: none;
}

a img {
border: none;
}

sup {
	font-size: .5em;
	position: relative;
	top: -.5em;
}

/*======================
....STICKY FOOTER.......
======================*/
html, body {
height: 100%; /* setup for sticky footer */
}

div#livearea {
position: relative;
min-height: 100%; /* setup for sticky footer */
padding-bottom: 1px; /* force vertical scroll bars */
}
div#footerpush {
height: 8em;
}


/*======================
.......GENERAL..........
======================*/

body {
background-color: #4D0047;
font-family: Georgia, Times, "Times New Roman", serif;
background-repeat: no-repeat;
}


h1, h2, h3, h4, h5, h6 {
font-weight: normal;
text-transform: uppercase;
letter-spacing: .2em;
margin-bottom: 1em;
}
h1 {
	margin-bottom: .3em;
}

ul, p {
margin-bottom: 1.5em;
}

ul {
list-style: none;
}

div#livearea {
min-width: 760px;
background-repeat: no-repeat;
}

div#livearea.home {
background-image: none;
}




/*======================
........FOOTER..........
======================*/

div#footer {
width: 100%;
padding: 1.5em 0 2.5em 0;
position: absolute;
bottom: 0;
}

ul.footernav {
list-style: none;
text-transform: uppercase;
letter-spacing: .2em;
font-size: .6em;
height: 1em;
margin-bottom: 0;
}

ul.footernav.fulcrum {
width: 10em;
margin: 0 auto;
text-align: center;
}

ul.footernav.FSHA, ul.footernav.HC {
margin-top: -1em;
}

ul.footernav.FSHA li, ul.footernav.HC li {
display: inline;
}

ul.footernav.FSHA {
margin-right: 50%;
padding-right: 5em;
text-align: right;
}

ul.footernav.FSHA li {
padding-left: 1.3em;
}

ul.footernav.HC {
margin-left: 50%;
padding-left: 5em;
text-align: left;
}

ul.footernav.HC li {
padding-right: 1.3em;
}

ul.footernav.fulcrum a img {
background-image: url(http://meganstrickland.com/kimburden/images/footer-home-hover.gif);
background-repeat: no-repeat;
}
ul.footernav.fulcrum a:link img,
ul.footernav.fulcrum a:visited img {
background-image: url(http://meganstrickland.com/kimburden/images/footer-home.gif);
}
ul.footernav.fulcrum a:hover img {
background-image: url(http://meganstrickland.com/kimburden/images/footer-home-hover.gif);
}

ul.footernav a {
color: #8C5482;
}

ul.footernav a:hover,
ul.footernav a:active {
color: #C899CC;
}

ul.footernav.FSHA a {
color: #A36;
}
ul.footernav.FSHA a:hover,
ul.footernav.FSHA a:active {
color: #FF80A2;
}

ul.footernav.HC a {
color: #576;
}

ul.footernav.HC a:hover,
ul.footernav.HC a:active {
color: #5CDCE5;
}

/*======================
........TOPNAV..........
======================*/

div#topnav {
height: 2.5em;
position: absolute;
top: 0;
}

div#topnav a {
color: #8C5482;
}
div#topnav a:hover, 
div#topnav a:active {
color: #C899CC;
}
div#topnav ul {
font-size: .7em;
list-style: none;
text-transform: uppercase;
letter-spacing: .3em;
}

div#topnav li {
display: inline;
border: solid #8C5482;
}

div#topnav li#links {
border: none;
}

/*======================
........SIDENAV.........
======================*/

div#sidenav {
width: 50px;
height: 100%;
min-height: 310px;
padding-bottom: 1px; /* force vertical scroll bars (to match div#livearea) */
background-color: #783D73;
background-repeat: no-repeat;
position: absolute;
z-index: 10;
}

div#sidenav a {
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
}

div#sidenav img#sidelotus {
position: absolute;
bottom: 0;
background-repeat: no-repeat;
}



/*======================
.......MASTHEAD.........
======================*/

div#masthead {
height: 172px;
padding-top: 3em;
}

/*======================
........CONTENT.........
======================*/

div#contentwrap {
margin: 0 110px 0 110px;
background-color: #C899CC;
}

div#content {
padding: 20px;
color: #4D0047;
}

div#content p {
overflow: hidden;
}

div#content h1, div#content h2 {
clear: both;
}

div#content h1 {
font-size: 1.4em;
color: #fff;
}

div#content h2 {
font-size: 1.2em;
margin: 1.2em 0 .3em 0;
}

div#content p img {
display: block;
border: solid 1px #FFF;
margin: .3em 0;
margin-right: 1em;
float: left;
}

div#content a {
text-decoration: underline;
color: #4D0047;
}

div#content a:visited {
color: #7F477B;
}
div#content a:hover {
color: #946691;
}

/*======================
.....TESTIMONIALS.......
======================*/

p.quote {
	font-style: italic;
	border-top: solid #4D0047 1px;
	padding: 1em 1.5em;
	margin: 0;
}
p.who {
	text-align: right;
	padding: 1em 1.5em;
	margin: 0;
}

/*======================
.......CALENDAR.........
======================*/
div#content.calendar li {
margin-bottom: 1em;
}


/*======================
........PORTAL..........
======================*/

div#portal {
text-align: center;
position: relative;
margin-bottom: -1.5em;
}

div#portal img#portal-lotus {
margin-top: 30px;
}

div#portal h1 {
font-size: 1em;
}

div#portal h1 a {
display: block;
margin-top: 40px;
height: 260px;
background-repeat: no-repeat;
}

div#portal h1.FSHA a {
background-image: url(./images/portal_FSHA-lotus-hover.gif);
background-position: 100% -40px;
}
div#portal h1.FSHA a:link,
div#portal h1.FSHA a:visited {
background-image: url(./images/portal_FSHA-lotus.gif);
}
div#portal h1.FSHA a:hover {
background-image: url(./images/portal_FSHA-lotus-hover.gif);
}

div#portal h1.HC a {
background-image: url(./images/portal_HC-lotus-hover.gif);
background-position: 0 -40px;
}
div#portal h1.HC a:link,
div#portal h1.HC a:visited {
background-image: url(./images/portal_HC-lotus.gif);
}
div#portal h1.HC a:hover {
background-image: url(./images/portal_HC-lotus-hover.gif);
}

div#portal h1 a img {
margin-top: 130px;
background-repeat: no-repeat;
}

div#portal h1.FSHA a img {
background-image: url(./images/portal_FSHA-text-hover.gif);
}
div#portal h1.FSHA a:link img,
div#portal h1.FSHA a:visited img {
background-image: none;
}
div#portal h1.FSHA a:hover img {
background-image: url(./images/portal_FSHA-text-hover.gif);
}

div#portal h1.HC a img {
background-image: url(./images/portal_HC-text-hover.gif);
}
div#portal h1.HC a:link img,
div#portal h1.HC a:visited img {
background-image: none;
}
div#portal h1.HC a:hover img {
background-image: url(./images/portal_HC-text-hover.gif);
}


div#portal div {
width: 50%;
height: 600px;
position: absolute;
top: 30px;
}

div#portal div.FSHA {
left: 0;
text-align: right;
}

div#portal div.HC {
right: 0;
text-align: left;
}

p.intro {
font-size: .9em;
line-height: 1.5em;
width: 20em;
color: #8C5482;
}

p.intro.FSHA {
float: right;
margin-right: 30px;
}

p.intro.HC {
float: left;
margin-left: 30px;
}

/*======================
........UNIFIED.........
======================*/
body.unified {
background-image: url(./images/unified-bkg.gif);
background-repeat: no-repeat;
background-position: top center;
}
div#unified-head {
position: relative;
text-align: center;
margin-top: 24px;
}
div#unified-head a {
display: block;
width: 60px;
height: 125px;
position: absolute;
top: 0;
background-repeat: no-repeat;
}
div#unified-head a.FSHA {
right: 50%;
background-image: url(./images/contact_FSHA.gif);
background-position: top right;
}
div#unified-head a.HC {
left: 50%;
background-image: url(./images/contact_HC.gif);
background-position: top left;
}
/* div#unified-head a:hover.FSHA {
background-image: url(./images/contact_FSHA-hover.gif);
}
div#unified-head a:hover.HC {
background-image: url(./images/contact_HC-hover.gif);
} */

body.unified div#contentwrap {
margin: 0 140px;
}

body.unified div#content {
margin-top: 20px;
margin-bottom: 50px;
background-image: url(./images/contact-content-bkg.gif);
background-repeat: no-repeat;
background-position: center -222px;
padding-top: 50px;
padding-bottom: 60px;
text-align: center;
}

body.unified div#content ul {
padding: .5em 0;
}
body.unified div#content li {
margin: 1em 0;
}

