/* Enter Your Custom CSS Here */
html{background:#000000;}
body {
    margin: 0;
    font: 13px sans-serif;
    line-height: 1.615;
		text-shadow:none;
    color: #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #eee;
    margin: 0 0 15px;
}
.item .entry-title a {
    color: #eee;
}
#main {
    padding: 30px 0;
    background: none;
    border-top: none;
}
.cat-featured{
	display:none;
}
.fluid-width-video-wrapper > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    padding-bottom: 0px!important;
}
#footer {
    background: #FFF;
    border-top: 1px solid #E3E3E3;
    bottom: 0px;
    position: fixed;
    margin: auto;
    width: 100%;
    text-align: center;
}
