/*
        alphadictionary.css - Main layout for alphadictionary
	$Id: alphadictionary.css,v 1.33 2005/05/11 19:03:13 ashaffer Exp $
        $Revision: 1.33 $
*/

* {
	padding: 0px;
	margin: 0px;
}

html {
/*	background-color: #796D6D; */
	background-image: url(/images/background.gif);
}

body {

}

#headerimage {
	margin-left: 5px;
	margin-top:	0px;
	width: 751px;
	height: 135px;
	overflow: hidden;
}

div#headerimage img {
	border: 0px;
	display: block;
	position: relative;
	z-index: 6;
}

table#headertextads {
	background-color: #f7fbdf; text-align: center; width: 751px; margin: 0px auto;
}

#mainpage, #footer, #footerads {
	width: 760px;
	margin: 0px auto;
	left: -40px;
	position: relative;
	padding: 5px 2px 5px 2px;
	background-color: #F6F8DD;
	height: auto;
}

#floatingads {
	/* width: 120px +2 for the border. */
	background-color: #f0f0e1; right: -122px; top: 0px; border: 1px solid black; position: absolute; width: 120px;
	overflow: hidden;
}

#floatingads h2 {
	text-align: center;
	background-color: #813B32; 
	color: #DCEBA5;
	padding: 5px 0px;
	font-family: Times;
	font-size: 18px;
/* 	background-image: url(/design_images/h2underline.gif); */
	background-repeat: repeat-x;
	background-position: bottom;
	border: 10px solid #813B32;
	border-width: 0px 5px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#floatingads a {
	display: block;
	text-align: center;
	margin: 0px 5px;
	padding: 5px 0px;
	border-top: 1px solid black;
}

#floatingads #rosettastone_sidebarad a {
	margin: 0px;
}

#floatingads br {
	display: none;
}

#footer {
     text-align: center;
}

.clearer {
	clear: both; 
	display: block;
	position: relative;
}

.footerlinksrow {
    background-color: #F6F8DD;
    font-family: Verdana, Arial, Helvetica; 
    font-size: 8pt;
}

.fullcontent {
	width: 100%;
	background: #F6F8DD;
	margin: auto;
}

.contentandsidebar, #contentandsidebar {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	z-index: 5; 	
	background-color: #F6F8DD;
	margin-left: 1px;
}


a:visited {
     color: #734B4B;
}

a {
     color: #734B4B;
}

#sidebar {
	float: left;
	height: auto;
     	font-family: "Century Gothic",Arial,Helvetica,Lucida,sans-serif;
     	color: white;
     	font-size: small;
	font-size: 12px;
/* 	text-align: center; */
	border: none;
	background-image: url(/design_images/menu-bg.gif);
	z-index: 2; 
/* 191 - 2*15 */
 	padding: 13px 15px 17px 15px;
	width: 161px;
	position: relative;
	margin: 0px;
}



.menuheaderborder {
	background-image: url(/design_images/menu-top.gif);
	background-repeat: no-repeat;
	height:13px;
	width:191px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.footerborder{
	background-image: url(/design_images/menu-bottom.gif);
	height:17px;
	width:191px;
	position: absolute;
	bottom: -1px;
	left: 0px;
}

.arrows {
	font-family: "Century Gothic",Arial,Helvetica,Lucida,sans-serif;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 0px;
}

#sidebar h4 {
     margin: 0px;
}

#sidebar a:visited, #sidebar a {
     color: white;
}

#sidebar .sidebarads {
	background-color: #CCCCCC;
	font-size: 11px;
	text-align: center;
	color: black;
}


#sidebar .sidebarads a:visited,
#sidebar .sidebarads a {
	color: #000066;
	text-decoration: none;
}

#content, #fullcontent {
     text-align: justify;
     font-family: "Century Gothic", Arial, Helvetica, Lucida, sans-serif;
     font-size: 10pt;
}	

#content {
	height: auto;
	float: left;
     	width: 550px;
     	position: relative;
	height: auto;
    	padding: 0px;
	margin-left: 5px;
     	margin-right: 0px;
	margin-top: 0px;
	z-index: 1;
}

#content hr {
     height: 1px;
     padding: 0px;
}

/*
	NOTE: all non-full-width paragraphs need to have width: auto to workaround the workaround
*/

#content p, #fullcontent p {
	margin-top: 5px;
	text-align: left;
	font-family: "Century Gothic", Arial, Helvetica, Lucida, sans-serif;
	width: 99%; /* IE will increase the width of a container if you have wrapped italitized text - give the baby its bottle. */
}

#content ol {
	margin-left: 30px;
}

#content ol li {
	margin-top: 4px;
}

#content ul {
	margin-left: 20px;
}

#content ul li {
	margin-top: 4px;
}

#sidebar h1 {
	margin: 0px;
	padding: 0px 0px;
	font-size: 10pt;
}

#content h2, #sidebar h2 {
	clear: both;
	margin-top: 0px;
}

/* Sidebar DIV styles */

#sidebar .ts_nav form {
	margin: 0px 0px 10px; 
	padding: 0px;
}

.navmenu  {
/* 	width:187px; */
	position:relative;
	z-index: 2; 
	margin-bottom:0px;
}

#sidebar .whatsup {
	clear:both;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width:160px;
}

#sidebar .whatsup h1{
	color:#E2EBA9;
	font-family: "Century Gothic", Arial, Helvetica, Lucida, sans-serif;
	font-size: 15px;
	font-weight:normal;
	border-width: 0px;
	text-align: center;
	background:#682F28;
	margin-top: 5px;
	padding: 0px;
}

