/*
Peer Listeners Site Design 2009
Author: Andrew Spittle
Author url: http://www.andrewspittle.net/
*/

/*** Hyperlinks ***/

a {
	color: blue;
}

a:hover {
	color: #ba2000;
}

/*** Masthead ***/

#header h1 {
	margin-top: 20px;
	font-size: 45px;
	margin-bottom: 0;
}

#header h1 a {
	text-decoration: none;
}

#header h4 {
	font-style: italic;
	color: #3d3d3d;
}

a img {
	border: 0 !important;
}

.masthead {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*** Navigation ***/

.nav {
	margin-bottom: 15px;
	border-bottom: 2px solid #3d3dd3;
	border-top: 2px solid #3d3dd3;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #efefef;
}

.nav li {
	display: inline;
	list-style-type: none;
	padding: 6px;
	font-size: 15px;
	margin-left: 0;
	margin-right: 10px;
	font-weight: bold;
}

.nav li a {
	text-decoration: none;
}

.nav li:hover {
	background-color: #c4d1fe;
}

/*** Sidebar ***/

#sidebar {
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	min-height: 400px;
}

#sidebar h3 {
	margin-bottom: 5px;
}

#sidebar h5 {
	margin-bottom: 5px;
}

.meetings {
	background: url(images/other/meetings-icon.png) no-repeat 0 6px;
	padding-left: 30px;
	border-bottom-style: solid;
}

.office-hours {
	background: url(images/other/officehours-icon.png) no-repeat 0 8px;
	padding-left: 30px;
	padding-top: 5px;
	border-top: 1px solid #989898;
}

.leaders {
	background: url(images/other/leaders-icon.png) no-repeat 5px 8px;
	padding-left: 30px;
	padding-top: 5px;
	border-top: 1px solid #989898;
}

.quick-info {
	padding: 0;
}

.quick-info li {
	list-style-type: none;
	margin: 0;
}

/*** Members Page ***/

.individual-member {
	float: left;
	width: 20%;
	margin-right: 5%;
	min-height: 360px;
	list-style-type: none;
}

.individual-member li {
	margin: 0;
}

.member-image {
	min-height: 250px;
}

.member-image img {
	width: 95%;
	margin-top: auto;
	margin-bottom: auto;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
}

.member-name {
	font-size: 18px;
	font-weight: bold;
}

/*** Events ***/

.individual-event {
	margin-bottom: 20px;
	list-style-type: none;
}

.individual-event li {
	margin-left: 0;
}

.individual-event h5 {
	margin-bottom: 5px;
}

.event-date {
	font-weight: bold;
	margin-bottom: 5px;
}

/*** Resources ***/

#resources-links {
	float: left;
	width: 260px;
	margin-right: 10px;
}

#resources-links li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#hour-hotlines {
	float: right;
	width: 260px;
	padding-left: 8px;
	border-left: 2px solid #e1e1e1;
}

#hour-hotlines li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

/*** Footer ***/

.nav-bottom {
	text-align: center;
	border-top: 2px solid #3c3cd3;
	padding-top: 10px;
}

.nav-bottom li {
	display: inline;
	margin-left: 0;
	margin-right: 15px;
}

.nav-bottom li a {
	text-decoration: none;
}

/*** Headers ***/

.greeting {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	font-size: 24px;
}

/*** Images ***/

.right-photo {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}

.event-photo-left {
	float: left;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	max-height: 250px;
	margin-right: 15px;
}

.event-photo-right {
	float: right;
	padding: 4px;
	background-color: #efefef;
	border: 1px solid #e1e1e1;
	max-height: 250px;
	margin-left: 15px;
}
