/* CSS for lrlh.org/partner/
	 Hand coded by Matthew Farnell
	 Copyright 2007 Matthew Farnell */

/* Layout
-------------------------------*/

#container {
 background: #fff url(/parents/images/background.gif) left repeat-y;
}

#content {
	width: 790px;
	float: right;
}

/* Links
-------------------------------*/

a {
	color: #369;
	text-decoration: underline;
}

/* Header
-------------------------------*/

#header h3 {
	background:  url(/parents/images/question-marks.gif) right no-repeat; 
}

#address {
	background: #369 url(/parents/images/heart-tip.gif) left top no-repeat;
	color: #fff;
}

/* Bottom Nav
-------------------------------*/

#bottom-nav1 {
	background: #369;
}

#bottom-nav1 ul li a {
	color: #fff;
}

#bottom-nav1 ul li a:hover {
	background: #A6C4E2;
	color: #000;
}


/* Sidebar
-------------------------------*/

#sidebar {
	background: #336699;
}

#sidebar a {
	color: #fff;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
	background: #A6C4E2;
	color: #000;
}


/* Bar Link
-------------------------------*/

.bar-link {
	background: #ccc; 
	color: #000;
}

.bar-link:hover {
	background: #000;
	color: #fff;
}

/* Headers
-------------------------------*/

h1 {
	background: #000;
	color: #fff;
	font: 58px 'arial black', arial, helvetica, sans-serif;
	margin: 0;
	padding: 22px 0 20px 0;
	line-height: 58px;
	position: relative;
}

.h1 {
		background: #666 url(/guys/images/header-background.gif) bottom right repeat-x;
		color: #fff;
		height: 227px;
		padding: 10px;
		}

h1.pic {
	padding: 0 0 0 120px;
	font-size: 45px;
	background: url(/parents/images/parents.gif) no-repeat;
	height: 227px;
}

h1.pic span {
	display: block;
	padding-top: 30px;
	line-height: 58px;
}

h1.pic span.span {
	display: none;
}

h2.bar {
	background: #000;
	color: #fff;
	padding: 4px 0 5px 10px;
}


/* Volunteer (& Board) Page
-------------------------------*/

h1.volunteers {
	background: #A5C1E2 url(/parents/images/volunteer-header-background.gif) no-repeat;
	height: 152px;
	padding: 15px 0 0 280px;
	color: #000;
}

h2.volunteers {
	background: #A5C1E2;
	width: 320px;
	padding: 5px 5px 7px 8px;
}

h3.volunteers {
	width: 320px;
	padding: 0 5px 7px 8px;
}

p.volunteers {
	width: 600px;
	padding: 0 0 0 8px;
	margin-top: 7px;
}


/* Board Page
-------------------------------*/

h1.board {
	background: #A5C1E2 url(/parents/board/header-background.gif) no-repeat;
	height: 94px;
	padding: 60px 0 0 125px;
	color: #000;
}


/* Volunteer Page
-------------------------------*/

TD {
	text-align: center;
}
TH {
	font-family: Arial, sans-serif;
	font-size: 14px;
}
TD.need {
	background: #ff0;
	color: #f00;
	font-weight: bold;
}
TD.blue-need {
	color: #088;
}
.bar-link {
	background: #A5C1E2;
	border: solid #000 4px;
}
.bar-link:hover {
	background: #336699;
}

/* Misc
-------------------------------*/

.steel {
	color: #669; 
	font: 21px 'Times New Roman', Times, serif; 
	font-weight: bold;
}

/* Help Page
-------------------------------*/

div.help {
	background: url(/parents/help/header-background.gif) no-repeat bottom;
	height: 180px;
}

div.help h1 {
	padding: 0;
	margin: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 70px;
	padding-top: 30px;
	padding-left: 40px;
	background: none;
	font-weight: bold;
}