
/* COLOUR LIST


blue: #000099;
yellow: #f9df0f;
dark grey: #222222;
lighter grey: #444444;
page background: #cccccc;
a link: #000267;


*/

/* GENERAL LAYOUT & BROWSER LEVELLING */

img {
	border:0;
}

address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre {
	padding:0px;
	margin:0px;
	list-style:inside;
}

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000099;
	font-family:arial, sans-serif;
	color:#444444;
	font-size:12px;
}

html>body {
	font-size:12px;
}

form {
	padding:0px;
	margin:0px;
}

a:link {
	color:#000267;
}

a:visited {
	color:#000267;
}

a:hover {
	color:#0002E4;
}

a:active {
	color:#9A9AFF;
}

input {
	font-family:arial, sans-serif;
	font-size:1em;
}

textarea {
	font-family:arial, sans-serif;
	font-size:1em;
}

/* END GENERAL LAYOUT & BROWSER LEVELLING */

/* HEADINGS AND REGULAR ELEMENTS */

h1 {
	color:white;
	background-image:url(/img/border/standing/header-bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	/*min-height:30px;*/
	height:20px;
	text-decoration:none;
	font-size:16px;
	/*line-height:22px;*/
	padding-left:10px;
	font-weight:normal;
}

h2 {
	color:white;
	background-image:url(/img/border/standing/header-bg-h2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:25px;
	font-size:14px;
	line-height:22px;
	padding-left:10px;
	font-weight:normal;
}

h3 {
	font-weight:bold;
	color:#222222;
	padding-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	font-size:16px;
}

.rssLogoFeed {
	Float: right;
	margin-right: 10px;
}

.forumPost h4 {
	font-weight:bold;
	color:#222222;
	padding-top:5px;
	margin-left:10px;
	margin-bottom:0px;
	font-size:13px;
}

.clear {
	clear:both;
}

.textInput {
	color:#000099;
	border:1px solid #686868;
	padding:2px;
}

.pageTitle {
	float:left;
	font-size:2em;
	margin:0px;
	display:block;
	width:100%;
	height:152px;
	background-position:right bottom;
}

.pageTitle a {
	padding:10px;
	display:block;
}

/* END HEADINGS AND REGULAR ELEMENTS */

/* PAGE NAVIGATION*/

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

ul#nav li {
	float:left;
	/*width:92px;*/
	padding-left: 19px;
	padding-right: 19px;
	text-align:center;
	color:#000099;
	background-color:#F9DF0F;
	font-weight:bold;
	height:18px;
	padding-top:5px;
	border:1px solid #000099;
}

ul#nav li a {
	text-decoration:none;
}

div#subNav {
	height:25px;
	display:block;
	clear:both;
}

#subNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 500px; /* Width of Menu Items */
	/*float:left;*/
	left:0;
}

#subNav ul li {
	float:left;
	/*	width:94px;*/
padding: 0 5px;
	text-align:center;
}

/* Styles for Menu Items */
#subNav ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	border-bottom: 0;
	font-weight:bold;
}

#subNav ul {
	display:none;
	position:absolute;
}

/* Setup subnav positions */
#newsNavBar {
	left:10px !important;
}

#featuresNavBar {
	left:80px !important;
}

#magNavBar {
	left:170px !important;
}

#forumNavBar {
	left: 555px !important;
}

#galleryNavBar {
	left: 256px !important;
	width:auto;
}

#videoNavBar {
	left: 336px !important;
	width: auto;
}

#storeNavBar {
	left: 415px !important;
	width:auto;
}

#blogsNavBar {
	left: 480px !important;
	width:auto;
}

#compNavBar {
	left: 640px !important;
}

#infoNavBar {
	left:425px !important;
}

/* END OF NAVIGATION*/

/* PAGE WRAPPER */


div#container {
	float:left;
	position:relative; /* needed for footer positioning*/
	width:756px;
	height:auto;
	min-height:100%;
	background-image:url(/img/border/standing/contentbg.gif);
	background-repeat:repeat-y;
}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	margin-left:5px;
}

div#content p {
	padding:0 1em;
}

/* END PAGE WRAPPER */




/* SITE HEADER AND INTERNAL ELEMENTS */

