/* GENERAL */

body {
	font:14px Arial;
	background:white;
	color: #474747;
}
a {
	text-decoration:none;
	color: #474747;
}
#line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
}
#nav a {
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
	display:block;
	padding:10px 18px;
}

#videotitle {
	font-size:14px;
	font-weight:bold;
}



/* HEADER */

#logo {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
#logo img{
	max-width:290px;
}
#container {
	margin:auto;
	max-width: 960px;
}



/* CONTENT */

#content {
	line-height:18px;
	font-size:15px;
	padding:0px 5px 0px;
}

#siteCredit {
	font-size: 7pt;
	padding:0px 5px 0px;
}

#section {
	padding: 10px;
}
#gallery li {
	margin:0 0 22px;
	text-align:center;
}
#gallery img {
	padding-top: 7px;
	width: 100%;
}
#imageTitle {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#imageDesc {
	text-align: center;
	padding-top: 5px;
}

#projDesc {
	text-align:left;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#photographerName {
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #71b13c;
}

/* VIDEO */

#video {
	line-height:22px;
	font-size:15px;
	padding:0px 5px 0px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* STUFF */

ul,li,h1,h2,h3,p {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
strong {
	font-weight:bold;
}
p {
	padding-bottom:8px;
	/*line-height:12px;*/
}

* {
	margin:0;
	padding:0;
}

