/* Colours */

body, a { color: #222; }
a { border-bottom: 1px solid #ccc; }
em { color: #999; }

/* Typography */

body { font-family: "courier new", courier, "Andale Mono"; line-height: 1.3; }
ul li, p, em { font-size: 11px; font-style: normal; }
h1, h2 { font-size: 11px; font-weight: normal; }
a { text-decoration: none; }

/* Layout */

body {
	padding: 10px 0px 40px;
	text-align: center;
	background-image: url('../../images/ring_bg.gif');
	}
div#container {
	margin: 0px auto;
	width: 890px;
	padding: 5px 5px; /*originally 5, 20 */
	text-align: left;
	background-color:#FFFFFF
}

#pachinko-logo {
	background-image: url('../../images/logo_top.png');
	display: block;
	height: 90px;
	width: 100px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	border-bottom: 0px;
	background-color:#FFFFFF
}

.noUnder { border: 0px; color: #999; border-bottom: 0px solid #ccc; }

.col {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.col .col {
	margin: 0px;
}

.one {
	width: 60px;
	/*background-color: #990000;*/
}
.two {
	width: 140px;
	/*background-color: #FF6600;*/
}
.three {
	width: 220px;
	/*background-color: #FFFF00;*/
}
.four {
	width: 300px;
	/*background-color: #009900;*/
}
.five {
	width: 380px;
	/*background-color: #6666FF;*/
}
.six {
	width: 460px;
	/*background-color: #CC00FF;*/
}
.seven {
	width: 540px;
	/*background-color: #990066;*/
}
.eight {
	width: 620px;
}
.nine {
	width: 700px;
}
.ten {
	width: 780px;
}
.eleven {
	width: 860px;
}
.twelve {
	width: 940px;
}

p, h2 { margin: 0px 0px 5px; }

hr { display: block; clear: both; margin: 0px 0px 10px; padding: 0px; height: 0px; overflow: hidden; visibility: hidden; }
.col hr { margin: 0px 0px 15px; }

em.three { margin: 0px 0px 0px 0px; }

div#navigation { margin: -30px 0px 0px 20px; }
div#navigation ul { list-style: none; padding: 0px 20px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 8px; }
div#navigation ul li.selected { color: #999; text-indent: -1.2em; }
div#navigation ul li.selected a { border: 0px; color: #999; border-bottom: 1px solid #ccc; cursor: default; }
div#navigation ul li em { display: block; margin: 30px 0px 0px; }

div#content { margin: 20px 0px 0px 20px; }

div#media { clear: both; padding: 30px 0px 0px 60px; }
div.media { margin: 0px 0px 10px; }
div.home div#media { padding: 0px 0px 0px 60px; }
div.description div#media { padding: 0px 0px 0px 0px; }
p#gallery-count, div#gallery-navigation { display: none; }

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

p#footer {
	display: inline;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
}
p#footer em { display: block; }

a.atom-rss { margin: 0px 0px 0px 6px; padding: 1px 2px 0px; font-size: 0.93em; letter-spacing: 0.08em; background: #ddd; }

/* 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; }

