/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	height: 100%;
}

h1, p {
	padding: 0; margin: 0; line-height: 1;
}

a {
	color: blue;
}

h1 img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -36px;
	margin-top: -36px;
	z-index: 100;
	cursor: pointer;
}

#circles, h1 img, .arrow_box {
	display: none;
}

#circles {
	position: absolute; top: 0; left: 0; bottom: 0; top: 0; height: 100%; width: 100%; opacity: 0;
	z-index: 50;
}

.arrow_box {
	position: absolute;
	background: #fff;
	border: 3px solid #000;
	z-index: 200;
	font-family: "pt-sans",sans-serif;
	padding: 5px;
	font-size: .75em;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -30px;
	text-transform: uppercase;
	line-height: 1;
	white-space: nowrap;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	left: 20px;
	margin-left: -5px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 9px;
	left: 20px;
	margin-left: -9px;
}

.clicked_box {
	background: #000;
	color: #FFF;
}

.connect, .close, .go {
	text-indent: -9999px;
	height: 15px;
	width: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	display: none;
	margin-left: 173px;
	margin-top: 52px;
}

#secret p {
	position: absolute;
	top: -25px;
	font-size: 11px;
	color: #e32843;
	font-style: italic;
}
	

.go, .close {
	z-index: 2000;
}

#jessica {
	background: url('../img/jessicas-helpdesk.png');
	margin-left: 218px;
	margin-top: 53px;
}

#email {
	background: url('../img/icon-email.png');
}

#close {
	background: url('../img/icon-close.png');
	margin-left: 0px;
}

#go {
	background: url('../img/icon-go.png');
}

#twitter {
	background: url('../img/icon-twitter.png');
	margin-left: 188px;
	margin-top: 53px;
}

.blue {
	background: url('../img/1.png') repeat 50% 50%;
	-webkit-transition: all 0.5s ease-in-out;;
	-moz-transition: all 0.5s ease-in-out;;
	-o-transition: all 0.5s ease-in-out;;
	transition: all 0.5s ease-in-out;;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.red {
	background: url('../img/red.png') repeat 50% 50%;
	-webkit-transition: all 0.5s ease-in-out;;
	-moz-transition: all 0.5s ease-in-out;;
	-o-transition: all 0.5s ease-in-out;;
	transition: all 0.5s ease-in-out;;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#secret {
	display: none;
	background: #d4eae3 url('../img/bg-secret.jpg') no-repeat 50% 50%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

#secret .form {
	text-align: center;
	top: 50%;
	position: fixed;
	left: 50%;
	margin-top: 47px;
	margin-left: 22px;
	z-index: 2000;
	width: 230px;
}

.form h2 {
	font-family: "pt-sans",sans-serif;
	padding: 5px;
	font-size: .75em;
	text-align: left;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 3px;
	font-family: "pt-sans",sans-serif;
}

#submit {
	float: right;
	margin-left: 10px;
}

#password {
	font-family: "pt-sans",sans-serif;
	float: left;
	border-radius: 3px;
	border: 1px solid #D4EAE3;
	background: #FFF;
	padding: 4px;
	width: 165px;
	font-size: .75em;
	text-align: left;
	font-style: italic;
	color: #80c8d7;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	color: #AAA;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input.middle:focus {
    outline-width: 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.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,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

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