/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #555;
}

html, body {
	height: 100%;
}

html {
	/* background: #272727 url(http://www.aarongarcha.net/site-images/bg.png); */
	background: #eee;
}


#container {
	font-family: 'Roboto', sans-serif;
    line-height: 1.4;
	width: 800px;
	background-color: #fff;
	margin: 15px auto;
	padding: 20px;
}

::-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
   ========================================================================== */
   
.pink {color: #f279ae;} /* Dark Pink */
.grey {color: #a2a2a2;} /* Dark Grey */
.grey-m {color: #aaa;} /* Dark Grey */

.left {float: left;}
.right{float: right;}

a {
	color: #f279ae;
	font-weight: normal;
}

h1 {
	text-transform: lowercase;
	color: #7f7f7f;
	font-weight: normal;
	font-size: 5em;
	letter-spacing: -5px;
	margin: 0;
}

h2 {
	color: #7f7f7f;
	font-size: 2.5em;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #aaa;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

p {
	line-height: 1.5;
	font-size: 0.9em;
	text-align: justify;
	color: #888;
}

li {
	font-size: 0.9em;
	font-style: italic;
	text-align: justify;
	color: #888;
	margin-bottom: 5px;
}

.grey-box
{
	background-color: rgba(0, 0, 0, 0.1);
}

#heading {
	overflow: hidden;
}

#heading-left {
	width: 720px;
	height: 125px;
	float: left;
	line-height: 1;
}

#heading-right {
	width: 70px;
	float: right;
	line-height: 1;
	text-align: center;
	border-left: 1px #ccc solid;
}

#column-left
{
	float: left;
	width: 380px;
	height: 200px;
	
}

#column-right
{
	float: right;
	width: 380px;
	height: 200px;
	
}

#one-true { 
	overflow: hidden;
	
}
#one-true .col {
	width: 390px;
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.col-left {
	padding-right: 20px;
}

.img {
	padding: 2px 0px 2px 0px;
	background-color: #eee;
}

.img p {
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	color: #888;
}

#heading-right img {
	padding: 5px;
}

#footer {
	text-align: center;
	font-style: italic;
}

hr {
	margin: 20px 0 20px 0;
	background-color: #ccc;
	height: 1px;
	border-style: none;
}

.preview 
{
    position: relative;
    width: 100%;
    height: 100%;
}

.preview-arrow
{
	position: relative;
	z-index: 1;
	width: 12px;
	width: 12px;
	top: 20px;
	left: 0px;
}

.preview-header
{
	position: relative;
	z-index: 2;
	height: 0px;
}

.preview .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.preview:hover .after {
    display: block;
	border-bottom: 4px solid #f279ae;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.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;
    }
}