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

* {
	margin-top: 0;
}

body {
	background: #100f0f;
	height: 100%;
	overflow-y: scroll;
}

#bar {
	border-bottom: 2px dotted #dcdcdc;
	width: 560px;
}

#container {
	background: white;
	border-left: 2px dotted #dcdcdc;
	border-right: 2px dotted #dcdcdc;
	height: 100%;
	margin: 0px auto 0px auto;
	padding: 50px;
	width: 560px;
}

#content {
	margin-top: 10px;
	width: 560px;
}

#footer {
	bottom: 0;
	clear: both;
	color: #3a3a3a;
	font-size: 10px;
	position: absolute;
	width: 560px;
}

img {
	border: none;
}

img.aboutme {
	float: right;
	margin: 0px 0px 15px 15px;
}

.abouttom {
	float: right;
	margin: 0px 0px 15px 15px;
	color:#999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	line-height: 14px;
}

.abouttom a { color: #999; }
.abouttom a:visited { color: #999; }
.abouttom a:hover { color: #666; }
.abouttom a:active { color: #999; }

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	text-align: center;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#logo {
	float: left;
	height: 28px;
	width: 230px;
}

#nav {
	height: 28px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	text-align: right;
	width: 330px;
}

#navlist li {
	display:inline;
	padding-right: 15px;
}

#navlist a {
	color: black;
	text-decoration: none;
}

#navlist a:hover {
	color: #0b6cf6;
	font-style: italic;
	text-decoration: none;
}

a {
	color: #0b6cf6;
	text-decoration: none;
}

a:visited {
	color: #740bf6;
	text-decoration: none;
}

p {
	color:  #100f0f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	margin-top: 10px;
}

p.caption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

p.casestudy {
	font-size: 12px;
}

p.contact {
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 0;
	padding-top: 10px;
	text-align: center;
}

p.footer {
	color: #333;
	text-align: center;
	font-size: 12px;
}

p.index {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

p.musiccredits {
	font-size:10px
}

p.rightworks {
	font-size: 12px;
	line-height: 1.25em;
	margin: 0px 0px 0px 5px;
}

p.works {
	font-size: 20px;
	letter-spacing: -.02em;
	line-height: 0;
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

p.videotitles {
	font-weight: bold;
	font-size: 16px;
}

#top {
	width: 560px;
}