div#header {
	position:relative;
	background-color:#000099;
	height:220px;
	min-height:220px;
	max-height:220px;
	background-repeat:no-repeat;
	background-position:top center;
	border-right:2px solid #f9df0f;
	margin-top:0px;
}

div#header #searchBox {
	position:absolute;
	float:right;
	top:115px;
	right:20px;
	background-image:url(/img/border/standing/searchbox-shadow.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

div#header #searchBox label {
	display:none;
}

div#header #searchBox .textInput {
	float:left;
	font-size:smaller;
	padding:2px;
}

div#header #searchBox button {
	margin-left:-1px;
	height:19px;
	width:19px;
	border:1px solid #686868;
	background-color:#0E4A6B;
	text-indent:-9000px;
	background-image:url(/img/border/standing/search-button.jpg);
	background-position: center;
	background-repeat:no-repeat;
	float:left;
}

div#breadcrumbs {
	float:left;
	color:#FFFFFF;
	font-size:11px;
	width:100%;
	border-width: 2px 0px;
	border-color:#f9df0f;
	border-style:solid;
	background-color:#000099;
	background-image:url(/img/border/standing/breadcrumbs-bgX.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:20px;
	min-height:20px;
	max-height:20px;
	margin-top:-2px;
}

div#breadcrumbs p {
	margin-left:5px;
	margin-top:2px;
}

div#breadcrumbs a {
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

div#breadcrumbs a:hover {
	text-decoration:underline;
}

/* END SITE HEADER AND INTERNAL ELEMENTS */

.storeLink {
	text-decoration:none;
	color:#0E4A6B;
	font-size:11pt;
	padding-bottom: 30px;
}

#basket {
	width:100%;
	border-collapse:collapse;
}

#basket th, #basket td {
	padding:4px;
	border:1px solid #444444;
	font-size:11px;
}

#basket th {
	background-color:#000099;
	color:#ffffff;
}

#basket thead th {
	background-color:#000099;
	font-weight:bold;
	color:#ffffff;
}

#basket tfoot {
	text-align:right;
}

#basket tfoot th {
	background-color:#aaaaaa;
	font-weight:normal;
}

#basket tfoot th b {
	color:#000000;
}

#basket tfoot td {
	background-color:#DDDDDD;
	padding:3px;
}

/* BANNER AND SKYSCRAPER ADVERTISING */

div#banner {
	width:570px;
	height:75px;
	margin-top:10px;
	text-align:center;
}

div#skyscraper {
	float:left;
	margin:10px;
}

div#skyscraper img {
	border:1px solid #FFFFFF;
}

/* END BANNER AND SKYSCRAPER ADVERTISING */



/* PRIMARY CONTENT GENERAL FORMATTING */

div#primary {
	float:right;
	width:565px;
	background-color:#FFFFFF;
	margin-right:10px;
}

div#primary ul {
	padding:0.5em;
}

div#primary ul li {
	line-height:1.5em;
	margin-bottom:1em;
	list-style-type:none;
	padding-left:15px;
	background-image:url(/img/border/standing/list-bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#primary ul .firstItem {
	background-image:url(/img/border/standing/up-arrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

/* END PRIMARY CONTENT GENERAL FORMATTING */



/* SITE FRONT PAGE & RE-USED PRIMARY CONTENT FORMATTING */



div#primary .firstColumn {
	width:265px;
	float:right;
	padding:0px 10px;
	border-left:1px dotted #cccccc;
}

div#primary .secondColumn {
	width:265px;
	float:left;
	padding-left:10px;
	margin-bottom:0px;
}

div.firstColumn>img, div.secondColumn>img {
	padding:0;
	margin:0;
}

div#primary .item {
	background-color:#ffffff;
	border-width:0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	margin-top:-5px;
	margin-bottom:10px;
	padding:3px;
}

div#primary .item .headline, div#primary .item .headline a {
	font-size:1.5em;
	width:100%;
}

div#primary ul strong {
	color:#444444;
	font-weight: bold;
}

