

			/*three column layout header and footer*/

	#wrapper{
		position: relative;
		min-height: 2300px;
		top: 2px;
		right: 2px;
		left: 2px;		
		min-width: 770px;
		width:expression(document.body.clientWidth < 550 ? "770px" : "100%" );		
		border:0px solid #000;
		background: #ffffcf url('images/badgebg2.jpg') no-repeat -250px 450px;
}



	#left {
		position: absolute;
		left:5px;
		top:162px;
		width:130px;
		background:transparent;
		border:0px solid #000;
		margin-bottom: 1em;
		
		}

	#center {
   		margin-left: 143px;
   		margin-right:172px;
		height: 2300px;
		
		border: 0px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 143px;
   		margin-right:172px;
		
		}
	html>body #center {
   		margin-left: 143px;
   		margin-right:172px;
		width: auto;
		
}	




	#centerblog {
   		margin-left: 143px;
   		margin-right:172px;
		height: 2300px;
		border: 0px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 143px;
   		margin-right:172px;
		}
	html>body #centerblog {
   		margin-left: 143px;
   		margin-right:172px;
		}

	#right {
		position: absolute;
		right:5px;
		top:162px;
		float:right;
		width:160px;
		background:#ffffcf;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		right:5px;
		width:160px;
		}

html>body #right {
   		right:5px;
		width:160px;

		}
	



	/*-------------------------left column - dropdown navigation-------------------------------*/





	#left ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 130px;
}

	#left ul li {
	   position: relative;
}

	#left li ul{
		position: absolute;
		left: 130px;
		top: -1px;
		width:130px;
		display:none;
		border-top: 1px solid #666633;
		border-left: 1px solid #666633;
}



	#left ul li a{
		display: block;
		text-decoration: none;
		color: #666666;
		background-color: #ffff99;
		border-bottom: 1px solid #666633;
		padding: 5px 10px 5px 10px;
		width:110px;
}


/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; }
* html #left ul li a { height: 1%; }
/* End */


	#left li ul a{
		background-color: #ffff99;}


	



	#left li:hover ul, #left li.over ul {
		display: block;
}

	#left a:hover {
		color:#ffffff;
		background-color:#877fef;
}

	#left li a.current{
		color:#ffffff;
		background-color:#877fef;
}


	



/*-----------------------common to all areas of site------------------------*/

	a:hover{
		color:#c60;
		background: transparent;
}

	body {	
		
		font-size:70%;
		font-family: verdana,arial,helvetica, sans-serif;
		padding:0px;
		color: #gray; 
		background-color:#ffffcf;
}


	h1, h2, h3, p{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
}

	h1, h2, h3{
		font-family:  verdana, arial, helvetica, sans-serif;
}
	p {
		font-family: verdana, arial, helvetica, sans-serif;
}


	h1 {	
		font-size: 20px;
}

	h2 {
		font-size: 18px;
}

	h3 {
		font-size: 14px;
}

	img{
		margin:0;
		padding:0;
}

	img.right {
		float: right;
		padding: 1em 1em 0 1em;
}

	img.left {
		float: left;
		padding: 1em 1em 0 1em;
}

	img.center {
		display: block;
    		margin-left: auto;
    		margin-right: auto; }

	 a img{
		border: none;
}

	.matchdate {
		font-weight: bold;	
}
	ul.showres li{
		display: inline;
		list-style-type: none;
}

		/*--------------------------------title----------------------------------------*/





	#header {
		background:transparent;
		height:160px;
		border: 1px solid #000;
}
	#header h1 {
		margin:0;
		background: #fcff10 url('images/ashtonlogo6.jpg') no-repeat top left;
		min-width: 601px;
		height: 160px	
	}

	#header h1 span {
		display:none;
}




		/*------------------------------------------center----------------------------*/


 	#centerblog, #center {
		text-align: justify;
	}

	 p.address {
		font-size: 80%;
		text-align: center;
	}

		

	h1.welcome {
		text-align: center 
}

	#center h2, #center h3, #center h4, #center h5, #center h6, #center p, #centerblog h2, #centerblog h3, #centerblog h4, #centerblog h5, #centerblog h6, #centerblog p  {
		padding:0em 0 0.5em 0;
}

	table {
		
		font-size: 95%;
		border-width: 1px;
		border-spacing: 2px;
		border-style: solid;
		border-color: gray;
		border-collapse: collapse;
		background-color: white;
	
}

	table th {
		border-width: 1px;
		padding: 1px;
		border-style: solid;
		border-color: gray;
		background-color: white;
		-moz-border-radius: 0px;
}
	table td {
		border-width: 1px;
		padding: 1px;
		border-style: solid;
		border-color: gray;
		background-color: white;
		-moz-border-radius: 0px;
}

	tr.title, tr.ashton{
		font-weight: bold;	
}

	.inline li {
		display:inline
}
	#center div, #centerblog div{
		padding: 0 0 0.5em 0;
		margin: 0.5em 0 0 0;
}



		/*-----------------------------------------right column------------------------------------------*/


	#right a:hover{
		color:#c60;
		background: transparent;
}

	#right div, #center div {
		border-bottom: 1px solid #cfcccc;
}
	#right h1, #right h2 {
		text-align: center;
		margin:0 0 0 0;
}



	#mainsponsors ul, #right ul, #right li {
		list-style: none;
		margin: 0em 0 0em 0;
		padding: 0;
		text-align: center;
}	


	#mooreandco li {
		
}

	#mainsponsors ul {
		display:inline;
}
		

	#mainsponsors img, #sponsors img, #mooreandco img {
		margin: 3px 3px 3px 3px;
		border: none;
}
	#sponsors a:hover, #mooreandco a:hover{
		color:transparent;
		background-color:transparent;
}

}

	#lottory ul {
		list-style: circle;
		
}

	#right h2 {
		font-size: 15px;
		margin: 0.5em 0 0.5em 0;
		padding: 0;
}

	#right ul{
		margin: 0 0 0.5em 0;
}


	#right div{
		margin: 0 0 0.5em 0;
}




		/*-------------------------------------footer*---------------------------------------------/



		
	#footer{
		position:absolute;
		clear:both;
		text-align: center;
		padding: 2em 0 0.5em 0;
		margin: 0.5em 0em 0 5em;
		bottom: 0em;
		display:none;
}





	#juniornav li{
		list-style: none;
		display: inline;
		}

/* Blog
----------------------------------------------- */

/* Header
----------------------------------------------- */
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet 

MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Content
----------------------------------------------- */

/* right bar
----------------------------------------------- */
#recently li {
margin: 0.5em 0 0em 0;		
}

#archive a {
  color:#666;
  text-decoration:none;
  }
#archive a:hover {
  	color:#c60;
	background: transparent;
  }

#archive li{
	text-align:left;
}

/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet 

MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet 

MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet 

MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }