
body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/background/pattern_152.gif);
	color: black;
	margin:0;
}
#crosswords{
	position: relative;
	background-color: white;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width:800px;
	height: 240px;
	text-align: center;
	padding: 5px;
	background:#FFFFFF;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content{
	position: absolute;
	top: 240px;
	left: 0px;
	width:800px;
	padding: 5px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
	
/**************** text styles ****************/
	h1 {
	  color: #990000;
	  font-size: 130%;
	  }
	  		
	h2 {
	  color: #990000;
	  font-size: 120%;
	  }
		
	h3 {
	  color: #990000;
	  font-size: 110%;
	  }
		
	a {
	  color: Blue;
	  text-decoration: none;
	  font-weight: bold;
	  }
	a:hover {
	  color: Blue;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  a img { border-style:none; }

a.external {
white-space: nowrap;
padding-right:15px;
background:transparent url(/images/external.png) no-repeat scroll right center;
}

/**************** word list styles ****************/
#clist
{
border-width:1px; 
border-style:solid; 
border-color:#06a; 
padding:25px; 
}
#clist table td a
{
 font-weight: bold;
 font-family: Lucidatypewriter, "Courier New", monospace;
}
#clist ul
{
	list-style: none;
	border-right: 1px dotted black;
	padding:0;
	margin:0;
}
#clistlast ul
{
	list-style: none;
	border-right: none;
	padding:0;
	margin:0;
}
#clist ul li
{
	white-space: nowrap;
	height: 1.6em;
	font-size: 110%;
	vertical-align: middle;
}

#clist2 ul
{
	list-style: none;
	padding:0;
	margin:0;
}
#clist2 ul li
{
	height: 1.6em;
	font-size: 110%;
	vertical-align: middle;
}

/**************** definition list styles ****************/
dl.dlist1
{
margin: 0;
padding: 0;
}
.dlist1 dt
{
margin: 0 0 1em;
padding: 0;
font-weight: bold;
}
.dlist1 dd
{
margin: 0 0 1em 1em;
padding: 0;
}


dl.dlist2
{
margin: 0;
padding: 0;
}
.dlist2 dt
{
margin: 0 0 1em;
padding: 0;
color: #717171;
font-size: 10px;
font-weight: bold;
}
.dlist2 dd
{
font-size: 10px;
margin: 0 0 1em 1em;
padding: 0;
}

/**************** link directory styles ****************/

#linkdir li
{
list-style: none;
margin: 0;0 5em 1em 1em;
padding: 0.75em;
}
#linkdir li:hover
{
background-color: #EEEEEE;
}

#linkdir li p 
{ 
margin-left: 0.75em; 
margin-top: 0.2em; 
margin-bottom: 0.2em;
}

/**************** timer / jotter styles ****************/
.fieldset1
{
border: 1px solid #781351;
margin: 0em 0em 0em 0em;
padding: 0em 10px 10px 10px;
min-height:11em; 
height:auto;
 background-color: White;
}
/* for Internet Explorer */
/*\*/
.fieldset1
{
height: 11em;
}
/**/
/**************** misc styles ****************/
  
.drag {position: relative; cursor: move; z-index: 100;}
.mouse-over {
	font-size: 110%;
	font-weight: bolder;
	cursor: pointer;
	color: #339967;
}
.navtext {
width:120px;
font-size:90%;
border-width:2px;
border-style:outset;
border-color: #666666;
background-color: White;
color:black;
position:absolute; 
top:0px; 
left:-400px; 
visibility:hidden;
}


/**************** forms styles ****************/
form1 {
  background:#eee;
  color:#444;
  margin:.75em 0 1.5em;
  padding:5px 10px 8px;
  }
form1 > table {
  width:100%;
  }
form1 th {
  text-transform:lowercase;
  white-space:nowrap;
  }
form1 .group {
  margin:0 0 .75em;
  }
form1 .filter {
  margin-bottom:1.5em;
  }
input, textarea, select {
  margin:1px 0;
  font:100%/1.2em Monaco,Monospace;
  }
td input, td textarea, td select, #searchform input, #advsearch input {
  font-size:110%;
  }
input.text {
  background:#fff;
  border:1px solid;
  border-color:#aaa #eee #eee #aaa;
  color:#333;
  }
.imgbutton {
  vertical-align:middle;
  }
.unit {
  white-space:nowrap;
  margin-right:.5em;
  }
select {
  border:1px solid #ccc;
  }
form1 p {
  font-size:85%;
  line-height:1.6em;
  }
form1 td p {
  font-size:100%;
  }
#subcol form div, #c-smx #maincol form div {
  margin-bottom:4px;
  }
.search #subcol form div.group {
  margin-bottom:.75em;
  }
form1 div div, #maincol form div div, form table {
  font-size:100%;
  padding:0;
  border-width:0;
  }
form1 table td {
  width:100%;
  }
form1 table td, form1 table th {
  padding:5px 10px 5px 0;
  border-bottom:1px dotted #ccb;
  font-weight:normal;
  font-size:100%;
  }
form1 td.buttons, form1 th.buttons {
  border-width:0;
  }
form1 label {
  text-transform:lowercase;
  }
form1 h2 label {
  text-transform:none;
  }
fieldset {
  border:1px dotted #bba;
  padding:8px 10px;
  margin:1em 0;
  }
fieldset legend {
  padding:0;
  margin:0;
  color:#844;
  }
label em {
  font-style:normal;
  }
form1 .error th label, form .error td label {
  font-weight:bold;
  }
