/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
	font-size: 76%;
	background-image:url(/img/bg/main-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
	color:#b0b0b0;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
textarea {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}
strong {
	color:#CCC;
}
/*----------------*/
/* Styles for Editor in admin section  */
.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}

.imgleft15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgright15 {
	margin:0px 0px 15px 15px;
	float:right;
}
.imgleft20 {
	margin:0px 20px 20px 0px;
	float:left;
}
.imgright20 {
	margin:0px 0px 20px 20px;
	float:right;
}


ul, ol {
	padding:5px 0px 5px 25px;
	font-size:0.9em;
}
li {
	padding:2px 0px;
}
#frame-right li {
	list-style:circle;
}
#frame-right li a,  #frame-right li a:visited {
	color:#CCC;
}
#frame-right li a:hover {
	color:#CCC;
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
	color:#c31717;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}

fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:2px #828388 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
}
blockquote img {
	float:left;
	margin:0 3px 0 0;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
cite {
	font-weight:bold;
	padding:10px 0px;
	display:block;
	text-align:right;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.8em;
	font-weight:normal;
	padding:0 0 12px;
	color:#98211a;
}
#blogpostholder h1 {
	padding:0 0 10px;
}
h2 {
	font-weight: normal; 
	font-size: 1.5em; 
	padding:12px 0 10px;
	color:#98211a;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	color:#C31717;
	padding:12px 0;
}
h4 {
	font-size:1em;
}


/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"], input[type="button"] {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #000 solid;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}

.textbox {
	width:220px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}



/* #####################  CMS SPECIFIC STYLES  ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/* ##### SUB NAV #### */
.subnav {
	clear:both;
	background-color:#FEE7E8;
	padding:8px;
	font-size:0.9em;
	margin:0 0 8px 0;
}
.subnav h3 {
	padding:0;
	margin:0;
	color:#F5464B;
}
.subnav ul {
}
.subnav li {
	display:inline;
	padding:2px 8px;
}


/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:18px 0px 18px 0px;
	border-bottom:3px #CCC solid;
}
.blogsnippets h2 {
	font-size:1.6em;
	color:#000;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#000;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px 4px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}
.postdetails {
	font-size:0.9em;
	color:#999999;
}
#commentsholder {
	padding:10px 0px;
	clear:both;
}
#leavecomment {
}
#leavecomment ul {
}
#leavecomment li {
	padding:3px 0px;
}
#leavecomment li label {
	display:block;
}
.comments_ind, .comments_ind_admin {
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	margin:4px 0;
}
.comments_ind_admin {
	background-color:#EBEEE7;
}
.comments_ind h4, .comments_ind_admin h4 {
	padding:2px 0px;
}
span.postDate {
	display:block;
	font-size:0.9em;
	color:#999999;
	padding:0px 0px 10px 0px;
}
.categorisedin {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
}
.blogthumb {
	border:1px #BC0176 solid;
}
#blogcatpager {
	padding:12px 0px;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
}
#blognavigationholder {
	font-size:1.1em;
	padding:0 0 15px 0;
	float:right;
	width:200px;
	margin:0 0 15px 20px;
	padding:12px;
	background-color:#FEE7E8;
}
#blognavigationholder li {
	padding:4px 0 !Important;
}
#blognavigationholder li a, #blognavigation li a:visited {
	display:block;
	padding:7px;
	
}
#blognavigationholder li a:hover {
	background-color:#ffffff;
}