.moreLink a {
	text-align:right;
	font-size:9pt;
	padding-right:15px;
	background-image:url(/img/border/standing/right-arrow.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#222222;
	display:block;
}

.moreLink a:hover {
	color:#000000;
}

/* END SITE FRONT PAGE & RE-USED PRIMARY CONTENT FORMATTING */






/* BLOGS-SPECIFIC FORMATTING */

div#primary .blogPost {
	float:left;
	width:360px;
}

div#primary .blogPost h3 a {
	text-decoration:none !important;
}

div#primary .blogInfo {
	float:left;
	width:190px;
	margin-left:10px;
	font-size:smaller;
	padding-top: 5px;
}

div#primary .blogInfo img {
	float:none;
	display:block;
	margin:10px 0px 0px 0px;
}

div#primary .blogInfo .bloggerName a {
	color: #000099;
	font-size:small;
	text-decoration:none;
	font-weight:bold;
}

div#primary .blogInfo .bloggerName a:hover {
	text-decoration:underline;
}

div#primary .infoPanel {
	padding-top:10px;
	display:block;
	background-color:#f9df0f;
	border-width:0px 1px 1px;
	border-style:solid;
	border-color:#000099;
	margin-top:-5px;
	margin-bottom:10px;
}

div#primary .blogDate {
	font-style:italic;
}

div#primary .commentCount {
	text-align:center;
	font-size:smaller;
	clear:both;
	margin: 5px 0 5px 0;
}

div#primary .commentCount a {
	text-decoration:none;
	color:#222222;
}

div#primary #comments, div#primary #commentsForm {
	margin:10px;
	border-top:1px dashed #D4D4D4;
	padding:5px;
}

div#primary #comments h3, div#primary #commentsForm h3 {
	font-size:1.25em;
}

div#primary #comments .comment {
	margin:5px;
	border:1px dotted #D4D4D4;
	background-color:#F5F5F5;
	padding:5px;
}

div#primary #comments .comment .replyNumber {
	float:left;
	font-weight:bold;
}

div#primary #comments .comment .bloggerName a {
	font-weight:bold;
	text-decoration:none;
}

div#primary #comments .comment .bloggerName a:hover {
	font-weight:bold;
	text-decoration:underline;
}

ul.bloggerArchiveMonths li {
	background-image:none !important;
	list-style-type:none !important;
	list-style-image:none !important;
	margin:0 0 2px 25px !important;
	padding:0 !important;
}

ul.bloggerArchiveMonths li a {
	text-decoration:none;
}

.blogEdit td {
	padding:3px;
}

.shortBlogItem {
	margin-bottom:10px;
}

.shortBlogItem a {
	text-decoration:none;
}

.shortBlogItem p {
	padding:0 !important;
	margin-left:5px !important;
}

.shortBlogItem .blogDate {
	padding:0;
	margin:0;
	text-align:left;
}

/* END BLOGS-SPECIFIC FORMATTING */



/* SECONDARY CONTENT FORMATTING AND LAYOUT */

.coverMag img {
	width:140px;
	height:216px;
padding-right:
}

div#secondary {
	float:left;
	vertical-align:top;
	width:150px;
	max-width:150px;
	background:#f9df0f url(/img/border/standing/leftnavX-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:660px;
	padding-bottom:42px;
}

div#secondary .theMag {
	display:block;
	color:#000099;
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:5px;
	margin-bottom:5px;
}

div#secondary .coverImage {
	float:left;
}

div#secondary .coverCaption {
	/*
	float:left;
	width:85%;
	padding:.2em;
	margin:-110px 5px 20px 10px;
	background-color:#666666;
	font-size:14px !important;
	color:#000099;
	filter:alpha(opacity=80); 
	-moz-opacity:.80;
	opacity:.85;
	position:absolute;
	top:270px;
*/
	float:left;
	width:145px;
	padding:.2em;
	margin:-60px 0 0 0;
	background-color: white;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	font-size:14px !important;
	color:#000099;
	position:relative;
	text-align:left;
}

div#secondary .coverCaption p {
	margin:0;
	font-size:11px;
	color:#000099;
	padding:0 0 0 3px;
}

div#secondary a {
	color:#000099;
	font-weight:bold;
}

div#secondary a:hover {
	color:#000099;
}

div#secondary .login {
	clear:both;
	padding-top:10px;
	margin-left:5px;
	height:50px;
	display:block;
	background-image:url(/img/border/standing/login.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-indent:-9000px;
}

