
/* reset
!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

img
{
border:none;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

/* general style presets 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

body
{
margin: 0; padding: 0;
color: #373737;
font: 0.9375em Arial, "Helvetica Neue", Helvetica, sans-serif; /* 15px / 16px */
font-weight: 300;
line-height: 1.533333333333333em;/* 23px / 15px */
background: #fff url("images/") fixed center no-repeat;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header3, search, nav
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#topBarWrapper
{
width: 100%;
height: 78px;
margin: 0 auto; padding: 0;
background: #fff url("images/assets/topNavBar-gradient2.png") top repeat-x;
}

#topBar
{
width:970px;
height: 78px;
margin: 0 auto; padding: 0;
position: relative;
z-index: 11;
}

	/*
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	nrs-logo
	+++++++++++++++++++++++++++++++++++++++++++++++++++++
	*/
	
	#nrs-logo
	{
	position: absolute;
	z-index: 10;
	top: 0; left: -6px;
	width:190px;
	height: 93px;
	margin: 0; padding:0;
	
	/*-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);*/
	}
	
	#nrs-logo a
	{
	background: transparent url("images/assets/nrs-logo6.png") no-repeat;
	display: block;
	width:190px;
	height: 93px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0; padding:0;
	}
	
	/*
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	topNavBar
	+++++++++++++++++++++++++++++++++++++++++++++++++++++
	*/
	
	#topNavBar
	{
	width: 773px;
	height: 30px;
	margin: 0 0 0 197px;
	line-height: 30px;
	font-size: 12px;
	color: #222;
	}
	
		#topNavBar ul
		{
		margin: 0; padding: 0;
		list-style: none;
		width: 350px;
		float: left;
		}
		
			#topNavBar ul li
			{
			margin: 0; padding: 0 12px 0 0;
			display: inline;
			
			}
			
			#topNavBar ul li a
			{
			text-decoration: none;
			color: #222;
			}
			
			#topNavBar ul li a:hover
			{
			text-decoration: underline;
			color: #555;
			}
			
			#topNavBar ul li a.current
			{
			display: inline-block;
			height: 30x;
			line-height: 30px;
			background-color: #fff;
			text-decoration: none;
			color: #222;
			font-weight: bold;
			padding: 0 6px;
			}
			
		#topNavBar ul#miniNavTop
		{
		margin: 0; padding: 0;
		list-style: none;
		width: auto;
		float: right;
		position: relative;
		z-index: 11;
		text-align: right;
		}
		
			#topNavBar ul#miniNavTop li
			{
			margin: 0;
			padding: 0 0 0 7px;
			display: inline;
			}
			
			#topNavBar ul#miniNavTop li a
			{
			text-decoration: none;
			color: #111;
			}
			
			#topNavBar ul#miniNavTop li a:hover
			{
			text-decoration: underline;
			}
			
			#topNavBar ul#miniNavTop li a.nrsPhone:hover
			{
			text-decoration: none;
			cursor: default;
			}
	
				
	
	
	/*
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cartBar
	+++++++++++++++++++++++++++++++++++++++++++++++++++++
	*/
	
	#cartBar
	{
	width: 773px;
	height: 48px;
	line-height: 48px;
	margin: 0 0 0 197px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700; 
	}
	
		ul#blogNav
		{
		float: left;
		margin: 0 0 0 -5px; padding: 0;
		text-align: left;
		position: relative;
		list-style:none;
		font-size: 15px;
		text-transform: uppercase;
		}
		
		ul#blogNav li
		{
		display: inline;
		margin: 0 10px 0 0; padding: 0;
		}
		
		ul#blogNav li a
		{
		padding: 5px;
		color: #222;
		}
		
		ul#blogNav li a:hover, ul#blogNav li a.current
		{
		background-color: #f5f6f7;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .3);
        box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, .3);
		}
	
	
		ul#accountInfo
		{
		float: right;
		margin: 0; padding: 0;
		text-align: right;
		position: relative;
		list-style:none;
		}
		
		ul#accountInfo li
		{
		display: inline;
		margin: 0; padding: 0;
		}
		
		ul#accountInfo li>a
		{
		text-decoration: none;
		color: #222;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
		margin: 0; padding: 5px;
		}
		
		ul#accountInfo li a:hover
		{
		text-decoration: underline;
		}
		
		ul#accountInfo li a.cartIcon
		{

		}
		
		ul#accountInfo li a.cartIcon span
		{
		display: inline-block;
		vertical-align:sub;
		margin: 0 0 0 4px;
		width: 24px;
		height: 16px;
		background: url("images/community-sprite.png") -125px -40px no-repeat;
		}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#footerWrapper
{
width: 100%;
margin: 15px auto 0 auto;
padding: 0;
background: #ECEDEE url("images/assets/footer-top3.jpg") top center repeat-x;
overflow: hidden;
}
	
