@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background:#000;
}

#wrapper {
	width:915px;
	margin:0 auto;
}

#header {
    float: left;
    margin-top: 75px;
    width: 915px;
	clear:both;
}

#logo {
	float:left;
}

#nav {
    color: #E7E7E7;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
	font-weight:300;
    margin-top: 12px;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	display:inline;
	float:left;
	list-style:none;
	position:relative;
}

#nav a {
	text-decoration:none;
	color:#E7E7E7;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:300;
	margin:0 15px 0 0;
	float:left;
}

#nav a:hover {
	color:#8B8159;
}

#nav li ul {
    display: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    position: absolute;
}

#nav li:hover ul
{
display:block;
width:150px;
}

#nav li li {
    background: none repeat scroll 0 0 #000000;
    display: list-item;
    list-style: none outside none;
    padding: 5px 10px;
    width: 100%;
}

#nav li li a
{
list-style:none;
display:list-item;
width:100%;
font-size:14px;
}

#content {
    clear: both;
    padding-top: 15px;
    width: 915px;
	text-align:center;
}

a {
	text-decoration:none;
	border:0;
	outline:none;
	color:#8B8159;
}

p {
    background: none repeat scroll 0 0 #000000;
    border: 8px solid gray;
    padding: 5px 3px;
	color:#E7E7E7;
	font-family: 'Open Sans', sans-serif;
}

p.text {
    background: none repeat scroll 0 0 #000000;
    border: 8px solid gray;
    padding: 15px 15px;
	color:#E7E7E7;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
}

.title {
	color:#8B8159;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
}

 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
#nav a {
	text-decoration:none;
	color:#E7E7E7;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	margin:0 10px 0 10px;
	font-weight:normal;
}

#nav li li a
{
list-style:none;
display:list-item;
width:100%;
font-size:12px;
}
}

p a.fancybox-media:hover {
	background:#CCC;
	height:200px;
	width:200px;
}

 /* IMAGE HOVER EFFECTS DOCUMENTARY */

p#documentary {
    background: none repeat scroll 0 0 #000000;
    border: 8px solid gray;
    padding: 5px 3px;
	color:#E7E7E7;
	font-family: 'Open Sans', sans-serif;
	height:674px;
	width:889px;
}


a.fancybox-media {
	float:left;
	margin:3px;
}

#d1 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/unlikely_friends.jpg');
}

#d1:hover {
background-image : url('images/unlikely_friends-over.jpg');
} 

#d2 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/juvies.jpg');
}

#d2:hover {
background-image : url('images/juvies-over.jpg');
} 

#d3 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/on_duty.jpg');
}

#d3:hover {
background-image : url('images/on_duty-over.jpg');
}

#d4 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/invictus_games1.jpg');
}

#d4:hover {
background-image : url('images/invictus_games-over1.jpg');
}

#d5 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/hachi.jpg');
}

#d5:hover {
background-image : url('images/hachi-over.jpg');
}

#d6 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/rocky.jpg');
}

#d6:hover {
background-image : url('images/rocky-over.jpg');
}

#d7 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/nothing_but_the_truth.jpg');
}

#d7:hover {
background-image : url('images/nothing_but_the_truth-over.jpg');
}

#d8 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/cadillac_records.jpg');
}

#d8:hover {
background-image : url('images/cadillac_records-over.jpg');
}

#d9 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/nfl_roberto_aguayo.jpg');
}

#d9:hover {
background-image : url('images/nfl_roberto_aguayo-over.jpg');
}

#d10 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/fx_married_redband_trailer.jpg');
}

#d10:hover {
background-image : url('images/fx_married_redband_trailer-over.jpg');
}

#d11 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/don_murray_unsung_hero.jpg');
}

#d11:hover {
background-image : url('images/don_murray_unsung_hero-over.jpg');
}

#d12 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/plightoffisherman.jpg');
}

#d12:hover {
background-image : url('images/plightoffisherman-over.jpg');
}


 /* IMAGE HOVER EFFECTS PROMOTIONAL */
 
#p1 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/NFL_officials_al_riveron_and_hugo_cruz.jpg');
}

#p1:hover {
background-image : url('images/NFL_officials_al_riveron_and_hugo_cruz-over.jpg');
} 

#p2 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/here_comes_the_boom.jpg');
}

#p2:hover {
background-image : url('images/here_comes_the_boom-over.jpg');
} 

#p3 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/foursquare.jpg');
}

#p3:hover {
background-image : url('images/foursquare-over.jpg');
} 


#p4 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/crane_county_day_school_annual_fund.jpg');
}

#p4:hover {
background-image : url('images/crane_county_day_school_annual_fund-over.jpg');
} 

#p5 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/nfl_dolphins_hialeah_project.jpg');
}

#p5:hover {
background-image : url('images/nfl_dolphins_hialeah_project-over.jpg');
} 

#p6 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/the_friendship_paddle.jpg');
}

#p6:hover {
background-image : url('images/the_friendship_paddle-over.jpg');
} 


#p7 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/betty_spaghetti.jpg');
}

#p7:hover {
background-image : url('images/betty_spaghetti-over.jpg');
} 

#p8 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/invictus_games.jpg');
}

#p8:hover {
background-image : url('images/invictus_games-over.jpg');
} 

#p9 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/nfl.kelvin.beachum.jpg');
}

#p9:hover {
background-image : url('images/nfl.kelvin.beachum-over.jpg');
} 

#p10 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/bloomberg_eureka_bulletproof_coffee.jpg');
}

#p10:hover {
background-image : url('images/bloomberg_eureka_bulletproof_coffee-over.jpg');
} 


#p11 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/jim_hensen_tribute.jpg');
}

#p11:hover {
background-image : url('images/jim_hensen_tribute-over.jpg');
} 

#p12 {
display:block;
width : 290px;
height : 163px;
background-image : url('images/3bullets.jpg');
}

#p12:hover {
background-image : url('images/3bullets-over.jpg');
} 
