@import url("the-menu.css");

/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
html {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#404040;
}
body {
	background-color: #ec008c;
    margin: 0;
}
.site-header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	max-width:950px;
}
.videopg {
	background-color: #fff;
	max-width: 934px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FD067;
	border-bottom-color: #9FD067;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9FD067;
	border-left-color: #9FD067;
}
.entry-content {
  line-height: 35px;
  margin-top: 0;
  word-wrap: break-word;
  
}

p {
  line-height: 1.5em;
  margin: 2%;
}

.infoText
{
	font-family: Calibri;
	color:#585555;
}
h2 {
	font-size: 2em;
	margin-top: 1%;
	margin-bottom: 1%;
}
/*
.vplp-wrapper {
	width: 100%!important;
}
.vplp-player-holder {
    max-width: 647px!important;
}
.vplp-playlist-holder {
    max-width: 287px!important;
}
*/