/* styles for www.ancestralstars.com */

/* color scheme:
		med. tone gray-purple: #827984
		light gray: #bababa (color of trans. starfield -- too close to be used in blockquote)
		lightest background: #f9f9f9
		deep orange from planet: #6b2e21
		deep gray-purple: #2f2a42, lighter--> #35304d
		
		--background color, after darkened w/ PS gradient: #221F30
		
		old: #ebe8e6 (putty color for maps, etc)
*/

/* employing SOME of Eric Meyer's reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, /* ul, li, -- really mucked up lists! -- reset on menu only*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* -------- end reset CSS ------ */

html {
    background: #221F30 url(../images/lr_bg_1px.jpg) top center repeat-y;
}

body {
color: #000000;
font-family: Tahoma, Verdana, Arial, sans-serif; 
background: url(../images/lr_bg_full.jpg) no-repeat scroll center top transparent; 
}

/* global link behavior */
a img {
	border: 0 none;
}

a:link {
	text-decoration: none;
	color: #6b2e21;
	border-bottom: 1px #827984 dotted;
} 

a:visited {
text-decoration: none;
color: #35304d;
border-bottom: 1px #155a95 dotted;
}

a:hover {
text-decoration: underline;
color: #827984;
border-bottom: 1px #827984 dotted;
}

p {
font-size: 90%; 
line-height: 1.5em;  /* 16×1.5=24 */
padding-top: .8em;
padding-bottom: .8em;
padding-left: .25em;
padding-right: .25em;
}

h1 {
margin-top: .5em;
margin-bottom: .5em; /* 8px;*/
margin-left: .25em; /* 4px; */
margin-right: .25em; 
font-family: Georgia, Times, Times New Roman, serif; 
font-size: 1.1em; /* near 110%; */
/* line-height: 1.25em; /*  20px; */
border-bottom: 3px #6b2e21 solid;
color: #6b2e21;
/* padding-top: .5em; */
clear: both;
}

h2 {
font-family: Georgia, Times, Times New Roman, serif; 
font-size: 1em;  /* near 100% */
color: #6b2e21;
font-weight: bold;
margin-top: .5em;
margin-bottom: .25em; 
margin-left: .25em; /* 4px; */
margin-right: .25em; 
}

h3 {
font-family: Tahoma, Verdana, Arial, sans-serif; 
font-size: .9em;  
color: #000000;
font-weight: bold;
margin-top: .5em;
margin-bottom: .25em; 
margin-left: .25em; /* 4px; */
margin-right: .25em; 
}

#container {
	position: relative;
	margin: 0 auto;
	min-height: 970px;
	width: 980px;
}

/* Styles for the main text on the page. */
#main-text {
	position:absolute;
	margin-top: 90px;
	margin-bottom: 0;
	margin-left: 260px;
	margin-right: 4px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000000;
	left: 0px;
	top: 115px;
	width: 718px; 
	/*line-height: 1.5em;*/ /*20px; */
	/*font-size: .9em; */ /* 80%; */
}

#main-text img {
padding: 2px;
border: none;
/* float: right; */
}
#main-text li {
padding: 2px;
font-size: 90%; 
line-height: 1.125em;  /* 16×1.125=18 */
}
#main-text-large {
	position:absolute;
	margin-top: 85px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0px;
	border-right: 0px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	left: 0px;
	top: 130px;
	width: 780px;
	font-size: .9em; /* ~80%; */
}

#news-container {
	display: block;
	overflow: scroll;
	height: 230px;
	margin-top: 10px;
}

#news-container ul {
	list-style: square outside none;
	border-left: 20px;
}

#breadcrumb {
	float: right;
	clear: none;
	min-height: 20px;
	min-width: 20px;
	vertical-align: middle;
}
#breadcrumb a {
  background-image: url(../images/ui-icons_6b2e21_256x240.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 16px;
	width: 16px;
	/*putting border info on link looks better than on span*/
	border: solid thin;
	border-color: #6b2e21;
	-moz-border-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
}
#breadcrumb a:hover {
	background-image: url(../images/ui-icons_35304d_256x240.png);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
#breadcrumb a.linkHome { background-position: 0px -112px; }
#breadcrumb a:hover.linkHome { background-position: 0px -112px; }