#footer
{
width: 970px;
margin: 0 auto;
overflow: hidden;
text-align: left;

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height: 1.5em;
color: #444;
}

#footer h2
{
color: #58585B;
font-size: 17px;
line-height: 1em;
margin: 25px 0 8px 0; padding: 0 0 2px 0;
border-bottom: 1px solid #ccc;
text-transform: uppercase;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 700;
}

#footer ul
{
list-style-type: none;
margin: 0 0 16px 0;
padding: 0;
}

#footer ul li
{
font-size: 13px;
line-height: 17px;
}

#footer a
	{
	text-decoration: none;
	color: #58585B;
	}
	
		#footer a:hover
		{
		color: #F05A28;
		}

	#footer .col
	{
	margin-right: 38px;
	padding: 0;
	width: 209px;
	float: left;
	color: #58585B;
	}
	
	#footer .col .footerTopRow
	{
	height: 90px;
	}

	
	#footer .col h3
	{
	font-size: 12px;
	margin: 0 0 6px 0; padding: 0;
	font-weight: bold;
	}
	
	#footer .col h4
	{
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 16px 0; padding: 0;
	font-weight: bold;
	}
	
	#footer .col p
	{
	margin: 0;padding: 0;
	}
	
	#footer .col ul.socialLinks
	{
	margin: 0; padding: 0;
	list-style: none;
	}
	
	#footer .col ul.socialLinks li, #footer .col ul.socialLinks li a
	{
	margin: 0; padding: 0;
	display: inline;
	}
	
	#footer .col ul.socialLinks li a
	{
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: url("images/community-sprite.png") 0 -100px no-repeat;
	}
	
		#footer .col ul.socialLinks li a.twitter
		{
		background-position: -90px -100px;
		}
		
		#footer .col ul.socialLinks li a.facebook
		{
		background-position: -30px -100px;
		}
		
		#footer .col ul.socialLinks li a.tumblr
		{
		background-position: -120px -100px;
		}
		
		#footer .col ul.socialLinks li a.instagram
		{
		background-position: -150px -70px;
		}
		
		#footer .col ul.socialLinks li a.vimeo
		{
		background-position: -60px -100px;
		}
		
		#footer .col ul.socialLinks li a.youtube
		{
		background-position: -150px -100px;
		}
	
	#footer .col form
	{
	margin: 0; padding: 0;
	}
	
	#footer .col input.eNewsSignupHomepage, #footer .col input.dealerLocatorHomepage
	{
	width: 130px;
	padding: 2px; margin: 0 4px 0 0;
	float: left;
	}
	
	#footer .col input.eNewsSignupHomepageSubmit, #footer .col input.dealerLocatorHomepageSubmit
	{
	height: 15px;
	width: 18px;
	border: none;
	display: inline-block;
	padding: 0; margin: 4px 0 0 0;
	background: url("images/community-sprite.png") -150px 0 no-repeat;
	cursor: pointer;
	text-indent: -9999em;
	}
	
	#footer p.copyright
	{
	width: 975px;
	padding: 15px 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #aaa;
	clear: left;
	text-align: center;
	}
	
	#footer .deptDivider
	{
	width: 110px;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 5px 0;
	}
	
	#footer input
	{
	-webkit-border-radius:0;
	}

.highlightColor
{
color: #F05A28;
}

.clearIt
{
clear: both;
}


/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote cite {
	color: #666;
	font: .8em "Helvetica Neue", Helvetica, Arial, sans-serif; /* 12px / 15px */
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 0.8666666666666667em "Courier 10 Pitch", Courier, monospace; /* 13px / 15px */
	line-height: 1.5em;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 0.8666666666666667em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; /* 13px / 15px */
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.6666666666666667em; /* 10px / 15px */
	height: 0;
	line-height: 1em;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 0.9333333333333333em; /* 14px / 15px */
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #16619D;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

#contentWrapper
{
width: 998px;
padding: 0;
margin: 0 auto;
}


#blogHeader
{
width: 998px;
height: 115px;
padding: 0;
margin: 0 auto;
background: transparent url("images/blogHeader-NRS-Films.gif") no-repeat;
}

	#blogHeader h2, #blogHeader h1
	{
	text-indent: -9999px;
	width: 998px;
	height: 115px;
	padding: 0;
	margin: 0;
	}
	
	#blogHeader h2 a, #blogHeader h1 a
	{
	width: 998px;
	height: 115px;
	padding: 0;
	margin: 0;
	display: block;
	}

#blogBody
{
width: 998px;
padding: 0;
margin: 0 auto;
}

	.breadcrumbs
	{
	margin: 0 0 7px 0; padding: 0;
	line-height: 1em;
	font-weight: bold;
	color: #999;
	}
	
	.breadcrumbs a
	{
	color: #000;
	}
	
	.breadcrumbs a:hover
	{
	color: #16619D;
	}

/* featured area structure 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
#featuredArea
{
width: 960px;
height: 280px;
min-height: 280px;
background-color: #4D4D4F;
color: #fff;
overflow:hidden;
position: relative;
}
#featuredArea .featuredCol1
{
width: 480px;
float: left;
}

#featuredArea .featuredCol2
{
width: 450px;
min-height: 250px;
float: right;
margin: 15px;
}

#featuredArea h3
{
font-size:2em;/* 30px / 15px */
font-weight: bold;
margin: 0; padding: 8px 0 16px 15px;
line-height: 1em;
}