div#secondary .miniLoginForm {
	margin-left:-3px;
}

div#secondary .miniLoginForm p {
	float:left;
	clear:left;
	color:RED;
	font-size:12px;
	margin:0px;
	width:100%;
}

div#secondary .miniLoginForm label {
	display:block;
	text-indent:-9000px;
	height:1px;
	overflow:hidden;
}

div#secondary .miniLoginForm input {
	width:130px;
	font-size:.8em;
}

div#secondary .miniLoginForm button {
	border:1px solid #686868;
	float:right;
	margin-top:-30px;
	margin-right:30px;
	background-color:#0E4A6B;
	color:#000099;
	font-weight:bold;
	height:30px;
	width:30px;
	text-transform:uppercase;
}

div#secondary .currentArea {
	clear:both;
	padding-top:15px;
	font-size:14px;
	display:block;
	color:#000099;
	font-weight:bold;
	margin:0px 5px;
	border-bottom:1px solid black;
}

div#secondary .currentSubMenu {
	font-size:11px;
	margin-left:20px;
	background-image:url(/img/border/standing/currentsubmenu-ul-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:100px !important;
}

div#secondary .currentSubMenu li {
	list-style-type:none;
	padding-left:12px;
	background-image:url(/img/border/standing/currentsubmenu-li-bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:2px;
	padding-top:2px;
	padding-bottom:2px;
}

div#secondary .activeBlogs {
	display:block;
	text-indent:-9000px;
	background-image:url(/img/border/standing/write-to-climb.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
	margin:15px 2px 0px 5px;
}

div#secondary .bloggersList {
	margin:5px;
}

div#secondary .bloggersList li {
	list-style-type:none;
	font-size:smaller;
}

div#secondary p {
	color:#000099;
	font-size:smaller;
}

/* END SECONDARY CONTENT FORMATTING AND LAYOUT */

.paddedContent {
	padding:5px;
	color: #222222;
}

.paddedContent p {
	padding:0;
	margin: 0 0 12px 0;
}

.seperator {
	border-top:1px dashed #D4D4D4;
	margin:10px;
	padding:5px;
}

/* FOOTER FORMATTING AND LAYOUT */

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000099;
	color:#FFF;
	text-align:center;
	font-size:smaller;
}

div#footer .topCopy {
	background-color:#000099;
	background-position:top left;
	background-repeat:repeat-x;
	min-height:20px;
	height:20px;
}

div#footer .topCopy p {
	padding-top:.2em;
}

div#footer .bottomCopy {
	min-height:20px;
}

div#footer .bottomCopy p {
	padding-top:.2em;
}

div#footer .bottomCopy a {
	color:#FFFFFF;
	text-decoration:none;
}

div#footer .bottomCopy a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/* END FOOTER FORMATTING AND LAYOUT */

/* Calendar */

.calendar {
	border:0px;
	padding:0px;
	margin:5px 0 0 0;
	border-collapse:collapse;
	width:100%;
	font-size:12px;
}

.calendar th {
	background-color:#000099;
	color:#ffffff;
	width:85px;
	height:20px;
}

.calendar td {
	font-weight:bold;
	border:1px solid #000000;
	border-width:1px;
	vertical-align:top;
}

.calendar td.off {
	background-color:#AAAAAA;
}

.calendar td.empty {
	background-color:#DDDDDD;
}

.calendar td.full {
	background-color:#DDDDDD;
}

.calendar td a {
	color:#0E4A6C;
}

.calendar td.full div.event div.hover {
	display:none;
	width:200px;
	background-color: #AAAAAA;
	padding: 4px;
	margin-top:20px;
	margin-left: 4px;
	z-index: 999;
	position:absolute;
	border:1px solid black;
}
<!--
[if IE 7]> .calendar td.full div.event>div.hover {
 margin-top:0px;
 margin-left: 34px;
}
<![endif]
-->
 .calendar td.full div.event>div.hover {
 margin-top:0px;
 margin-left: 34px;
}

.calendar td.full div.event:hover div.hover, .calendar td.full div.event.hover div.hover {
	display:block;
}

.calendar td.full a {
	text-decoration:none;
}

