html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-y: scroll;
}

h1, h2, h3, h4 {
    font-family: Gothic725TL-BlackA, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #111;
    font-weight: normal;
}

h1 {
    font-size: 6em;
}

h3 {
    font-size: 2.4em;
}

div.container {
    padding-top: 6em;
}

div.container > header {
    background-color: #dfdfdf;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
}

div.container > header > hgroup.container {
    padding: 1em 0;
}

header h1 {
    position: relative;
}

header h1 > a {
    color: inherit;
}

header h1 > a:hover {
    color: inherit;
    text-decoration: none;
}

header h1:hover:before {
    content: "«";
    color: inherit;
    position: absolute;
    left: -50px;
}

div.container > header > hgroup > h3 {
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    z-index: 10;
}

header h3 > a {
    /* color: inherit; */
    /* color: #ff2364; */
    color: #EC008C;
}

header h3 > a:hover {
    color: #EC008C;
    text-decoration: none;
}

header h3:hover > a:after {
  content: "»";
	position: absolute;
}
.artists h4 > a {
    color: inherit;
}

.artists h4:hover > a {
    border-bottom: 3px solid #ccc;
    text-decoration: none;
}

.page {
    min-height: 800px;
    padding-top: 0;
}

.page .bio section[class*="span"] {
    padding-top: 0;
}

#splash {
    padding-top: 6em;
    min-height: 300px;
}

.page > header > h2 {
    text-transform: none;
}

.row-fluid {
    margin: 1em 0;
}

.row-fluid ul li.span1 {
	text-align: center;
}

.page .row-fluid.artists ul {
	width: 100%;
}

#login_form {
    margin: 0 auto;
    width: 40%;
    text-align: center;
}
#login_form label {
    margin-top: 1em;
}

#login_form span:first-of-type {
	padding: 0;
}

#login_form span {
	clear: both;
	display: block;
	padding: 1em 0;
}

.row-fluid.artists li {
    text-align: center;
}

.right-pane {
	text-align: center;
}

.right-pane .caption {
    font-style: italic;
    text-align: right;
    display: block;
    padding: 0.2em 1em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: Gothic725TL-BlackA;
    color: #868686;
}

.right-pane .caption:before {
    content: "On the drive: ";
}

.right-pane .bigass-gray-text {
	font-size: 20em;
	text-align: center;
	line-height: 300px;
	color: #646464;
}

.row-fluid section {
    position: relative;
}

.bio header > h2 {
    margin: 0;
}

.bio hgroup > h3 {
    font-size: 1.5em;
    display: inline;
    padding: 0 0.3em 0 0;
}

.bio hgroup a,
.bio-toggle,
.more-info-toggle {
	color: #ccc;
	cursor: pointer;
}

.bio hgroup a:hover,
.bio-toggle:hover,
.more-info-toggle:hover{
	color: #666;
	text-decoration: none;
}

.bio p { margin-right: 5%; }

.examples-placeholder {
    font-size: 1.5em;
    color: #848484;
    font-family: Gothic725TL-BlackA;
    cursor: pointer;
    border-bottom: 14px double #dfdfdf;
    line-height: 1;
}

.examples-placeholder:hover .open:after {
    content: " (show less)";
}

.examples > span {
    text-align: center;
}

.examples > span > img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}

.examples {
    position: relative;
    padding-top: 1em;
    margin-top: 0;
}

/*.examples:before {
    content: "More Work";
    position: absolute;
    top: -.95em;
    left: 0;
    font-family: Gothic725TL-BlackA;
    text-transform: uppercase;
    color: #848484;
    font-size: 1.6em;
}*/

/* Mac Shit */

.window {
    background: -webkit-linear-gradient(rgba(233, 233, 233, 1.0), rgba(178, 178, 178, 1.0) 21px, #EDEDED, #EDEDED 23px);
    background: -moz-linear-gradient(rgba(233, 233, 233, 1.0), rgba(178, 178, 178, 1.0) 21px, #EDEDED, #EDEDED 23px);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
    height: 180px;
    font-size: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
}

.folder-title:before {
    content: "";
    background-image: url('../img/glyphicons-halflings.png');
    padding: 0 8px;
    margin: 0px 5px 0 0;
}

.folder-icon {
    margin-top: 1em;
    margin-left: .5em;
    float: left;
}

.folder-top-row {
    font-weight: bold;
    font-size: 13px;
}

.folder-name {
    float: left;
    margin-top: .7em;
    margin-left: .3em;
    line-height: 18px;
}

.folder-size {
    float: right;
    margin-top: .7em;
    margin-right: .6em;
}

.folder-modified {
    float: left;
    display: block;
    margin-left: .4em;
    margin-top: 0;
    line-height: 1;
    font-size: 10px;
}

div.vertical-spacer {
    padding: .2em 0;
    clear: both;
}

.window hr {
    margin: 0;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #ddd;
}

.detail {
    display: block;
    clear: both;
    line-height: 1.3;
}

.window-section {
}

.window-section:before {
    content: "";
    width: 9px;
    height: 8px;
    background-image: url('../img/glyphicons-halflings.png');
    background-position-y: -25px;
    padding: 0 5px;
}

.window .left {
    text-align: left;
    margin: 0 1em;
}

.key {
    float: left;
    width: 45px;
    text-align: right;
    padding-right: 5px;
}

.value {
    display: block;
    margin-left: 50px;
}

.span1 {
    position: relative;
}

.window-wrapper {
	text-align: center;
  position: relative;
}

.mobiado {
    margin: 10px 0 15px 0;
    position: relative;
    z-index: 1;
}

span.mobiado {
    min-height: 177px;
    display: block;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.nada-teaser.rotate {
    position: fixed;
    right: -70px;
    top: 77px;
    z-index: 10;
    font-size: 1.8em;
}

.nada-teaser.rotate a {
    color: inherit;
    text-decoration: none;
}


@media (max-width: 767px) {
	.row-fluid > ul {
		margin: 0;
	}
	.nada-teaser.rotate {
		top: 70px;
		font-size: 1.5em;
	}

	hgroup > h1 {
		margin: 0 auto;
		width: 4.7em;
	}

	hgroup > h3 {
		margin: 0 auto;
		width: 6.8em;
		margin-top: 0.3em;
	}
}

@media (max-width: 720px) {


}



/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 320px)
	and (max-width : 480px) {
	/* Styles */
	div.container {
		padding-top: 8.5em;
	}
	h1 {
		font-size: 4.3em;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
	/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	/* Styles */
}

@media (min-width : 980px) {
	div.container {
		padding-top: 6em;
	}
}

@media (min-width : 240px) {
	div.container {
		padding-top: 8em;
	}
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
	/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
	/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
	/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	/* Styles */
}

span.contact {
	position: absolute;
	line-height: 1;
	right: 13%;
	font-weight: bold;
}

.more-info {
	display: none;
}

.selected {
	color: #111;
}