/* ****************************   MAIN CSS ******************************* */

body {
	color: #2D2419;
	font-family: Georgia, serif;	
	background: #ECEAD4;	
	scrollbar-face-color: #483A28;
	scrollbar-highlight-color: #d3d1be;
	scrollbar-shadow-color: #d3d1be;
	scrollbar-3dlight-color: #d3d1be;
	scrollbar-arrow-color: #F3F2E4;
	scrollbar-track-color: #d3d1be;
	scrollbar-darkshadow-color: #d3d1be;
}

p{
    margin-top:0.3em;
	margin-bottom:0.3em;
}

h3{
 margin-left:-1em;
 border-bottom:1px dotted;
 margin-top:1em;
}

h4{
margin-bottom:1em;
text-align:center;
}
/*
img {
  display: block;
  margin: 0 auto 5px auto;
  border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-left-color: #ddd;
  border-top-color: #bbb;
}
*/

em{
font-style:italic;
}
strong {
font-weight:bold;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 28px;
	color: #f3f2e4;
	background: #483A28 url(../images/quote.gif) no-repeat 5px 5px;
	font: 0.9em "Palatino Linotype";
	border: 1px solid #110D00;
	border-right: 1em solid #110D00; 

}

table
{
	margin:0px 10px 10px 10px;
	color:#FFF;
	background:#C00;
	border-collapse:collapse;
	width:347px;
	border:5px solid #900;
}

thead
{

}

thead th
{
	padding:1em 1em .5em;
 	border-bottom:1px dotted #FFF;
 	font-size:120%;
 	text-align:left;
}

thead tr
{

}

td
{
	padding:.5em 1em;
}



tbody tr.odd td
{
	background:transparent url(../images/tr_bg.png) repeat top left;
}

tfoot
{

}

tfoot td
{

	padding-bottom:1.5em;
}

tfoot tr
{

}

a, a:visited {
	text-decoration: none;
	color: #CC3333;
	outline: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
	outline: none;
}

a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

/* ************************ CLASSES ************************** */
.polytonic {font: 1em "Palatino Linotype";}

.hidden {
	display: none;
	margin: 20px;
	font: Georgia;
}

/* ************************ xxxxxxx ************************** */
ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
}
ul.thumbnails a {
  width: 80px;
  height:80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.thumbnails a:hover {
  border: 1px solid #ccc;
  background-color: #eee;
}

ul.thumbnails {
  margin: 0 0 10px 0; 
  padding: 0;
 
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  list-style: none;
}
ul.thumbnails li{
  display: inline;
  margin: 0;
  padding: 0;
}

#thumps {
 float:left;
 width:36%;
}

#thumps h1 {
  margin: 0 6px;
  padding: 0 0 .5em 0;
  font-style: italic;
  font-weight: normal;
  font-size: 1.25em;
  line-height: 2.375em;
  color: #ccc;
}
#thumps h1 em {
  color: #4d4d4d;
}
#thumps h1 a:link, h1 a, h1 a:hover, h1 a em, h1 a:link em, 
    h1 a:hover em {
  border-color: #999;
  color: #999;
}

/* ************************ xxxxxxx ************************** */

#feature {
  float:left;
  width: 60%;
  background:#f3f2e4 url(images/bottom_left.gif) no-repeat bottom left; 
  margin: 10px 10px 0 20px;
}
#feature dl {
  background:url(images/top_left.gif) no-repeat;
  
}
#feature dt {
  background:url(images/top_right.gif) no-repeat top right;
  padding:0 1.2em; 
  font-size:170%; 
  color:#aa000a; 
  line-height:1;
}
#feature dd {
  background:url(images/bottom_right.gif) no-repeat bottom right;
  padding:1em 2em 2em; 
  color:#0d0d0d; 
  font: 1em/1.2 Georgia;
  line-height:1.3;
}

/*------------------------------------------------------------------*/
#popup1,#popup2,#popup3,#popup4{

}

#footnotes {
	font-size:0.8em;
	color: #110D00;
	margin: 10px;
	padding: 0 0 0 48px;
	border: 1px solid #BCB76B;
	border-right: 1em solid #BCB76B;
	background: #ECEAD4 url(../images/note.gif) no-repeat 2px 2px;	
}

#info {
	font-size:0.8em;
	color: #110D00;
	margin: 10px;
	padding: 0 0 0 48px;
	border: 1px solid #50504D;
	border-right: 1em solid #50504D;
	background: #D2D2CF url(../images/bsearch.gif) no-repeat 2px 2px;
	line-height: 1em;
}