/*
Header styles and colors
*/

/*
Save this file as custom.css and put in electric kubrik skin of semiologic theme
*/ 

#header div.pad
{
	margin: 0px;
	padding: .5em 8px;
	background-image: url(http://www.campingearth.com/images/camping-earth-blog-logo-jpg.jpg);
	background-color: white;
	background-repeat: no-repeat;
}


.header h1
{
	margin: 0px;
	padding: 2em 0px 1em 0px;
	
	
}

.header h2
{
	position: relative;
	top: 85px;
	left: -265px;
	margin: 0px;
	padding: .5em;
	font-size: x-small;
	color: #0007ff;
	
}

.header h1 a
{
	color: #b22222;
	font-size: large;
	position: relative;
	left: -30px;
}