#sidebar .whatsuptitle h1 {
	color:#E2EBA9;
	font-family: "Century Gothic", Arial, Helvetica, Lucida, sans-serif;
    	font-size: 15px;
	font-weight:normal;
	border-width: 0px;
	text-align: center;
	background:#682F28;
	margin-top: 5px;
	padding: 0px;

}

#sidebar .whatsup p {
	text-align:left;
	font-family: "Century Gothic", Arial, Helvetica, Lucida, sans-serif;
    	font-size: 13px;
	font-weight:normal;
	width:145px;
	margin-left: 3px;
	margin-top: 5px;
}

#content h2 {
/*	background-color: #813B32; 
	color: #DCEBA5;
	text-align: left;
	padding: 5px 0px 5px 0px;
	font-family: Times;
	font-size: 24px;
	background-image: url(/design_images/h2underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 10px solid #813B32;
	border-width: 0px 5px;
	margin-bottom: 5px;
	margin-top: 10px;
*/
	font-family: Trebuchet, Century Gothic, Arial, Geneva, Helvetica, sans-serif;
        font-variant: small-caps;
	font-weight: normal;
	font-size: large;
	letter-spacing: 6px;
	border-bottom-style: solid;
	border-width: 1px;
        margin-top: 20px;
	color: black;
}

#content h2 a {
	color: black;
}

#content h3 {
	color: #82825A;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}

/*
#content h3 {
	padding-top: 8px;
	padding-bottom: 3px;
}*/

h2 hr {
	margin:2px;
	height: 1px;
}

h1.formheader {
	font-family: Times New Roman,Times,serif; 
	color: #734B4B;
	margin: 0px;
}

/* From Brian.css */

#content p.quotation {
	font-family: Verdana, Arial, Helvetica;
	text-align: justify;
	font-size: 10px;
	color: #000000;
	margin-left: 20px;
	width: auto;
	margin-right: 10px;
}

.navlist {
	padding: 0px;
	margin: 0px;
}

#content p.diagram {
	width: auto;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica;
	margin: 10px;
}

table.diagram, table.quiz {
  border-collapse: collapse;
  margin: auto;
}
  table.diagram tr td, table.diagram tr th, table.quiz tr td, table.quiz tr th {
  background-color:  #D2D2C3;
  border: 1px solid #f0f0e1;
  padding: 2px;
  text-align: center;
}
  table.diagram tr td {
	text-align: left;
	padding-left: 4px;
}
  table.diagram tr th, table.quiz tr th{
  background-color: #BE6478;
  text-align: center;
}
  table.diagram tr.superheader th, table.quiz tr.superheader th {
  background-color: #78323C;
  color: #d7d7aa;
  font-size: larger;
}
/*

.content table.diagram th {
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	background-color: #B0C26C;
	margin: 1px;
	padding: 1px;
}

.content table.diagram {
	font-family: Verdana, Arial, Helvetica;
	background-color: #542620;
	border: 1px solid #000000;
	width: 100%;
}

.content table.diagram tr {
	font-family: Verdana, Arial, Helvetica;
	background-color: #f0f0e1;
	margin: 5px;
	padding: 5px;
}

.content table.diagram tr.highlightrow td {
	font-family: Verdana, Arial, Helvetica;
	background-color: #D5E3D5;
	margin: 5px;
	padding: 5px;
}
*/
.content form table {
	background-color: inherit;
}

h1 {
	text-align: center;
	font-size: xx-large;
	color: #808000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bolder;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;	
	border-color: gray;
}

#content h1.funheader {
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

#content h1 a{
      color: #808000;
}

img.transition {
	display: none;
}

#wSearchForm {
/* 	margin-left: 18px;
	margin-top: 20px; */
	text-align: center;
	margin-bottom: 10px;
}

#wSearchText {
	font: 1.5em  Verdana, Arial, Helvetica, sans-serif ;
	color: #333 ;
/* 	height: 31px; */
	width: 135px;
	border: solid 0 #fff;
/*	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px; */
/* 	background: transparent url("/design_images/textbox.gif") no-repeat !important; */
/* 	background: transparent url("/design_images/textbox_blank.gif") no-repeat fixed; */
}
/*
#wSearchText:focus {
	background: transparent url("/design_images/textbox_blank.gif") no-repeat !important;
}
*/

#wSearchSubmit {
	margin: 0px;
	background: transparent url("/design_images/search_button.gif") no-repeat;
	height: 28px;
	border: solid 0 #fff;
	width: 80px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF88;
	text-transform: uppercase;
}

#whitesmokead {
	margin-left: 0px;
/*	margin-left: auto;
	margin-right: auto; 
	text-align: center; */
	margin-top: 10px;
	margin-bottom: 10px;
}


#babylonad, #whitesmoke125x125 {
	width: 160px;
	margin: 0px auto;
	text-align: center;
}

#rosettastonead {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footerads {
	font-family: "Century Gothic",Arial,Helvetica,Lucida,sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: normal;

}

#footerads a:visited, #footerads a{
	color: #000066;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}

blockquote {
	margin-left: 15px;
}

#content div.sectiontitle {
	background-color: #813B32;
	border: 10px solid #813B32;
	font-size: 14pt;
	color: #CCFF88;
	margin-top: 10px;
}

#friendsendlink {
	text-align: center;
 	margin: 10px 0px 10px 0px; 
	display: block;
/* 	position: relative; */
/*	float: left; */
/* 	left: 23px;
	width: 140px; */
}

#friendsendlink h1{
	font-family: "Century Gothic",Arial,Helvetica,Lucida,sans-serif;
	font-size: small;
	border: none;
}

#footerads a{
	border-width: 0px 1px;
	border-style: solid;
	border-color: black;
	padding: 0px 5px;
}