ul.list {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 310px;
}
.profile_widget {
	position: relative;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 10px 0px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #DDD;
	list-style: none;
	background: #FFF;
}
.profile_widget .handle {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: #DDD;
	text-align: right;
	height: 10px;
/*	width: 298px;*/
	width: 308px;
}
.profile_widget p {
	margin: 0px;
	padding: 0px;
}
.profile_widget .review {
	padding: 5px 1px;
}
.profile_widget .comment {
	margin-bottom: 1em;
}
.profile_widget .comment p {
	font-size: 9pt;
}
.profile_widget center.copyright {
	font-size: 7pt;
}
.profile_widget .updated {
	font-size: 9pt;
	color: #999;
	font-style: italic;
}
.profile_widget #profile_photo {
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 5px;
	height: 75px;
	width: 75px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #FFF;
	float: right;
}
.profile_widget .bio {
	margin: 3px 0px;
	line-height: 1.1em;
}

/************************************
	TWITTER FEED STYLES
*/
.tweet {
	display: block;
	margin: 2px;
	padding: 2px;
	border-bottom: 1px dashed #CCC;
}
.tweet h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}
.tweet p {
	font-size: 9pt;
}
.tweet small {
	font-size: 8pt;
	color: #999;
}
.tweet a {
}
/************************************
	FLICKR FEED STYLES
*/
#flickr_gallery h3 {
	position: relative;
	padding: 0px 10px;
}
#flickr_gallery img.icon {
	position: absolute;
	top: 15px;
	right: 5px;
}
#flickr_gallery h3 a {
	display: block;
	color: #000;
	font-size: 1.15em;
	margin: -5px 0px 0px 0px;
	*margin: 5px 0px;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
#flickr_gallery ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#flickr_gallery li {
	float: left;
	margin: 10px;
}
#flickr_gallery img {
	border: 0px;
}
#flickr_gallery div {
	clear: both;
}

/************************************
	GOOGLE WEATHER STYLES
*/
#list_googleweather {
	
}
#list_googleweather .weather_icon {
	float: right;
	text-align: center;
	margin: 0px 10px;
}
#list_googleweather .weather_icon img {
	margin: 5px;
}
#list_googleweather h3 {
	font-size: 2em;
	margin: 0px 10px;
}
#list_googleweather h4 {
	margin: 0px;
	font-size: 1.3em;
}

/************************************
	GOOGLE MAPS STYLES
*/
#directions_canvas {
	display: none;
}
.infowindow {
	width: 200px;
}
.infowindow * {
/*	border: 1px solid #DDD;*/
}
.infowindow h4 {
	margin: 0px;
	font-weight: bold;
}
.infowindow h1 {
	margin: 10px 0px 0px 0px;
	float: right;
}
.infowindow p {
	font-family: sans-serif;
	margin-top: 10px;
	width: 165px;
	font-size: 8pt;
}
/************************************
	SETTINGS WIDGETS
*/
.profile_settings {
	padding: 5px;
	font-family: sans-serif;
	font-size: 10pt;
}
.profile_settings h4 {
	margin: 0px 10px;
	font-size: 1.3em;
}
.profile_settings p {
	margin: 0px;
	font-size: .9em;
}
.email_list strong {
	text-decoration: underline;
}
.email_list ul {
	margin-top: 0px;
}



.hidden_service {
	display: none;
}
.visible_service {
	display: block;
	background: #DDD;
	padding: 5px;
	margin: 2px 0px;
	width: 240px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

