li, ul{
	margin:0;
	padding:0;
}

li {
	color: #999;
}


div.spacer{
display:block;
height:10px;
width: 10px;
}
div#main li {
	color: #333;
	
margin: 0;
}
div#main a {
	color:#9900CC;
}
h2 {
 margin: 5px 0;
font-size:medium;
}
div#no {
padding-top:5px;
}
div#media {
padding: 5px 0;
}
body{
	font-family: sans-serif;
	font-size: small;
	color: #333;
text-align:justify;
text-justify:inter-word;

}

table {
	 table-layout:fixed;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
}
td.left{
	width: 200px;
	padding-left:20px;
}
td.right{
	padding-left:20px;
	width: 800px;
}



div#pr,
div#im{
	padding:0;
}
div#pr p,
div#im p,
p#gallery-count{
	margin:0 0 5px;
}
div#im{
	width: 150px;
	float:left;
}

/*
header,
footer,
section#page {
	*display: table-row;
	*width: 1000px;
	clear:both;
}
header nav,
section#page nav,
footer div{
	*display: table-cell;
	display:inline-block;
	width: 200px;
	padding: 10px 30px;
}

header p,
section#page section#content,
footer aside{
		display:inline-block;	
	*display: table-cell;
	width: 800px;
}
header p,
footer aside{
	*padding-left: 50px;
}

a { 
	border-bottom: 1px solid #ccc; 
	text-decoration: none !important;
}
a:hover { 
	border-bottom: 1px solid #000; 
	color:#000;
text-decoration: none !important;
}


section#page section#content article,
section#page section#content nav,
section#page section#content figure {
	*display: table-row;
}
section#page section#content article date,
section#page section#content div#no,
section#page section#content figure div#mediaspacer {
	*display: table-cell;
	*width: 50px;
}
section#page section#content article div#main,
section#page section#content nav#imgs,
section#page section#content figure div#media {
	*display: table-cell;
	
}

section#page section#content nav#imgs{
	padding: 20px 0;
}
section#page section#content nav#imgs p{
	padding: 2px 0;
}

section#page section#content nav#imgs div#pr,
section#page section#content nav#imgs div#im{
	*display: table-cell;
}
section#page section#content nav#imgs div#pr p,
section#page section#content nav#imgs div#im p{
	margin:5px 0;
}
section#page section#content nav#imgs div#im{
	width: 200px;
	margin-right:20px;
}


section#page section#content article div#main img,
section#page section#content figure div#media iframe{
	padding: 10px 0;
}

section#page section#content article a{
border-bottom: 1px solid #ccc;
	color:#6633CC;
}
section#page section#content article li{
	margin: 0;
}


h2 {
	font-size: small;
	*font-weight: normal;
	margin: 8px 0;
	*color: #999;
}

section#content article p{
	text-align: justify;
	*margin: 0;
	line-height: 140%;
}

section#content nav#imgs{
	display: table-row;
	padding: 0;
	margin: 0;
}
section#content nav#imgs p{
	*display: table-cell;
	*padding: 0 20px 10px 0 ;
}
section#content nav#imgs p#gallery-count{
	width: 60px;
}
*/


li {
	margin:8px 0;
}


ul, li {
	list-style: none;
	padding: 0;
	margin:8px 0;	
}
ul.level1 {
	margin-bottom: 20px;
}
ul.level2 {
	margin-bottom: 20px;
}
a{
border-bottom: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
a:hover{
border-bottom: 1px solid #000;
	text-decoration: none !important;
}

div#image-wrapper { overflow: hidden; width: 800px; }
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 800px; }



/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }