.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

* {
	margin:0;
	padding:0;
}

body {
	background: url('../imgs/bg.jpg');
	border-top: 5px solid #7E1A46;
}

#container {
	margin-top: 45px;
}

#sidebar {
	border-right: 1px solid #7E1A46;
	position:fixed;
	width:220px;
}

#main {
	margin-left:240px;
}

li a {
	text-decoration: none;
}

#sidebar h1 {
	font-family:"TradeGothicBC20Oblique", Impact, sans-serif;
	font-size: 56px;
	line-height:37px;
	text-transform:uppercase;
	font-weight:normal;
}

#sidebar h1 #vinluan {
	color: #7E1A46;
}

#sidebar #splash-text {
	font-family:"ConsolasRegular", Courier, sans-serif;
	text-align:center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.13em;
	
	margin: 15px 10px 15px 0px;
}

nav ul {
	font-family:"ChaparralProBold", Georgia, serif;
	font-size:18px;
	text-transform: lowercase;
	
	list-style:none;
	margin-top: 20px;
	padding-bottom: 80px;
}

nav ul li {
	text-align:right;
	color:black;
	
	padding: 10px 30px 10px 0px;
}

nav ul li a {
	color:black;
}

#sidebar nav ul li.selected {
	background: #7E1A46;
}

li.selected a {
	color:white;
}

#sidebar nav ul li:not(.selected):hover a {
	color:#7E1A46;
}

/* body */

.img-container {
	width:700px;
	height:250px;
	overflow:hidden;
	position:relative;
}

.img-container img{
	z-index:0;
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}

.captionbox {
	display:none;
	width:100%;
	background: rgba(0,0,0,0.6);
	z-index:1;
	
	position:absolute;
	bottom:0px;
	
	color:white;
	
	padding:20px;
}

.img-container:hover .captionbox {
	display:block;
}

.captionbox h3, .video h1 {
	font-family:"TradeGothicBC20", Impact, sans-serif;
	font-size:2em;
	font-weight: normal;
}

.captionbox h4, .video h2 {
	font-family: "ChaparralProItalic", Georgia, serif;
	font-weight:100;
}

/* about page */

.about-container {
	padding: 40px 0px;
}

.about-container h1 {
	font-family: "TradeGothicBC20", Impact, sans-serif;
	font-size: 60px;
	text-transform:uppercase;
	padding:0px 50px;
	font-weight: normal;
}

.about-container p {
	font-family: "ChaparralProRegular", Georgia, serif;
	font-size: 20px;
	padding: 0px 60px;
	line-height:1.3em;
}

#about1 {background: #222;}
	#about1 h1 {color: #7E1A46;}
	#about1 h1 em {color: #eee;}
	#about1 p {color: #7E1A46;}
	#about1 p.prime {color: #eee;}
	
#about2 {background: #7E1A46;}
	#about2 h1 {color: #eee;}
	#about2 h1 em {color: #222;}
	#about2 p.prime {color: #eee;}

#about3 {background: #222;}
	#about3 h1 {color: #eee;}
	#about3 h1 em {color: #7E1A46;}
	#about3 p {color: #7E1A36;}
	#about3 a {color: #eee; text-decoration:none;}
	#about3 a:hover {text-decoration: underline;}

/* contact page */

#main.contact {
	height: 500px;
}

.contact h1 {
	font-family: "TradeGothicBC20", Impact, sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	color: #7E1A46;
	font-weight: normal;
}

.contact a {
	text-decoration:none;
	color: black;
	font-family: "ChaparralProRegular", Georgia, serif;
	font-size: 30px;
}

.contact a:hover {
	text-decoration:underline;
}

/* video page */

.video h1 {
	color: #7E1A46;
}

.video h2 {
	font-size:1em;
}

.video iframe {
	width: 560px;
	height: 373px;
	margin: 10px 0px 30px 0px;
}

/*footer*/

#footer {
	position:relative;
	background: #7E1A46;
	margin-top:80px;
	padding:40px 0px;
	
	font-size: 13px;
}

#inner-footer {
	width:710px;
	margin:0 auto;
}

#footer h1 {
	font-family: "TradeGothicBC20", Impact, sans-serif;
	font-size:2em;
	color:white;
	font-weight:normal;
	letter-spacing: 1px;
}

#footer p {
	font-family: "ChaparralProRegular", Georgia, serif;
	font-size: 1.2em;
	color:white;
	margin-left:30px;
}

#footer p#copyright {
	color:black;
	font-size:1.2em;
	margin:10px 0px 0px 30px;
}

#footer ul {
	font-family: "ChaparralProRegular", Georgia, serif;
	list-style:none;
	margin-left:30px;
}

#footer ul a {
	color:white;
	font-size: 1.2em;
}

#footer ul a:hover {
	text-decoration: underline;
}

#footer-left, #footer-right {
	float:left;
	width:324px;
	padding:0px 15px;
}

#footer-left {
	border-right: 1px solid #eee;
}

/*media queries!! */

@media screen and (max-width:960px) {
	.img-container {
		width: 72%;
	}
	
	.video iframe {
		width: 72%;
	}
	
	#sidebar {
		padding-left: 80px;
	}
	
	#main {
		margin-left: 320px;
	}
	
	#footer {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 360px;
	}

	#container {
		width: 90%;
	}
	
	#splash-text {
		display:none;
	}
	
	#sidebar {
		position:static;
		border:none;
		margin:0 auto;
		padding: 0;
		width: 90%;
	}
	
	#sidebar h1 {
		width: 180px;
		margin: 0 auto;
	}
	
	#sidebar ul {
		width: auto;
		margin: 30px 0px;
		padding-bottom: 20px;
	}
	
	#sidebar ul li {
		padding: 10px 0;
		text-align: center;
		width: auto;
	}
	
	#main {
		margin: 0;
	}
	
	.img-container {
		width: 100%;
		height: 200px;
	}
	
	
	#footer {
		font-size: 10px;
	}
	
	#inner-footer {
		width: 100%;
		padding: 0px;
	}
	
	#footer-left , #footer-right {
		float: none;
		width: auto;
		padding: 0 30px;
		border:none;
	}
	
	#footer-left {
		margin-bottom: 20px;
	}
	
	.video h1, .video h2{
		width: 100%;
		text-align: center;
	}
	
	.video iframe {
		width: 100%;
		margin: 30 auto;
	}
	
	.contact h1, .contact a{
		width: 100%;
		text-align: center;
		display:block;	
	}
}

@media screen and (max-width: 480px) {
	.img-container {
		height: 100px;
	}

	.captionbox {
		padding: 10px 10px;
		font-size: 0.7em;
	}
		
	.about-container h1 {
		font-size: 50px;
		line-height: 1em;
	}
	
}