#featuredArea h3 a
{
color: #fff;
}

#featuredArea h3 a:hover
{
color: #aaa;

}

#featuredArea p
{
font-size: 1.066666666666667em;/* 16px / 15px */
padding: 0 0 0 15px;
margin: 0 0 12px 0;
line-height: 1.5em;
}

#featuredArea p a
{
color: #fff;
text-decoration: underline;
}

#featuredArea p.featuredNotice
{
font-size: 0.7333333333333333em;/* 11px / 15px */
line-height: 1em;
text-transform: uppercase;
padding-top: 7px;
margin: 0;
}

#featuredArea p.featuredAreaMeta
{
font-size: 0.6666666666666667em; /* 10px / 15px */
}

#featuredArea p.readMore a
{
font-size: 0.9333333333333333em; /* 14px / 15px */
text-transform: uppercase;
padding: 8px 15px 8px 0;
margin: 0 0 0 -15px;
color: #000;
font-weight: bold;
width: 430px;
display: block; 
text-align: right;
position: absolute;
bottom: 15px;
text-decoration: none;
background-color: #E9E9EA
}

#featuredArea p.readMore a span
{
width: 25px;
height: 20px;
display: inline-block;
margin-left: 10px;
background: url("images/community-sprite.png") no-repeat -125px 0;
vertical-align: text-bottom;
}

#featuredArea p.readMore a:hover
{
background-color: #16619D;
color: #fff;
}

#featuredArea p.readMore a:hover span
{
background-position: -125px -20px;
}
	
	#blogContent
	{
	width: 960px;
	margin: 0 19px;
	overflow: hidden;
	}

#blogFooter
{
width: 998px;
height: 19px;
padding: 0;
margin: 0 auto;
}

#author-avatar {
	float: left;
	margin: 10px -100px 0 0;
}

#primary {
	float: right;
	width: 714px;	
	/*float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
	*/
}
#content {
	/*margin: 0 7.6% 0 30%;
	width: 62.4%;*/
	width: 684px;
	margin: 0 0 0 30px;
	position: relative;
}

#nav-single, #blogHomeNavAbove
{
height: 40px;
width: 684px;
}

.nav-previous {
	position: relative;
	width: 25px; height: 40px;
	margin: 0; padding: 0;
	float: left;
}
	.nav-previous  a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px; height: 25px;
	text-indent: -99999px;
	background: url("images/community-sprite.png") -100px -50px no-repeat;
	}

	.nav-previous  a:hover {
	background-position: -100px -75px;
	}

.nav-next {
	position: relative;
	width: 25px; height: 40px;
	margin: 0; padding: 0;
	float: right;
}

	.nav-next a {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px; height: 25px;
	text-indent: -99999px;
	background: url("images/community-sprite.png") -100px 0 no-repeat;
	}

	.nav-next a:hover {
	background-position: -100px -25px;
	}

.entry-title 
{
	clear: both;
	color: #000;
	font-size: 1.733333333333333em; /* 26px / 15px */
	line-height: 1.2em;
	padding-bottom: .3em;
	padding-top: 15px;
	font-weight: 100;
}

.entry-title a
{
text-decoration: none;
color: #000;
}

.entry-title a:hover
{
color: #16619D;
text-decoration: underline;
}

.entry-content a
{
text-decoration: underline;
}

.entry-content a:hover
{
text-decoration: none;
}

.entry-content li
{
padding-bottom: 1em;
}

.crp_related li
{
padding-bottom: 0;
}

#crp_related a
{
text-decoration: none;
}

#crp_related a:hover
{
text-decoration: underline;
}

.headlineTitle
{
font-weight: 800;
color: #000;
}

a .headlineTitle 
{
text-decoration: none;
color: #000;
}

a:hover .headlineTitle 
{
color: #16619D;
text-decoration: underline;
}

.entry-title a:hover, .headlineDivider a:hover, .headlineTitle a:hover
{
color: green;
}

.entry-meta {
	color: #666;
	clear: both;
	font-size: .8em; /* 12px / 15px */
	line-height: 1.5em; /* 18px / 12px */
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 15px;
	margin-bottom: 15px;
	display: block;
}
.entry-meta a {
	font-weight: bold;
}

/* Blockquotes */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	font-weight: bold;
	margin: 0 3em;
	padding: 0;
}

blockquote.pull {
	font-size: 1.4em; /* 21px / 15px */
	font-style: normal;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
}

blockquote.pull  p{
margin: 0;
padding: 0
}

.pull.alignleft {
	margin: 0 1.625em 15px 0;
	text-align: left;
	width: 33%;
}
.pull.alignright {
	margin: 0 0 15px 1.625em;
	text-align: left;
	width: 33%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* sidebar area structure 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

#secondary 
{
float: left;
margin: 15px 0 0 0;
padding: 0 15px 15px 15px;
width: 214px;
font-weight: normal;
background-color: #ecedee;
}

	#secondary a
	{
	color: #666;
	}
	
	#secondary a:hover
	{
	color: #16619D;
	}
	/* =Widgets
	----------------------------------------------- */

	.widget-area {
	font-size: 0.8666666666666667em; /* 13px / 15px */
	line-height: 1.461538461538462em; /* 19px / 13px */
	}
	.widget {
	clear: both;
	margin: 0 0 7px 0;
	}
	
	.widget ul {
	margin: 0;
	list-style: none;
	}
	.widget ul ul {
	margin-left: 1.5em;
	}
	.widget ul li {
	color: #777;
	}
	.widget a {
	text-decoration: none;
	}
	.widget a:hover,
	.widget a:focus,
	.widget a:active {
	text-decoration: underline;
	}

	

	.widget-title
	{
		color: #333;
		font-size: 1.066666666666667em; /* 16px / 15px */
		font-weight: bold;
		padding: 10px 0 0 0; margin: 0;
		text-transform: uppercase;
		font-family: "Courier New", Courier, monospace;
	}
	
	#secondary .widget-title  a
	{
	color: #333;
	}
	
	#secondary .widget-title  a:hover
	{
	color: #16619D;
	}

	.widget ul li , .textwidget
	{
	margin-left: 20px;
	}
	
	.popTags
	{
	margin-top: 50px;
	}
	
	
	/* Search Widget */
	.widget_search form {
	margin: 0 0 1.625em;
	}
	.widget_search #s {
	width: 77%;
	}
	.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 0.8666666666666667em; /* 13px / 15px */
	line-height: 1.923076923076923em; /* 25px / 13px */
	position: relative;
	top: -2px;
	}
	.widget_search #searchsubmit:active {
	background: #16619D;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
	}

	
/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 0.6666666666666667em; /* 10px / 15px */
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 1.6em; /* 24px / 15px */
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: .8em; /* 12px / 15px */
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: .8em; /* 12px / 15px */
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 0.8666666666666667em; /* 13px / 15px */
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 1.466666666666667em; /* 22px / 15px */
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 0.8666666666666667em; /* 13px / 15px */
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 1em;/* 15px / 15px */
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 1.6em; /* 24px / 15px */
	font-weight: bold;
	line-height: 1.25em;  /* 30px / 24px */
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 0.6666666666666667em; /* 10px / 15px */
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: .8em; /* 12px / 15px */
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
	
/*
Misc stuffs
*/
	
	/*
	** Style the DIV that the related posts plugin tosses into the content **
	*/
	#crp_related
	{
		background-color: #ecedee;
		padding: 10px;
		margin: -5px 0 15px 0;
	}
	
	
/*.col
{
width: 220px;
border-right: 1px solid #ccc;
float: left;
margin: 0 15px 0 0;
padding: 0;
}

.lastCol
{
border-right: none;
margin: 0;
}*/

#secondSidebarNav 
{
float: left;
margin: 15px 0 0 0;
padding: 0 15px 0 15px;
width: 212px;
min-height: 150px;
font-weight: normal;
background-color: #fff;
border: 1px solid #919191;
}

#youtubeSliderThing
{
width: 898px;
height: 150px;
border: 1px solid #919191;
margin: 0;
padding: 15px;
}


table.postTable
{
	border-collapse:collapse;
	width: 90%;
	margin: 0 auto 12px auto;
}

table.postTable, .postTable th, .postTable td
{
border: 1px solid #666;
}

table.postTable td
{
padding: 3px;
}
	
/* Author Info */
#author-info {
	overflow: hidden;
}
#author-info {
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -786px;
}

#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin: 0 0 1.625em 0;
	max-width: 100%;
	max-height: 100%;
	padding: 0 0 9px 0;
}

