@charset "UTF-8";
/* CSS Document */

body
{
	text-align:left;
}

a
{
	color:#1FA5CB;
}

#header 
{
	margin:0 1% 15px;	
	padding: 15px 0;
	
	border-bottom:1px solid #000;
}

#header h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:36px;
	letter-spacing:.1em;
	margin-bottom:5px;
	color:#069;
}
#header h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#666;
	
}

#news h2, #column2 h2, #videos h2
{
	background-color:#89A0B9;
	color:#fff;
	font-weight:bold;
	padding: 10px 15px;
	font-size:16px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#news
{
	width:32%;
	display:inline-block;
	margin:0 1%;
	
}

#news > div
{
	height:460px;
}

#news .ybi, #videos .ybi
{
	padding: 5px 10px;
	background-color:#fafafa;
	border-left:#f3f3f3 1px solid;
	border-right:#f3f3f3 1px solid;
}

#news .ybi.odd, #videos .ybi.odd
{
	background-color:#f5f5f5;
	border-left:#eeeeee 1px solid;
	border-right:#f3f3f3 1px solid;
}

div h3
{
	display:none;
}

#column2
{
	width:31%;
	display:inline-block;
	vertical-align:top;
	
}

#geotagged_images > div, #images2 > div
{
	height:390px;
}

#images2
{
	margin-top: 20px;
}

#videos
{
	width:32%;
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
}

#videos > div
{
	height:800px;
	
}

#videos .pipesThumbnail img
{
	width:200px;
	height:150px;
}

div.ybr
{
	margin:0 !important;
}

/* hide default badge headings */
div h3
{
	display:none;
}

/* hide 'powered by yahoo pipes' */
.ybf
{
	display:none !important;
}