/* @override http://localhost:8888/mhd/src/style.css */

body {
	color: #000;
	background-color: #fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

a {
	color: #1a9dfc;
	text-decoration: none;
}

a:hover {
	color: #0B82FB
}

img {
	display: block;
}

strong {
	font-weight: bold;
}

p {
	color: #222;
	font-size: 1.2em;
	line-height: 1.4em;
}

p#introduction {
	font-size: 2.0em;
	line-height: 1.2em;
	margin-bottom: 21px;
}
	
p#subline {
	color: #666;
	margin-bottom: 28px;
}
	
p#footer {
	color: #666;
	border-top: 1px solid #e1e1e1;
	padding-top: 6px;
	margin: 60px 20px 0px 0;
	padding-bottom: 20px;
	clear: both;
	float: left;	
}


h1 {
	font-size: 5.2em;
	line-height: 1.0em;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 68px 0 14px;
}

#flickr_badge_uber_wrapper h2 {
	color: #fff;
	margin-bottom: 0;
}

h2 {
	color: #000;
	font-size: 1.4em;
	text-align: left;
	font-weight: bold;
	line-height: 10px;
	margin: 0 0 20px 0;
}

#tweetheader {

}

.twtr-hd {
	display: none !important;
}

.twtr-ft {
	display: none !important;
}

.list-indent {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

	.list-indent li {
		padding-left: 10px;
		margin-bottom: 3px;
		background: url(cssimg/bullet-dash.gif) 0 7px no-repeat;
	}
	
.container {
	width: 960px;
	margin: 44px 0 0px 60px;
}

#top {
	margin: 44px 0 30px 60px;
}

body a.seefeed, body a.seetweets, body a.onbambuser {
	font-size: 11px;
	color: #2aaeff;
	background-color: #fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 1px;
}

body a.seefeed:hover {
	background: #bcecfb;
	
}

body a.seetweets, body a.onbambuser {
	background-color: #000;
	color: #fff;
}

body a.seetweets:hover, body a.onbambuser:hover {
	background-color: #2aaeff;
}

#flickr_badge_uber_wrapper {text-align:center; 
background-color: #2aaeff;
	width: 100%;
	padding: 30px 0 0;
}

#flickr_badge_uber_wrapper div.container {
	margin-top: 0;
}

#flickr_badge_wrapper {
	padding: 0;
	width: 1000px;
	clear: both;
	float: left;
}

#flickrcontainer {
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}
.flickr_badge_image {margin:0 15px 0px 0px; 
	float: left;
	width: 160px;
	overflow: hidden;
	height: 160px;
	border: 10px solid #fff;
	background-color: #fff;

}


.flickr_badge_image:hover {
}

.flickr_badge_image img {
}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:none; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; }
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

#twitterfeed {
	clear: both;
	float: left;
	width: 450px;
	margin-right: 40px;
}

#bambuser {
	float: left;
	width: 470px;
}

/* =Clearfix (all browsers)--------------------------------*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}