@charset "iso-8859-1";

/* CORE */
* {margin:0; padding:0; border:0; list-style:none;}
html {overflow-y:scroll;}
html, body {height:100%; width:100%;}
body {vertical-align:text-top; text-align:center; color:#000; background-color:#fff;}
body {font-family:'Open Sans', Calibri, Arial, Helvetica, sans-serif; font-weight:400;}
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li, pre, table, input, select, th, td {font-size:1em;}  
img {display:block; -ms-interpolation-mode:bicubic; max-width:100%;}
hr {color:#000000; border:solid 1px;}
tt, pre {font-family:Consolas, monospace; font-size:1em;}
strong, b {font-weight:bold;}
a:hover img {border:0;}

.hide {display:none; width:0; height:0;}
p.nospace {margin-bottom:0em !important;}
ul.nospace {margin-top:0em !important;}
.indent {margin-left:1.3em;}
.hide {display:none;}

/* --------- */
/* clearfix  */
/* --------- */
.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}


/* ------------ */
/* POPUP IMAGES */
/* ------------ */
.imagepop {
	position:relative;
	text-align:right;
	float:right;
	margin-top:-25px;
	margin-right:-25px;
	width:200px;
	border:0;
	z-index:10;
}
.imagepop a {
	display:block;
	right:0;
	top:0;
	width:50px;
	height:50px;
	text-decoration:none;
	text-align:right;
	float:right;
	border:solid 1px #333;
}
.imagepop a:hover {
	color:#000;
	background-color:#fff;
}
.imagepop .popup {
	position:absolute;
	left:0; top:0; width:0; height:0;
	border:0;
}
.imagepop a:hover .popup {
	left:0px;
	top:0px;
	width:200px;
	border:solid 1px #333;
}
.imagepop a:hover .size50 {height:200px;}
.imagepop a:hover .size100 {height:400px;}
.imagepop a:hover .size150 {height:600px;}


/* ----------------- */
/* TWO COLUMN LAYOUT */
/* ----------------- */
#page {
	position:relative;
	float:left;
	margin:0 auto;
	width:100%; 
	padding-top:60px;
}
#banner, #sidebar {
	position:absolute;
	overflow:auto;
	top:0;
	left:0;
}
body>#page>#banner, body>#page>#sidebar {position:fixed;}

#banner {
	width: 100%; 
	height: 60px;
	background: #000 url(banner.jpg) no-repeat 0 0;
	z-index: 500;
}
#banner a {
	margin: 0.5em auto auto 1em;
	display: block;
	width: 50px; 
	text-decoration: none;
	text-align: center;
	color: #000;
    text-transform: uppercase;
	border: solid 1px #000;
}
#banner a:hover  {
	background: #F2E40C;
}
#menubar {
	position: relative;
	float: right;
	margin-top: -20px;
	margin-right: 50px;
}
#menubar a {
	color: #fff;
	float: left;
	border-color: #fff;
}
#menubar a:hover  {
	color: #000; 
}

#sidebar {
	top:60px;
	width:280px; 
	height:100%; 
	border-right:dashed 1px #999;
	text-align:left;
}
#sidebar p, #sidebar h1 {padding: 0.5em 2em 0.5em 1em;}
#sidebar h1 {text-transform:uppercase;}
#toc, #smallprint {position:relative; float:left;}
#toc ul {margin:1em 0;}
#toc li {margin-left:1em; font-size:0.8em;}


