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

/* BODY   ----------------------------------------*/

body {
	margin: 0px;
	background-color: #333;
}
#columns_1 {
	-moz-column-count: 1;
	-moz-column-gap: 5em;
	-moz-column-rule: 1px solid #666;
	-webkit-column-count: 1;
	-webkit-column-gap: 4em;
	-webkit-column-rule: 1px solid #666;
	border-right: 1px solid #666;
	padding-right: 2em;
	margin-right: 0px;
	margin-top: 10px;
}

#columns_2 {
	-moz-column-count: 2;
	-moz-column-gap: 5em;
	-moz-column-rule: 1px solid #666;
	-webkit-column-count: 2;
	-webkit-column-gap: 4em;
	-webkit-column-rule: 1px solid #666;
	border-right: 1px solid #666;
	padding-right: 2em;
	margin-top: 10px;
}

#columns_3 {
	-moz-column-count: 3;
	-moz-column-gap: 5em;
	-moz-column-rule: 1px solid #666;
	-webkit-column-count: 3;
	-webkit-column-gap: 4.5em;
	-webkit-column-rule: 1px solid #666;
	border-right: 1px solid #666;
	padding-right: 2em;
	margin-top: 10px;
}


/* FONTS   ----------------------------------------*/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #FFF;
	opacity: 0.99;
}

		a:link {
			color: #FFF;
			border-bottom: 1px dotted #666;
			padding-bottom: 0px;
			text-decoration: none;
		}
		a:visited {
			color: #FFF;
			border-bottom: 1px dotted #666;
			padding-bottom: 0px;
			text-decoration: none;
		}
		a:active {
			color: #FFF;
			border-bottom: 0px;
			text-decoration: none;
		}
		a:hover {
			color: #FFF;
			border-bottom: 0px;
			text-decoration: none;
		}
.title_artwork {
	font-weight: bold;
	letter-spacing: 1px;
}
.titles {
	font-size: 10pt;
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
}
.titles_noline {
	font-size: 10pt;
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 11px;
}

.fields {
		width: 250px;
}


/* NUMBER BLOCKS   ----------------------------------------*/

.numbers {
	border: 1px solid #FFF;
	width: 15px;
	height: 10px;
	padding-bottom: 6px;
	display: block;
	font-size: 7pt;
	margin-left: 0px;
	float: right;
	text-align: center;
	font-weight: bold;
}
		.numbers a:link {
			color: #FFF;
			text-decoration: none;
			color: #FFF;
			
			border: 1px solid #FFF;
			width: 15px;
			height: 10px;
			padding-bottom: 6px;
			display: block;
			font-size: 7pt;
			margin-left: 0px;
			float: right;
			text-align: center;
			font-weight: bold;
}
		.numbers a:visited {
			text-decoration: none;
			color: #FFF;
	
			border: 1px solid #FFF;
			width: 15px;
			height: 10px;
			padding-bottom: 6px;
			display: block;
			font-size: 7pt;
			margin-left: 0px;
			float: right;
			text-align: center;
			font-weight: bold;
}
		.numbers a:hover {
			text-decoration: none;
			color: #FFF;
			background-color: #666;
			
			border: 1px solid #FFF;
			width: 15px;
			height: 10px;
			padding-bottom: 6px;
			display: block;
			font-size: 7pt;
			margin-left: 0px;
			float: right;
			text-align: center;
			font-weight: bold;
}
		.numbers a:active {
			text-decoration: none;
			color: #FFF;
			background-color: #666;
			
			border: 1px solid #FFF;
			width: 15px;
			height: 10px;
			padding-bottom: 6px;
			display: block;
			font-size: 7pt;
			margin-left: 0px;
			float: right;
			text-align: center;
			font-weight: bold;
}
		

/* FOOTER   ----------------------------------------*/

.footer {
	font-size: 8pt;
	color: #FFF;
	letter-spacing: 1px;
}
		.footer a:link {
			color: #FFF;
			border-bottom: 1px dotted #666;
			padding-bottom: 0px;
			text-decoration: none;
		}
		.footer a:visited {
			color: #FFF;
			border-bottom: 1px dotted #666;
			text-decoration: none;
		}
		.footer a:active {
			color: #FFF;
			border-bottom: 0;
			padding-bottom: 2px;
			text-decoration: none;
		}
		.footer a:hover {
			color: #FFF;
			border-bottom: 0;
			text-decoration: none;
		}

/* NAVIGATION   ----------------------------------------*/

.sidenav_highlight{
	color: #FFF;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
	text-decoration: none;
	letter-spacing: 1px;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #FFF;
	letter-spacing: 0px;
}
		.nav a:link {
			color: #FFF;
			border-bottom: 0px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
		}
		.nav a:visited {
			color: #FFF;
			border-bottom: 0px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
		}
		.nav a:active {
			color: #FFF;
			border-bottom: 1px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
		}
		.nav a:hover {
			color: #FFF;
			border-bottom: 1px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
		}

body#home a#home_nav,
body#visualization a#visualization_nav,
body#sound a#sound_nav,
body#landscapes a#landscapes_nav,
body#commissions a#commissions_nav,
body#archives a#archives_nav,
body#gallerypage a#gallerypage_nav,
body#about a#about_nav,
body#contact a#contact_nav
{
			color: #FFF;
			border-bottom: 1px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
}

div#gallery_landscapes a#landscapes_gal,
div#gallery_sound a#sound_gal,
div#gallery_archives a#archives_gal
{
			color: #FFF;
			border-bottom: 1px solid #666;
			padding-bottom: 2px;
			text-decoration: none;
}


/* PHOTOS / GALLERY  ----------------------------------------*/

.photos {
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
}

.thumnails img {
	width: 120px;
	height: 120px;
	margin-left: 33px;
	margin-bottom: 33px;
	float: left;
	padding: 2px;
	border: 1px solid #666;
}

		a.thumnails:hover {
			width: 120px;
			height: 120px;
			margin-left: 30px;
			margin-bottom: 30px;
			float: left;
			padding: 2px;
			border: 0;
		}