.wp-caption.alignleft
{
margin-right: 15px;
}

.wp-caption.alignright
{
margin-left: 15px;
}

.wp-caption.aligncenter
{
margin-right: auto;
margin-left: auto;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: .8em; /* 12px / 15px */
	margin: 0; padding: 0;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0 5px 15px;
	position: relative;
}

#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

h1.page-title
{
margin: 10px 0 15px 0;
border-bottom: 1px dotted #eee;
color: #666;
}

#content h3, .youTubeHeader
{
width: 100%;
margin: 10px 0 15px 0;
border-bottom: 2px solid #666;
font-family: courier;
font-size: 1.733333333333333em; /* 26px / 15px */
font-weight: bold;
}

#content h3 a, .youTubeHeader a
{
color: #000;
text-decoration: none;
}

#content h3 a:hover, .youTubeHeader a:hover
{
color: #16619D;
text-decoration: underline;
}

.ngg-gallery-thumbnail {
width:94px;
margin-right:10px;
}

.error404 ul
{
list-style: square;
}

.error404 h2
{
font-weight: bold;
}

a.more-link
{
text-decoration: underline;
}

.fbcomments p
{
display: none;
}

#fullSiteCookieSet a
{
text-decoration: underline;
}

/* Poll styling */
#widget-poll
{
margin: 0; padding: 0;
max-width: 200px;
}

#widget-poll-question
{
margin-bottom: 10px;
}

#widget-poll form div
{
line-height: 25px;
}

#widget-poll form div input[type="button"]
{
margin: 10px 0;
}


#contentWrapper
{
width: 100%;
}


#blogHeader
{
width: 998px;
height: 101px;
margin-bottom: 10px;
}

