/* -------------------------------------------------------------
	Project L.O.V.E.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			11 May 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Body
			> Primary Content
			> Secondary Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #c9c5b8 url(/images/bg_body.jpg) repeat-x;
	font: normal 11px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #585858;
	text-align: center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #74a444;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 0.5em;
	padding-left: 13px;
	position: relative;
}

h2, h3 {
	color: #8abd57;
	font: bold 15px Verdana, Helvetica, sans-serif;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 744px;
	margin: 32px auto 0 auto;
	padding: 15px 13px 0 13px;
	text-align: left;
	background: #fff url(/images/bg_indexCap.gif) no-repeat;
}

#splash #index {
	width: 590px;
	margin: 32px auto 0 auto;
	text-align: left;
	background: url(/images/blank.gif);
}

#home #index {
	width: 770px;
	padding: 3px 0 0 0;
	background: #fff url(/images/bg_indexCapHome.gif) no-repeat;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}

.clearfix {
	height: 0;
	width: 100%;
	clear: both;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	height: 117px;
	padding: 1px 0;
	background: #8abd57 url(/images/bg_masthead.jpg) no-repeat;
}

#home #masthead {
	height: 38px;
	padding: 0 13px;
	background: transparent;
}

#brand, #brand a,
#homeLink {
	background: url(/images/logo_projectLove.gif) no-repeat;
	width: 137px;
	height: 75px;
	overflow: hidden;
	display: block;
	text-indent: -9000em;
}

#brand {
	margin: -8px 0 0 38px;
	position: relative;
	z-index: 3;
}

#home #brand {
	margin: 0;
	position: absolute;
	left: -9000em;
}

#ui {
	width: 735px;
	height: 38px;
	margin-top: 9px;
	padding-left: 9px;
	float: left;
	background: #393939 url(/images/bg_ui.gif) repeat-x;
}

#home #ui {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui li, #ui a {
	padding: 0;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#ui li {
	background: none;
}

#ui a {
	height: 38px;
	background-position: top left;
	background-repeat: no-repeat;
}

#ui a:hover {
	background-position: bottom left;
}

#ui_home a, #ui_home {
	width: 60px;
	background-image: url(/images/ui_home.gif);
}

#ui_about a, #ui_about {
	width: 83px;
	background-image: url(/images/ui_about.gif);
}

#ui_parents a, #ui_parents {
	width: 96px;
	background-image: url(/images/ui_parents.gif);
}

#ui_professionals a, #ui_professionals {
	width: 180px;
	background-image: url(/images/ui_professionals.gif);
}

#ui_events a, #ui_events {
	width: 130px;
	background-image: url(/images/ui_events.gif);
}

#ui_news a, #ui_news {
	width: 88px;
	background-image: url(/images/ui_news.gif);
}

#ui_contact a, #ui_contact {
	width: 92px;
	background-image: url(/images/ui_contact.gif);
}



/* --- UI (Home) --- */

#home #ui_home a, #home #ui_home {
	width: 67px;
	background-image: url(/images/ui_home_home.gif);
}

#home #ui_about a, #home #ui_about {
	width: 83px;
	background-image: url(/images/ui_about_home.gif);
}

#home #ui_parents a, #home #ui_parents {
	width: 96px;
	background-image: url(/images/ui_parents_home.gif);
}

#home #ui_professionals a, #home #ui_professionals {
	width: 180px;
	background-image: url(/images/ui_professionals_home.gif);
}

#home #ui_events a, #home #ui_events {
	width: 130px;
	background-image: url(/images/ui_events_home.gif);
}

#home #ui_news a, #home #ui_news {
	width: 88px;
	background-image: url(/images/ui_news_home.gif);
}

#home #ui_contact a, #home #ui_contact {
	width: 100px;
	background-image: url(/images/ui_contact_home.gif);
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 213px;
	min-height: 450px;
	padding: 30px 0 10px 13px;
	float: right;
	clear: both;
	background: #fff url(/images/bg_sidebar.jpg) no-repeat top left;
}

h2 a:link, h2 a:visited,
#uiSub a:link, #uiSub a:visited {
	text-decoration: none;
}

h2 a:hover, h2 a:active,
#uiSub a:hover, #uiSub a:active {
	text-decoration: underline;
}

#uiSub {
	min-height: 70px;
	margin-bottom: 105px;
}

#sidebar h2, #sidebar ul {
	width: 187px;
	padding-left: 26px;
	clear: both;
	float: left;
}

#sidebar h2 {
	margin-bottom: 3px;
}