/* Styles for the navbar on the left side*/
#nav-menu {
	position: absolute;
	top: 369px;
	display: block;
	width: 240px;
	left: 0; /* -1px;*/
}
#nav-menu ul {
	/*note: reset CSS needed for this ul */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;	
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#nav-menu li a { 
	background-image: url(../images/lr_menu.png); 
	background-repeat:no-repeat;
	display:block;
	height:30px;
	padding:0 0 0 0px;
}

#nav-menu li a.homeCurrent { background-position: 0px 0px; }
#nav-menu li a.eventsCurrent { background-position: 0px -31px; }
#nav-menu li a.kedrosCurrent { background-position: 0px -61px; }
#nav-menu li a.kedrosPeopleCurrent { background-position: 0px -91px; }
#nav-menu li a.kedrosPlacesCurrent { background-position: 0px -121px; }
#nav-menu li a.kaskeaCurrent { background-position: 0px -151px; }
#nav-menu li a.kaskeaPeopleCurrent { background-position: 0px -181px; }
#nav-menu li a.kaskeaPlacesCurrent { background-position: 0px -211px; }
#nav-menu li a.readingCurrent { background-position: 0px -241px; }
#nav-menu li a.writingCurrent { background-position: 0px -271px; }
#nav-menu li a.imagesCurrent { background-position: 0px -301px; }
#nav-menu li a.mediaCurrent { background-position: 0px -331px; }

#nav-menu li a.home { background-position: -240px 0px; }
#nav-menu li a.events { background-position: -240px -31px; }
#nav-menu li a.kedros { background-position: -240px -61px; }
#nav-menu li a.kedrosPeople { background-position: -240px -91px; }
#nav-menu li a.kedrosPlaces { background-position: -240px -121px; }
#nav-menu li a.kaskea { background-position: -240px -151px; }
#nav-menu li a.kaskeaPeople { background-position: -240px -181px; }
#nav-menu li a.kaskeaPlaces { background-position: -240px -211px; }
#nav-menu li a.reading { background-position: -240px -241px; }
#nav-menu li a.writing { background-position: -240px -271px; }
#nav-menu li a.images { background-position: -240px -301px; }
#nav-menu li a.media { background-position: -240px -331px; }

#nav-menu li a:hover.home { background-position: -480px 0px; }
#nav-menu li a:hover.events { background-position: -480px -31px; }
#nav-menu li a:hover.kedros { background-position: -480px -61px; }
#nav-menu li a:hover.kedrosPeople { background-position: -480px -91px; }
#nav-menu li a:hover.kedrosPlaces { background-position: -480px -121px; }
#nav-menu li a:hover.kaskea { background-position: -480px -151px; }
#nav-menu li a:hover.kaskeaPeople { background-position: -480px -181px; }
#nav-menu li a:hover.kaskeaPlaces { background-position: -480px -211px; }
#nav-menu li a:hover.reading { background-position: -480px -241px; }
#nav-menu li a:hover.writing { background-position: -480px -271px; }
#nav-menu li a:hover.images { background-position: -480px -301px; }
#nav-menu li a:hover.media { background-position: -480px -331px; }

/* footer for nav menu */
#nav-menu .footerInfo {
	display: block;
	background: url(../images/lr_menu_bg.png) repeat-y;
	-moz-border-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	font-size: 10px;
	color: #2f2a42; 
	text-align: center;
}

/* divs for the changing stars, define PNGs as backgrounds to 
   later override w/ IE 5/6 styles */
#nav-stars {
	position: absolute;
	top: 213px;
	left: 0;
  border: none;
	width: 200px;
	height: 146px;
}

#nav-welcome{
 	background: url(../images/lr_stars_welcome.png) left top no-repeat;
 /* replacing <img src="images/lr_stars_welcome.png" width="200" height="146" /> */
	width: 200px;
	height: 146px;
}
#nav-minoan{
	background: url(../images/lr_stars_minoan.png) left top no-repeat;
	/* replacing <img src="images/lr_stars_minoan.png" width="200" height="146" />  */
	width: 200px;
	height: 146px;
}
#nav-phrenii{
	background: url(../images/lr_stars_phrenii.png) left top no-repeat;
	/* replacing <img src="images/lr_stars_phrenii.gif" width="200" height="146" /> */
	width: 200px;
	height: 146px;
}
#nav-reading{
	background: url(../images/lr_stars_reading.png) left top no-repeat;
	/* replacing <img src="images/lr_stars_reading.gif" width="200" height="146" /> */
	width: 200px;
	height: 146px;
}
#nav-writing{
	background: url(../images/lr_stars_writing.png) left top no-repeat;
	/* replacing <img src="images/lr_stars_writing.gif" width="200" height="146" /> */
	width: 200px;
	height: 146px;
} 