#blogBody
{
width: 100%;
background: none;
background: #7b7b7b url("images/OSAW-waterDropsFade2.jpg") top center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#blogContent
{
width: 960px;
margin: 0 auto;
min-height: 900px;
}

	.nrsFilmsPlayer
	{
	width: 636px;
	height: 358px;
	float: right;
	}
	
	#seriesFeaturedArea
	{
	width: 312px;
	float: left;
	margin-right: 12px;
	color: #000;
	}
	
	#seriesFeaturedArea	h1.osaw
	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 280px;
	height: 40px;
	background: url("images/OSAW-Logo.png") no-repeat;
	margin: 0 0 12px 0;
	}
	
	#seriesFeaturedArea	h1.yotr
	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 184px;
	height: 61px;
	background: url("images/YOTR-logo.png") no-repeat;
	margin: 0 0 12px 0;
	}
	
	#seriesFeaturedArea.remains h1, #seriesFeaturedArea.madeInCanada h1
	{
	font-family: Helvetica, Helvetica Neue, Arial, arial;
	color: #000;
	font-weight: normal;
	font-size: 30px;
	margin: 6px 0 12px 4px;
	}
	
	#seriesFeaturedArea	h2.osaw
	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 230px;
	height: 20px;
	background: url("images/Series-Headers-Sprite.png") no-repeat;
	margin-bottom: 6px;
	}
	
	.remains h2, .madeInCanada h2
	{
	font-family: Helvetica, Helvetica Neue, Arial, arial;
	font-weight: bold;
	font-size: 20px;
	margin: 6px 0 12px 4px;
	}
	
	#seriesFeaturedArea	p
	{
	margin-left: 4px;
	}
	
	.videosInSeries
	{
	width: 150px;
	height: 100px;
	margin: 12px 12px 0 0;
	float: left;
	background: #000;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
	
	.videosInSeries a
	{
	width: 150px;
	height: 100px;
	display: block;
	}
		
		.teaser
		{
		background: url("images/videoThumbs/Teaser.jpg");
		}
		
		.elder-nope
		{
		background: url("images/videoThumbs/Nomad.jpg");
		opacity:0.5;
		filter:alpha(opacity=50); /* For IE8 and earlier */
		-webkit-transition: opacity .5s linear;
		-moz-transition: opacity .5s linear;
		-0-transition: opacity .5s linear;
		transition: opacity .5s linear;
		}
		
		.nomad
		{
		background: url("images/videoThumbs/Nomad-Play.jpg");
		}
		
		.mother
		{
		background: url("images/videoThumbs/Mother-Play2.jpg");
		}
		
		.warrior
		{
		background: url("images/videoThumbs/Warrior-Play.jpg");
		}
		
		.shapeshifter
		{
		background: url("images/videoThumbs/Shapeshifter-Play2.jpg");
		}
		
		.elder
		{
		background: url("images/videoThumbs/Elder-Play.jpg");
		}
		
		.bts
		{
		background: url("images/videoThumbs/BTS-Play.jpg");
		}
		
			.nomad:hover,.mother:hover,.warrior:hover,.shapeshifter:hover,.elder:hover,.bts:hover
			{
			opacity:1;
			filter:alpha(opacity=100); /* For IE8 and earlier */
			}
			
		.YOTR-ep1
		{
		background: url("images/videoThumbs/YOTR/YOTR-ep1-play.jpg");
		}
		
		.YOTR-ep2
		{
		background: url("images/videoThumbs/YOTR/YOTR-ep2-play.jpg");
		}
		
		.YOTR-ep3
		{
		background: url("images/videoThumbs/YOTR/YOTR-ep3-play.jpg");
		}
		
		.YOTR-ep4
		{
		background: url("images/videoThumbs/YOTR/YOTR-ep4-play.jpg");
		}
		
		.madeInCanada-teaser
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-teaser.jpg");
		}
		
		.madeInCanada-ep1
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-ep1.jpg");
		}
		
		.madeInCanada-ep2
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-ep2.jpg");
		}
		
		.madeInCanada-ep3
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-ep3.jpg");
		}
		
		.madeInCanada-ep4
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-ep4.jpg");
		}
		
		.madeInCanada-ep5
		{
		background: url("images/videoThumbs/made-in-canada/made-in-canada-ep5.jpg");
		}
	
	.filmsWrapper
	{
	width: 960px;
	margin: 12px 0 0 0; padding: 0;
	overflow: hidden;
	background: transparent url("images/filmsTransparentBK.png") repeat-y;
	}
	
	#filmsContent
	{
	width: 588px;
	float: right;
	margin: 12px 0 0 0;
	padding: 24px;
	}
	
	#filmsContent.remains, #filmsContent.madeInCanada
	{
	margin: 0;
	}

	#filmsContent h3.osaw
	{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 176px;
	height: 14px;
	background: url("images/Series-Headers-Sprite-Smaller.png") no-repeat;
	}
	
		#filmsContent h3.nomadTitle
		{
		background-position: 0px 0px;
		}
		
		#filmsContent h3.motherTitle
		{
		background-position: 0px -25px;
		}
		
		#filmsContent h3.warriorTitle
		{
		background-position: 0px -50px;
		}
		
		#filmsContent h3.shapeshifterTitle
		{
		background-position: 0px -75px;
		}
		
		#filmsContent h3.elderTitle
		{
		background-position: 0px -100px;
		}
	
	#filmsContent p
	{
	margin-bottom: 18px;
	margin-left: 41px;
	color: #333;
	}
	
	#filmsContent.remains p, #filmsContent.madeInCanada p
	{
	margin: 0 0 18px 0;
	
	color: #333;
	}
	
	#filmsContent p strong
	{
	color: #333;
	}
	
	#sponsorArea
	{
	width: 312px;
	float: left;
	margin: 12px 12px 0 0;
	}
	
		#sponsorArea p#otherSeriesRemains, #sponsorArea p#otherSeriesYOTR, #sponsorArea p#otherSeriesOSAW
		{
		margin: 0;
		padding: 0;
		width: 312px;
		height: 125px;
		position: relative;
		}
		
		#sponsorArea p#otherSeriesRemains a
		{
		width: 312px;
		height: 125px;
		background: url("images/OtherSeriesBanners-remains-sprite.jpg") 0 -125px no-repeat;
		text-indent: -999em;
		position: absolute;
		top: 0; left: 0;
		}
		
		#sponsorArea p#otherSeriesRemains a:hover
		{
		background: url("images/OtherSeriesBanners-remains-sprite.jpg") 0 0 no-repeat;
		}
		
		#sponsorArea p#otherSeriesYOTR a
		{
		width: 312px;
		height: 125px;
		background: url("images/OtherSeriesBanners-yotr-sprite.jpg") 0 -125px no-repeat;
		text-indent: -999em;
		position: absolute;
		top: 0; left: 0;
		}
		
		#sponsorArea p#otherSeriesYOTR a:hover
		{
		background: url("images/OtherSeriesBanners-yotr-sprite.jpg") 0 0 no-repeat;
		}
		
		#sponsorArea p#otherSeriesOSAW a
		{
		width: 312px;
		height: 125px;
		background: url("images/OtherSeriesBanners-osaw-sprite.jpg") 0 -125px no-repeat;
		text-indent: -999em;
		position: absolute;
		top: 0; left: 0;
		}
		
		#sponsorArea p#otherSeriesOSAW a:hover
		{
		background: url("images/OtherSeriesBanners-osaw-sprite.jpg") 0 0 no-repeat;
		}
		
	#sponsorArea h3
	{
	text-align: center;
	font-weight: bold;
	font-family: "Courier New", courier, monospaced;
	color: #333;
	font-size: 26px;
	margin: 0 0 8px 0;
	padding: 0;
	}
	
	#sponsorArea img, #sponsorArea a
	{
	margin: 0; padding: 0;
	border: none;
	display: block;
	}

	#wpCommentArea
	{
	width: 588px;
	float: right;
	margin: 12px 0 0 0;
	padding: 24px;
	overflow: hidden;
	}
	
	#fbCommentArea
	{
	width: 312px;
	float: left;
	margin: 12px 12px 0 0;
	overflow: hidden;
	}

