/*
Header styles and colors
*/

#header div.pad
{
	margin: 0px;
	padding: .5em 8px;
	background-image: url(http://campingearth.com/images/minute/the-camping-minute-logo-for-blog.jpg);
	background-color: #005ce0;
	background-repeat: no-repeat;
}


.header h1
{
	margin: 0px;
	padding: 2em 0px 1em 0px;
	
	
}

.header h2
{
	position: relative;
	top: 85px;
	left: -150px;
	margin: 0px;
	padding: .5em;
	font-size: x-small;
	color: orange;
	
}

.header h1 a
{
	color: white;
	font-size: large;
	position: relative;
	left: -50px;
}
