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

#body p
{
	font-size: 14px;
	color: #000000;
}

#blogEntry .entryHeader
{
	font-size: 20px;
	color: #000000;
}
#sunny
{
	width:1000px;
	height: 267px;
	background: url(https://s35926.gridserver.com:443/next_100//images/header_sunny.jpg) no-repeat; 
}

#cloudy
{
	width:1000px;
	height: 267px;
	background: url(https://s35926.gridserver.com:443/next_100//images/header_cloudy.jpg) no-repeat; 
}

#rainy
{
	width:1000px;
	height: 267px;
	background: url(https://s35926.gridserver.com:443/next_100//images/header_rainy.jpg) no-repeat; 
}

#foggy
{
	width:1000px;
	height: 267px;
	background: url(https://s35926.gridserver.com:443/next_100//images/header_foggy.jpg) no-repeat; 
}
#windy
{
	width:1000px;
	height: 267px;
	background: url(https://s35926.gridserver.com:443/next_100//images/header_windy.jpg) no-repeat; 
}

#wrapper{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
#blogEntry
{
	width: 600px;
}
	
	
#rightColumn1
{
	display: none;
}

#rightColumn2
{
	display:none;
}

#footer
{
	display: none;
}

#blogEntry .entryHeader a
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 

#comments
{
	display: none;
}

#sendToAFriend
{
	display: none;
}