article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }

button, input, select, textarea { font-family: arial, sans-serif; font-weight: 400; color: #555; }

::-moz-selection { background: #ccc; color: #333; text-shadow: none; }
::selection { background: #ccc; color: #333; text-shadow: none; }

a img { border: 0; }

a { color: #666; cursor: pointer; }
a:visited { color: #666; }
a:hover { color: #999; }
a:focus { outline: thin dotted rgba(255,255,255,0.2); }

h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #ccc; margin-bottom: 0; margin-top: 0; clear: left; }
h1 { color: #fff; font-size: 2.4em; }
h2 { color: #fff; font-size: 2em; }
h3 { color: #fff; font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
h1 a, h2 a { color: #fff; }
h1 .sub, h2 .sub, h3 .sub, h4 .sub, h5 .sub { color: #999; font-size: 0.8em; margin-left: 0.5em; }

p { font-size: 1.2em; color: #999; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 400; color: #ddd; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: 400; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* -= Forms =- */
form { margin: 0; padding: 0; }
fieldset{ margin: 0 0 1em 0; padding: 0; border: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { font-weight: 400; color: #ccc; display: block; font-size: 1.1em; }
label span.sub { font-weight: 400; color: #999; font-size: 0.8em;  }
div.field { margin-bottom: 0.5em; float: left; clear: left; }
select { margin: 0; padding: 3px; }
input[type="search"] { -webkit-appearance: textfield; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
input.checkbox, input.submit, label { cursor: pointer; }

form.standard { float: left; margin-bottom: 2em; }
form.standard fieldset { padding: 1em 2em; margin: 0; }
form.standard div.field { clear: left; padding: 0 0 1em; }
form.standard label { display: block; cursor: pointer; }
form.standard h3 { padding-bottom: 0.2em; margin-bottom: 0; border-bottom: 1px solid #aaa; }
form.standard .ex { display: block; color: #999; }
form.standard .field.submit { float: right; padding-top: 1em; }
form.standard .field.submit input.submit { float: left; }
form.standard input.submit:hover { text-decoration: underline; }
form.standard input.submit,
form.standard a.submit { font-size: 1.2em; }
form.standard input.submit,
form.standard a.submit,
form.standard a.delete,
a.btn { color: #fff; border: none; cursor: pointer; padding: 0.24em 0.5em;
    font-weight: 400; border: 1px solid rgba(0,0,0,0.3); line-height: 1.1em;
    background: #006699; -webkit-border-radius: 5px; -moz-border-radius: 0.5em; border-radius: 0.5em;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.4); 
    position: relative;
}
form.standard a.delete { background-color: #a00; }
form.standard input.submit.disabled { background: #999; outline: none !important; }
form.standard input.submit.disabled:focus { outline: none !important; }

form.standard .field.submit .or { line-height: 2.5em; padding: 0 1em; }
form.standard .field.submit .cancel { line-height: 2.5em; }

form.standard .field.error input.text,
form.standard .field input.text.error { background: #fdd; border-color: #d99; color: #a33; }
form.standard .field.error label,
form.standard .field label.error { color: #a33; }
form.standard .field.f2up { float: left; }
form.standard .field.f2upl { float: left; clear: none; margin-left: 1em; }
form.standard .field .symbol { float: left; font-size: 1.3em; line-height: 1.5em; margin-right: 0.2em; }

form.standard input.text,
form.standard select,
form.standard textarea { width: 18.5em; padding: 3px; color: #333; border: 1px solid #ccc; background-color: #f3f3f3; padding: 3px; }
form.standard input.text:focus,
form.standard select:focus,
form.standard textarea:focus { color: #000; border-color: #aaa; background-color: #fff; }

/* -= Utils =- */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .cfx:before, .c:before, .clearfix:after, .cfx:after, .c:after { content: ""; display: table; }
.clearfix:after, .cfx:after, .c:after { clear: both; }
.clearfix, .cfx, .c { zoom: 1; }
.empty {  text-align: center; padding: 2em 0; font-size: 1.5em; background: #222; line-height: 1.2em; color: #999; font-weight: normal;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6); }

#page { clear: both; }

/* -= Modules =- */
.mod { }
.mod .hdr {  }
.mod .hdr h2 { margin: 0; }
.mod .bdy { }
.mod .bdy ul { margin: 0; }
.hdr h2 { float: left; color: #fff; font-size: 1em; line-height: 1.65em; height: 1.65em; padding: 0.05em 0.5em 0; background: #222; overflow: hidden; }

/* -= Layout =- */
.up1, .up2l, .up2r { float: left; width: 50%; }
.up1 { width: 100%; clear: both; }
.up2r { float: right; }
.up2r .col { margin-left: 5px; }
.up2l .col { margin-right: 5px; }

/* 4 col layout with wide right and left */
.up4wl { float: left; width: 50%; margin-bottom: 0.5em; clear: left; }
.up4wr { float: right; width: 50%; margin-bottom: 0.5em; }
.up4wwl { float: left; width: 75%; margin-bottom: 0.5em; }
.up4wwr { float: right; width: 75%; margin-bottom: 0.5em; }
.up4c1, .up4c2, .up4wwrl { float: left; width: 25%; margin-bottom: 0.5em; }
.up4c3, .up4c4, .up4wwlr { float: right; width: 25%; margin-bottom: 0.5em; }
.up4c1 .col, .up4c2 .col, .up4wl .col, .up4wwrl .col { margin-right: 5px; }
.up4c3 .col, .up4c4 .col, .up4wr .col, .up4wwlr .col { margin-left: 5px; }
.section-index h2 { }
.section-index h2 a { 
	display: block;
	color: #ccc;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding: 0.3em 0.6em;
	border-top: 1px solid #444; 
}
.section-index #header nav.primary { display: none; }
.section-index h2 { margin-top: 1em;  }
.section-index ul.projects { margin-bottom: 2em; }ul.projects { float: left; margin: 0; }
ul.projects li { float: left; padding: 0; list-style: none; }
ul.projects.dashboard li h3 { margin: 0.25em 0; color: #fff; text-align: center; position: absolute; bottom: 0.2em; left: 0.5em; right: 0.5em; padding: 0 0 0.1em 0; background: rgba(0,0,0,0.6);
	border-top: 2px solid rgba(0,0,0,0.2); }
ul.projects li a { width: 288px; display: block; padding: 0; overflow: hidden; padding: 0.8em 0.8em 0.8em; color: #ccc; position: relative; }
ul.projects li a:hover { background: #222; }
ul.projects img { width: 100%; }
ul.projects li p { width:280px; }

.section-portfolio #sidebar { float: right; margin-left: 20px; margin-bottom: 20px; }
.section-portfolio #sidebar h3 { color: #666; margin: 0.5em 0; }
.section-portfolio #sidebar h3 a { padding-left: 0; background: none; color: #666; }
.section-portfolio #sidebar ul { margin: 0.5em 0; list-style: none; }
.section-portfolio #sidebar ul li { padding: 0.1em 0 0.1em 19px; font-size: 1.2em; }
.section-portfolio #sidebar ul li a { background: none; }
.section-portfolio #sidebar ul li a:link, .section-portfolio #sidebar ul li a:visited { color: #999; }
.section-portfolio #sidebar ul li a:hover, .section-portfolio #sidebar ul li a:active { color: #fff; }
.section-portfolio #sidebar ul li { background: transparent url(/i/bullet.gif) no-repeat left center; }
.section-portfolio #sidebar ul li.active { background: transparent url(/i/bullet-o.gif) no-repeat left center; }
.section-portfolio #sidebar ul li.active a { color: #fff; }

.section-portfolio { }
.section-portfolio .title { padding-top: 0.8em; }
.section-portfolio .title h1 { float: left; }
.section-portfolio .title ul.nav { float: right; list-style: none; }
.section-portfolio .title ul.nav a { padding: 0 0.5em; margin-top: 0.5em; color: #999; }
.section-portfolio .title ul.nav a:hover { color: #eee; }

.section-portfolio .content { clear: left; padding-bottom: 40px; }
.section-portfolio .content a { color: #ccc; }
.section-portfolio .content p { clear: left; line-height: 1.45em; max-width: 100%; }
.section-portfolio .content h3 { margin-bottom: 0.24em; clear: left; }
.section-portfolio .content p.img a { padding: 0; margin: 0; background: none; }
.section-portfolio .content p.img img { max-width: 100%; }
.section-portfolio .content p.img.top img { max-width: 100	%; }
.section-portfolio .content ol { padding-left: 2em; }
.section-portfolio .content ol li { clear: left; margin-bottom: 0.5em; }
.section-portfolio .content ul li { clear: left; list-style: none; background: transparent url(/i/bullet.gif) no-repeat left 2px; padding-left: 19px; margin-bottom: 0.5em; }
.section-portfolio .content ul li h4 { margin-bottom: 0.3em; color: #ccc; }
.section-portfolio .content ul li img { float: left;  margin-right: 1em; }
.section-portfolio .content ul li p { line-height: 1.2em; clear: none; }
.section-portfolio .content ul li span.hi.proverb { color: #977633; }

.section-portfolio .content dl .ds { float: left; width:32%; margin-bottom: 1em; }
.section-portfolio .content dl { margin: 1em; }
.section-portfolio .content dl dt { margin: 0 1em 1em 0; border-bottom: 1px solid #666; float: none; display: block; width: auto; }
.section-portfolio .content dl dd { float: none; display: block; padding: 0; margin: 0; line-height: 1.4em; }
.section-portfolio .content dl ul { margin: 0; }
.section-portfolio .content dl ul li { margin: 0; }

.section-portfolio span.hi { color: #0cc; }
.section-portfolio span.hi2 { color: #cc0; }

.sub { color: #999; font-weight: normal; font-size: 11px; }

.beatport ul.projects {
    float: none; 
    margin: 0 0 30px;
}
.beatport ul.projects li {
    clear: none; 
    padding: 0;
    list-style: none;
    background: none;
    margin: 0 10px;
    height: 23em;
}
.beatport ul.projects li h3 {
    margin: 0;
    padding: 0.5em 0 0.24em;
    text-align: center;
}
.beatport ul.projects li a {
    border: none;
    padding: 0;
    background: none;
}
.beatport ul.projects li p {
    padding: 4px;
    margin: 0;
}
/* 320 */
@media (max-width: 479px) {
    .up2l, .up2r { width: 100%; }
    .up2r .col, .up2l .col { margin: 0; }
    .up4wl, .up4wr, .up4c1, .up4c2, .up4c3, .up4c4, .up4wwl, .up4wwr, .up4wwlr, .up4wwrl { width: 100%; }
    .up4c3 .col, .up4c4 .col, .up4wr .col, .up4wwlr .col { margin-left: 0; }
    .up4c1 .col, .up4c2 .col, .up4wl .col, .up4wwrl .col { margin-right: 0; }
	#header nav.primary { display: none; }
	p.img.top { max-width: 55%; }
}

/* 480 */
@media (min-width: 480px) and (max-width: 767px) {
    .up2l, .up2r, .up4wwl, .up4wwr, .up4wwlr, .up4wwrl { width: 100%; }
    .up2r .col, .up2l .col, .up4wwrl .col, .up4wwlr .col { margin: 0; }
    .up4wl, .up4wr { width: 100%; }
    .up4c1, .up4c2, .up4c3, .up4c4 { width: 50%; }
	#header nav.primary { display: none; }
	ul.projects li a, ul.projects li p { width: 210px; }
	p.img.top { max-width: 65%; }
}

/* 768 */
@media (min-width: 768px) and (max-width: 999px) {
    .up4wwl, .up4wwr { width: 100%; }
    .up4wl, .up4wr { width: 66%; }
    .up4c1, .up4c2, .up4c3, .up4c4, .up4wwlr, .up4wwrl { width: 33%; }
	ul.projects li a, ul.projects li p { width: 225px; }
	p.img.top { max-width: 75%; }
}

/* 1024 */
@media (min-width: 1000px) and (max-width: 1259px) {
	ul.projects { padding: 0 1em; }
}

/* 1280 */
@media (min-width: 1260px)/*  and (max-width: 1659px) */ {
}

@media (max-height: 300px) {}

/* 1680 
@media (min-width: 1660px) and (max-width: 1899px) {}*/

/* 1920 
@media (min-width: 1900px) {}*/

@media all and (orientation:landscape) {
    /* body { -webkit-text-size-adjust: none; } */
}

@media all and (orientation:portrait) {

}

/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
