/* 
IAC/SIE - <japp@iac.es>
Hoja de estilo para proyectos del Area de Investigacion (IAC)
Agosto 2008
 */


body {
	margin:0;
	padding:0;
	background-color: #fff;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

/* Structure */

#container {
	width: 900px;
	margin: 20px auto 50px auto;
}

/* blue band top banner */
#top {
	background: #fff url(images/top_bg.png) top left repeat-x;
	width: 900px;
	height: 72px;
	padding-bottom:2px;
}

/* iac.es logo inside top banner */
#logo_iac {
	background: #fff url(images/top_logo.png) top left no-repeat;
	width: 215px;
	height: 72px;
}

/* IAC logo/Galaxy lower banner */
#banner {
	float:left;
	background: #fff url(images/banner-hudf.jpg) top left no-repeat;
	width: 900px;
	height: 100px;
}

#banner h1 {
	margin: 5px 10px 0 110px;
	padding: 15px 0 0 0;
	color: #f8f8f8;
	font-size: 23px;
}

#site_description {
	font-size: 14px;
	color: #A0B3CD;
	font-weight:900;
	margin: 5px 10px 0 110px;
}

/* Top horizontal menu */
#top_menu {
	position: relative;
	margin-top: -40px;
	margin-right: -1px;
	padding:0;
}

#top_menu li {
	padding: 0px 9px;
	border-right: 1px dotted #fff;
	list-style-type:none;
    float: right;
}

#top_menu li a, #top_menu li a:link, #top_menu li a:active {
	color: #ddd;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration:none;
}

#top_menu li a:hover {
	color: #FFB42B;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#content {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 673px;
	padding: 15px 10px;
	border: 1px solid #ccc;	
}

/* Main menu */
.menu {
	float: left;
	margin-top: 5px;
	vertical-align: top;
	background-color: #fff;
	width: 200px;
	padding: 20px 0 0 0px;
	background-color: #376098;
	border-top: 3px solid #FFB42B;
	border-bottom: 3px solid #FFB42B;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.menu ul {
	border-bottom: 0px;
}

.menu ul ul {
	padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #fff;
	display: block;
	background-color: #376098;
	border-left: 3px solid #376098;
	border-bottom: 1px dashed #A0B3CD;
	text-decoration: none;
}

.menu a:hover, li.menu-current > a:link, li.menu-current > a:visited , li.menu-current > a:active {
	display: block;
	background-color: #A0B3CD;
	color: #000;
	border-left: 3px solid #FFB42B;
	text-decoration: none;
}

#content h1 {
	font-size: 23px;
	color: #003366;
	margin: 5px 0px 5px 0px;
	font-variant:small-caps;
	border-bottom: solid 1px #FFB42B;
}

#content h2 {
	font-size: 18px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}

#content h3 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}

p {
	line-height: 1.5em;
}

#content li{
	list-style-type: none;
	background:url(images/li.png) left center no-repeat;
	padding: 1px 2px 3px 15px;
}

#tools {
	margin: 30px 10px;
}

input#string {
	width: 100px;
	border: 1px solid #FFB42B;
}

input.submit {
	width: 50px;
	font-size:13px;
	border: #aaa;
}

#footer {
	background: #fff url(images/top_bg.png) bottom left repeat-x;
	padding: 3px 0 10px 0;
	color: #fff;
	text-align: center;
	color: #ddd;
	margin-top: 5px;
	font-size: 11px;
}

#iac_star {
	margin: 0 auto;
	background: #fff url(images/iac_star.png) top center no-repeat;
	padding: 3px 0 10px 0;
	width: 250px;
	height: 140px;
}

/* Linkology */

a, a:link, a:active {
	text-decoration: none;
	color: #285577;
	font-weight: bold;
}


#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:active {
	text-decoration: none;
	color: #FFB42B;
	font-weight: bold;
}
