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

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

body {
    font-size: 16px;
    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
   ========================================================================== */
a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
html {
	background:#00071b;
}
body {
	background:#233844;
	background: -moz-linear-gradient(top,  #546875 0%, #233844 50%, #00071b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546875), color-stop(50%,#233844), color-stop(100%,#00071b));
	background: -webkit-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: -o-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: -ms-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: linear-gradient(to bottom,  #546875 0%,#233844 50%,#00071b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546875', endColorstr='#00071b',GradientType=0 );
	background-repeat:no-repeat;
}
#main {
	margin:0 auto;
	width:1200px;
	box-shadow:0 0 60px 0 rgba(0,0,0,0.6);
}
#header img {
	width:100%;
}
#content {
	background:#FFF;
	padding:20px 20px 0;
}
h1 {
	color:#003366;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size:2em;
	font-weight:normal;
	line-height:1em;
	margin:0 0 20px;
}
h2.sectionHeader {
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 20px;
	padding:5px 0 7px;
	background: #c5e1ef;
	background: -moz-linear-gradient(left,  #ffffff 0%, #c5e1ef 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#c5e1ef), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#c5e1ef 50%,#ffffff 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#c5e1ef 50%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#c5e1ef 50%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 0%,#c5e1ef 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
ul.websites h3 {
	color:#FFF;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	background:#233844;
	font-size:1.6em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 5px;
	padding:5px 10px 7px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: -moz-linear-gradient(left,  #00071b 0%, #233844 50%, #546875 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00071b), color-stop(50%,#233844), color-stop(100%,#546875));
	background: -webkit-linear-gradient(left,  #00071b 0%,#233844 50%,#546875 100%);
	background: -o-linear-gradient(left,  #00071b 0%,#233844 50%,#546875 100%);
	background: -ms-linear-gradient(left,  #00071b 0%,#233844 50%,#546875 100%);
	background: linear-gradient(to right,  #00071b 0%,#233844 50%,#546875 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00071b', endColorstr='#546875',GradientType=1 );
}
h3 a {
	color:#FFF;
}
p.intro {
	font-size:1.125em;
}
article p {
	margin:10px 0;
}
ul.websites {
	list-style:none;
	margin:0;
	padding:0;
}
ul.websites li {
	position:relative;
	margin:0 0 20px;
	padding:0 0 0 322px;
}
div.magzineCoverContanerWrapper {
	border:1px solid #000;
	float:left;
	margin:-52px 20px 0 -322px;
	width:300px;
}
div.magzineCoverContaner {
	position:relative;
	padding-bottom:78%;
	overflow:hidden;
	width:100%;
}
div.magzineCoverContaner img {
	position:absolute;
	width:100%;
}
img.screenshots {
	border:1px solid #000;
	float:left;
	margin:-52px 20px 0 -322px;
}
.button {
	float:right;
	background-color:#8FC0D5;
	border:none;
	border-radius:4px;
	color:#FFF;
	cursor:pointer;
	font-family: 'Oswald', 'Arial Narrow', sans-serif;
	font-size:1.5em;
	margin:10px 0 0 10px;
	text-transform:uppercase;
	text-align:center;
	line-height:1.8em;
	width:260px;
}
.button:hover {
	background-color:#7FA9A5;
}
.button:active {
	background-color:#A6681A;
}
.button a {
	color:#FFF;
	display:block;
}
.button a:hover {
	text-decoration:none;
}
.pdfButton {
	background-color:#558098;
	background-image:url(../images/Adobe_PDF_Icon.png);
	background-repeat:no-repeat;
	background-position:97% center;
	background-size:23px 24px;
}
#footer {
	color:#FFF;
	text-align:center;
	font-size:.75em;
	line-height:4em;
}
/***************** STOCKCHCECK PAGE *****************/
#StockCheckPopup {
	background:#FFF;
	padding:30px 30px 10px;
	width:900px;
	margin:0 auto;
}
#StockCheckPopup #StockCheckContent {
	width:100%;
	margin:30px 30px 10px;
}
#StockCheckPopup h1 {
	font-size:2.6em;
	line-height:1.2em;
	float:right;
	margin:.2em 0;
}
#StockCheckLogo {
	margin-bottom:20px;
}
#StockCheckPopup aside {
	float:right;
	margin:0 0 16px 16px;
	text-align:center;
	width:270px;
}
#StockCheckPopup aside #StockCheckContactInfo {
	color:#FFF;
	line-height:1.5em;
	padding:15px;
	text-align:center;
	background:#233844;
	background: -moz-linear-gradient(top,  #546875 0%, #233844 50%, #00071b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546875), color-stop(50%,#233844), color-stop(100%,#00071b));
	background: -webkit-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: -o-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: -ms-linear-gradient(top,  #546875 0%,#233844 50%,#00071b 100%);
	background: linear-gradient(to bottom,  #546875 0%,#233844 50%,#00071b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546875', endColorstr='#00071b',GradientType=0 );
	background-repeat:no-repeat;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	min-height:100px;
	margin-bottom:10px;
}
#StockCheckPopup aside #StockCheckContactInfo a {
	color:#c5e1ef;
}
#StockCheckPopup #footer {
	color:#000;
}
@media only screen and (max-device-width: 1024px) {
	.phoneNumber a {
		color:#c5e1ef;
	}
}
@media only screen and (max-width: 960px) {
	#StockCheckPopup {
		padding:10px;
		width:90%;
	}
	#StockCheckLogo {
		margin-bottom:0;
	}
}
@media only screen and (max-width: 680px) {
	#StockCheckPopup aside {
		float:none;
		margin:0 0 16px 0;
		text-align:center;
		width:100%;
	}
	#StockCheckPopup aside #StockCheckContactInfo {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
}
/***************** END STOCKCHCECK PAGE *****************/

/* ==========================================================================
   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) {

}
@media only screen and (max-width: 1199px) {
	#main {
		width:100%;
	}
}
@media only screen and (min-width: 661px) and (max-width: 728px) {
	h2.sectionHeader, ul.websites h3 {
		font-size:1.3em;
	}
	img.screenshots {
		margin:-46px 20px 0 -322px;
	}
}
@media only screen and (max-width: 660px) {
	p.intro {
		font-size:1em;
	}
	article p {
		margin:16px 0;
	}
	ul.websites li {
		padding:0;
	}
	img.screenshots, div.magzineCoverContanerWrapper {
		border:1px solid #000;
		margin:16px 20px 12px 0;
		max-width:50%;
	}
}
@media only screen and (max-width: 480px) {
	h2.sectionHeader, ul.websites h3 {
		font-size:1.2em;
	}
	.button {
		width:100%;
	}
}
@media only screen and (max-width: 320px) {
	#content {
		padding:10px 9px 0;
	}
	h1 {
		font-size:1.6em;
	}
	img.screenshots, div.magzineCoverContanerWrapper {
		max-width:100%;
		width:100%;
	}
}
/* ==========================================================================
   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;
    }
}