@charset "utf-8";
/* 
	Eric Schmitzer
    March 25, 2013
    Header CSS
    MGD 241 Midterm */

#head_background {
	border: 3px solid rgb(0,0,0); /* Black */
	border-radius: 0 0 30px 30px;
	width:1000px;
	height:200px;
	margin:10px auto;
	/*overflow:hidden;*/
}

#backgroundimg {
	width: 1000px;
	height: 200px;
	z-index: -1;
	border:2px solid rgb(0,0,0);
	border-radius:0px 0px 30px 30px;
} 

#MenuBar1 {
	position: relative; 
	padding-left:50px;
	top:-45px;
}

.navigation{
	/*text-decoration:overline underline;*/
	font-weight:700;
}

#social_media {
	position: relative; 
	top:-35px;
	height: 30px;
	float:right;
	/*border:2px solid black;*/
}

.social_badges {
	float:left;
	margin:5px;
}

#twit {
	position:relative;
	left:-30px;
}

#date {
	position:absolute; 
	top:5px;
	width: 200px;
	margin-left:800px;
}

#element_to_pop_up{
	display:none;
}