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

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

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

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

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

#sidebar {
	background: #FF0065;
}

#sidebar a {
	color: #000;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
	background: #FF659A;
	color: #fff;
}

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

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

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

/* Directions Page
-------------------------------*/

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

.h2 {
		background: #000 url(/images/directions-h2-background.gif);
		color: #fff;
		height: 100px;
		}
		
h2.directions {
		padding: 22px 0 0 110px;
		margin: 0;
		padding-left: 110px;
		padding-top: 31px;
		margin-left: 10px;
		height: 69px;
}

h2.globe {
	background: url(/images/directions-globe.gif) no-repeat;
}

h2.north {
	background: url(/images/directions-north.gif) no-repeat;
}

h2.south {
	background: url(/images/directions-south.gif) no-repeat;
}

/* Pregnant Page
-------------------------------*/


/* Misc
-------------------------------*/
.pink {
	color: #FF0065;
}


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

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

h1.pic {
	padding: 0 0 0 165px;
	margin: 0;
	font-size: 45px;
	background: url(/girls/images/girl.gif) no-repeat;
	height: 227px;
	text-align: left;
}

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

h1.pic span.two-lines {
	padding-top: 0;
}

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

h2 {
	color: #FF0065;
}