html, body
{
	height:100%;
	width:100%;
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}
.header
{
	position:fixed;
	z-index:100;
	top:0px;
	height:100px;
	display:inline-block;
	width:100%;
	max-width:950px;
	min-width:300px;
	text-align: left;
	background-color: #fff;
}
.headerItem
{
	padding:10px 0px;
	text-align: center;
}
.window
{
	display:none;
	width:100%;
	position:relative;
	z-index:1;
	margin:0px;
	padding:0px;
	max-width:950px;
	min-width:300px;
	text-align:left;
	/*background-color: #efefef;*/
	top:100px;
}
.content
{
	position:relative;
	z-index:1;
	width:100%;
}
ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	min-height:100%;
	text-align: center;
}
.liveTweetBoxes li
{
	width:300px;
	display: inline-block;
	height:80%;
	padding:10px 5px;
	margin: 0px;
}
.hMenu li
{
	display: inline-block;
	padding:5px 0px;
	background: #95c6db; /* Old browsers */
	background: -moz-linear-gradient(top,  #95c6db 0%, #0c7dac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c6db), color-stop(100%,#0c7dac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95c6db 0%, #0c7dac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95c6db 0%, #0c7dac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95c6db 0%, #0c7dac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95c6db 0%, #0c7dac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c6db', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */				
	min-width:20%;
	max-width:33%;
	margin-left:-3px;
	color:#fff;
}
.hMenu li.active
{
	background: #98b0b9; /* Old browsers */
	background: -moz-linear-gradient(top,  #98b0b9 0%, #043d55 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98b0b9), color-stop(100%,#043d55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #98b0b9 0%, #043d55 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #98b0b9 0%, #043d55 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #98b0b9 0%, #043d55 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #98b0b9 0%, #043d55 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98b0b9', endColorstr='#043d55',GradientType=0 ); /* IE6-9 */				
}

#bloggerFeedContainer a 
{
	color: #0B3861; 
	font-size: 13px;
} 
#bloggerFeedContainer 
{
 	color: #999999; 
 	font-size: 11px; 
 	border-bottom:1px #cccccc dotted; 
 	margin-top:-10px; 
 	padding-bottom:10px;
}
