/* Style sheet for screen for PeterboroughYouthServices.ca */

html 
{ 
	/* ---<next 2 lines force vertical scroll-bar to prevent pixel shift in non-ie browsers>--- */
	min-height: 100%; 
	margin: 0 0 1px 0;	
  height: 100%;	/* required for FooterStick */
	padding: 0;
}
body
{
	position: relative;
	background: black url('../images/bg.gif') repeat-x;
	font-family: verdana, helvetica, sans-serif;
	/* next line centers the layout in IE4,5&5.5 */
	text-align: center;
	color: #ADADAD;
	line-height: 120%;	 
	margin: 0;
	padding: 0;
	height: 100%; /* required for FooterStick */
	min-width: 770px; /* prevents design collapse (header) on small window resize */	
}
#container
{
	width: 100%;
	margin: 0;
	padding: 0;	
	/* next line undoes centering fix above in all browsers but IE4,5&5.5 */
	text-align: left;
	position: absolute;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#header
{
	background: url('../images/header.gif') no-repeat;
	height: 179px;
	width: 100%;
	margin: 0;
	padding: 0; 
}
#content
{
	margin: 0 46px 0 220px;
	padding: 0 0 80px 0;	
}
p
{
	font-size: 13px;	
}
h1, h2
{
	color: #6DFD0D;
	font-size: 18px;	
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	color: #ADADAD	
}
.page_top
{
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
	text-align: center;	
}
/* ==============<ANCHORS>=============== */
a.standard:link, a.back2top:link
{
	color: #FF9900;
}
a.standard:visited
{
	color: #666633;
}
a.standard:hover, a.back2top:hover
{
	color: #FF9900;
	background: black;
	text-decoration: none;
}
a.standard:active, a.back2top:active
{
	color: #FF9900;
}
a.back2top:visited
{
	color: #FF9900;	
}
a.yellow3:hover, a.pink3:hover, a.green3:hover, a.blue3:hover
{
	text-decoration: none;	
}
/* ==============</ANCHORS>=============== */

/* =======<DIV CONTROLLING SPACE AROUND H1>========== */
#heading
{
	margin-top: 16px;
	padding: 0;
}
#heading h1
{
	margin: 0;
	padding: 0;	
}
/* =======</DIV CONTROLLING SPACE AROUND H1>========== */

/* ================<VERTICAL NAVIGATION>=================*/
#navcontainer ul
{
	float: left;
	width: 188px;
	margin: 16px 0 0 2px;
	padding: 0 0 80px 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
}
#navcontainer li 
{ 
	margin: 0 0 3px 0;
}
#navcontainer a
{
	display: block;
	padding: 0px 0px 0px 24px;
	border: none;
	width: 188px;
	height: 35px;
	background-image: url('../images/nav_button.gif');
	background-repeat: no-repeat;	
}
.move
{
	position: relative;
	top: 7px;
	left: 4px;	
}
#navcontainer a:link, #navlist a:visited
{
	color: black;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url('../images/nav_button_over2.gif');
	background-repeat: no-repeat;	
	color: #6DFD0D;
}

#active a:link, #active a:visited, #active a:hover
{
	background-image: url('../images/nav_button_over2.gif');
	background-repeat: no-repeat;
	color: #6DFD0D;
}
#current, #active
{
	border: none;	
}
/* ================</VERTICAL NAVIGATION>=================*/

/* ============<FOOTER DIV>=============== */
#footer
{
	clear: both;
	margin: 0; 
	padding: 0;
  width: 100%;	
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 46px; /* Needs to be exact height of footer */  
}
/* ===========<horizontal footer navigation>============== */
#footer_navlist
{
	border-bottom: 1px solid #FFCC66;
	border-top: 1px solid #FFCC66;
	margin: 0px;
	padding: 0px;
	background-color: #FF9900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;	
}
#footer_navlist a, #footer_navlist a:link, #footer_navlist a:visited
{
	border: 1px solid #FF9900;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footer_navlist a:hover, #footer_navlist a:active, #footer_navlist a:focus
{
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}
#footer_navlist li
{
	padding-right: 1px;
	display: inline;
	font-size: 10px;
}
#footer_navlist li.newline
{
	display: block;	
	list-style-type: none;
}
#footer_navlist ul
{
	margin: 0px;
	padding: 0px;
}

#footer_navlist #active2 a 
{ 
	background-color: #FFCC66; 
}
/* ===========</horizontal footer navigation>============== */
/* ============<FOOTER DIV>=============== */

/* =======<JAVASCRIPT IMAGE TRANSITION/SLIDESHOW ON INDEX.HTM>======== */
#image 
{
	position: relative;
	width: 400px;
	height: 300px;
	border: none;
	margin: 40px auto;

}
#top 
{
	position: absolute;
	width: 400px;
	height: 300px;
	z-index: 1;
}
#bot 
{
	position: absolute;
	width: 400px;
	height: 300px;
	z-index: 0;
}
/* =======</JAVASCRIPT IMAGE TRANSITION/SLIDESHOW ON INDEX.HTM>======== */

/* =========================<LISTS>============================ */
ol, ul
{
	font-size: 13px;
}
ol.alpha
{
	list-style-type: lower-alpha;	
}
ul.none
{
	list-style-type: none;	
	line-height: 175%;
}
ul.standard
{
	margin: -4px 0 0 10px;
	list-style-type: disc;
}
ul.standard ul li
{
	margin-left: 20px;
	list-style-type: circle;	
}
/* =========================</LISTS>============================ */

/* ===================<STAFF.HTM>===================== */
.staff_info_yellow, .staff_info_pink, .staff_info_green, .staff_info_blue
{
	width: 496px;
	height: 120px;
	border: 2px dotted #FFFF00;
	color: #FFFF00;
	margin: 6px 0 12px 0;				
}
.staff_info_pink { border: 2px dotted #FF00FF;	color: #FF00FF; }
.staff_info_green { border: 2px dotted #00FF00; color: #00FF00; }
.staff_info_blue { border: 2px dotted #00FFFF; color: #00FFFF; }

.staff_info_yellow p, .staff_info_pink p, .staff_info_green p, .staff_info_blue p
{
	float: right; 
	width: 370px;
	padding-top: 12px;	
}
.staff_info_yellow a, .staff_info_yellow a:hover, .staff_info_pink a, .staff_info_pink a:hover, .staff_info_green a, .staff_info_green a:hover, .staff_info_blue a, .staff_info_blue a:hover
{
	color: #FFFF00;	
	text-decoration:underline;
}
.staff_info_pink a { color: #FF00FF;  }
.staff_info_green a { color: #00FF00;  }
.staff_info_blue a { color: #00FFFF;  }

.staff_info_yellow a:hover, .staff_info_pink a:hover, .staff_info_green a:hover, .staff_info_blue a:hover
{
	text-decoration: none;	
}
/* ===================</STAFF.HTM>===================== */

/* ===============<NAVIGATION ON PROGRAMS.HTM>================= */
#program_nav
{
	float: right;
	padding-right: 40px;
}
#program_navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#program_navlist li
{
	display: inline;
	list-style-type: none;
}

#program_navlist a
{
	padding: 3px 13px 3px 29px;
	border: 1px solid #333;
	background-color: #999;
	background-image: url('../images/programs_off.jpg');
}

#program_navlist a:link, #program_navlist a:visited
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#program_navlist a:hover
{
	border: 1px solid #333;
	background-color: #FF9900;
	background-image: url('../images/programs_on.jpg');
	color: black;
}

#active3 a:link, #active3 a:visited, #active3 a:hover
{
	border: 1px solid #333;
	background-color: #FF9900;
	background-image: url('../images/programs_on.jpg');
	color: black;
}
/* ====<To force <h1> below #program_nav>==== */ 
.clear_right
{
	clear: right;	
}
.clear
{
	clear: both;
	display: block;	
}
/* ===============<NAVIGATION ON PROGRAMS.HTM>================= */
/* ========<info to be displayed for print only OR to aid screen readers>===== */
.print, .hidden
{
	display: none;	
}
.testimonial
{
	float: right;
	padding: 0 20px 20px 20px;	
}
/* ============<photos.htm>=============== */
.thumbnail_container
{
	width: 98%;
	margin: 0 auto;	
	padding-top: 20px;	
}
#event_thumb_container
{
	width: 80%;	
}
.events_thumb 
{
	display: block;
	float: left;
	padding: 3px;
	background-color: white;
	border: 1px solid #2a2a2a;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.thumbnail
{
	padding: 3px;
	background-color: white;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ============<photos.htm>=============== */		
#uwlogo
{
	position: absolute;
	top: 30px;
	right: 30px;	
}


