.cf:before, .cf:after {
	content:" ";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	*zoom:1;
}


/* ============================================================
	Navigation
============================================================ */

nav a {
	text-decoration:none;
	color:rgb(180,4,2);
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
nav .logo {
	background-image:url('../	images/logo.png');
	background-repeat:no-repeat; 
	margin:0 35px 0 0;
}
nav .logo a {
	width:270px;
	height:41px;
	display:block;
}
nav span {
	text-transform:lowercase;
	font-family:'MuseoSans300', sans-serif;
	color: #868686;
}
.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
}
.ir br {
	display:none;
}
ul { 
	margin: 1em 0;
	padding: 0 0 0 40px;
	font-family:'MuseoSans300', sans-serif;
}
nav ul { 
	list-style: none;
	margin: 0;
	padding: 0; 
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
nav li {
	display:inline;
	float:left;
	margin:15px 15px 0 0;
}


/* ============================================================
        Others so far
============================================================ */

a {
	color:rgb(174,19,31);
	text-decoration:none;
	font-weight:bold;
}

h2 {
	min-width:20px;
	position:absolute;
	left:20px;
	right:20px;
	top:172px;
	margin:0px;
	padding:3px 10px 3px 0;
	color:white;
	font-family:'Duru Sans', sans-serif;
	background-color:rgba(0,0,0,0.7);
	letter-spacing:0px;
}
h3 {
	min-width:20px;
	position:absolute;
	left:20px;
	right:20px;
	top:140px;
	margin:0px;
	padding:3px 0 3px 0;
	color:white;
	font-family:'Duru Sans', sans-serif;
	background-color:rgba(0,0,0,0.7);
	letter-spacing:0px;
}
p {
	margin:0px;
	padding:0px;
	font-family:'Duru Sans', sans-serif;
	line-height: 150%;
}

#wrapper {
	width:961px;
	height:100%;
	margin:0 auto;
}
	#container {
		width:100%;
		min-height:200px;
	}
		#header {
			width:100%;
			height:500px;
			background-image:url("../images/headergraphic.jpg");
			background-size:960px;
		}
			span.drop {
				float:left;
				line-height:50px;
				padding-top:3px;
				padding-right:8px;
				padding-left:3px;
				font-size:70px;
				font-family:"Times New Roman", Times, serif;
			}
		#content {
			width:100%;
			margin-top:20px;
			min-height:200px;
		}
			.col {
				width:478px;
				min-height:420px;
				display:inline-block;
				margin:0px;
				padding:0px;
			}
				.video-box {
					width:100%;
					min-height:200px;
					margin-bottom:1px;
					position:relative;
					cursor:pointer;
				}
				img {
					width:478px;
					height:273px;
					margin:0px;
					padding:0px;
				}
		#share {
			width:100%;
			min-height:5px;
			margin-bottom:-10px;
			margin-top: 15px;
			text-align:center;
		}
			button {
				width:478px;
				height:50px;
				border:0px;
				color:white;
				font-weight:bold;
				font-size:20px;
				cursor:pointer;
				font-family:'Duru Sans', sans-serif;
			}

			button.twitter {
				margin-right:0px;
				background-color:rgb(85,172,238);
			}

			button.facebook {
				margin-left:0px;
				background-color:rgb(59,89,153);
			}

/* ============================================================
        Modal
============================================================ */

#overlay {
        position:fixed; 
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#000;
        opacity:0.5;
        filter:alpha(opacity=50);
        z-index:20;
		cursor:pointer;
}
#modal {
        position:absolute;
        z-index:20;
}
#mod-content {
        background-color:rgb(255,255,255);
        min-width:500px;
        min-height:300px;
}
	.modal-content {
		width:600px;
		height:700px;
		margin:20px;
	}
	iframe {
		width:100%;
		height:450px;
	}
	h4, h5, h6 {
		padding:0px;
		font-family:'Duru Sans', sans-serif;
	}
	h4 {
		margin:10px 0 7px 0;
		font-size:23px;
	}
	h5 {
		margin:3px 0 3px 0;
		font-size:17px;
	}
	h6 {
		margin:4px 0 3px 0;
		font-size:14px;
	}
	.summary {
		margin-top:10px;
		margin-bottom:20px;
	}
