body
{
	background-color: #fff;
}

/*----------------MENU--------------------------------*/

.dropDownNavigation, .dropDownNavigation ul {
  float: left;
/*  background: URL('../images/navBG.png') repeat-x; */
  background-color: #6F358B;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #333;
  border-right: none;
	font-size: 12px;
}

.dropDownNavigation li {
  float: left;
}

.dropDownNavigation a {
  display: block;
  padding: 0 1.2em;
  color: #FFF;
  border-right: 1px solid #333;
  line-height: 2.1em;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}

.dropDownNavigation a:hover {
/* background: URL('../images/navBGDown.png'); */
  background-color: #B79AC5;
  color: #000;
}

.dropDownNavigation li ul {
  position: absolute;
  left: -999em;
}

.dropDownNavigation li ul li {
 float: none; 
}

.dropDownNavigation li ul a {
  background: #EA764B;
  color: #000;
  white-space: nowrap;
}

.dropDownNavigation li ul a:hover {
 background: #B79AC5;
}

.dropDownNavigation li li ul {
  position: absolute;
  left: -999em;
  margin: -24px 0 0 99.5%;
}

.dropDownNavigation li:hover li ul {
  left: -999em;
}

.dropDownNavigation li:hover ul, .dropDownNavigation li li:hover ul {
  left: auto;
}

/*------------------------------------------------*/
p, blockquote, h1, h2, h3, h4, td, th
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

li
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
	padding-right: 8px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#topline
{
	text-align: center;
	height: 150px;
/*	background-image: url(http://www.gamecauldron.net/home/textpattern/css_images/Resource-Logo.gif);            
        background-repeat: no-repeat;  */
	background-image: url(/textpattern/css_images/topbar.gif);            
        background-repeat: repeat-x; 
        background-position: left top;
/*	border-top: 15px solid #EA764B; */
}

/* ---purple bar ---*/
#header
{
	text-align: center;
	height: 21px;  /* was 22px */
	background-color: #6F358B;
}

#container
{
        clear: left;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

/* #sidebar-2 p, */
#sidebar-1 p
{
	line-height: 20px;
	font: bold 11px Verdana, sans-serif;
	text-align: center;
	color: #FFFFFF;
        margin-bottom: -4px;
}

#sidebar-1
{
	float: left;
	width: 160px;
	\width: 160px;
	w\idth: 160px;
	margin-right: 5px;
	margin-top: 10px;
	background-color: #6F358B;
}

#sidebar-1a p
{
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

#sidebar-1a
{
	width: 140px;
	\width: 140px;
	w\idth: 140px;
	height: 30px;
	margin: 10px;
	background-color: #B79AC5;
/*	background-image: url(http://www.gamecauldron.net/home/textpattern/css_images/lnav_button.jpg); */
}

#content
{
	margin-left: 165px;
/*	margin-right: 255px; */
	padding-top: 5px;
	background: #ffffff no-repeat top center;
}

#content ul
{
  list-style-type: disc;
  list-style-position: inside
}

#contentwrapper
{
	clear: both;
	height: 350px;
}

#sidebar-2
{
	float: right;
	width: 250px;
	\width: 250px;
	w\idth: 250px;
	margin-left: 5px;
	padding-top: 1px;
	height: 400px;
/*	background-color: #9268A8; */
}

#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
	border-bottom: 15px solid #EA764B;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

a
{
	color: #6F358B;
        text-decoration: underline;
}

#sidebar-2 a, #sidebar-1 a
{
	border: 0px;
	color: black;
	text-decoration: none; 
}

h1
{
/*	text-align: center; */
	font-weight: normal;
	text-decoration: none;
/* 	font-family: Georgia, Times, Serif; */
	font-size: 1.2em;
}

h2
{
	font-weight: normal;
	font-size: .9em;
	font-style: italic;
}

h3
{
	font-weight: normal;
	font-size: 1.1em;
}

h4
{
	font-weight: normal;
	font-size: 1em;
}

h3 a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1.1em;
}

h1 a, h2 a
{
	border: 0px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}