.calendar td div.date {
	float:left;
	text-align:left;
}

.calenderMonths {
	border-collapse:collapse;
	width:100%;
	font-size:12px;
}

.calenderMonths th {
	background-color:#AAAAAA;
	padding:3px;
	border:1px solid black;
}

.calenderMonths a {
	text-decoration:none;
	color:#ffffff;
}

.calenderMonths .year {
	background-color:#000099;
}

.calenderEvents a {
	color:#0E4A6C;
}

#eventAdd th {
	text-align:left;
	font-weight:bold;
	padding:3px;
	background-color:#000099;
	color:#ffffff;
}

#eventAdd td {
	padding:3px;
	background-color:#F5F5F5;
}

#choiceBox {
	border:2px solid #CCCCCC;
	height:50px;
	margin: 10px 5px 10px 5px;
}

#choiceBox div {
	float:left;
	width:180px;
	height:50px;
	text-align:center;
}

#choiceBox div img {
	margin:0 5px 0 0;
	vertical-align:middle;
}

#choiceBox div a {
	text-decoration:none;
	font-weight:bold;
}

.promoSpace {
	width:578px;
	margin:5px 0 5px 0;
	background-color:#ffffff;
	border:1px solid black;
}

.newsPic1 {
	float:right;
	padding:5px 5px 3px 5px;
	font-size:10px;
	text-align:center;
	min-width:150px;
	max-width:250px;
	color:#616161;
	margin: 0 0 0 1px;
}

.imageCaptionLeft {
	float:left;
	font-weight:bold;
	font-size:12px;
	padding:8px 8px 0 8px;
	margin:2px 5px 5px 0;
	text-align:center;
	border:1px solid #cccccc;
}

.imageCaptionLeft img {
	display:inline;
	padding-bottom:3px;
	clear:both;
}

.imageCaptionRight {
	float:right;
	font-weight:bold;
	font-size:12px;
	padding:8px 8px 0 8px;
	margin:2px 0 5px 5px;
	text-align:center;
	border:1px solid #cccccc;
}

.imageCaptionRight img {
	display:inline;
	padding-bottom:3px;
	clear:both;
}

.ddFormBox {
	border:1px solid #7F9DB9;
	padding:2px;
	color:black;
}

.ddFormID {
	width:25px;
	height:26px;
	float:left;
	border-width:1px 0 1px 1px;
	border-color:#000000;
	border-style:solid;
	font-size:24px;
	text-align:center;
}

.ddFormRef {
	width:15px;
	height:26px;
	float:left;
	border-width:1px 0 1px 1px;
	border-color:#000000;
	border-style:solid;
}

.fnavpoll {
	margin:4px 8px;
	color:#00F;
}

.tagline {
	font-size:12px;
	color:white;
	margin-left:20px;
	margin-top:-25px;
}

p.forumHeader {
	font-weight:bold;
	margin:0;
	padding:0;
}

.forumPost {
	float:left;
	width:50%;
}

ht, ht p, ht ul, ht tr, ht td, ht h1, ht h2, ht h3 {
	background-color:#33FFFF;
	line-height: 1.2em;
	background-image: url(/img/holdingtext.jpg);
}

.galleryPicWrapper {
	margin: 10px auto;
	text-align: center;
}

.galleryPicWrapper a {
	display:inline;
	margin-bottom:5px;
}

#nextBackButtonsWrapper {
	font-size: 11pt;
	font-weight: bold;
}

#comments {
	clear: both;
}

.ClubOptions {
	margin: 6px 4px 4px 4px;
}

.TradeBusiness {
	background-color:#f2f0e6;
	border:1px solid #b6b6b6;
	padding:3px;
	margin-bottom:4px;
	overflow:hidden;
}

.TradeBusiness b {
	display:block;
	background-color:#000099;
	color:#FFF;
	padding:3px;
	margin-bottom:3px;
}

.storePrice {
	font-size:15px;
	font-weight: bold;
}

.addNewsButton {
	float:right;
	margin:0 10px;
}

.doNotCompleteMe {
	display: none;
	margin-left: -1000px;
	height: 0px;
}

#bodyWrapper {
	margin: 0 auto;
	width: 904px;
}
