/* CSS Document */

/* $Id: librarians.css,v 1.3 2009/06/04 12:52:24 czh Exp $
 * New layout stylesheet for librarians.iop.org
 * Author: davidtricker@gmail.com
 * Copyright (C) IOP Publishing Ltd 2008-2009
 */

@import url(nu/regform.css);

body {
	padding:0;
	margin:10px 0 10px 0;
	background:#ebebeb url(librarians/body-bg.jpg) 0 0 repeat-x;
	color:#000;
}

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}


#content {
	position:relative;
	width:990px;
	margin:0 auto;
	background-color:#fff;
}

#header {
	position:relative;
	height:150px;
	background:url(librarians/header-bg.jpg) 0 0 repeat-x;
}

h1#logo {
	display:block;
	letter-spacing : -1em;
	text-indent: -100000em;
	overflow: hidden;
	position:absolute;
	background:url(librarians/logo.png) no-repeat;
	width:254px;
	height:32px;padding:0; margin:0;
	top:44px;
	left:20px;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}

#header ul li {
	display:block;
	float:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:700;
	padding:0 5px;
	border-right:1px solid white;
}

#header ul li.no-right-border {
	border-right:none;
}

#header ul#login {
	position:absolute;
	top:10px;
	right:20px;
}

#header ul#create {
	position:absolute;
	top:50px;
	right:20px;
}
#header ul#search {
	position:absolute;
	bottom:40px;
	right:20px;
}

#header ul#top-navigation {
	position:absolute;
	bottom:10px;
	left:15px;
}

#header ul li a {
	display:block;
	float:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

#header ul li a:hover { text-decoration:underline; }

#header ul li a.selected { color:#fc6; }

#login input { font-size: x-small; }

#content-body {
	padding-bottom:10px;
	float:left;
	width:990px;
	background:#fff url(librarians/left-bg.png) 0 0 repeat-y;
}

div#left-col {
	float:left;
	display:block;
	width:200px;
	
}

div#left-col ul {
	list-style:none;
	padding:10px;
	margin:0;
}

#main-content {
	display:block;
	float:left;
	width:790px;
}

.textnav {
	padding-bottom:5px;
}

#footer {
	padding:10px;
	float:left;
	width:970px;
	background-color:#f1f1f1;
}

#footer ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover { text-decoration: underline; }

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}

#footer ul li {
	display:block;
	float:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode",sans-serif;
	color:#000;
	padding:0 5px;
	border-right:1px solid black;
}

#footer ul li.no-right-border {
	border-right:none;
}


.padding-style1 {
	padding:10px 20px;
}


.insider-div {
	border-left: 1px solid Black;
	padding: 0px 0px 0px 10px;
}
.insider-div p a {
	text-decoration: none;
}


.red {
        color: #ff0000;
}

#site-branding {
	height:35px;
	left:20px;
	position:absolute;
	top:80px;
	width:600px;
}


