/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #E5EBDC;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	color: #000;
	margin: 50px 0 20px 90px;
}

a:link
{
	color: #637403;
	text-decoration: underline;
}
a:visited
{
	color: #637403;
	text-decoration: underline;
}
a:hover
{
	color: #9C0;
	text-decoration: underline;
}

img { border: 0; }


/* Section-specific code */

div#header { margin: 0 0 0 90px; }

div#credit { margin: 0 0 13px 90px; }

div#title {margin: 0 0 0 205px;}

div#nav {margin: 0 0 17px 15px; }

div#nav a:link span { background-position: 0px 0px; }
div#nav a:hover span { background-position: 0px -45px; }

div#nav h1, div#nav p { color: #E5EBDC; }

#head_gtr, #head_gtr span
{
	width: 102px;
	height: 45px;
	background-image: url("nav_gtr_on.gif");
}
div#nav_gtr
{
	float: left;
	width: 102px;
	height: 45px;
}
div#nav_gtr a
{
	width: 102px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_gtr_img, #nav_gtr_img span
{
	width: 102px;
	height: 45px;
	background-image: url("nav_gtr.gif");
}

#head_other, #head_other span
{
	width: 99px;
	height: 45px;
	background-image: url("nav_other_on.gif");
}
div#nav_other
{
	float: left;
	width: 99px;
	height: 45px;
}
div#nav_other a
{
	width: 99px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_other_img, #nav_other_img span
{
	width: 99px;
	height: 45px;
	background-image: url("nav_other.gif");
}

#head_perc, #head_perc span
{
	width: 128px;
	height: 45px;
	background-image: url("nav_perc_on.gif");
}
div#nav_perc
{
	float: left;
	width: 128px;
	height: 45px;
}
div#nav_perc a
{
	width: 128px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_perc_img, #nav_perc_img span
{
	width: 128px;
	height: 45px;
	background-image: url("nav_perc.gif");
}

#head_inst, #head_inst span
{
	width: 145px;
	height: 45px;
	background-image: url("nav_inst_on.gif");
}
div#nav_inst
{
	float: left;
	width: 145px;
	height: 45px;
}
div#nav_inst a
{
	width: 145px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_inst_img, #nav_inst_img span
{
	width: 145px;
	height: 45px;
	background-image: url("nav_inst.gif");
}

#head_techno, #head_techno span
{
	width: 124px;
	height: 45px;
	background-image: url("nav_techno_on.gif");
}
div#nav_techno
{
	float: left;
	width: 124px;
	height: 45px;
}
div#nav_techno a
{
	width: 124px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_techno_img, #nav_techno_img span
{
	width: 124px;
	height: 45px;
	background-image: url("nav_techno.gif");
}

#head_figure, #head_figure span
{
	width: 124px;
	height: 45px;
	background-image: url("nav_figure_on.gif");
}
div#nav_figure
{
	float: left;
	width: 124px;
	height: 45px;
}
div#nav_figure a
{
	width: 124px;
	height: 45px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_figure_img, #nav_figure_img span
{
	width: 124px;
	height: 45px;
	background-image: url("nav_figure.gif");
}


div#content { }

div#content img
{
	float: left;
	border-left: 3px #9C0 solid;
	padding-left: 25px;
}

div.youtube
{
	float: left;
	border-left: 3px #9C0 solid;
	padding-left: 25px;
}

div.oddity
{
	padding: 30px 0 30px 0;
}

div.desc
{
	position: relative;
	width: 325px;
	padding: 0 10px 10px 15px;
	margin: 25px 0 0 0;
	float: left;
	border-top: 3px #9C0 solid;
	border-bottom: 3px #9C0 solid;
	background-color: #D8F379;
}

div.desc a:link
{
	color: #637403;
	text-decoration: underline;
}
div.desc a:visited
{
	color: #637403;
	text-decoration: underline;
}
div.desc a:hover
{
	color: #000;
	background-color: #9C0;
	text-decoration: none;
}

div.desc h1
{
	font-size: 1.1em;
	color: #220;
	font-weight: bold;
	margin: 0.5em 0 0.4em 0;
}
div.desc p
{
	font-size: 0.9em;
	line-height: 1.15em;
	color: #000;
	margin: 0 0 0.4em 0;
}

div.desc ul
{
	list-style: none;
	margin: 0.75em 0 0 0;
}
div.desc li
{
	font-size: 0.7em;
	color: #222;
	line-height: 1.1em;
}
div.desc h1#ooty
{
	font-size: 1.4em;
	color: #690;
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
	font-style: italic;
}
div.desc h1#ooty a:link { text-decoration: none; }
div.desc h1#ooty a:visited { text-decoration: none; }
div.desc h1#ooty a:hover { text-decoration: none; }

p.permalink
{
	position: absolute;
	right: 7px;
	bottom: 5px;
	margin: 0;
}
p.permalink a
{
	padding: 3px;
	text-decoration: none;
	background-color: #CDE573;
}
p.permalink a:link
{
	text-decoration: none;
	color: #ABBF60;
}
p.permalink a:visited
{
	text-decoration: none;
	color: #ABBF60;
}
p.permalink a:hover
{
	text-decoration: none;
	color: #333;
}


div#welcome
{
	float: left;
	width: 400px;
	padding: 0 20px 0 0;
	margin: 10px 0 0 0;
}
div#welcome h1
{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
div#welcome p
{
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}

div#museum
{
	float: left;
	width: 300px;
	border-left: 3px #9C0 solid;
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
}
div#museum h1
{
	color: #476212;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div#museum p
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#museum img
{
	float: right;
	margin: 5px 0 5px 0;
	border: 0;
}


div#facebook
{
	width: 470px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 25px 0 40px 125px;
}
div#facebook img
{
	float: left;
	margin-right: 10px;
	border: 0;
}
div#facebook p { padding-top: 6px; }


div#history
{
	width: 750px;
	margin-top: 25px;
}
div#history h1
{
	font-size: 1em;
	font-style: italic;
	margin: 0 0 0.5em 0;
}
div#history p
{
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: italic;
	margin: 0 0 0.5em 0;
}


div#bottom
{
	margin-top: 35px;
	border-top: 3px #9C0 solid;
	border-bottom: 3px #9C0 solid;
	background-color: #DCF3BB;
	padding: 20px 20px 0 20px;
	width: 712px;
}

div#bottom p
{
	margin: 1em 0 1em 0;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
}

div#bottom p em
{
	color: #900;
	font-style: normal;
	font-weight: normal;
}
div#bottom p em a:link { color: #A00; }
div#bottom p em a:visited { color: #A00; }
div#bottom p em a:hover { color: #F00; }

div#bottom img
{
	border: 0;
	padding: 0;
	margin: 0;
}

div#fb_link { float: right; }
div#sblinks
{
	position: relative;
	display: block;
	padding: 0 0 2em 0;
}
div#sblinks img { padding: 0 6px 0 0; }

div#sblinks
{
	position: relative;
}
#plus1 {
	position: absolute;
	top: 5px;
	left: 400px;
}
#fb_like {
	position: absolute;
	top: -12px;
	left: 460px;
}

div#bnav p { font-size: 1em; }

div#copy
{
	margin: 20px 0 0 0;
	width: 712px;
}
div#copy p
{
	color: #666;
	text-align: center;
	font-size: 0.8em;
}


#waves_curtain
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: #507700;
}

#waves_sidebar_bg
{
	position: fixed;
	background-color: #FFF;
	border: 5px #53790c solid;
	padding: 12px;
	z-index: 75;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-o-box-shadow: 5px 5px 15px #304800;
	-moz-box-shadow: 5px 5px 15px #304800;
	-webkit-box-shadow: 5px 5px 15px #304800;
	box-shadow: 5px 5px 15px #304800;
}
#waves_sidebar_bg img
{
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 150;
}
#waves_sidebar_bg img:hover { cursor: pointer; }
#old_pages #waves_sidebar_bg p,
#waves_sidebar_bg p
{
	color: #304800;
	font-size: 20px;
	line-height: 26px;
	margin: 10px 20px 15px 150px;
}

#waves_sidebar
{
	overflow: hidden;
	position: fixed;
	padding: 12px;
	margin: 6px 0 0 6px;
	z-index: 100;
}
#waves_sidebar:hover { cursor: pointer; }
div#content #waves_sidebar img
{
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}


#old_pages
{
	background-color: #FFF;
	margin-top: 15px;
}
#old_pages p
{
	font-size: 14px;
	line-height: 17px;
	margin: 10px 0;
}
#old_pages p small
{
	font-size: 12px;
	line-height: 15px;
}

.old_oddity td { padding: 5px; }
.old_title { padding: 40px 0 30px 160px; }

.old_bottom
{
	margin-left: 6px;
	padding-left: 20px;
	border-left: 4px #9C0 solid;
}

.disclaimer
{
	width: 500px;
	background-color: #E8E8E8;
	padding: 10px;
	margin: 30px 0 40px 0;
}
.disclaimer hr { margin: 5px; }

#old_created { margin: 40px 0 30px 0; }

#old_home_list
{
	display: inline-block;
	padding: 20px 20px 10px 20px;
	margin-top: 15px;
	border: 2px #000 solid;
}
#old_home_list td { padding: 10px; }


