﻿

/* member list 
--------------------------------------------------*/
div.members {
	width: 900px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background: #fff;
}

/* Membership Signup */
#membership_signup {
	padding: 15px;
}

#membership_signup div {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#membership_signup div div {
	border: none;
}

#membership_signup fieldset {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	border: none;
}

#membership_signup fieldset p {
	margin: 0;
	padding: 0;
	clear: both;
}

#membership_signup .fineprint {
	padding: 10px 0;
	font-size: 12px;
}

#membership_signup label {
	display: block;
	width: 20%;
	color: #000;
	min-width: 100px;
	float: left;
}

#membership_signup input.txt {
	width: 60%;
	min-width: 100px;
}

/* Membership Filter */
ul#membership_filter {
	margin: 0;
	padding: 10px 0;
}

#membership_filter li {
	float: left;
}

#membership_filter a {
	padding: 2px 5px;
	display: block;
}

/* Membership List */
#mapcontainer {
	margin: 0 0 10px 0;
	border: 2px solid #ccc;
}

ul#membership_list {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	width: 900px;
}

#membership_list a h3 {
	margin: 10px 0 15px 0;
	padding: 0 0 0 15px;
	background: center left no-repeat url(images/li_bg-blog.gif);
	font: 12px georgia, "times new roman" , times;
	text-transform: uppercase;
	font-weight: bold;
	color: #777;
}

#membership_list a:hover h3 {
	color: #0075ff;
}

#membership_list li {
	margin: 0 10px 10px 0;
	padding: 5px;
	float: left;
	width: 278px;
	height: 120px;
	font-size: 8pt;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-image: none;
	background-color: #fff;
}

#membership_list .membership_feeds li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 30px;
	width: auto;
	height: 20px;
	list-style: none;
	border: none;
	display: none;
}

#membership_list li div {
	/*width: 178px;*/ /* Use when we get logos back */
	margin: 0 0 0 15px;
	float: left;
	overflow: hidden;
}

#membership address {
	font-style: normal;
}

#membership_list .logo_align {
	padding: 0 20px 0 0;
	display: block;
	float: left;
	text-align: left;
}

#membership_list span.img-container {
	display: none; /* Remove as soon as we get better logos */

	/*
	display: table;
	float: right;
	width: 100px;
	height: 100px;
	#position: relative;
	overflow: hidden;
	*/
}

#membership_list span.img-center {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

#membership_list li img {
	width: 100px;
	#position: relative;
	#top: -50%;
}

#membership_list a.website {
	padding: 0 13px 0 0;
	background: bottom right no-repeat url(/assets/images/link_external.gif);
}

/* Membership Feeds */
#membership_feeds {
	margin: 15px 0;
	padding: 10px 0 0 0;
}

#membership_feeds li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 30px;
	height: 20px;
	width: 100%;
	float: left;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}

#membership_feeds a {
	display: block;
	padding: 3px 0 0 0;
}

#membership_feeds li.delicious {
	background: top left no-repeat url(/assets/images/logo_delicious.gif);
}

#membership_feeds li.youtube {
	background: top left no-repeat url(/assets/images/logo_youtube.gif);
}

#membership_feeds li.flickr {
	background: top left no-repeat url(/assets/images/logo_flickr.gif);
}

#membership_feeds li.RSS {
	background: top left no-repeat url(/assets/images/logo_rss.gif);
}

/* Membership */
#membership_details {
	padding: 0;
}

#membership_details .logo {
	margin: 5px;
	padding: 0px;
	float: right;
}

#membership_details h2 {
	margin: 0;
	padding: 0;
}

#membership_details address {
	font-style: normal;
	line-height: 1.5em;
}

#membership_details p {
	padding: 10px 0;
	line-height: 14pt;
}

.tags {
	padding-top: 10px;
	color: #666;
}

#flickrcontainer {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

a.updatememberprofile, a:visited.updatememberprofile {
	background: #fcb137;
	padding: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

a:hover.updatememberprofile, a:active.updatememberprofile {
	background: #e16e03;
	text-decoration: none;
}

#directions {
	background-color: #EBE6DC;
	width: 560px;
	border-bottom: 10px solid #FFFA73;
	padding: 10px;
}

/* Google Maps Info Bubble */

#map .gmnoprint h3 {
	margin: 0; padding: 0 0 5px 15px;
	font: bold 10pt arial, sans-serif;
	background: center left no-repeat url(images/li_bg-blog.gif);
}

#map .gmnoprint .website {
	margin: 0; padding: 0 0 5px 0;
	font: 8pt/10pt arial, sans-serif;
}

#map .gmnoprint address {
	margin: 0 0 5px 0; padding: 0 0 5px 0;
	font: 8pt/10pt arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

#map .gmnoprint img {
	margin: 5px 0;
}