@charset "UTF-8";

/* 
Theme Name: LIS
Theme URI: http://lisproject.org/
Author: Noise 13 (Hien Hoang)
Author URI: http://noise13.com
*/

@import url("forms.css");

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

html, body {
	background: #f1f2f2 url("../images/bg_body.png") repeat-x;
	height: 100%;
	}

/*=====================================================================
TEXT STYLES
=====================================================================*/
@font-face {  
	font-family: 'GothamLight';  
	src: url("../font/gotham-light-webfont.eot"); /* IE */  
	src: local("GothamLight"), url("../font/gotham-light-webfont.ttf") format("truetype"); /* non-IE */  
  }
  
@font-face {  
	font-family: 'GothamBook';  
	src: url('../font/Gotham-Book.eot');
	src: local("GothamBook"), url("../font/Gotham-Book.ttf") format("truetype"); /* non-IE */  
  }
  
h1, h2 {
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 20px;
	color: #000000; 
	font-family: GothamLight, Helvetica, Arial;
	}
	
h2 {
	font-size: 16px;
	font-family: GothamLight, Helvetica, Arial;
	padding-bottom: 10px;
	}
	
h3 {
	font-size: 16px;
	color: #1b6c9b;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: GothamBook, Helvetica, Arial;
	}
	
h4 {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #447ba6;
	font-size: 10px;
	width: 205px;
	}
	
p {
	color: #292825;
	line-height: 1.5em;
	font-size: 12px;
	padding-bottom: 20px;
	}
	
p.no_pad { padding-bottom: 5px;}

p.meta { color: #6f7071; }
	
a, a:visited {
	text-decoration: none;
	color: #d5490c;
	}
	
a:hover {
	color: #FFFFFF;
	background-color: #d5490c;
	}
	
strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
img {
	border: none;
	}
	
#content #main ul, #content #sidebar ul {
	margin: 0px;
	padding-bottom: 25px;
	list-style: none;
	}
	
#content #main li, #content #sidebar li {
	padding: 0px 0px 7px 15px;
	background: transparent url("../images/bullet.png") no-repeat 0px 4px;
	font-size: 12px;
	color: #292825;
	line-height: 1.5em;
	}
	
#content #main ol, #content #sidebar ol {
	margin: 0 1.25em;
	padding-bottom: 20px;
	}
	
#content #main ol li, #content #sidebar ol li {
	padding: 0px 0px 10px 0px;
	background-image: none;
	}
	
hr {
	border: none;
	background-color: #dcdedf;
	margin-bottom: 20px;
	height: 1px;
	}
	
/*=====================================================================
STRUCTURE
=====================================================================*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	}
	
#container {
	width: 1008px;
	background: transparent url("../images/bg_content.png") repeat-y;
	margin: 20px auto;
	}
	
#header {
	background: transparent url("../images/bg_top.png") no-repeat top;
	width: 980px;
	padding: 4px 0px 0px 20px;
	margin: 0px 4px;
	float: left;
	}
	
a#logo {
	display: block;
	width: 193px;
	height: 78px;
	float: left;
	background: transparent url("../images/logo_LIS.png") no-repeat;
	text-indent: -9000px;
	margin-top: 20px;
	}
	
#searchform {
	float: left;
	padding: 35px 0px 0px 540px;
	width: 230px;
	border: none;
	}
	
#searchform .search_btn, .newsletter .search_btn {
	width: 24px;
	height: 24px;
	background: transparent url("../images/btn_search.png") no-repeat;
	border: none;
	float: left;
	margin-top: 3px;
	}
	
.newsletter .search_btn {
	background: transparent url("../images/btn_go.png") no-repeat;
	}
	
#searchform .field, .newsletter .field {
	background: transparent url("../images/bg_field.png") no-repeat;
	border: none;
	height: 18px;
	margin-top: 5px;
	width: 197px;
	float: left;
	padding: 3px 0px 0px 3px;
	}
	
.newsletter .field {
	background: transparent url("../images/bg_field_newsletter.png") no-repeat;
	width: 260px;
	margin: 0px;
	}
	
#content {
	width: 960px;
	padding: 0px 20px 40px 20px;
	float: left;
	margin: 0px 4px 0px 4px;
	background: transparent url("../images/bg_bottom.png") no-repeat bottom; 
	}
	
#content #main {
	width:548px;
	float: left;
	padding-left: 40px;
	}
	
#subForm {border: none; }


/*=====================================================================
SIDEBAR
=====================================================================*/

