/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #CAD0E3; margin:2px 10px 10px 10px; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

h2 { position:relative; display:block; text-transform:uppercase; color:#E02140; margin-bottom:10px; margin-top:10px; font-size:140%; }

p { margin-bottom:10px; line-height:140%; }

a:hover, a:active { outline: none; }
/*a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }*/

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #c00; color:#fff; text-shadow: none; }
::selection { background:#c00; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.important-message {
    color: red;
}

 /* Primary Styles */

body {
	text-align:center;
	background:#000 url(../images/back.jpg) 50% 0 no-repeat;
}
body,td,th,input,select,textarea {
	font-family:trebuchet,arial,helvetica,sans-serif;
	font-size:13px;
}
a {
	-webkit-transition:all 500ms;
	-moz-transition:all 500ms;
	-o-transition:all 500ms;
	-ms-transition:all 500ms;
	transition:all 500ms;
	cursor:pointer;
}

/* containers */

#container {
	position:relative;
	width:980px;
	margin:10px auto 20px auto;
	text-align:left;
}
#scp_page {
	position:relative;
	_position:inherit;
	padding-top:10px;
	background-color:#fff;
	min-height:600px;
}


/* header */

header {
	display:block;
	position:relative;
	top:33px;
	height:233px;
	overflow:hidden;
	background:#fff;
}
#rnrmc {
	position:absolute;
	top:10px;
	right:20px;
	width:270px;
	text-align:center;
	text-transform: uppercase;
	font-size:10px;
	letter-spacing:1px;
}
#rnrmc b {
	display:block;
	width:270px;
	height:80px;
	background-image: url(../images/logo_rnrmc.gif) ;
	text-indent:-3000px;
	overflow:hidden;
}
#peoples-proms {
	position:absolute;
	top:120px;
	right:20px;
	width:270px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#062153;
}

/* nav */

nav {
	position:absolute;
	left:0;
	top:0;
	height:33px;
	font-size:11px;
	overflow:hidden;
}
nav li {
	height: 33px;
	margin-right : 2px;
	float:left;
	text-transform:uppercase;
}
nav a {
	background : none;
	padding : 0;
	height : 33px;
	font-weight: normal;
	margin-top : 2px;
	color : #FFF;
	text-decoration: none;
	display: block;
	float : left;
	-webkit-transition: margin 0.1s linear;
	-moz-transition: margin 0.1s linear;
	-o-transition: margin 0.1s linear;
	-ms-transition: margin 0.1s linear;
	transition: margin 0.1s linear;
	
}
nav a:hover {
	margin-top : 0;
}
nav span {
	display : block;
	height : 33px;
	float : left;
}
nav span.nav_left, 
nav span.nav_right {
	width : 12px;
	background : url( ../images/nav-sides.gif ) no-repeat;
}
nav span.nav_right {
	background-position: 100% 0;
}
nav span.nav_middle {
	background : url( ../images/nav-middle.gif ) repeat-x;
	padding : 13px 5px 0 5px;
	height : 25px;
}
nav .active a {
	margin-top : 0;
	color:#000;
	font-weight:bold;
}
nav .active span.nav_left, 
nav .active span.nav_right {
	background-position: 0 -33px;
}
nav .active span.nav_right {
	background-position: 100% -33px;
}
nav .active span.nav_middle {
	background-position: 0 -33px;
}

/* sponsors */

#sponsors {
	position:absolute;
	top:140px;
	right:10px;
	width:400px;
	height:40px;
}

#sponsors h3,
#sponsors .sponsor {
	display:block;
	float:left;
	margin-right:5px;
	padding:5px;
}
#sponsors .sponsor {
	margin-top:-16px;
}
#sponsors .sponsor span {
	display:none;
}
#sponsors h3 {
	text-transform: uppercase;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
}

/* advert */

#advert {
	width:720px;
	height:90px;
	margin-top:10px;
	background:#ccc url(../images/advert_back.gif) 50% 0 no-repeat;
}

/* footer, sponsors */

footer {
	position:relative;
	width:980px;
	height:150px;
	margin:0;
	margin-bottom:-10px;
	padding-bottom:20px;
	background-color:#000;
}
footer,
footer a {
	color:#999;
	font-size:11px;
	line-height:150%;
}
footer a:hover {
	color:#c00;
}
footer hr {
	display:none;
}
#footer-nav {
	width:100%;
	height:25px;
	padding:15px 0;
}
#footer-nav ul,
#footer-nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#footer-nav ul {
	width:100%;
	margin:auto;
	text-align:center;
}
#footer-nav li {
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #333;
	text-transform:uppercase;
}
#footer-nav li:last-child {
	border-right:none;
}
#footer-notes {
	width:100%;
}
#copyright {
	position:absolute;
	top:60px;
	right:0;
	width:300px;
	text-align:right;
}
#smallprint {
	position:absolute;
	top:60px;
	left:0;
	width:500px;
}

#site-built-by-codestorm {
	position:absolute;
	bottom:0;
	left:0;
	padding-bottom:10px;
	color:#222;
}
#site-built-by-codestorm a {
	color:#222;
}
#codestorm-intellectual-property-copyright {
	position:absolute;
	bottom:0;
	right:0;
	padding-bottom:10px;
	color:#222;
}
#codestorm-intellectual-property-copyright a {
	color:#222;
}




@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  /*a:after { content: " (" attr(href) ")"; } */
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
	header h2,
	nav,
	#footer-nav,
	#xfadetitle {
		display:none;
	}
	#rnrmc b {
		display:inline;
		width:auto;
		height:auto;
		background:none;
		text-indent:0;
		overflow:hidden;
	}
	footer hr {
		display:block;
		margin:10px;
	}
	aside article {
		border:1px solid #ccc;
	}
}