form1 label:hover {
  color:#963;
  cursor:pointer;
  }
form1 label.inline {
  display:inline;
  font-weight:normal;
  }
form1 div.highlt {
  background:#ffc;
  }
form1 div.highlt label {
  color:#c00;
  }
form1 input, form textarea, form select {
  margin:1px 0;
  }
form1 textarea {
  background:#fff;
  display:block;
  clear:left;
  width:97%;
  border:1px solid;
  border-color:#ccc #fff #fff #ccc;
  color:#333;
  }
form1 .error input.text, form .error textarea {
  border-color:#c66 #FFB2B2 #FFB2B2 #c66;
  }
form1 input.button, form input.button2 {
  padding:2px;
  border:2px solid;
  border-color:#69c #369 #369 #69c;
  background:#ccb;
  color:#000;
  font:bold 100% Verdana,Sans-serif;
  }
form1 input.button2 {
  border-color:#998 #665 #665 #998;
  color:#333;
  }
form1 input.button:hover, form1 input.button2:hover {
  color:#963;
  background:#eed;
  cursor:pointer;
  }
form1 input.button:active {
  border-color:#369 #69c #69c #369;
  background:#ccc;
  color:#000;
  }
form1 input.button2:active {
  border-color:#666 #999 #999 #666;
  background:#ccc;
  color:#000;
  }

#results table { margin: 1em; border-collapse: collapse; }
#results td, th { padding: .5em; border: 1px #ccc solid;  border-collapse: collapse; }
#results thead {
	background-color: #F4A460;
}


/************************************************* Centered Menu ****************************************/

   #centeredmenu {
   	clear:both;
   	float:left;
   	margin:0;
   	padding:0;
   	border-bottom:1px solid #fff; /* white line below menu */
   	width:100%;
   	font-family:Verdana, Geneva, sans-serif; /* Menu font */
   	font-size:100%; /* Menu text size */
   	z-index:1000; /* This makes the dropdown menus appear above the page content below */
   	position:relative;
   }

   /* Top menu items */
   #centeredmenu ul {
   	margin:0;
   	padding:0;
   	list-style:none;
   	float:right;
   	position:relative;
   	right:50%;
   }
   #centeredmenu ul li {
   	margin:0 0 0 1px;
   	padding:0;
   	float:left;
   	position:relative;
   	left:50%;
   	top:1px;
   }
   #centeredmenu ul li a {
   	display:block;
   	margin:0;
   	padding:.6em .5em .4em;
   	font-size:1em;
   	line-height:1em;
   	background:#ddd;
   	text-decoration:none;
   	color:#444;
   	font-weight:bold;
   	border-bottom:1px solid #000;
   }
   #centeredmenu ul li.active a {
   	color:#fff;
   	background:#000;
   }
   #centeredmenu ul li a:hover {
   	background: #36f; /* Top menu items background colour */
   	color: #fff;
   	border-bottom: 1px solid #03f;
   	text-decoration: underline;
   }
   	#centeredmenu ul li:hover a,
   #centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   	background:#36f; /* Top menu items background colour */
   	color:#fff;
   	border-bottom:1px solid #03f;
   	text-decoration: underline;
   }

   /* Submenu items */
   #centeredmenu ul ul {
   	display:none; /* Sub menus are hiden by default */
   	position:absolute;
   	top:2em;
   	left:0;
   	right:auto; /*resets the right:50% on the parent ul */
   	width:10em; /* width of the drop-down menus */
   }
   #centeredmenu ul ul li {
   	left:auto;  /*resets the left:50% on the parent li */
   	margin:0; /* Reset the 1px margin from the top menu */
   	clear:left;
   	width:100%;
   }
   #centeredmenu ul ul li a,
   #centeredmenu ul li.active li a,
   	#centeredmenu ul li:hover ul li a,
   #centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   	font-size:1em;
   	font-weight:normal; /* resets the bold set for the top level menu items */
   	background:#eee;
   	color:#444;
   	line-height:1.4em; /* overwrite line-height value from top menu */
   	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
   }
   	#centeredmenu ul ul li a:hover,
   	#centeredmenu ul li.active ul li a:hover,
   	#centeredmenu ul li:hover ul li a:hover,
   #centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   	background:#36f; /* Sub menu items background colour */
   	color:#fff;
   }

   /* Flip the last submenu so it stays within the page */
   #centeredmenu ul ul.last {
   	left:auto; /* reset left:0; value */
   	right:0; /* Set right value instead */
   }

   /* Make the sub menus appear on hover */
   	#centeredmenu ul li:hover ul,
   #centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   	display:block; /* Show the sub menus */
   }
   
   /*****************************************************************************/
   
   #puzzdiv {
   height: 475px; 
   overflow: hidden;
   }
      
   #puzzdiv2 {
   height: 465px; 
   overflow: hidden;
   }
      
   #wsdiv1 {
   height: 491px; 
   overflow: hidden;
   }
   
   /***************************************************************************/
   
	ul#items{
	    margin-left: auto;
	    margin-right: auto;
		width:400px;
		text-align:center;
	}

	ul#items li{
		list-style: none;
		height: 120px;
		width: 360px;
		overflow: hidden;
		margin:10px 10px 10px 10px;
		padding:10px;
		background: #DBDAE0;
		color: #fff;
		text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 1px 1px #777;
		-webkit-box-shadow: 0 1px 1px #777;
		box-shadow: 0 1px 1px #777;
		color: #555;
	}

	ul#items li:hover{color:#333;}



