/* Any styles you write here will overwrite those of the original stylesheet */

/* Added 29 Sept 2011*/
/* top nav links position */
.header-nav {
	position:relative;
	text-align:left;
	margin-left:105px;
	top:-60px;
	clear:both;
}

#header {
	padding-top:10px;
	padding-bottom:0;
	margin-bottom: 0;

}



/* prevent side archive list from displaying */
#sidebar {
	display: none;
}

/* prevent sub-page page h1 title (above page content, not page header) from displaying */
h1.page-title {
	display:none;
}

/* this is the category line of each video box, removed border lines, shadow */
.post-footer {
	border-top: none;
}
#comments {
	display: none;
}