/* ################  FORMS ############### */
.myforms {
	width:100%;
	padding:0 !Important;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 18em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */


/* External Content Plugin */

.externalcontent {
	display:block;
	width:100%;
	padding:12px 0;
}

/* ####################################################################################################################################### */
/* ####################################################################################################################################### */
/* ------------------------------------------- START SITE SPECIFIC STYLES ---------------------------------------------------------------- */
/* ####################################################################################################################################### */
/* ####################################################################################################################################### */


/* Create a consistent font size through all browsers */

.systemmessages {
	display:block;
	padding:5px;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	background-color:#009933;	
	margin:8px 0px;
}
/*----------------*/


fieldset {
	padding:18px;
	margin:10px 0px 10px 0px;
	border:4px #000000 solid;
}
legend {
	padding:8px;
	font-weight: normal; 
	font-size: 1.6em; 
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	background-image:url(http://www.n3o.co.uk/img/quotes.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 55px;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
blockquote.inlinetext {
	margin:14px 0;
	color:#555555;
	font-size:0.9em;
}
cite {
	display:block;
	text-align:right;
	padding:12px 0px 10px 0px;
}
cite span {
	font-weight:bold;
}
img {
	border:0;
}
address {
	font-size:0.95em;
}
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */

input, textarea {
	color:#000;
	padding:8px;
	border:2px #CCC solid;
	background-color:#FFFFE1;
}
input:focus, textarea:focus, input:hover, textarea:hover, textarea:focus, textarea:hover {
	border:2px #000 solid;
	background-color:#FFFFFF;
}
input[type="submit"], input[type="button"] {
	border:2px #DC2B31 solid;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding:12px 12px;
	background-image:url(http://www.n3o.co.uk/img/bg/button.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F34449;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	background-image:none;
}
.mybutton {
	border:2px #DC2B31 solid;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding:12px 0px;
	background-image:url(http://www.n3o.co.uk/img/bg/button.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F34449;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
.iefixer {
	margin-bottom:-1px !Important;
}
/* --------------------------------------------------------------- */

p{
font-size:12px;	
margin-bottom:10px;
line-height:20px;
}

#nav{
background-image:url(../img/nav-bg.jpg);
background-color:#202020;
height:120px;
width:100%;
}

#nav-inner{
	width:950px;
	margin:auto;
	position:relative;
}

#header{
	height:274px;	
	background-color:#000000;
}

#header-inner{
	width:950px;	
	margin:auto;
}

#header-left{	
	width:569px;
	height:274px;
	float:left;
	border-left:1px solid #595959;
}

#header-right{
float:right;
margin-top:45px;
width:365px;
}

#frame{
background-color:#1a1a1a;
border-top:1px solid #595959;
width:100%;
}

#frame-inner{
width:950px;
margin:auto;
padding-top:22px;
}

#frame-left{
width:220px;
float:left;
}

#frame-right{
	width:710px;
	float:right;
	padding-bottom:15px;
}

#footer{
width:100%;
border-top:1px solid #595959;
background-color:#000;
clear:both;
margin:15px 0 0 0;
}

#footer-inner{
width:950px;
margin:auto;
}

.content-box-holder {
	width:49%;	
	float:left;
	margin-top:12px;
}

.content-box-holder-right{
	width:49%;	
	float:right;
	margin-top:12px;
}

.content-box-header{
	background-image:url(../img/header-top.jpg);
	background-repeat:no-repeat;
	background-color:#80171C;
	height:38px;
}

.content-box-header h6{
	font-size:15px;	
	color:#FFF;
}


.sifr-margin{
margin-left:10px;
padding-top:10px;
}

.content-box-article{
	background-color:#2e2e2e;
	border-bottom:1px solid #1a1a1a;
	padding:5px;
	font-size:0.9em;
}

.content-box-article p {
	margin:0px;
	padding-top:5px;
	font-size:0.9em;
}

.content-box-article h2 {
	margin:3px 0;
	padding:0;
}

.content-box-article img{
	border:1px solid black;
}
.indimage {
	float:left;
	width:95px;
	text-align:center;
}
.indtext {
	margin:0 0 0 95px;
}

.content-box-article a, .content-box-article a:visited {
	color:#ca252c;
	text-decoration:none;
	font-weight:normal;
}

.content-box-article a:hover{
	color:#ca252c;
	text-decoration:underline;
}

#top-navigation li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-right:30px;
}

#top-navigation li a{
color:#a6a6a6;
text-decoration:none;
font-weight:normal;
font-size:16px;
}

#top-navigation li a:hover{
color:#CA252C;
text-decoration:none;
}

#logo{
	position:absolute;
	top:4px;
	right:0;
	z-index:999;
}

#top-navigation{
	float:left;	
	margin-top:42px;
}

#top-navigation ul {
	padding-left:0;
}

#navigation{
padding-bottom:15px;
}

#navigation li{
padding:0px;
margin:0px;
}

#navigation li a:hover {
background:transparent url(../img/navigation-bg.jpg) repeat-x scroll left bottom;
color:#c6c6c6;
text-decoration:none;
}

#navigation li a {
background:transparent url(../img/navigation-bg.jpg) repeat-x scroll left bottom;
border-bottom:0 solid #FFFFFF;
color:#c6c6c6;
display:block;
font-size:13px;
font-weight:normal;
height:14px;
padding:8px 0 9px 10px;
text-decoration:none;
width:auto;
border-bottom:1px solid #565656;
}

#navigation ul{
border:1px solid #565656;
border-bottom:0px;
padding:0px;
margin:0px;
}

#footer-inner{
padding-top:15px;
padding-bottom:35px;
}

#footer-inner h5 {
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 8px 0;
}

p.top-header{
	padding:0px;
	margin:0px;
	line-height:normal;
	font-size:20px;
	color:#98211A;
}

p.bottom-header{
font-size:13px;	
line-height:normal;
line-height:20px;
font-family:Helvetica;
margin-top:10px;
margin-bottom:18px;
}


/* Inductee List */

.inducteelistimage {
	width:80px;
}

#inducteeimages {
	width:250px;
	float:left;
	padding:25px 10px 10px 10px;
	background-color:#80171C;
	background-image:url(/img/header-top.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#inducteeimages img {
	margin:0 0 15px 0;
	border:1px #FFF solid;
	width:215px;
}

#inducteetext {
	width:420px;
	float:right;
}


/* Breadcrumb */

#breadcrumb {
	padding:0 5px;
	border:1px solid #565656;
	background-color:#303030;
	clear:both;
	margin:10px 0 0 0;
}
#breadcrumb ul {
	padding:0 0;
}
#breadcrumb li {
	display:inline;
	margin:0 7px 0 0;
	line-height:20px;
}

.leftcolumn {
	float:left;
	width:48%;
}
.rightcolumn {
	float:right;
	width:48%;
}

/* Image Styles */

.hofimage {
	float:right;
	margin:0 0 0 10px;
	border:1px #CA252C solid;
}
.extraheight {
	height:15px !Important;
}

/* Sponsors List */

.sponsorslist {
	padding:0;
}
.sponsorslist li {
	float:left;
	display:block;
	width:33%;
	text-align:center;
	height:60px;
	line-height:60px;
}
.sponsorslist img {
	margin:0 0 12px 0;
}

.secondaryNav {
	padding:0 0 15px 0;
}
.secondaryNav h4 {
	padding:10px 0 10px 0;
}
.secondaryNav li {
	list-style:circle;
}
.secondaryNav li a, .secondaryNav li a:visited {
	color:#CCC;
	font-weight:normal;
}

.newslistitem {
	padding:5px;
	border:1px solid #565656;
	background-color:#303030;
	clear:both;
	margin:10px 0 0 0;
}
.newslistitem h2 {
	padding:5px 0;
}
.newslistitem h2 a, .newslistitem h2 a:visited {
	font-size:1.1em;
	font-weight:normal;
	color:#fff;
}

#primarysponsor {
	padding:0 0 15px 0;
}

#copyright {
	padding:12px 0 0;
}












.js {
	overflow:hidden;
}
.carousel, .carousel .carousel-wrap {
	border:0 none;
	margin:0;
}
.js .carousel-wrap {
	display:inline-block;
	vertical-align:middle;
	width:948px;
}
.IE .js .carousel-wrap {
	display:inline;
}
.carousel ul {
	margin:0;
	padding:0;
}
.js ul li {
	display:inline;
	float:left;
	height:61px;
	overflow:hidden;
	text-align:left;
	width:316px;
	padding:0;
}
.carousel-control {
	display:none;
}

.carousel div {
	border:0 none;
	margin:0;
	padding:0;
}
.carousel ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
}
/*.carousel ul li {
	margin:0;
	position:relative;
	width:316px;
}*/
.carousel ul li cite {
	bottom:3px;
	font-size:11px;
	line-height:19px;
	position:absolute;
	right:10px;
}
.carousel ul li cite a img {
	vertical-align:middle;
}
.carousel ul li cite a {
	color:#FFFFFF;
	text-decoration:none;
}
div.center-wrap {
	clear:both;
	overflow:hidden;
}
div.center-wrap div {
	border:0 none;
	margin:15px 0;
}
div.center-wrap a {

}
div.center-wrap a.active {
	color:#5DB0E6;
	font-weight:bold;
}

#donate-box p {
	font-size:0.9em;
	text-align:center;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

