/*************************************************************************************************/
/* (c) 2008, Summerleaze Computer Services                                                                                              */
/*************************************************************************************************/

html, body 
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
  color: white;
  background: black;
}

body 
{
  height: 100%;
  background: black url(images/background.jpg) top center no-repeat;
}

a 
{
  color: red;
}
a:visited 
{
  color: red;
}
a:hover 
{
  color: white;
}
a img 
{
  border: 0;
}

h1
{
	margin: 0;
	padding: 0;
	text-align: center;
}
h1.left
{
	margin: 0 5px;
}
h1.red {
	padding: 0;
	font-size: 1.2em;
	color: red;
}

h2
{
	margin: 5px;
	padding: 0;
}

h3
{
	margin: 5px;
	padding: 0;
	clear: both;
}
h3.left {
	text-align: left;
}
h3.red {
	color: red;
}

a#featured 
{
  display: block;
  margin: 0 auto;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: red;
}
a#featured:visited 
{
  color: red;
}
a#featured:hover 
{
  text-decoration: underline;
}

hr 
{
  clear: both;
  color: black;
}

p 
{
  margin: 0.5em;
  margin: 10px 5px;
}

img.logo 
{
	display: block;
	margin: 0;
	padding: 0;
  margin-top: 1em;
  border-top: 4px solid gray;
/*  border-bottom: 4px solid gray;*/
}

/* A block of text that has a picture link on either the left or right side */
.image-block 
{
  clear: both;
  padding: 1%;
}
.image-block img 
{
  display: block;
  width: 300px;
  border: 2px solid gray;
}
.image-block div
{
  margin: 0 310px 0.2em 0;
}
.image-block div.right
{
  margin: 0 0 0.2em 310px;
  margin: 0;
  margin-left: 310px;
  padding: 0;
  text-align: left;
}
.image-block p 
{
	margin: 0;
	margin-bottom: 0.5em;
  padding: 0 5px;
}
.image-block a.image 
{
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.8em;
	text-decoration: none;
}
.image-block a.right 
{
  float: right;
}
.image-block a.image h1
{
	margin-bottom: 0.1em;
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}

.bordered
{
	border: 1px dotted yellow;
}

.centered 
{
  text-align: center;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}

.clear-both 
{
  clear: both;
}

.hilite 
{
  font-weight: bold;
}

.float-left 
{
  float: left;
}

.float-right 
{
  float: right;
}
img.float-right{
	margin: 0.5em;
}

.link 
{
  color: red;
  text-decoration: underline;
}

.red 
{
	color: red;
}

/*************************************************************************************************/

.ticker
{
	clear: both;
	overflow: hidden; 
  position: relative;
	margin: 2em auto 1em;
  border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	width: 95%;
  height: 120px;
}
.tickerbox
{
  display: block;
  position: absolute;
  top: 10px;
  width: 152px;
  height: 102px;
}

/*************************************************************************************************/

#header 
{
  position: relative;
  width: 800px;
  /*height: 146px;*/
  margin: 0.5em auto;
  padding: 0;
  text-align: center;
  border: 4px solid gray;
}

#nav
{
  margin: 0;
  padding: 0;
  height: 32px;
  background: black url(images/btn.jpg) repeat-x;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
  float: left;
  padding: 0 0.5em;
  line-height: 32px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-right: 1px solid gray;
}
/* This rule should affect IE6 and below only... */
* html #nav a {
  height: 35px;
}
#nav a:visited {
  color: white;
  text-decoration: none;
}
#nav a:hover {
  color: red;
  /*background: url(images/_ovr.gif) bottom no-repeat;*/
}
#nav a#current {
  color: silver;
  background: url(images/btn_current.jpg) center no-repeat;
}

#logo {
	display: block;
}

#stop-press 
{
  position: relative;
  width: 800px;
  margin: 0.5em auto;
  padding: 0;
  border: 4px solid gray;
  background: black;
}
#stop-press object 
{
}
#stop-press div 
{
  float: right;
  width: 690px;
}

#news-box {
  position: relative;
  width: 800px;
  margin: 0.5em auto;
  padding: 0;
  border: 4px solid gray;
}
#news-box object {
	float: left;
	border: 1px dotted fuchsia;	
}
#news-box .news-story {
	float: right;
	width: 690px;
	border: 1px dotted yellow;
}
#news-box .news-story a {
	float: right;
	text-align: center;
	font-size: 0.8em;
}
#news-box .news-story a img {
	display: block;
	margin: 2px;
  border: 2px solid gray;
	width: 200px;
}
#news-box .news-story p {
	float: left;
	width: 460px;
	margin: 2px;
	border: 1px dotted green;
}

/*************************************************************************************************/

#content 
{
  position: relative;
  width: 800px;
  margin: 0.5em auto;
  padding: 0;
  text-align: left;
  border: 4px solid gray;
  background: black;
}
/*
#content p 
{
  padding: 2px;
}
*/

.column 
{
  float: left;
  width: 47%;
  margin: 0.2em;
  padding: 0.5em;
  border: 1px solid orange;
}

.column h1 
{
  font-size: 1.2em;
  font-weight: bold;
 	text-align: left;
}

.column object 
{
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#calcio-link
{
	clear: right;
	float: right;
	width: 249px;
	height: 95px;
	text-align: center;
	line-height: 210px;
	background: url(images/calcio/link.jpg) no-repeat;
	margin: 0;
	margin-top: 20px;
	margin-right: 30px;
}
#calcio-link:hover
{
	float: right;
	width: 249px;
	height: 95px;
	background: url(images/calcio/link_over.jpg) no-repeat;
	margin-right: 30px;
}

#neverbeaten 
{
  text-align: center;
}
#neverbeaten object
{
	display: block;
  margin: 0 auto;
}

/*************************************************************************************************/

#scroller 
{
  display: block;
  height: 70px;
  width: 100%;
  border: 1px solid gray;	
}
#scroller div 
{
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  width: 775px;
  height: 68px;
}
#scroller img 
{
  height: 68px;
}
#scroll_left 
{
  float: left;
  width: 10px;
  height: 70px;
}
#scroll_right 
{
  float: right;
  width: 10px;
  height: 70px;
}

/*************************************************************************************************/

#footer 
{
  position: relative;
  width: 810px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.75em;
  color: gray;
  background: black;
}

#footer_menu 
{
  position: relative;
  width: 806px;
  height: 19px;
  margin: 1em auto;
  text-align: center;
  color: white;
  background: url(images/back.gif);
  border: 4px solid gray;
}

#footer_menu a 
{
  float: left;
  width: 200px;
  height: 19px;
  line-height: 19px;
  color: white;
}

#footer_menu a:visited 
{
  color: white;
}

#footer_menu a:hover 
{
  color: red;
}

/*************************************************************************************************/

.grid-left 
{
  background: url(images/grid.gif) top right no-repeat;
}

.grid-right 
{
  background: url(images/grid-mirror.gif) top left no-repeat;
}

.news .featured 
{
  clear: left;
}

/*************************************************************************************************/

/*
#page1, #page2, #page3 
{
  display: none;
}

.page 
{
  float: right;
  width: 580px;
  height: 400px;
  text-align: center;
  padding: 2px 0;
}

.page a 
{
  display: block;
  width: 300px;
  margin: 10px auto;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
}

.page img 
{
  border: 2px solid gray;
}
*/

a.pagebutton 
{
  display: block;
  width: 160px;
  margin: 10px;
  padding: 5px;
  padding-left: 25px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid gray;
}

a.pagebutton:hover 
{
  background: gray url(images/logo-red.gif) 0% 50% no-repeat;
}

a.selected 
{
  background: url(images/arrow.gif) 100% 50% no-repeat;
}

.red 
{
  color: red;
}

/*************************************************************************************************/
/* GLOVE CUTS */
/*************************************************************************************************/

.glove-cut
{
  float: left;
	margin: 5px;
  padding: 0;
	color: white;
	width: 380px;
	/*border: 1px dotted yellow;*/
}
.glove-cut div
{
  float: left;
  width: 270px;
  /*border: 1px dotted green;*/
}
.glove-cut h1
{
	padding: 0;
  padding: 5px;
	text-align: left;
	font-size: 1.2em;
	color: white;
}
.glove-cut img
{
  float: left;
	width: 100px;
	margin-bottom: 1em;
}
.glove-cut img.guide
{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 2px solid gray;
}
.glove-cut p
{
  margin: 0;
  padding: 5px;
}

/*************************************************************************************************/
/* PALM GUIDE */
/*************************************************************************************************/

.palm
{
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
	width: 790px;
	height: 144px;
	background: black url(images/latex/latex.jpg) no-repeat;
	color: black;
	/*border: 1px dotted yellow;*/
}
.palm div
{
  float: left;
  width: 270px;
}
.palm h1
{
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  text-decoration: underline;
  top: 15px;
  left: 10px;
  width: 140px;
  /*border: 1px dotted red;*/
}
.palm img
{
  position: absolute;
  margin: 0;
  padding: 0; 
  top: 55px;
  left: 10px;
  width: 140px;
  /*border: 1px dotted blue;*/
}
.palm p
{
  position: absolute;
  margin: 0;
	padding: 0;
	top: 15px;
	left: 160px;
	width: 300px;
	height: 120px;
	color: black;
  /*border: 1px dotted green;*/
}
.palm .ratings
{
  position: absolute;
  margin: 0;
  padding: 0; 
  top: 35px;
  left: 670px;
  width: 100px;
  height: 80px;
  border: 1px dotted fuchsia;
}

