/*

		backdrop_headliner ie7.css
		design - Stacy Bias
		html/css - Andy Lee
		andy@cdbaby.com
		7/17/2012
		
*/

article {
	display:block;
}

h3 {
	width:100%;
}

img {
	width:auto !important;
}

#navigation {
	width:45%;
	display:inline-block;
}

#navigation ul li {
	float:left;
}

#content .entry,
.hbshare {
	overflow:hidden;
}
#content li.photo_post img   {
	width:115px !important;
	height:115px !important;
	max-width:115px !important;
}

/*
#navigation ul ul {
	margin-left:-125px;
	margin-top:30px;
}
*/

.guestbook #comment_form #guestbook_button {
	min-width:0%;
}

#navigation ul ul {
	margin-top:20px;
	margin-left:-35px;
}

#navigation ul ul li {
	display:block;
	float:none;
	margin-top: 0;
	margin-bottom: 0;
	
}

#navigation ul ul li a {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width:960px) {
	.widget_container {
		margin-bottom:35px;
	}
}