#sidebar {
	width: 310px;
	padding-left: 20px;
	float: right;
	}
	
#sidebar .mod, #sidebar .mod_blue {
	width: 280px;
	margin-bottom: 20px;
	background: #dadcdd url("../images/corner_sidebar.png") no-repeat top right;
	float: right;
	padding: 10px 10px 0px 10px;
	}
	
#sidebar .mod_blue {background: #e7eef4 url("../images/corner_sidebar.png") no-repeat top right;}
	
#sidebar .mod p { color: #4b4d4d;}
	
/*=====================================================================
SUB NAVIGATION
=====================================================================*/
	
#sub_nav {
	width: 140px;
	float: left;
	background-color: #edeff0;
	border: solid #dcdedf 1px;
	}
	
#sub_nav a.single, #sub_nav a.single:visited
#sub_nav a.head, #sub_nav a.head:visited {
	float: left; 
	width: 120px;
	display: block;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid #FFFFFF 1px;
	background: transparent url("../images/icon_arrow.png") no-repeat 125px 12px;
	}
	
#sub_nav a.single {background-image: none; }
	
#sub_nav a.single:hover, #sub_nav a.head:hover {	
	background-color: #d8dadb;
	color: #000000;
	}
	
#sub_nav ul, #sub_nav ul li ul {
	list-style: none;
	float: left;
	border-bottom: solid #FFFFFF 1px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
#sub_nav ul li a {	
	float: left;
	width: 105px;
	text-transform: none;
	color: #000000;
	padding: 10px 10px 5px 25px;
	background-color: #edeff0;
	border-bottom: none;
	}
	
#sub_nav ul li a:hover { color: #d5490c; }

#sub_nav ul li ul {
	border-bottom: none;
	}

#sub_nav ul li ul li a {
	padding: 10px 10px 5px 40px;
	width: 75px;
	}
		
/*=====================================================================
SUPER NAVIGATION
=====================================================================*/

ul#super_nav {
	list-style: none;
	width: 622px;
	height: 31px;
	float: right;
	}
	
ul#super_nav li {
	display: inline;
	}
	
ul#super_nav a, ul#super_nav a:visited {
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	background: transparent url("../images/sprite_super_nav-new.png") no-repeat;
	float: left;
	height: 30px;
	list-style: none;
	outline: none;
	}
	
ul#super_nav li#login_lissy a {
	width: 102px;
	left: 0;
	background-position: 0 0;
	}
ul#super_nav li#login_lissy a:hover,
ul#super_nav li#login_lissy a#current { background-position: 0 -32px; }

ul#super_nav li#access_dart a {
	width: 111px;
	left: 0;
	background-position: -104px 0px;
	}
ul#super_nav li#access_dart a:hover,
ul#super_nav li#access_dart a#current { background-position: -104px -32px; }

ul#super_nav li#kf_search a {
	width: 152px;
	left: 0;
	background-position: -218px 0px;
}
ul#super_nav li#kf_search a:hover,
ul#super_nav li#kf_search a#current { background-position: -218px -32px; }

ul#super_nav li#metis a {
	width: 69px;
	left: 0;
	background-position: -372px 0px;
}
ul#super_nav li#metis a:hover,
ul#super_nav li#metis a#current { background-position: -372px -32px; }


ul#super_nav li#wp_search a { 
	width: 178px;
	left: 0;
	background-position: -443px 0px;
	}
ul#super_nav li#wp_search a:hover, 
ul#super_nav li#wp_search a#current { background-position: -443px -32px; }

/*=====================================================================
MAIN NAVIGATION
=====================================================================*/

ul#main_nav {
	list-style: none;
	width: 960px;
	height: 30px;
	float: left;
	padding: 0px 0px 20px 0px;
	}
	
ul#main_nav li {
	display: inline;
	}
	
