@charset "utf-8";

@font-face {
    font-family: 'SilkscreenNormal';
    src: url('/fonts/slkscr-webfont.eot');
    src: url('/fonts/slkscr-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/slkscr-webfont.woff') format('woff'),
         url('/fonts/slkscr-webfont.ttf') format('truetype'),
         url('/fonts/slkscr-webfont.svg#webfontbGeqd9MO') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewsCycleRegular';
    src: url('/fonts/NewsCycle-Regular-webfont.eot');
    src: url('/fonts/NewsCycle-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/NewsCycle-Regular-webfont.woff') format('woff'),
         url('/fonts/NewsCycle-Regular-webfont.ttf') format('truetype'),
         url('/fonts/NewsCycle-Regular-webfont.svg#NewsCycleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

header {
	background-color: #ad0807;
}

#logo a {background-image:url(/images/blog/robots/logo.png);}

#mainNav a {
	color: #FFF;
}

#mainNav a:hover {
	color: #bfa704;
}

#content {
	background: url(/images/blog/robots/content-bg.gif) repeat left top;
	margin: 0;
}


#blogContent {

}

article {
	background-color: #FFF;
	padding: 0 24px;
	width: 90%;
	max-width: 1320px;
	margin: 0 auto;
}

article img {
	width: 96%;
	max-width: 576px;
}




article ol {
	list-style: decimal;
	padding-left: 40px;
}

article ol li {
	padding-bottom: .5em;
}


h2 {
	color: #c41312;
	font-family: 'SilkscreenNormal', Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-shadow: none;
	padding: 25px 0 20px 0;
}

h3 {
	font: 1.5em 'SilkscreenNormal' Arial, Helvetica, sans-serif;letter-spacing: 0;
	text-shadow: none;
	padding: 1.1em 0 .3em 10px;
}

#toTop, #mainNav a#pull {
	background-color: #d9302f;
}

footer {
	background-color: #ad0807;
}

footer p, footer h4 {
	color: #FFF;
}

@media screen and (min-width: 48em) { /* 768 and up */
article {
	background-position: left top;
}

article img {
	float: right;
	width: 50%;
}
}


@media screen and (min-width: 60em) { /* 1024 and up */
	
h2 {
	font-size: 4em;
}

article img {
	width: 100%;
}

}

@media screen and (min-width: 75em) { /* 1200 and up */

h2 {
	font-size: 5em;
}

article img {
	margin: -360px -600px 30px 30px;
}

article p {
	padding: 0 500px 0 10px;
}
}


@media screen and (max-width: 47.5em) { /* mobile nav */
#mainNav li {
	background-color: #790d0c;
}
}