/*

CSS stylesheet for the European Solar Telescope (EST) proyect web site
June 2008 / J A Perez-Prieto <japp@iac.es>
Instituto de Astrofísica de Canarias (IAC) - http://www.iac.es
Tenerife, Canary Islands, Spain

*/

body {
	margin:0; 
	padding:0; 
	font-family: verdana, arial, sans-serif; 
	font-size: 80%; 
	color: #666; 	
	background: #000 url('images/bg.jpg') repeat-x top left;
}

.container {
	margin:0 auto; 
	padding:0; 
	width:775px;
	background: transparent url(images/bg.gif) repeat-y center ; 
}

p {
	margin: 0.2em 0 1.2em 0; 
	padding: 0.3em;
}

h1 {
	padding: 0; 
	margin: 0;
	font-size: 250%; 
	font-weight: normal; 
	font-style: italic; 
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif
}


/* *** general linkology *** */
a:link, a:visited {
	color: #9d4100;
	font-weight: 900;
	text-decoration: none;
}

a:hover, a:active {
	color:#f60; 
	text-decoration: none;
}


/* *** 		The main content ***   */
.content {
	clear: left; 
	text-align: left;
	width: 550px;
	margin: 4em 13.5em 0 0; 
	padding: 0em 1em 1em 2em;
	line-height: 1.5em;
	min-height: 400px;
}

.content h1, .content h2  {
	color: #222; 
	font-size: 140%; 
	font-weight: 700; 
	margin: 0.2em 0.1em; 
	margin-bottom: 1em;
	padding: 0 0.3em; 
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	border-bottom: 3px solid #fc6;
}

.content h1 {
	font-size: 140%; 
}

.content li {
	list-style-image: url(images/li1.gif);
}

.banner {
	padding: 0; 
	margin: 0; 
	text-align: left;
	font-weight: 900;
	font-size: 14px;
	background: #fff url('images/est_top.jpg') no-repeat top center;
	border: 0px solid red;
	height: 210px;
}

/* *****  Top navigation   ******** */
#navbar{
	z-index: 100;
	width: 100%; /* precision for Opera */
	margin-top: -20px;
}

#navbar ul{
	color: #000;
	font-weight: bold;
	list-style-type: none; 
	display: block; 
	line-height: 1.5em; 
	margin: 0 auto; 
	padding: 0;
	background-color: transparent;
	width: 750px;
	text-align: center;
	position: float;
}

#navbar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-variant: small-caps;
	border-bottom: 1px #ccc solid;
}

#navbar li {
	float: left;
	width:150px; 
}

#navbar a:link, #navbar a:visited {
	padding: 0.3em 0;
	margin: 0; 
	display: block; 
	text-decoration: none;
	border-bottom: 3px white solid;
}

#navbar a:hover, #navbar a:active {
	padding: 0.3em 0; 
	margin: 0; 
	text-decoration: none; 
	color: #000;
	border-bottom: 3px black solid;
}


.menu-child { 
	display: none;
	float:inherit;
	margin-right: 5px;
}

/* **********  Right side navigation ********* */



li.menu-current > a {
	font-weight: bold;
	color: #000;
}

.rightnav {
	float: right; 
	clear: both; 
	width: 165px;
	margin: 3em 7px 0 0; 
	padding: 0;
	font-size: 0.85em;
}

.rightnav ul {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.rightnav li {
	display: block;
	list-style-type:none;
	margin: 0;
	padding: 4px 2px;
}
.menu-top > li {
	border-bottom: 1px solid #ddd; 
}

ul.menu-top ul {
	border: none;
	padding-right: 15px;
	color: #FF9900;
	background: url(images/menos.png) no-repeat top right;
	
}

.rightbox {
	margin: 0 0.5em; 
	padding: 0 0.3em; 
	border:0px solid #999; 
	text-align:right;
}

/* ***  Tables *** */
.general {
	margin: 0 auto;
}

.general th{
	border-bottom: 3px solid #ddd;
}
.general td{
	border-bottom: 1px solid #eee;
	padding: 2px 3px;
}


/* ***  Navbar links *** */
.searchbox{
  text-align:right;
  margin: 10px 3px 2px 3px;
}


/* *** Footer *** */

.footer {
	color: #bbb; 
	font-size:0.75em; 
	margin: 0;
	margin-top:0;
	padding: 0.3em 1.8em 0 1.8em; 
	text-align:left;
	clear:both;
	height: 65px;
	background: #fff url(images/footer.jpg) no-repeat bottom center;
}

.footer .right {
	float:right; 
	clear:right; 
	text-align:right;
}

.footer p {
	margin: 0;
	padding: 0;
}

.footer a:link, .footer a:visited {
	color: #f60;
	font-weight: 900; 
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	color: #ccc; 
	text-decoration:none;
}

.footer_content {
	margin-top: 23px;
}

/* ***  Forms *** */

input {}

input#string {
	color:#aaa;
	margin-top: 20px;
	padding: 2px 5px;
	padding-right: 20px;
	width: 100px;
	height: 1.5em;
	border: #ccc solid 1px;
	background: url(images/search.png) top right no-repeat;
}

input#login_username, input#login_password, input#login_logout, input#login_login  {
	color:#aaa;
	margin-top: 0px;
	padding: 2px 3px;
	padding-right: 20px;
	width: 100px;
	height: 1.3em;
	border: #ccc solid 1px;
}
input#login_logout, input#login_login {
	padding: 1px 2px;
	width: 5em;
	height:1.5em;
}

/*  -------------------------------------- */

/*

CSS Rollover - TEST!!!! -- FAisl in <IE6
Require showmenu2()

ul.makeMenu, ul.makeMenu ul {
  width: 100%;                 
  background-color: #fff;      
  padding-left: 0px;          
  cursor: default;           
  margin-left: 0px;            
}
ul.makeMenu li {
  list-style-type: none;       
  margin: 0px;                 
  position: relative;          
  color: #fff;                 
  border-bottom: 1px solid #ddd;
}
ul.makeMenu li > ul {    
  display: none;              
  position: absolute;          
  top: 2px;                    
  right: 120px;                 
  border: 1px solid #ddd;
  background-color: #f3f3f3;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #f3f3f3;      
  color: #000;                 
}
ul.makeMenu ul.CSStoShow {     
  display: block;             
  background-color: #fff;
}
ul.makeMenu li:hover > ul {   
  display: block;             
  background-color: #fff;
}

ul.makeMenu li a { display: block; width: 100%; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

*/

