/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:70px;}
.span-2 {width:150px;}
.span-3 {width:230px;}
.span-4 {width:310px;}
.span-5 {width:390px;}
.span-6 {width:470px;}
.span-7 {width:550px;}
.span-8 {width:630px;}
.span-9 {width:710px;}
.span-10 {width:790px;}
.span-11 {width:870px;}
.span-12 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:58px;}
input.span-2, textarea.span-2 {width:138px;}
input.span-3, textarea.span-3 {width:218px;}
input.span-4, textarea.span-4 {width:298px;}
input.span-5, textarea.span-5 {width:378px;}
input.span-6, textarea.span-6 {width:458px;}
input.span-7, textarea.span-7 {width:538px;}
input.span-8, textarea.span-8 {width:618px;}
input.span-9, textarea.span-9 {width:698px;}
input.span-10, textarea.span-10 {width:778px;}
input.span-11, textarea.span-11 {width:858px;}
input.span-12, textarea.span-12 {width:938px;}
.append-1 {padding-right:80px;}
.append-2 {padding-right:160px;}
.append-3 {padding-right:240px;}
.append-4 {padding-right:320px;}
.append-5 {padding-right:400px;}
.append-6 {padding-right:480px;}
.append-7 {padding-right:560px;}
.append-8 {padding-right:640px;}
.append-9 {padding-right:720px;}
.append-10 {padding-right:800px;}
.append-11 {padding-right:880px;}
.prepend-1 {padding-left:80px;}
.prepend-2 {padding-left:160px;}
.prepend-3 {padding-left:240px;}
.prepend-4 {padding-left:320px;}
.prepend-5 {padding-left:400px;}
.prepend-6 {padding-left:480px;}
.prepend-7 {padding-left:560px;}
.prepend-8 {padding-left:640px;}
.prepend-9 {padding-left:720px;}
.prepend-10 {padding-left:800px;}
.prepend-11 {padding-left:880px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
.colborder {padding-right:44px;margin-right:45px;border-right:1px solid #eee;}
.pull-1 {margin-left:-80px;}
.pull-2 {margin-left:-160px;}
.pull-3 {margin-left:-240px;}
.pull-4 {margin-left:-320px;}
.pull-5 {margin-left:-400px;}
.pull-6 {margin-left:-480px;}
.pull-7 {margin-left:-560px;}
.pull-8 {margin-left:-640px;}
.pull-9 {margin-left:-720px;}
.pull-10 {margin-left:-800px;}
.pull-11 {margin-left:-880px;}
.pull-12 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {float:left;position:relative;}
.push-1 {margin:0 -80px 1.5em 80px;}
.push-2 {margin:0 -160px 1.5em 160px;}
.push-3 {margin:0 -240px 1.5em 240px;}
.push-4 {margin:0 -320px 1.5em 320px;}
.push-5 {margin:0 -400px 1.5em 400px;}
.push-6 {margin:0 -480px 1.5em 480px;}
.push-7 {margin:0 -560px 1.5em 560px;}
.push-8 {margin:0 -640px 1.5em 640px;}
.push-9 {margin:0 -720px 1.5em 720px;}
.push-10 {margin:0 -800px 1.5em 800px;}
.push-11 {margin:0 -880px 1.5em 880px;}
.push-12 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* debut.css */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {margin:0;text-align:left;}
.container {width:960px;text-align:left;margin:0 20px;}
.showgrid {background:url(/img/grid.png);}
.span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-12, div.span-12 {width:960px;margin-right:0;clear:right;}
.span-12-cap {width:950px;margin-right:10px;clear:right;}
body {font-size:14px;line-height:14px;color:#fff;background:#000;font-family:"Lucida Grande", Lucida, Verdana, sans-serif;}
p, div, section, article {font-size:11px;line-height:14px;}
p {margin:0 0 14px 0;}
ul {padding-left:0;font-size:11px;line-height:14px;margin:0 0 14px 20px;list-style-position:outside;}
ol {padding-left:0;}
a, a:link, a:visited {color:#3ac9fc;text-decoration:none;-webkit-transition:color .2s ease-out;-moz-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;}
a:hover {color:#4bcefc;text-decoration:underline;}
a:active {color:#56d2ff;}
a, a:active, a:focus {outline:0;}
a img {display:block;}
p.download, p.share {display:block;height:42px;background:#121212;font-family:Helvetica-Neue-Light, "Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:14px;line-height:28px;color:#fff;}
p.download a, p.share a {color:#fff;background:#121212;display:block;padding:7px 0 7px 5px;background-image:url(/img/pdf.png);background-repeat:no-repeat;background-position:115px 50%;text-indent:0px;}
p.share a {background-image:url(/img/share.png);}
p.download a:hover, p.share a:hover {background-color:#242424;text-decoration:none;}
p.download a:active, p.share a:active {background-color:#666;}
p.download a.active, p.share a.active {background-color:#3ac9fc;}
h1 {font-family:Helvetica, Arial, sans-serif;color:#fff;margin:0 0 13px 0;font-size:16px;line-height:28px;border-bottom:1px solid white;}
h2, h3, h4 {font-family:"Lucida Grande", Ludica, Verdana, sans-serif;color:#fff;}
h2 {font-size:14px;line-height:14px;margin-bottom:14px;}
h3 {font-size:12px;font-weight:700;line-height:14px;margin-bottom:14px;}
h4 {font-size:10px;font-weight:700;line-height:14px;margin-bottom:14px;}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited {color:#fff;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {color:#fff;text-decoration:none;}
h1.strap {margin:14px 10px 13px 0;}
ul#logos {float:right;padding:0;margin:0;list-style:none
;}
ul#logos li {float:left;font-size:1px;line-height:1px;background-repeat:no-repeat;text-indent:-5000px;margin:0;padding:0;border:none;height:112px;width:160px;}
ul#logos li a {display:block;height:100%;width:100%;}
ul#logos li a:link, ul#logos li a:active, ul#logos li a:visited, ul#logos li a:hover, ul#logos li a:focus {color:transparent;background:transparent;outline:0;}
ul#logos li#debut {background-image:url(/img/logo-debut.png);}
ul#logos li#coningsby {background-image:url(/img/logo-coningsby.png);}
div#strap {width:310px;float:right;margin:9px 10px -42px 0;position:relative;top:2 px;}
div#strap p, div#strap ul {font-family:Helvetica, Arial, sans-serif;color:#fff;margin:0;font-size:12px;line-height:14px;text-align:center;}
header nav {float:left;margin-bottom:2.4em;}
header nav ul {padding:0;margin:0;}
header nav ul.main li {float:left;list-style:none;display:block;font-size:1px;line-height:1px;height:84px;width:159px;background-color:#121212;background-repeat:no-repeat;text-indent:-5000px;border:1px solid black;border-width:0 1px 1px 0;}
header nav ul.main li a, header nav ul.main li a:link, header nav ul.main li a:visited {display:block;width:100%;height:100%;background-color:#121212;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
header nav ul.main li a:hover {background-color:#242424;}
header nav ul.main li a:active {background-color:#666;}
header nav ul.main li.here a {background-color:#242424;}
header nav ul.main li#nav-illustration a {background-image:url(/img/nav-illustration.png);}
header nav ul.main li#nav-motion a {background-image:url(/img/nav-motion.png);}
header nav ul.main li#nav-design a {background-image:url(/img/nav-design.png);}
header nav ul.main li#nav-shop a {background-image:url(/img/nav-shop.png);}
header nav div.sub {position:relative;background-color:#121212;height:28px;}
header nav div #nav-search {width:315px;float:left;padding:4px 0 4px 4px;border-right:1px solid #000;}
header nav div#nav-search input {-webkit-appearance:textfield;background:#000;border:none;border-bottom:1px solid #999;margin:0;width:290px;margin-right:4px;font-size:14px;color:#fff;font-family:Helvetica, Arial, sans-serif;float:left;outline:none;}
header nav div#nav-search input:focus {border-color:#3ac9fc;}
header nav div#nav-search button {display:block;width:16px;height:16px;text-indent:-5000px;background:transparent url(/img/search-icon.png) no-repeat;border:none;}
header nav div#nav-tag {width:159px;float:left;font-size:14px;line-height:28px;color:#fff;font-family:Helvetica, Arial, sans-serif;border-right:1px solid #000;}
header nav div#nav-tag a, header nav div#nav-tag a:link {display:block;text-indent:10px;width:100%;height:100%;color:#fff;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
header nav div#nav-tag a:hover {background-color:#242424;text-decoration:none;}
header nav div#account-status {font-family:"Lucida Grande", Lucida, Verdana, sans-serif;font-size:14px;width:150px;float:left;}
header nav div#account-status a, header nav div#account-status a:link {line-height:16px;text-decoration:none;background:transparent url(/img/login-arrow.png) no-repeat 100% 0;padding-right:25px;color:#999;}
div#account-status {font-size:14px;line-height:28px;padding-left:10px;background:#121212;}
div#account-status label {width:70px;margin-right:10px;font-size:1em;}
div#account-box {position:absolute;left:320px;top:28px;width:300px;padding:10px;background-color:#242424;overflow:hidden;}
div#account-box label {display:block;width:80px;float:left;}
div#account-box input {background-color:#000;width:200px;}
div#account-box button {margin-left:80px;}
nav#admin {float:left;}
nav#admin ul {padding:0;margin:0;position:relative;}
nav#admin ul.main-nav li {float:left;list-style:none;display:block;height:83px;width:159px;border-bottom:1px solid black;border-right:1px solid black;background-color:#121212;font-family:Helvetica-Neue-Light, "Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:16px;line-height:28px;color:#fff;}
nav#admin ul.main-nav li a, nav#admin ul.main-nav li a:link, nav#admin ul.main-nav li a:visited {color:#fff;background:#121212;display:block;padding:42px 0 13px 10px;width:149px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
nav#admin ul.main-nav li a:hover {background-color:#242424;text-decoration:none;}
nav#admin ul.main-nav li a:active {background-color:#666;}
nav#admin ul.main-nav li.here a {background-color:#242424;}
nav#admin ul.sub-nav li {float:left;list-style:none;display:block;height:24px;width:159px;border-bottom:1px solid black;border-right:1px solid black;background-color:#121212;font-size:14px;line-height:28px;color:#fff;font-family:Helvetica, Arial, sans-serif;border-right:1px solid #000;}
nav#admin ul.sub-nav li a, nav#admin ul.sub-nav li a:link, nav#admin ul.sub-nav li a:visited {color:#fff;background:#121212;display:block;padding-left:10px;width:149px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
nav#admin ul.sub-nav li a:hover {background-color:#242424;text-decoration:none;}
nav#admin ul.sub-nav li a:active {background-color:#666;}
nav#admin ul.sub-nav li.here a {background-color:#242424;}
.container > footer {border:1px solid #fff;border-width:1px 0 0 0;font-size:10px;margin:13px 10px 0 0;width:100%;}
.container > footer a {color:#fff;}
.container > footer a:hover {text-decoration:none;}
footer ul.links {list-style:none;margin:0;padding:0;float:left;}
footer ul.links li {display:block;width:70px;float:left;margin-right:10px;}
footer ul.links li.wide {width:150px;}
footer ul.contact {list-style:none;margin:0;padding:0;float:left;}
footer ul.contact li {display:block;width:150px;float:left;margin-right:10px;}
footer ul.contact li.last {margin-right:0;}
.small {color:#999;font-size:9px;line-height:14px;}
ul.tabs {padding:0;margin:0 0 13px 0;border-bottom:1px solid #242424;overflow:hidden;clear:both;}
ul.tabs.strap {margin-right:10px;}
ul.tabs li {float:left;list-style:none;display:block;width:159px;height:42px;border-right:1px solid black;background:#121212;font-family:Helvetica-Neue-Light, "Helvetica Neue", Arial, sans-serif;font-weight:300;font-size:14px;line-height:28px;color:#fff;}
ul.tabs li.last {width:150px;border-right:none;}
ul.tabs li a, ul.tabs li.ui-tabs-unselect a {color:#fff;background:#121212;display:block;padding:7px 0 7px 10px;width:149px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
ul.tabs a:hover {background:#242424;text-decoration:none;}
ul.tabs a:active {background:#666;}
ul.tabs li.here a, ul.tabs li.ui-tabs-selected a {background:#242424;}
ul.tabs li.last {width:149px;}
ul.tabs li.last a {width:139px;}
ul.tabs li.special {float:right;}
ul.tabs li.drop-target li, ul.tabs li.bin li {position:absolute;top:0;}
section[role="main"] > header ul.tabs {margin-top:13px;}
section[role="main"] > header ul.tabs li {width:auto;min-width:159px
;}
section[role="main"] > header ul.tabs li.last {min-width:149px;width:149px
;}
section[role="main"] > header ul.tabs li a {width:auto;padding-right:10px
;}
.ui-tabs-hide {display:none;}
ul.pagination {padding:0;margin:0 0 14px 0;}
ul.pagination li {float:left;list-style:none;display:block;font-size:11px;line-height:26px;margin-right:5px;border:1px solid #666;}
ul.pagination li span {padding:0 10px;display:block;}
ul.pagination li span.off {color:#666;}
ul.pagination li span.current {color:#fff;background:#242424;}
ul.pagination li.hide {display:block;border-color:#000;}
ul.pagination li a {display:block;background:#121212;color:#fff;padding:0 10px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
ul.pagination li a.off {color:#666;background:#000;}
ul.pagination li a.here {color:#fff;background:#242424;}
ul.pagination li a:hover {text-decoration:none;background:#242424;}
ul.pagination li.last {margin-right:none;}
ul.pagination.sig {float:left;}
ul.tag-list {padding:0;margin:0 0 14px 0;}
ul.tag-list li {list-style:none;display:block;float:left;line-height:14px;font-size:12px;margin:3px 5px 3px 0;border-style:solid;border-width:1px;position:relative;}
ul.tag-list .on {background:#242424;}
ul.tag-list li a {padding:3px 5px;display:block;color:#fff;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;}
ul.tag-list li.on a {text-shadow:0 1px 0px rgba(0,0,0,0.5)
;}
ul.tag-list li a:hover {text-decoration:none;text-shadow:0 1px 0px rgba(0,0,0,0.5);}
ul.tag-list.admin li a {float:left;}
ul.tag-list.admin li a.delete {display:none;}
#tag-browser div {background:#242424;}
#tag-browser div h3 {background:#121212;padding:5px 7px;margin:0 0 7px 8;}
#tag-browser div ul {margin:0 5px;}
#tag-browser div.add-tag {background:#121212;padding-left:5px;}
#tag-browser div.add-tag input.button {font-size:12px;line-height:20px;height:20px;margin:4px 0 4px 10px;}
li.usertag {background-color:#655800;border-color:#fd0;}
li.usertag a:hover, li.usertag.on, .usercat {background-color:#fd0;}
div.tag-search {padding:7px 5px;}
div.tag-search:hover {background-color:#242424;}
div.tag-search ul.tag-list {margin:0;}
div#image-display {margin:0 0 14px 0;}
ul.article-list {padding:0;margin:0 0 14px 0;}
ul.article-list li {list-style:none;font-size:11px;line-height:14px;}
ul.article-list li a {display:block;color:#fff;}
ul.article-list li time.date {color:#999;font-size:10px;line-height:14px;}
ul.archive.year li {font-size:12px;line-height:27px;border-bottom:1px solid #242424;}
ul.archive.year li a:hover {text-decoration:none;}
ul.archive.month {border-top:1px solid #242424;text-indent:10px;margin:0;}
ul.archive.month li {font-weight:normal;font-size:11px;line-height:14px;margin:7px 0;}
.faq-questions {margin:0 0 14px 0;}
.faq-questions li {font-size:11px;line-height:27px;border-top:1px solid #000;list-style-position:inside;background:#121212;}
ul.faq-questions li {list-style:none;}
.faq-questions li a {display:block;}
ul.faq-questions li a {padding:0 5px 0 10px;}
.faq-questions li a:hover {background:#242424;text-decoration:none;}
.faq-answers {margin:0;}
.faq-answers li {list-style:none;font-size:11px;margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid #fff;list-style-position:inside;}
.faq-answers li a:hover {text-decoration:none;}
ul.gallery {padding:0;margin:0;}
ul.gallery li {list-style:none;display:block;float:left;margin:0 10px 14px 0;}
ul.gallery li.last {margin-right:0px;}
ul.gallery li.small {width:150px;}
ul.gallery#collection-drop {min-height:112px;}
ul.filmstrip li {width:150px;height:112px;overflow:hidden;}
div#video-display {position:relative;overflow:hidden;}
div.video-controls {width:100%;height:50px;background:#121212;position:absolute;bottom:-50px;}
div.video-controls button.play, div.video-controls button.pause {display:block;width:69px;height:50px;border-right:1px solid black;font-size:1px;text-indent:-5000px;background-image:url(/img/video-play.png);background-repeat:no-repeat;background-position:50% 50%;position:absolute;left:0;top:0;}
div.video-controls button.pause {background-image:url(/img/video-pause.png);}
div.video-controls button.mute, div.video-controls button.unmute {display:block;width:49px;height:50px;border-left:1px solid black;font-size:1px;text-indent:-5000px;background-image:url(/img/video-mute.png);background-repeat:no-repeat;background-position:50% 50%;position:absolute;right:0;top:0;}
div.video-controls button.unmute {background-image:url(/img/video-unmute.png);}
div.video-controls div.scrub-container {position:relative;height:24px;border-bottom:1px solid #000;margin:0 50px 0 70px;background-color:#121212;}
div.video-controls a.scrub-handle {display:block;width:100%;height:100%;}
div.video-controls div.scrub-buffer {position:absolute;width:75%;height:100%;background-color:#242424;}
div.video-controls div.scrub-position {position:absolute;width:25%;height:100%;background-color:#464646;}
div.video-controls div.time-elapsed, div.video-controls div.time-total {position:absolute;top:25px;left:70px;font-family:Helvetica, Helvetica-Neue, Arial, sans-serif;text-align:left;font-size:16px;line-height:25px;margin:0 5px;}
div.video-controls div.time-total {left:auto;right:50px;}
div#project-gallery-display {position:relative;}
div#project-gallery-display div.project-image {position:absolute;overflow:hidden;}
div#project-gallery-display div.gallery-overlay {position:absolute;bottom:-28px;width:100%;height:28px;background-color:#000;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);}
div#project-gallery-display div.gallery-overlay h3 {margin-left:10px;line-height:28px;}
.viewport {overflow:hidden;position:relative;}
.wrapper {position:relative;}
.wrapper ul {float:left;}
ul.overlay_icons {position:absolute;float:left;margin:0;padding:2px;background-color:#000;opacity:0.8;-moz-opacity:0.8;filter:alpha(opacity=80);display:none;z-index:1000;}
ul.overlay_icons li {list-style:none;display:block;float:left;height:24px;margin:0 5px 0 0;padding:0;text-indent:24px;line-height:24px;}
ul.overlay_icons li a {display:block;background-repeat:no-repeat;background-position:0 0;height:100%;width:100%;color:#fff;}
ul.overlay_icons li a:hover {background-position:0 -24px;text-decoration:none;}
ul.overlay_icons li.delete a {background-image:url(/img/close-icon.png);}
ul.overlay_icons li.add a {background-image:url(/img/add-icon.png);}
.signature {float:right;margin-right:10px;}
ul.image-admin {padding:0;margin:0;}
ul.image-admin li {list-style:none;display:block;float:none;margin:0;text-align:center;line-height:28px;font-size:12px;color:#000;font-weight:700;}
ul.image-admin li a {display:block;height:100%;width:100%;color:#000;font-weight:700;}
ul.image-admin.public {background:#ADE8FD;background-image:url(/img/public.png);}
ul.image-admin.private {background:#ffb4b4 url(/img/private.png);}
.drop-hover {background:#56747f;}
.drop-active {background:#3ac9fc;}
.bin-hover {background:#ffb4b4;}
.bin-active {background:#f00;}
ul.admin-list {list-style:none;margin:0;}
ul.admin-list li {border-bottom:1px solid #fff;margin-bottom:14px;padding-bottom:13px;}
ul.admin-list li img {float:left;margin-right:10px;}
ul.admin-list div.public, ul.admin-list div.private {text-align:center;line-height:28px;font-size:12px;color:#000;font-weight:700;margin-bottom:14px;}
ul.admin-list div.public a, ul.admin-list div.private a {color:#000;}
div.article, article.entry {border-bottom:1px solid #fff;margin-bottom:13px;}
article > time {font-size:12px;font-weight:700;line-height:14px;margin-bottom:14px;display:block;}
ul.info {margin:0 0 1em 0;list-style:none;height:14px;}
ul.info li {display:inline;font-size:11px;line-height:14px;}
ul.info li:after {content:" |";}
ul.info li.last:after {content:"";}
ul.info li a {color:#999;font-weight:700;}
ol.additions {list-style:none;margin:0;}
ol.additions li {border-bottom:1px solid #fff;margin-bottom:14px;padding-bottom:13px;}
ol.additions li img {float:left;margin-right:10px;}
ul.user-list {margin:0 0 1em 0;list-style:none;}
ul.user-list li {font-size:11px;background:#121212;line-height:27px;border-bottom:1px solid #000;}
ul.user-list li a {padding:0 0 0 5px;display:block;color:#fff;}
ul.user-list li a:hover {background:#242424;text-decoration:none;}
ul.user-list li table th {width:150px;}
input.approve {float:left;margin:0 10px;}
span.email {color:#999;}
ul.mail-list {margin:0 0 1em 0;list-style:none;}
ul.mail-list li {font-size:11px;background:#121212;line-height:27px;border-bottom:1px solid #000;}
ul.mail-list li a {padding:0 0 0 5px;display:block;color:#fff;}
ul.mail-list li a:hover {background:#242424;text-decoration:none;}
ul.mail-list li a span {display:block;float:left;}
ul.mail-list li a span.title {width:60%;}
ul.mail-list li a time.date {width:20%;color:#999;}
ul.mail-list li a span.status {width:20%;}
span.pending {color:#117f00;}
span.queued {color:#fa0;}
span.sent {color:#7f0000;}
div.status {font-family:Helvetica, 'Helvetica-Neue', Arial, sans-serif;padding:7px 0 7px;text-align:center;}
div.status p {font-size:20px;line-height:28px;color:#fff;font-weight:700;margin:0;}
div.status a {color:#fff;}
div.pending {background-color:#117f00;}
div.queued {background-color:#fa0;}
div.sent {background-color:#7f0000;}
p.alex-credit {background-image:url(/img/alex-alex.png);background-repeat:no-repeat;background-position:0 50%;margin:0;padding:7px 0;text-indent:42px;}
p.alex-credit a, p.alex-credit a:link {color:#fff;display:block;}
p.alex-credit a:hover {text-decoration:none;}
p.note {padding:7px 10px;margin:0;background:#121212;font-style:italic;}
.row {margin-bottom:14px;}
div.row label {margin-top:7px;margin-bottom:7px;}
label.heading {display:block;}
label, legend {font-size:12px;font-weight:700;}
fieldset {border:1px solid #B4AC9F;margin:0 10px 0 0;}
input, input[type=text], input[type=password] {background:#121212;color:#fff;border:none;border-bottom:1px solid #999;margin:4px 0 3px 0;height:20px;outline:none;}
input:focus {border-color:#3ac9fc;}
input.admin {background:#fff;color:#000;border:none;padding:0 5px;margin:0;height:28px;}
input.required {background-color:#cbf6ff;}
input.upload {line-height:28px;background:#fff;color:#000;}
button, a.button, input.button {display:block;font-family:Helvetica, 'Helvetica-Neue', Arial, sans-serif;font-size:16px;line-height:28px;font-weight:300;color:#fff;background-color:#242424;border:none;text-align:center;margin:0;padding:0;height:28px;-webkit-transition:background-colour .2s ease-out;-moz-transition:background-colour .2s ease-out;-o-transition:background-colour .2s ease-out;transition:background-colour .2s ease-out;}
button:hover, a.button:hover, input.button:hover {background-color:#363636;cursor:pointer;}
button:hover, a.button:hover {text-decoration:none;}
button.delete, input.button.delete {background-color:#650000;float:right;}
button.delete:hover, input.button.delete:hover {background-color:#F00;}
textarea {padding:0!important;margin:0;}
textarea.small-input {height:140px;}
textarea.large-input {height:280px;}
textarea.span-6 {width:468px;}
input.admin.span-1 {width:60px;}
input.admin.span-2 {width:140px;}
input.admin.span-3 {width:220px;}
input.admin.span-4 {width:300px;}
input.admin.span-5 {width:380px;}
input.admin.span-6 {width:460px;}
input.admin.span-7 {width:540px;}
input.admin.span-8 {width:620px;}
input.admin.span-9 {width:700px;}
input.admin.span-10 {width:780px;}
input.admin.span-11 {width:860px;}
input.admin.span-12 {width:950px;margin:0;}
.ui-resizable-knob {border:1px #fff dashed;}
#resizeme_containment_wrap_image {position:relative;}
#resizeme_containment_div {position:absolute;top:0px;left:0px;width:230px;height:168px;}
#resizeme_containment_div_wrapper {position:relative;}
div.publish-state {padding:7px 0;text-align:center;}
div.publish-state p {font-family:Helvetica, 'Helvetica-Neue', Arial, sans-serif;font-size:24px;line-height:28px;color:#000;font-weight:300;margin:0;}
div.publish-state a {color:#000;text-shadow:0 1px rgba(255,255,255,0.5);}
div.public {background:#ADE8FD;background-image:url(/img/public.png);}
div.private {background:#FCB2B2;background-image:url(/img/private.png);}
select.publish-state {display:inline;padding:0;margin:0 0 0 5px;}
div.media-status {padding:7px 0;text-align:center;clear:both;margin-bottom:1em;}
div.media-status p {display:inline;font-family:Helvetica, 'Helvetica-Neue', Arial, sans-serif;font-size:24px;line-height:28px;text-shadow:0 -1px rgba(0,0,0,0.5);color:#fff;font-weight:300;margin:0;padding:0 0 0 30px;background:transparent url(/img/wait2.gif) no-repeat 0 50%;}
div.media-status.processing {background-color:#fa0;}
div.media-status.success {border:none;background-color:#117f00;}
div.media-status.success p {background-image:url(/img/success.png);}
div.media-status.error {border:none;background-color:#7f0000;}
div.media-status.error p {background-image:url(/img/error.png);}
table, tbody {padding:0;margin:0;font-size:11px;}
th, td {padding:7px 0 7px 10px;}
th {background:#121212;font-size:12px;}
td {background:#242424;font-size:11px;padding-bottom:6px;border-bottom:1px solid #121212;}
#dialog {display:none;position:fixed;top:25%;left:50%;margin-left:-150px;width:310px;padding:0 0 14px 10px;background-color:#242424;border:1px solid #242424;}
#dialog h2 {background:#121212;font-weight:700;padding:7px 10px;margin-left:-10px;}
#dialog p {margin:0 0 14px 0;background-image:none;padding:0;font-size:14px;line-height:14px;font-family:"Lucida Grande", Lucida, Verdana, sans-serif;text-align:left;display:block;}
#dialog input, #dialog button {background-color:#666;}
#dialog.error {text-align:;}
.jqmOverlay {background-color:#000;}
* html .jqmWindow {position:absolute;top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');}
#file_browser {background:#fff;padding:10px;}
#file_browser.span-6 {width:450px;}
ul.jqueryFileTree {font-size:11px;line-height:18px;padding:0px;margin:0px;}
ul.jqueryFileTree li {list-style:none;padding:0px;padding-left:20px;margin:0px;white-space:nowrap;}
ul.jqueryFileTree a {color:#333;text-decoration:none;display:block;padding:0px 2px;}
ul.jqueryFileTree a:hover {background:#BDF;}
ul.jqueryFileTree a.selected {background:#2692ff;color:#fff;}
.jqueryFileTree li.directory {background:url(/img/directory.png) left top no-repeat;}
.jqueryFileTree li.expanded {background:url(/img/folder_open.png) left top no-repeat;}
.jqueryFileTree li.file {background:url(/img/file.png) left top no-repeat;}
.jqueryFileTree li.wait {background:url(/img/spinner.gif) left top no-repeat;}
.jqueryFileTree li.ext_bmp {background:url(/img/picture.png) left top no-repeat;}
.jqueryFileTree li.ext_gif {background:url(/img/picture.png) left top no-repeat;}
.jqueryFileTree li.ext_jpg {background:url(/img/picture.png) left top no-repeat;}
.jqueryFileTree li.ext_jpeg {background:url(/img/picture.png) left top no-repeat;}
.jqueryFileTree li.ext_png {background:url(/img/picture.png) left top no-repeat;}
.jqueryFileTree li.ext_psd {background:url(/img/psd.png) left top no-repeat;}
.jqueryFileTree li.ext_tiff {background:url(/img/picture.png) left top no-repeat;}
.message, .error, .warning {padding:7px 0;margin:0 0 14px 0;text-align:center;clear:both;}
.message p, .error p, .warning p {display:inline;font-family:Helvetica, 'Helvetica-Neue', Arial, sans-serif;font-size:24px;line-height:28px;text-shadow:0 -1px rgba(0,0,0,0.5);color:#fff;font-weight:300;margin:0;padding:0 0 0 30px;background:transparent url(/img/wait2.gif) no-repeat 0 50%;}
.message {background-color:#117f00;}
.message p {background-image:url(/img/success.png);}
.error {border:none;background-color:#7f0000;}
.error p {background-image:url(/img/error.png);display:block;}
.warning {background-color:#fa0;}
.warning p {background-image:url(/img/warning.png);}
div.form-errors {padding:7px;margin:0 0 14px 0;text-align:left;clear:both;background-color:#7f0000;}
.validation.error {padding:7px;}
.validation.error p {font-size:12px;line-height:14px;font-family:"Lucida Grande", Lucida, Verdana, sans-serif;text-align:left;background-image:none;margin:0;padding:0;}
#twitter {margin-bottom:14px;}
#twit-container {overflow:hidden;margin-bottom:14px;}
#twitter .tweet {margin-bottom:14px;}
#twitter .tweet p {padding-bottom:7px;border-bottom:1px solid #999;margin-bottom:6px;}
#twitter .tweet time.date {color:#999;}
ul#twitter-controls {list-style:none;margin:0;padding:0;float:right;position:relative;top:-28px;}
ul#twitter-controls li {display:block;float:left;width:14px;height:14px;font-size:1px;line-height:1px;text-indent:-5000px;}
ul#twitter-controls li a, ul#twitter-controls li a:link {display:block;width:100%;height:100%;background:#999 url(/img/twitter-arrow-up.png) no-repeat;}
ul#twitter-controls li.prev {margin-right:5px;}
ul#twitter-controls li.next a {background-image:url(/img/twitter-arrow-down.png);}
ul#socialise {list-style:none;margin:0;padding-top:12px;padding-left:100px;height:56px;background:transparent url(/img/twitter-bird.png) no-repeat 0 0;}
ul#socialise li {display:block;height:28px;line-height:28px;}
ul#socialise li a {display:block;color:#fff;background:transparent url(/img/twitter-logo.png) no-repeat 0 50%;padding-left:26px;}
ul#socialise li#facebook-fan a {background-image:url(/img/facebook-logo.png);}
ul.flickr-gallery {list-style:none;margin:0 0 10px;width:312px
;}
ul.flickr-gallery li {float:left;margin:0 3px 3px 0;}
ul.flickr-gallery li:nth-child(4n) {margin:0 0px 3px 0;}
.span-6 ul.gallery {width:480px
;}
.span-6 ul.gallery li:nth-child(3n) {margin-right:0;}
ul.datalist {background:#CBF6FF;color:#000;padding:2px;}
input + .publish-state, form + .publish-state {margin:0 0 13px !important;}
ul#still-edit {padding:0;margin:13px 0;}
ul#still-edit li {text-align:center;line-height:28px;font-size:12px;color:#000;font-weight:300;background:#121212;}
ul#still-edit li a {display:block;height:100%;width:100%;color:#fff;}
ul#still-edit li a:hover {background-color:#242424;text-decoration:none;}
ul#still-edit li.on {background-color:#ADE8FD;}
ul#still-edit li.on a {color:#000;background:#ADE8FD;}