.simple {
	text-align: left;
	left: 20px; 
	width: 400px; 
}
.simple p {
	padding: 0.3em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

.main {
	position: relative;
	clear: left;
	float: left;
	text-align: left;
	left: 320px; 
	width: 460px; 
	height: 100%; 
	margin-bottom:40px;
}
.wide {
	width: 660px; 
}
.main blockquote {
	margin-left: 2em;
	margin-right: 2em;
}
.main .lineup {
	margin-left: 2em;
	margin-right: 2em;
	font: 0.9em/1.3 Consolas, monospace; 
}
.main p {
	padding: 0em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.main h2 {
	margin-top: 1.6em;
	margin-bottom: 0.6em;
    text-transform: uppercase;
}
.main h3 {
	margin-top: -0.8em;
	color: #666;
    text-transform: lowercase;
}

.release {
	position: relative;
	margin-top: 3em;
	margin-bottom: 1em;
	font: 0.9em/1.3 Consolas, monospace; 
}
.release-frame {
	position: relative;
	margin-top: 5px;
	padding: 0 1em .5em 1em;
	background-color: #ddd;
	border: solid 1px #333;
}
a.release {
	background-color: #fff;
	border: solid 1px #333;
	padding: .5em;
	height: 26px;
}

/* ---------- */
/* chronology */
/* ---------- */
table.chronology th {
	background: #CECED0;
 	padding: 0.6em;
	text-align: right;
	font-weight: normal;
}
table.chronology td {
	background: #CECED0;
	text-align: left;
}
table.chronology a {
 	padding: 0.6em;
	display: block;
	text-decoration: none;
	border-bottom-style: none !important;
	color: #000;
	background: #CECED0;
}
table.chronology a:hover  {
	color: #000; 
	background: #F2E40C;
}


/* -------- */
/* box menu */
/* -------- */
ul.boxes li {
	float: left;
	clear: none;
	margin-left: 6px;
	margin-bottom: 4px;
}
ul.boxes a {
	display: block;
 	padding: 0.8em;
	text-decoration: none;
	text-align: left;
	border-bottom-style: none !important;
	color: #000;
	background: #CECED0;
}
ul.boxes a:hover  {
	color: #000; 
	background: #F2E40C;
}
ul.boxes a b {
    text-transform:uppercase;
}
ul.boxes li.clear {
	clear: left;
	margin-left:0px;
}

#menu ul.boxes li {
	width: 194px;
	border-top: 2px solid #000;
	margin-bottom: 20px;
}
#toc ul.boxes li {width: 216px;}
#toc ul.boxes a {padding: 0.4em;}



/* --------- */
/* home page */
/* --------- */
body#homepage {background:#ddd;}
#homepage #wrapper {
	position:relative;
	margin:40px auto 40px auto;
	width:800px;
}
#homepage #footer, #webdesign #footer {
	margin-top:100px;
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
}
#homepage h1, #webdesign h1 {
	margin-top:30px;
	font-weight:800;
	font-size:4.6em;
	text-transform:uppercase;
}
#homepage h1 {color:#fff;}
#homepage p {
	padding:0;
	margin:0 0 0.2em 1em;
	font-size:1em;
}
#homepage a {
	text-transform:uppercase;
	font-size:1em;
}

#webdesign p {color:#aaa; padding:5px; font-size:1em;}
#webdesign h1 {color:#ddd;}


/* ------- */
/* masonry */
/* ------- */
.container {
	background:#fff;
	padding:5px;
	margin:10px auto 20px auto;
	width:660px;
}
.brick {
	margin:5px;
	padding:5px;
	background:#ddd;
	float:left;
}
.container, .brick {
	border-radius:5px;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.brick img {
	display:block;
	width:100%;
}
.col1 {width:80px;}
.col2 {width:180px;}
.col3 {width:280px;}
.col4 {width:380px;}
.col5 {width:480px;}

.col1 img {max-width:80px;}
.col2 img {max-width:180px;}
.col3 img {max-width:280px;}
.col4 img {max-width:380px;}
.col5 img {max-width:480px;}


/* -------------- */
/* customisations */
/* -------------- */
p.sig {font-style: italic;}
.smallprint {font-size:0.8em;}

.main a.anchor {
	padding-top: 50px;
	margin-top: -50px;
}
img.icon {
	display: inline;
	width: 16px;
	height: 20px;
	vertical-align: middle;
}
#disco {
	background: #fff url(background.jpg) no-repeat 300px 100px;
	background-attachment: fixed;
}
#faq #footer, #bio #footer, #dily #footer {
	clear:left;
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#999;
	background-color:#000;
}
#faq h2 {margin-bottom:0;}
#faq h2+p {margin-top:0;}


