/* CSS Document *//*   Based on Museum Theme (for Tumblr) v1.3  Author: Paul Giacherio  [http://paulgiacherio.com/]  For: Tumblr  [http://tumblr.com/]  Terms: Free to use and alter, but please give credit.*/body {	background:#666 url(images/bg.jpg) fixed center bottom;	font-family:"Helvetica Neue Light", Helvetica, Arial;	font-size:15px;	color:#949494;}#container {	            width: 800px;	            margin: 0 auto;	            text-align: left;	        } .box {	            width: 300px;				height: 350px;	            float: left;	            background: url('images/shade.png');	            margin-right: 10px;	            margin-bottom: 10px;				padding:10px;	            position: relative;	            overflow: hidden;	        }.box-big {	            width: 630px;				height: 350px;	            float: left;	            background: url('images/shade.png');	            margin-right: 10px;	            margin-bottom: 10px;				padding:10px;	            position: relative;	            overflow: hidden;	}.box-big-content {	            width: 630px;				height: 350px;				padding-right:15px;				overflow:auto;}.box:hover, .box-big:hover {	            background: #000;	          	}						 #description {	            width: 300px;	            height: 350px;	            float: left;	            background: #000 url('iamges/shade.png');	            margin-right: 10px;	            margin-bottom: 10px;				padding:10px;	            position: relative;	            overflow: hidden;	        }			 			 #header {	            padding: 40px 0 40px 0;	            position: relative;	        }						#header .heading {				font-family:"Helvetica Neue Light", Helvetica, Arial;				font-size:72px;				font-weight:normal;				position:absolute;				top:8px;				z-index:50;			}						.large {				font-family:"Helvetica Neue Light", Helvetica, Arial;				font-size:72px;				font-weight:normal;			}						.emph {				color:#666666;			}						p {			}						a:link, a:visited, a:active {	            color: #bfad8a;	            border-bottom: 1px dotted #443e31;	            text-decoration: none;	        }            a:hover {	            color: #CAC9C8;	            border-bottom: 1px solid #3F3F3F;	        }#navBar{	margin-top:0px;	height:18px;	font-size: 16px;	letter-spacing:0px;	text-align:justify;	position: relative;	overflow:hidden;	z-index:100;}#navBar[id] {display: table; position: static;}/*********** #navBar link styles ***********//*#navBar ul a:link, a:visited, a:hover {	letter-spacing:0px;}*/#navBar ul {	list-style: none;	float:left;	margin-right:0px;	padding:0px;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#navBar li {	float:left;	padding-right:15px;}/* fix for browsers that don't need the hack */html>body #navBar li {	border-bottom: none;	border-top: none;}#navBar a:link, a:visited, a:active, a:hover {	border:none;}