#vaccinationLink {
	float: left;
	clear: both;
}

#sidebarLinks {
	margin-top: 12px;
}

#sidebarLinks li, #sidebarLinks a {
	padding: 0;
	text-indent: -9000em;
	overflow: hidden;
}

#sidebarLinks li {
	background: none;
	margin-bottom: 6px;
}

#sidebarLinks a {
	width: 160px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

#slink_adults a, #slink_adults {
	height: 35px;
	background-image: url(/images/ui_slink_adults.gif);
}

#slink_registry a, #slink_registry {
	height: 46px;
	background-image: url(/images/ui_slink_registry.gif);
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 465px;
	padding: 30px 0 50px 40px;
}

#home #body {
	width: 339px;
	height: 365px;
	padding: 0 378px 0 53px;
	line-height: 1.4;
	background: url(/images/bg_bodyHome.jpg) no-repeat;
}

#header {
	margin-bottom: 8px;
	font: bold 19px/1 Arial, Helvetica, sans-serif;
}

#home #header {
	height: 29px;
	margin-bottom: 5px;
	background: url(/images/title_loveOurKids.gif) no-repeat;
}

#body ul {
	padding-left: 27px;
}

#timeToImmunize, #timeToImmunize a {
	width: 339px;
	height: 205px;
}

#moreLink {
	margin-top: 5px;
	padding-left: 13px;
	display: block;
	background: url(/images/icon_list.gif) no-repeat left center;
}



/* --- Vaccination Chart --- */

.domtab {
	width: 100%;
}

#body ul.domtabs {
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
}

ul.domtabs li {
	padding: 0;
	margin: 0 0 2px 0;
	float: left;
	background: transparent;
}

ul.domtabs a:link, ul.domtabs a:visited {
	width: 138px;
	padding: 2px 0 2px 10px;
	display: block;
	background: #8abd57;
	border-right: 2px solid #fff;
	color: #fff;
	text-decoration: none;
}

ul.domtabs a:hover, ul.domtabs a:active {
	background: #a3cc78;
	text-decoration: underline;
}

ul.domtabs li.active a:link, ul.domtabs li.active a:visited,
ul.domtabs li.active a:hover, ul.domtabs li.active a:active {
	background: #e4e1db;
	color: #585858;
	border-right: 2px solid #e4e1db;
	text-decoration: none;
	cursor: default;
}

.domtabcontainer {
	width: 280px;
	padding: 20px 10px 10px 20px;
	float: left;
	background: #e4e1db;
}

.domtabcontainer h3 {
	font-size: 13px;
	margin-bottom: 15px;
}



/*	Body: Subcontent
- - - - - - - - - - - - - -  */

#bodySub {
	width: 744px;
	height: 100px;
	margin-left: 13px;
        position: relative;
	background: #8abd57 url(/images/bg_bodySub.jpg) no-repeat;
	border-top: 4px solid #8abd57;
}

#homeLink {
	margin: 3px 0 0 38px;
	float: left;
	display: inline;
	position: relative;
	z-index: 3;
}

#bodySub ul {
	width: 332px;
	height: 81px;
	float: right;
	display: inline;
	margin: 15px 14px 0 0;
}

#bodySub li, #bodySub li a {
	width: 160px;
	padding: 0;
	text-indent: -9000em;
	overflow: hidden;
	background: none;
}

#home #slink_adults a, #home #slink_adults {
	height: 81px;
	float: left;
	position: relative;
	background-image: url(/images/ui_slink_adultsHome.gif);
}

#home #slink_registry a, #home #slink_registry {
	height: 81px;
	float: right;
	position: relative;
	background-image: url(/images/ui_slink_registryHome.gif);
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 690px;
	padding: 28px 40px 0 40px;
	height: 60px;
	margin: 0 auto;
	clear: both;
	color: #8e8772;
	text-align: left;
	background: url(/images/bg_footer.gif) no-repeat;
}

#home #footer {
	background: url(/images/bg_footerHome.gif) no-repeat;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active {
	color: #8e8772;
}

#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	width: 100%;
	position: relative;
	clear: both;
	float: none;
}

#copyright strong {
	width: 200px;
	position: absolute;
	right: 0;
	text-align: right;
}

#siteCredit {
	width: 100%;
	clear: both;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#homeBlurb{
position: absolute;
width: 175px;
height: 85px;
left: 200px;
top: 15px;
color: #3c5d20;
overflow: hidden;
}
#homeBlurb a{color: #fff;} 	