ul#main_nav a, ul#main_nav a:visited {
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	background: transparent url("../images/sprite_nav.png") no-repeat;
	float: left;
	height: 30px;
	list-style: none;
	outline: none;
	}
	
ul#main_nav li#home a { 
	width: 35px;
	padding-left: 2px; 
	left: 0;
	background-position: 0px 0px;
	}
ul#main_nav li#home a:hover, 
ul#main_nav li#home a#current { background-position: 0 -30px; }

ul#main_nav li#our_data a { 
	width: 97px; 
	left: 0;
	background-position: -38px 0px;
	}
ul#main_nav li#our_data a:hover, 
ul#main_nav li#our_data a#current { background-position: -38px -30px; }

ul#main_nav li#data_access a { 
	width: 123px; 
	left: 0;
	background-position: -135px 0px;
	}
ul#main_nav li#data_access a:hover, 
ul#main_nav li#data_access a#current { background-position: -135px -30px; }

ul#main_nav li#resources a { 
	width: 111px; 
	left: 0;
	background-position: -258px 0px;
	}
ul#main_nav li#resources a:hover, 
ul#main_nav li#resources a#current { background-position: -258px -30px; }

ul#main_nav li#working_papers a { 
	width: 145px; 
	left: 0;
	background-position: -369px 0px;
	}
ul#main_nav li#working_papers a:hover, 
ul#main_nav li#working_papers a#current { background-position: -369px -30px; }

ul#main_nav li#news_events a { 
	width: 136px; 
	left: 0;
	background-position: -514px 0px;
	}
ul#main_nav li#news_events a:hover, 
ul#main_nav li#news_events a#current { background-position: -514px -30px; }

ul#main_nav li#about a { 
	width: 100px; 
	left: 0;
	background-position: -650px 0px;
	}
ul#main_nav li#about a:hover, 
ul#main_nav li#about a#current { background-position: -650px -30px; }

ul#main_nav li#contact a { 
	width: 93px; 
	left: 0;
	background-position: -750px 0px;
	}
ul#main_nav li#contact a:hover, 
ul#main_nav li#contact a#current { background-position: -750px -30px; }

ul#main_nav li#newsletter a { 
	width: 117px; 
	left: 0;
	background-position: -843px 0px;
	}
ul#main_nav li#newsletter a:hover, 
ul#main_nav li#newsletter a#current { background-position: -843px -30px; }

/*=====================================================================
FOOTER
=====================================================================*/	

#footer {
	background-color: #373732;
	border-top: solid #282825 5px;
	clear: both;
	height: 150px;
	margin-top: 20px;
	}
	
.push {
	height: 150px; /* .push must be the same height as .footer */
}
	
#footer #inner_foot {
	width: 960px;
	padding: 20px;
	margin: 0px auto;
	}
	
#footer .foot_right {
	float: left;
	width: 500px;
	}
	
#footer ul#foot {
	width: 500px;
	list-style: none;
	}
	
#footer ul#foot li {
	display: inline;
	}
	
#footer ul#foot a {
	color: #EEEEEE;
	font-size: 10px;
	text-decoration: none;
	float: left;
	display: block;
	border-right: dotted #FFFFFF 1px;
	text-transform: uppercase;
	padding: 0px 10px;
	margin: 4px 0px;
	}
	
#footer ul#foot a.home {
	text-indent: -9000px;
	background: transparent url("../images/icon_home.png") no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	}
	
#footer ul#foot a.first {
	border-left: dotted #FFFFFF 1px;
	}
	
#footer ul#foot a.last {
	border: none;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
	padding-top: 20px;
	}
	
#footer a { color: #FFFFFF; }

.newsletter {
	float: right;
	background: #e9eced;
	width: 290px;
	padding: 10px;
	}
	
#footer .newsletter p {padding-top: 0px; padding-bottom: 5px; font-size: 11px; color: #292825;}
#footer .newsletter h2 {padding-bottom: 3px; font-size: 14px; font-family: GothamLight, Helvetica, Arial; color: #292825; }


/*=====================================================================
FIX
=====================================================================*/	

.clear { clear: both; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