#footerWrapper
{
margin-top: 0;
}



/* Media Queries */
@media screen and (min-width: 601px)
{
	body
	{
	min-width:1024px;
	}
}

@media screen and (max-width: 600px)
{
	iframe /* for inline videos */
	{
	max-width: 100%;
	}
	
	#topBarWrapper
	{
	width: 100%;
	height: 78px;
	background-image: none;
	}
	
	#topBar
	{
	width: 100%;
	height: 78px;
	}
	
		#nrs-logo
		{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width:130px;
		height: 64px;
		margin: 0;
		padding:0;
		float: left;
		}

		#nrs-logo a
		{
		display:block;
		width:130px;
		height: 64px;
		margin: 0; padding:0;
		background: transparent url("images/nrsLogoMobile.png") center top no-repeat;
		}
		
	#topNavBar
	{
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background-color: #666;
	}
	
		#topNavBar  ul
		{
		display: none;
		}
		
	#accountInfo
	{
	display:none;
	}
	
	#cartBar {
	width: 100%;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	background: none;
	background-color: #eee;
	}
			
	#mm0 option:last-child
	{
	display: none;
	}
	

	.mnav
	{
	float: right;
	margin: 5px 2% 0 0;
	width: 48%;
	}
		
		#mm0 /* the js-built nav for mobile */
		{
		font-size: 1.125em; /* 18px / 16px */
		font-weight: bold;
		padding: 4px;
		}
	
	#contentWrapper
	{
	width: 100%;
	margin: 0 auto;
	}

	#blogHeader
	{
	width: 100%;
	height: 70px;
	padding: 0;
	margin: -46px auto 0;
	background: #eee url("images/blogHeaderMobile.png") no-repeat bottom right;
	}
		
				
		#blogHeader h2
		{
		margin: 0;
		padding: 35px 0 0 0;
		width: 200px;
		height: 17px;
		background: url("images/blogHeader-NRS-Films-mobile.png") no-repeat 10px bottom;
		}
		
		#blogHeader h2 a
		{
		margin: 0;
		padding: 35px 0 0 0;
		width: 200px;
		height: 17px;
		}
	
	#blogBody
	{
	width: 90%;
	padding: 0;
	margin: 0 auto;
	background: none;
	}
		.breadcrumbs
		{
		display: none;
		}
	
	#featuredArea
	{
	width:100%;
	height: 100%;
	min-height: 100%;
	margin-top: 15px;
	}
	
	#featuredArea .featuredCol1
	{
	width: 95%;
	margin: 0 auto;
	float: none;
	}
	
	#featuredArea .featuredCol2
	{
	display: none;
	}

	#featuredArea h3, #featuredArea p
	{
	padding-left:0;
	}

	#featuredArea p.readMore a
	{
	width: 80%;
	position: inherit;
	padding: 8px 45px 8px 0;
	margin: 10px 0 0 -10%;
	}
	
	#blogContent
	{
	margin: 0;
	overflow: hidden;
	}

	#blogFooter
	{
	width: 100%;
	height: 34px;
	padding: 0;
	margin: 0 auto;
	background:none;
	}
	
	#primary {
	float: none;
	width: 100%;	
	margin: 0 auto;
	}
	#content {
	width: 100%;
	margin: 0;
	}
	
	#nav-single, #blogHomeNavAbove
	{
	width: 100%;
	}
	
	
	#secondary 
	{
	float: none;
	width:90%;
	margin: 15px 0 0 0;
	padding: 0 4%;
	
	}
	
	#secondary.communityHome, #facebookContainer .youTubeHeader, #facebookContainer .fb-like-box, #gearSwapContainer .youTubeHeader, #gearSwapContents, .youTubeHeader, .jcarousel-container, .jcarousel-container-horizontal
	{
		display: none;
	}
	
	#secondSidebarNav
	{
	width: 85%;
	margin: 0 auto;
	}
	
	#secondSidebarNav .widget
	{

	text-align: center;
	}

	#gearSwapContainer, #gearSwapContainer p, #facebookContainer, #facebookContainer p
	{
	width: 100%;
	float: none;
	margin: 0; padding: 0;
	}
	
	#gearSwapContainer p.moreGearSwap a, #facebookContainer p.moreFacebook a
	{
		width: 80%;
		float: none;
		padding: 8px 15% 8px 0;
		margin: 5px 0 0 0;
		text-align: right;
	}
	
	#footer 
	{
	width: 100%;
	margin: 10px auto 0 auto; padding: 30px 8px 0 8px;
	overflow: hidden;
	font-size: .8em; /* 12px / 15px */
	line-height: 1.5em; /* 18px / 12px */
	}
	
	#footer .col
	{
	float: none;
	border:none;
	margin: 0; padding: 0;
	width: 100%;
	}
	
	#footer p.copyright
	{
	width: 100%;
	}
	
	.teamNRSImageLink
	{
	width: 188px;
	}
	
	.teamNRSImageLink a
	{
	position: relative;
	width: 128px;
	}

	.teamNRSImageLink a span
	{
	position: absolute;
	left: 0; bottom: 0;
	display: block;
	background-color: rgb(124,30,31);
	background-color: rgba(124,30,31,.8);
	color: #fff;
	margin: 0; padding: 5px;
	}

	.teamNRSImageLink a:hover span
	{
	position: absolute;
	}
	
	.lastImage, .lastText
	{
	margin-right: 10px;
	}
	
	.stacker
	{
	width: 100%;
	height: 100%;
	float: none;
	margin: 0;
	padding: 0;
	}
	
	.teamNRSBigDescription
	{
	width: 390px;
	height: 100%;
	background: none;
	background-color: #4D4D4F;
	margin: 0 0 10px 0;
	padding: 0;
	}

	.teamNRSBigDescription p
	{
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 5%;
	font-size: 1.25em;
	line-height: 1.4em;
	position: relative;
	left: 0;
	}
	
	.teamNRSTextLink
	{
	width: 190px;
	margin: 0 10px 0 0;
	}
	
	.teamNRSTextLink ul
	{
	margin-top: 0;
	}
	
	.teamNRSTextLink strong
	{
	font-weight: normal;
	font-style: italic;
	}
	
	#teamNRSheader
	{
	width: 100%;
	min-height: 25px;
	position: relative;
	}
	
	#teamNRSheader .previousTeamMember 
	{
	width: 25px;
	height: 25px;
	background: url("images/community-sprite.png") -100px -50px no-repeat;
	position: absolute;
	top: 0; left: 0;
	}
	
	#teamNRSheader .nextTeamMember
	{
	width: 25px;
	height: 25px;
	background: url("images/community-sprite.png") -100px 0 no-repeat;
	position: absolute;
	top: 0; left: 35px;
	}
	
	#teamNRSheader a:hover.previousTeamMember
	{
	background-position: -100px -75px;
	}
	
	#teamNRSheader a:hover.nextTeamMember
	{
	background-position: -100px -25px;
	}

	#teamNRSheader #teamNRStitle
	{
	position: absolute;
	top: 0;
	left: 70px;
	width: 75%;
	float: none;
	height: 25px;
	margin: 0; padding: 0;
	font-weight: bold;
	font-size: 1.25em;
	line-height: normal;
	text-align: left;
	}
	
	.bigCol
	{
	width: 100%;
	float: none;
	margin: 0;
	}
	
	.bigCol img
	{
	max-width: 100%;
	height: auto;
	padding: 0;
	}
	
	/* NRS Films responsive stuff */
	#seriesFeaturedArea, .nrsFilmsPlayer, .filmsWrapper, #filmsContent, #sponsorArea,#sponsorArea img,  #footer, #blogHeader, #blogContent
	{
	width: 100%;
	}
	
	.nrsFilmsPlayer
	{
	margin: 10px 0;
	height: 200px;
	}
	
	.filmsWrapper
	{
	background: none;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, .7);
	}
	
	/* 	
		hide the commenting area for handheld mobile, too tricky to reformat
		the entire thing for a one-pager
	*/
	#wpCommentArea, #fbCommentArea
	{
	display: none;
	}
	
	#filmsContent
	{
	min-height: 0;
	margin: 12px 0 0 0; padding: 12px 0 0 0;
	background: none;
	text-shadow: 1px 1px .3px rgba(255,255,255,.4);
	}
	
	#sponsorArea img
	{
	max-width: 312px;
	}
	
	
	body
	{
	background: #7b7b7b url("images/OSAW-waterDropsFade23.jpg") top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #7b7b7b;
	}

	
		
}
@media screen and (max-width: 399px)
{
	.teamNRSBigDescription
	{
	width: 190px;
	}
	
	.videosInSeries, .videosInSeries a
	{
	margin: 6px 6px 0 0;
	width: 140px;
	}
	
	.nomad, .warrior, .elder
	{
	margin-right: 0;
	}
}
 /* end media query */