h1.lr_note {
/* font-size: 80%; */
font-weight: normal;
color: #ebe8e6;
}

blockquote {
background: #f9f9f9;
border-left:8px solid #ccc;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
font-size: 14px; 
margin:1.5em 10px;
padding:.5em 10px;
/* quotes:"\201C""\201D""\2018""\2019"; --  half worked only in Mac/Firefox -- got single quote on several */
}

blockquote p {
display:inline;
}

/***** redefining ul/li for INSIDE jQuery Tabs -- hard to change in its style sheet,
			 worse, styles aren't necessarily inherited _through_ the tab styles *********/
.lr_tablist {
	display:block;
	margin-bottom: 6px;
}
.lr_tablist ul {
	margin: 0;
	margin-bottom: 0.5em;
}
.lr_tablist ul li {
	margin-bottom: 4px;
	/* note: can't affect line-height or padding or font-size, don't know why */
}

/************** .feature styles ***************/
/* took out text padding, etc, so major classes still work */
.feature{
  /* padding: 0px 2px 0px 2px;*/
  display:block;
}

.feature h3{
	/* padding: 4px 0px 2px 0px; */
	text-align: left;
}

.feature img{
	/* float: left; */
	display: block;
	border: none;
	/* padding: 0px 5px 0px 0px; */
}

/*************** front-feature (one time use) divs/styles ******/
#front-feature{
  margin: 0 160px 0 0;
	display:block;
}

#front-feature h3{
	padding: 4px 0px 2px 0px;
	text-align: left;
}

#front-feature img{
	float: left;
	display: block;
	border: none;
	padding: 2px 4px 2px 4px;
}

#front-feature ul li {
	padding: 4px;
	line-height: 1.5em;  /* 16×1.5=24 */
}

/************ front sidebar for pictures ********/
.right-sidebar {
  position:relative;
	float:right;
	width: 160px;
  padding: 1px 1px 1px 1px;
}

.right-sidebar img {
  border: none;
	padding: 2px 2px 2px 2px;
}

.right-clockbar {
  position:relative;
	float:right;
	width: 200px;
  padding: 1px 1px 1px 1px;
}

/****************** site map *******************/
#sitemap-container {
	display: block;
	overflow: hidden;
	min-height: 240px;
	margin-top: 6px;
	margin-left: 4px;
}

#sitemap-container .subject {
border-left: 1px solid #827984;
display: inline-block;
width: 49%;
float: left;
margin-top: 4px;
margin-bottom: 4px;
}

#sitemap-container ul {
 list-style: none;
 margin-left: 10px;
}

/********* specialized/helpful styles **************/

.lr_bookbanner {
border:none;
margin-left:0;
clear:both;
}

.lr_enhancedtxt {
	font-style: italic;
	font-weight: bold;
}

.lr_subscript {
	font-size: smaller;
	/* vertical-align: sub;  --pushes down next line */
  vertical-align: text-bottom;  /*--not real subscript, but close */
}

.lr_quote {
text-align: left;
}

.lr_quotesrc {
font-weight: bold;
margin-left: 80px; 
}

.lr_footer {
font-size: 90%;
/* font-weight: bold; */
color: #bababa;
background-color: #6b2e21;
margin: 0;
padding-left: 0px;
padding-right: 0px;
padding-top: 2px;
display: block;
}

.lr_footer a,
.lr_footer a:link,
.lr_footer a:visited {
	text-decoration: underline;
	color: #bababa;
} 

.lr_img_gallery {
padding-top: 2px;
padding-bottom: 2px;
margin: 0;
display:block;
font-size: 84%;
}

.lr_note {
display: block;
padding-top: 2px;
margin:0;
border: 0;
font-size: 9px;
color: #666666; 
text-align: center;
}

.lr_note a,
.lr_note a:hover {
text-decoration: none;
}

/*styles for showing and hiding*/
/*unfortunately, needed to add visual element to style*/

.lr_visible {
visibility: visible;
display: block;
}

.lr_hidden {
visibility: hidden;
display: none;
}
