/* narrowboatmagazine.com style sheet */

html,body	{ margin: auto; height: 100%;
			  width: 750px;
			  font-family: Verdana,Arial,sans-serif; 
			  font-size: small; }

#wholepage {  overflow: hidden;
			  min-height: 100%; }

/* left-hand side of page */

#lefthand	{ background: #EEEEEE;
			  color: red;
			  width: 200px;
			  float: left;
			  padding-bottom:20000px;
			  margin-bottom:-20000px;
			  height: 100%; }

#top_pic	{ background: #333333;
			  width: 200px; 
			  height: 120px;
			  float: left; }

#login		{ background: #FF0000;
			  padding-left: 8px;
			  padding-right: 8px; 
			  padding-top: 4px; 
			  padding-bottom: 4px;
			  border-bottom: 1px solid gray;
			  border-left: 4px solid #EEEEEE;
			  border-right: 4px solid #EEEEEE;
			  margin: 0px;
			  color: white; }
			  
#login a 			{ color: white; text-decoration: none; }
#login a:visited 	{ color: white; text-decoration: none; }
#login a:hover		{ color: white; text-decoration: underline; }

#lh_nav		{ line-height: 1.1; }

#lh_nav a		    { color: black; text-decoration: none; font-weight: bold; }
#lh_nav a:visited	{ color: black; text-decoration: none; font-weight: bold; }
#lh_nav a:hover		{ color: black; text-decoration: underline; font-weight: bold; }

#lh_nav .norm		{ padding-left: 8px; 
					  padding-right: 8px; 
					  padding-top: 6px; 
					  padding-bottom: 6px;
					  border-bottom: 1px solid gray;
					  border-left: 4px solid #EEEEEE;
					  border-right: 4px solid #EEEEEE;
					  margin: 0; }
#lh_nav .alt		{ background-color: white;
					  padding-left: 8px; 
					  padding-right: 8px;
					  padding-top: 6px; 
					  padding-bottom: 6px;
					  border-left: 4px solid #EEEEEE;
					  border-right: 4px solid #EEEEEE;
					  border-bottom: 1px solid gray;
					  margin: 0; }

.smaller	{ font-size: smaller; font-weight: normal; }
			  
/* right-hand side of page */

#righthand	{ background: white;
			  color: black;
			  margin-left: 200px; 
			  padding-bottom: 20000px;
			  margin-bottom: -20000px;
			  height: 100%; }

#masthead	{ background: url('http://www.spincricket.com/images/top_background.jpg');
			  color: white;
			  height: 120px; }

#main		{ color: black;
			  padding: 0px 6px 6px 16px; }
			  
#main a		{ color: blue; }
#main a:visited	{ color: blue; }

/* other */

#footnote	{ font-size: xx-small; }
.floatpic	{ float: left; margin-right: 10px; }

/* page-specific - shop */

.shopitem	{ background: #F8F8F8;
			  border: 1px solid gray;
			  padding: 4px; 
			  margin-bottom: 6px; }
.shopitem h3  { margin-top: 0px; margin-bottom: 6px; }
.shopitem p   { margin-top: 0px; margin-bottom: 4px; }
.shopitem img { margin-right: 8px;
				margin-bottom: 8px; }
.author		{ font-size: small; font-weight: normal; }

.shopbuy	{ background: gray;
			  border: 1px solid white;
			  padding: 4px;
			  color: white; }

/* page-specific - fleet lists */

.listtable	{ background: #EEEEEE;
			  border: 1px solid white;
			  border-collapse: collapse; 
			  margin-top: 10px; 
			  margin-bottom: 6px; }
.listtable th { background: #FF0000; color: white; text-align: left; 
				vertical-align: top; padding-left: 2px;
				font-weight: normal; padding-right: 8px; 
				padding-bottom: 2px;}
.listtable td { border: 1px solid white; padding-right: 4px; padding-left: 2px; }




/* ----------------------------------
   Login
   ---------------------------------- */

#loginbox1 {
	width: 300px;
	display: block;
	position: relative;
	float: left;
	background-color: #EEEEEE;
	border: 1px solid gray;
	margin-top: 10px;
	padding: 5px;
}

#loginbox1 table { padding: 0px; margin-bottom: 6px; }
#loginbox2 table { padding: 0px; margin-bottom: 6px; }
#loginbox2 td { padding-left: 0px; }

#loginbox2 {
	width: 500px;
/*	width: 300px; */
/*	display: block;
	position: relative;
	float: left;
	margin-left: 30px; */
	background-color: #EEEEEE;
	border: 1px solid gray;
	margin-top: 10px;
	padding: 5px;
}

#loginbox1 p,
#loginbox1 td,
#loginbox2 p,
#loginbox1 td {
	margin-top: 0px;
	margin-bottom: 5px;
}


/* ----------------------------------
   StickCricket logo
   ---------------------------------- */

#facebook a {
	background: #fff url(/images/spinfacebook.png) no-repeat;
	display: block;
	margin-left: 14px;
	margin-bottom: 10px;
	border: 5px solid white;
	height: 72px;
	width: 160px;
}

#facebook a span { visibility: hidden; }
#facebook a:hover span { visibility: hidden; }
#facebook a:hover { text-decoration: none; }

#stickcricket a {
	background: #fff url(/images/stickcricket.gif) no-repeat;
	display: block;
	margin-left: 14px;
	border: 5px solid white;
	height: 42px;
	width: 160px;
}

#stickcricket a span { visibility: hidden; }
#stickcricket a:hover span { visibility: hidden; }
#stickcricket a:hover { text-decoration: none; }
