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

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

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

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

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

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

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

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

#bottom-nav1 {
	background: #000;
}

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

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

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

#sidebar {
	background: #000;
}

#sidebar a {
	color: #fff;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
	background: #ccc;
	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 80px;
	font-size: 45px;
	background: url(/guys/images/guy.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;
}

#wp-content h2 {
background: #000;
color: #fff;
margin: 0 -25px -20px -10px;
padding: 5px 10px 30px 10px;
}

#wp-content h2 a {
color: #fff;
}

#wp-content small {
color: #fff;
}

#wp-content .alt small, #commentform small {
color: #777;
}
