@charset "utf-8";
body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background:#FFF;
	background-image: url(../images/design/top-skate-feet.gif);
	background-position: top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {border:0;}
a {color:#4d0000}
a:hover {text-decoration: none; color:#b46386;}
div#subnav a.current {text-decoration:none;color:#3b3b3b;}
h1, h2, h3, h4, h5, h6 {margin-bottom:0; padding-bottom:0;font-family:'Arial Narrow', Arial, Helvetica, sans-serif;margin-top:0.5em;}
h1 {
	font-size:16pt;
	color:#b46386;
	padding:0;
	margin:0.5em 0 0 0;
	}
h2 {	
	font-size:14pt;
	color:#4d0000;
}
h3 {	
	
	font-size:12pt;
	color:#b46386;
}
h4, h5, h6 {font-size:11pt; color:#3b3b3b}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {padding-top:0;margin-top:0;}


p, li, blockquote {font-size:9pt;}
blockquote { font-style:oblique;}
#subpagesidebar li {font-size:10pt; font-weight: bold;}
dl {font-size:9pt;}
dt {background:url(../images/design/q.gif) left 2px no-repeat; font-size:11pt; font-weight:bold;color:#848484;margin-left:0;padding-left:30px;}
dd {background:url(../images/design/a.gif) left top no-repeat;margin-left:0; padding-left:30px;padding-bottom:1em;}
dd ul, dd li {font-weight:normal;}
li {padding-bottom:0.8em;}
li span {font-size:7pt;}
a.pdf {margin-left:1em;padding-left:2em; background: url(../images/design/icon-pdf-tiny.gif) left no-repeat;font-size:10pt;font-weight:bold;color:#b46386;}

/* COLORS FOR NHRD WEBSITE 

Light Pink: #efd9e2
Dark Pink: #b46386
Burnt Red: #4d0000
Light Grey: #c8c9c4
Med Grey: #7b7b7b
Dark Grey: #3b3b3b
Darker Grey: #848484

*/
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.wrapper #outercontainer { 
	width: 51em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #efd9e2;
	margin: 7em auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0.2em;
	border: 1px solid #c8c9c4;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #container { 
	width: 50em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #efd9e2;
	margin: 0.5em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.wrapper #subnav {text-align:right; font-size:8pt; margin-top:-2em;}
.wrapper #subnav img {padding:0 0.5em 0 3em}
.wrapper .logo {position:absolute; margin-top: -6.4em;}
.homeimage img{
	border: 1px solid #c8c9c4;
	margin-top:1em;
	}
.wrapper #header { 
	background: #000; 
	padding: 0.8em 0 1.5em 12em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.wrapper #header a {float:left;margin-right:2em;}	
a#tn-about, a#tn-schedule { display:block; height:12px; width:62px; overflow:hidden;}
a#tn-about:hover, a#tn-schedule:hover, a#tn-about.current, a#tn-schedule.current { display:block; text-indent:-62px; }
a#tn-news { display:block; height:12px; width:34px; overflow:hidden;}
a#tn-news:hover, a#tn-news.current { display:block; text-indent:-34px; }
a#tn-teams { display:block; height:12px; width:88px; overflow:hidden;}
a#tn-teams:hover, a#tn-teams.current { display:block; text-indent:-88px; }
a#tn-sponsors { display:block; height:12px; width:65px; overflow:hidden;}
a#tn-sponsors:hover, a#tn-sponsors.current { display:block; text-indent:-65px; }
a#tn-merchandise { display:block; height:12px; width:86px; overflow:hidden;}
a#tn-merchandise:hover, a#tn-merchandise.current { display:block; text-indent:-86px; }

	
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".wrapper #sidebar1 p" rule.
*/
.wrapper #sidebar, .wrapper #homesidebar, .wrapper #subpagesidebar {	
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	margin-top:2.5em;
}
.wrapper #homesidebar p.link img{float:right;margin-top:-0.5em; margin-right:-0.5em;}
.wrapper #homesidebar p.link {font-size:8pt;text-transform:uppercase;}

.wrapper #homesidebar a {color:#b46386;}
.wrapper #homesidebar div.sidebar1 {margin-bottom:0;}
.wrapper #sidebar {margin-top:0;}
.wrapper div.sidebar1 {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #c8c9c4;
	margin-bottom:1.2em;
	padding: 0; /* top and bottom padding create visual space within this div */
}

.wrapper #sidebar h3, .wrapper #sidebar p, .wrapper #homesidebar p, .wrapper #subpagesidebar p, .wrapper #sidebar h3, .wrapper div.sidebar1 img, .wrapper div.sidebar2 h4, .wrapper div.sidebar2 img {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
div.sidebar1 img, div.sidenav img, div.sidebar2 img {margin-top:1em;}

#navlist
{
	margin-left: .6em;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	padding-left: 1em;
	padding-bottom:0.6em;
	background-image: url(../images/design/star-sm-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 .28em;
}
#navlist li#navactive, #navlist li.away {
	background-image: url(../images/design/star-sm-pink.gif);
}
#navlist li#navactive a {color:#b46386; text-decoration:none;}
#navlist.schedule li {	
	background-position: 0 .1em;
	font-size:8pt;
	color:#4d0000;
}
#navlist.schedule li span {color:#b46386;}

.wrapper #sidebar div.divider, .wrapper #subpagesidebar div.divider {
	background: #b46386;
	padding:4px;
	margin:0.8em 0.5em;
	}
div.divider2 {	
	background: #b46386;
	padding:2px;
	margin:0.8em 0 0.8em 0;
}	
div.donate input {margin-left:1.8em;}	
.wrapper #sidebar p.info {color:#848484;text-align:center;font-size:8pt;font-weight:bold;}
.wrapper #sidebar p.info span {color:#b46386;}
.wrapper #sidebar p.info span.bigger {color:#848484; font-size:11pt;}

.wrapper div.sidebar2 h4{color:#fff;}
.wrapper div.sidebar2 {
	background-color: #4d0000;
	background-image:url(../images/design/bg-side-nav-box.gif);
	background-repeat:no-repeat;
	color:#fff;
	border: 1px solid #c8c9c4;
	margin-bottom:1.2em;
	padding: 0; /* top and bottom padding create visual space within this div */
}
.wrapper div.sidebar2 p.link {
	background:url(../images/design/arrow-white.gif) left 0.3em no-repeat;
	padding-left: 1em;
}
.wrapper div.sidebar2 a {color:#fff;font-weight:bold;}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.wrapper #mainContent, .wrapper #homeContent {
 	margin: 0 0 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.wrapper #mainContent div.mainContent1,.wrapper #mainContent div.SubMainContent   {
	background: #FFFFFF; 
	border: 1px solid #c8c9c4;
	padding:1em;
	margin-top:0;
	margin-bottom:1.2em;
	}
.wrapper #mainContent div.SubMainContent {margin-top:2.5em;}	
.wrapper #mainContent div.SubMainContent h1+p {padding-top; margin-top:0;}
.wrapper #mainContent div.meltdowns h1, .wrapper #mainContent div.meltdowns h2 {color:#a4cb30}
.wrapper #mainContent div.meltdowns a {color:#7f9e23;} 
.wrapper #mainContent div.troopers h1, .wrapper #mainContent div.troopers h2 {color:#545222}
.wrapper #mainContent div.troopers a {color:#382713;} 
.wrapper #mainContent div.cherrybombs h1, .wrapper #mainContent div.cherrybombs h2 {color:#cc0000}
.wrapper #mainContent div.cherrybombs a {color:#cc0000;} 
p.starfade {
	background:url(../images/design/star-md-fade.gif) left no-repeat;
	padding: 0.5em 1.8em;
}
p.starfade a, p.starfade2 a {color:#b46386;font-weight:bold;}


div.homenews p.starfade {font-size:8pt; background-position: left 0.3em;padding-left:2.2em;}
div.homenews p.starfade a {font-size:9pt;}

div.newsvideo {margin-top:1.5em;float:right; width:275px;}
div.newsvideo img { float:left; margin-right:10px;border: #b46386 2px solid;}
div.newsvideo p {padding-left:1em;padding-top:0.5em;}
div.newsvideo p.video img{float:none;border:none;margin-right:5px;}

div.featured img {float:left;padding-right:1em;}
div.featured h4 {color:#b46386}
div.featured h1 {padding-top:1em; margin-bottom:0;}
div.featured h2 {margin-top:0;}
div.featured h2+p {padding-top:1em;}
div.featured .dates {line-height:1.5em;}

div.photobox { float:right; padding:3px; background-color:#b46386;margin-top:15px;margin-left:10px;}
div.photobox p {color:#FFF;font-weight:bold;padding:0;margin:0;}
div.photobox p+p { font-style:italic; font-weight:normal;font-size:8pt;}
div.photobox a {color:#FFF;}
img.photobrdr { border:#b46386 3px solid; margin-top:15px;}
img.brdr {border:#b46386 3px solid;}
div.bio p {margin-bottom:0.5em;padding-bottom:0;}

div.sponsorlist div.photobox{background-color:#FFF; border: #b46386 3px solid;}

div.sponsorlist div.photobox img {padding:0.5em;}

div.biothumbs div {float:left; margin-right:1em; margin-bottom:1em;width:130px;font-size:8pt;}
div.biothumbs div img {float:left; margin-right:5px;border:2px #b46386 solid;}
div.biothumbs2 div {float:left; margin-bottom:1em; font-size:8pt; width:400px;}
div.biothumbs2 div img {float:left; margin-right:5px;border:2px #b46386 solid;}

div.boutlist {font-size:10pt;font-weight:bold}
div.boutlist img {padding-right:0.5em;}
div.boutlist span {color:#b46386}
div.events h2 {margin-bottom:0;}
div.events h2+h3 {margin-top:0;}

div.press h3 {margin-bottom:0;}
div.press h4 {margin:0; padding-bottom:0}
div.press h5 {margin-top:0;padding-top:0; font-weight:normal; font-style:oblique;}
div.press2 h1 {margin-bottom:0;padding-bottom:0;}
div.press2 h2 {margin-top:0;padding-top:0;}
div.press2 h2+p {padding-top:1em;}


/* STYLES FOR SCHEDULE STYLING*/
.table td {font-size:9pt;}
.table td {vertical-align:top;height:2em;padding:0.5em;}
table, td, th
{
border:1px solid #b46386;
}
th
{
background-color:#b46386;
color:#FFF;
}


.wrapper div.divider {
	background: #b46386;
	padding:8px;
	margin:0.8em 0;
	}
.wrapper #footer { 
	width: 51em;
	margin: 0.5em auto; /* the auto margins (in conjunction with a width) center the page */
	color: #7b7b7b;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:left;
} 
.wrapper #footer p {
	font-size:8pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer div.follow {font-size:8pt;float:right;}
.wrapper #footer div.follow div.social img {margin: -0.4em 0.5em;}
.wrapper #footer div.follow div.social {text-align:right;}
.wrapper #footer p.links {
	text-transform: uppercase;
	}
.wrapper #footer p.links a.current {color:#b46386; text-decoration:none;}	
.wrapper #footer p.copy a {color:#b46386}
.wrapper #footer p img {float:left; padding-right:1em;}	

.wrapper #footer div.enews {margin-top:3em;font:Tahoma, Arial, Helvetica, sans-serif;font-size:9pt;font-weight:bold; width:205px;}
.wrapper #footer div.enews input.newsinput {width:125px;font-family:Tahoma, Arial, Helvetica, sans-serif;  padding: 0.4 0.2em; margin:0;}
.wrapper #footer div.enews img {float:left;margin-top:1em;}
.wrapper #footer div.enews span {color:#b46386;}
.wrapper #footer div.enews span+div {color:#000;text-transform:uppercase;}
.wrapper #footer div.enews input.go {margin-top:0.5em;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}