@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-position: center 181px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

img {
	border: 0;
}

a {
	font-weight: bold;
	color: #295faa;
	text-decoration: none;
}

p {
	margin: 0 0 8px 0;
}

#main {
	width: 900px;
	margin: 0 auto;
}


.flickr {
	margin: 0;
	padding-top: 20px;
	padding-left: 15px;
	height: 75px;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

.flickr img {
	float: left;
	margin-right: 8px;
	border: 1px solid #ccc;
}

.logo {
	background-image: url(/images/logo.png);
	height: 56px;
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin: 0;
	padding-top: 30px;
	padding-left: 15px;
}

.logo span {
	display: none;
}

.butterfly {
	float: right;
	margin-right: 10px;
	padding-top: 20px;
}

.pointer {
	margin-top: 118px;
}

.arrow {
	float: left;
	margin-right: 8px;
}

.feed {
	padding-top: 130px;
	padding-left: 20px;
}

.site {
	padding: 8px 10px;
	/*border-right: 1px solid #ccc;*/
	float: left;
	width: 170px;
	/*height: 80px;*/
}

.site:last-child {
	border-right: none;
}

.date {
	color: #666;
	font-size: 10px;
}

.lines {
	background-color: #fff;	
	background-image: url(/images/lines.png);
	background-position: center;
	background-repeat: repeat-y;
}

/* use instead of clearfloat */

.newBFC {
	overflow: hidden;
	_overflow: visible;
	_overflow-x: hidden;
	_height: 0;
}

/*\*//*/ 
.newBFC {display: inline-block;}
/**/