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

* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	color: #999;
}
body {
	background-color: #0cf;
}
a {
	text-decoration: none;
}
a:link {
	color: #0cf;
}
a:visited {
	color: #0cf;
}
a:hover {
	color: #f63;
}
a:active {
	color: #f63;
}
img {
	border: none;
}
#container {
	background-color: #fff;
	min-height: 437px;
	min-width: 1050px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.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%;
}
#header {
	margin-left: 50px;
	width: 36px;
	float: left;
}
#header a {
	display: block;
	height: 100%;
	width: 100%;
}
#header h1 {
	background-image: url(../images/d1/bg_vertname.gif);
	background-repeat: no-repeat;
	width: 36px;
	height: 437px;
}
#header h1, #header h2 {
	text-indent: -9999px;
}
#menu {
	float: left;
	padding-left: 20px;
	width: 340px;
}
#menu li {
	list-style:none; /*
	font-size: 94px; */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 72px;
	text-transform: uppercase;
}
#menu a {
	display: block;
	text-decoration: none;
	width: 100%;
}
#menu a:link {
	color: #ccc;
}
#menu a:visited {
	color: #ddd;
}
#menu a:hover, #menu a:active {
	color: #999;
}
#menu li {
	text-indent: -9999px;
	margin-bottom: 19px;
	height: 72px;
}
#menuWeb {
	width: 217px;
	background-image: url(../images/d1/menu_web.png);
	background-repeat: no-repeat;
}
#menuWeb:hover {
	background-image: url(../images/d1/menu_web_f2.png);
}
#menuPrint {
	width: 285px;
	background-image: url(../images/d1/menu_print.png);
	background-repeat: no-repeat;
}
#menuPrint:hover {
	background-image: url(../images/d1/menu_print_f2.png);
}
#menuPhoto {
	width: 334px;
	background-image: url(../images/d1/menu_photo.png);
	background-repeat: no-repeat;
}
#menuPhoto:hover {
	background-image: url(../images/d1/menu_photo_f2.png);
}
#menuVideo {
	width: 295px;
	background-image: url(../images/d1/menu_video.png);
	background-repeat: no-repeat;
}
#menuVideo:hover {
	background-image: url(../images/d1/menu_video_f2.png);
}
#menuAudio {
	width: 309px;
	background-image: url(../images/d1/menu_audio.png);
	background-repeat: no-repeat;
}
#menuAudio:hover {
	background-image: url(../images/d1/menu_audio_f2.png);
}
#main {
	width: 520px;
	float: left;
	margin-left: 50px;
	background-color: #fff;
}
#main p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
#main ul {
	margin-bottom: 2em;
}
#main li {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	list-style: none;
	margin-bottom: 0.2em;
}
#main a {
}
#main h1, #main h2, #main h3, #main h4, #main h5 {
	line-height: 1em;
	margin-bottom: .2em;
	font-weight: bold;
}
#main h1 {
	text-transform: uppercase;
	font-size: 5em;
	letter-spacing: -2px;
}
#main h2 {
	font-size: 4em;
	text-transform: lowercase;
	color: #ccc;
}
#main h3 {
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#main h4 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: -2px;
}
#main h5 {
	font-size: 1em;
	text-transform: uppercase;
}
#main object {
	margin-bottom: .5em;
}
#mainCol1, #mainCol2 {
	width: 250px;
	float: left;
}
#mainCol2 {
	margin-left: 20px;
}
#footer {
/*	background-color: #aaa;
	background:  url(../images/d1/bg_footer.gif) repeat-x; */
	padding-top: 20px;
	padding-left: 106px;
	padding-bottom: 20px;
	clear: both;
}
#footer a {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #ddd;
}
#footer p {
	font-size: 38px;
	line-height: 48px;
	text-transform: uppercase;
}
/*
#extra span {
	width: 294px;
	height: 337px;
	position: absolute;
	background-image: url(../images/d1/polaroid_christopher.jpg);
	background-repeat: no-repeat;
	top: -20px;
	left: 1030px;
	overflow: hidden;
}
*/
.listInline li {
	display: inline;
}
.printClip li {
	margin: 10px;
}
.webClip {
	margin-bottom: 0;
	text-transform: uppercase;
}
.webAddress {
	text-transform: lowercase;
}
.webClip, .webAddress {
	font-size: .8em;
}
.webClip img, .printClip img {
	border: 10px solid #fff;
}
.webClip img:hover, .printClip img:hover {
	border-color: #0cf;
	border-style: dashed;
}
.webAddress a:link, .webAddress a:visited {
	color: #999;
}
.webAddress a:hover, .webAddress a:active {
	color: #f60;
}


/* Blog
-------------------*/
.post-body p, .post-body li {
	font-size: 90%;
	line-height: 1.3em;
}
#blog-content {
	display: none;
	visibility: hidden;
}