/* general layout */
body {
	background: #8E8A8A url(images/main-background.png) repeat-x;
	text-align: center;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Tahoma, serifSansSerifMonospace;*/
	font-size: .8em;
}
#frame {
	height: auto;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#header {
   /*text-align: center;*/
   float: left;
}
/*commericial and events*/
#right-column {
	width: 375px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	padding:5px;
	background-color:#C6CFD6;
}
#frontpage-content {
    float:left;
	width: 550px;
	margin-top: 10px;
	margin-right: 10px; /* for ie - dont know why */
}
#footer {
	text-align:center;
	background-color: #ffffff;
	border-top: 2px double #003031;
	padding-top: 5px;
	margin-top: 10px;
}
.column-border {
	border:2px double #003031;
}
#latest-news {
	/*float: right;
	width: 325px;*/
	padding: 5px;
	background-color:#E7E7EF;
	margin-top: 10px;
}
/****** news flashes ******/
.newsflash-header {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}
.newsflash-p {
	text-align:left;
	padding: 3px 3px 3px 3px;
}
.newsflash {
	margin-top:10px;
	text-align:center;
}

#content {
	float:left;
	margin-top: 10px;
	width:100%;
}
.popup {
	border:5px solid #000000;
	background-color: yellow;
	position: absolute;
	left: 200;
	top: 250;
	width: 300;
	padding: 5px;
	color: red;
	font-weigth: bold;
	z-index:2
	display:block;
	text-align:center;
}

/* date styling*/
.published {
	display:block; 
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:none;
	background:url(clip-bottom.png) 
		right bottom no-repeat;
	width:2.2em;
}
.pub-month {
	display:block;
	font-size: .9em;
	margin:0; 
	padding:0;
	padding-top:12px;
	background:url(clip-top.png) 
		center top repeat-x;
}
.pub-date { 
	display:block; 
	font-size:1.4em;
	margin:0; 
	padding:0;
}
.post-content {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.7em;
}
.post-content-final { 
	margin-left:2.6em; 
	border-left:1px solid #ccc; 
	padding-left:5px;
	background: url(images/gradient.png) top repeat-x;
}
.post-content table {
	font-size: 1em;
}

/* main content styling */
.clear {  /*this is the whole key to this working*/
	clear: both;
}
h1 {
  text-align: center;
  margin: 0 0 5 0;
  background-color: #CC0000;
  color: #FFFFFF;
  border-top: 2px solid #000000;
  font-size: 18px;
  padding: 3px 0px 3px 5px;
}
.img_right {
	float: right;
	border: thin solid #FF6600;
}
p {
	margin-top: 0;
	padding-top: 0;
}
#news {
	margin-bottom: 1em;
}

table.center {margin-left:auto; margin-right:auto;}


/*  upcoming events  */
.date {
	font-weight:bold;
	font-size: 1.0em;
	font-style: italic;
	color: #003399;
}
.eventname {
	font-weight:bold;
	font-size: 1.2em;
}
.location {
	font-size: 0.8em;
}
.details, details.a{
	font-size: 0.6em;
}
.event {
	padding: 5px;
	background: #ffcc33;
}
/* upcoming tournaments styling */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
/* menu */
ul#menu{
	margin:0px 0px 1px 0px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	font-weight: bold;
	background:transparent url("images/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	vertical-align:middle;
	line-height:40px; /*ie*/
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0px 20px 0 20px;
}
ul#menu li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;	
}