/*  
Theme Name: e-HLbc Website Theme
Theme URI: http://ehlbc.ca/
Description: Custom theme for Electronic Health Library of British Columbia.
Version: 0.1
Author: Jeff Davis
Author URI: http://textsfornothing.com/
*/

body {
	text-align: center;
	margin: auto;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif, sans;
	line-height: 135%;
	width: 780px;
	font-size: 85%;
	color: #333333;
	background-color: #eeeeee;
	height: 100%;
}
a {
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #aaaaaa;
}
a img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
th {
	border: 1px solid #dddddd;
	padding: 3px;
	font-weight: bold;
}
td {
	border: 1px solid #dddddd;
	padding: 3px;
	vertical-align: top;
}
table.noborder {
	border: none;
}
table.noborder th, table.noborder td {
	border: none;
}
.alternate {
	background: #f1f1f1;
}
.label {
/*	font-weight: bold;*/
}
dd {
  margin-bottom: 0.5em;
}
#container {
	margin: 0;
	padding: 0;
	background-image: url(shadow.jpg);
	background-color: white;
}
.red {
  color: red;
}

/* header */
/*
#header {
	background-image: url(ehlbcbanner.jpg);
	margin: 0;
	padding: 0;
	height: 270px;
	text-align: left;
}
*/
#loginout {
	font-size: 80%;
	text-align: right;
	margin-top: -5px;
	margin-right: 20px;
}
#loginout a {
	color: #333333;
}

/* main content */
#maincontent {
	margin: -60px 10px 0 10px;
	padding: 0;
	width: 755px;
	border-bottom: 1px dotted #dddddd;
}
#moderation {
	/*
	float: right;
	display: block;
	position: relative;
	top: -25px;
	right: 20px;
	*/
	font-size: 0.8em;
	/*
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 5px;

	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: -25px;
	*/
}
#content {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
	text-align: left;
	overflow: hidden;
}
#content .breadcrumb {
	width: 380px;
	font-size: 0.8em;
	line-height: 1.35em;
	color: #aaaaaa;
}
#content .breadcrumb a {
	color: #aaaaaa;
}
.post {
}
.posttitle a {
	text-decoration: none;
}
.postdata {
	font-size: 0.8em;
	color: #aaaaaa;
	line-height: 1em;
	margin-top: -1em;
}
.postdata a {
	color: #aaaaaa;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 1px;
	width: 100%;
	line-height: 175%;
	font-size: 85%;
	text-align: center;
}
#footer img {
  border: none;
  vertical-align: middle;
  margin-right: 3px;
}
#footer #about {
  line-height: 1em;
  color: #aaaaaa;
  font-size: 0.8em;
}
#footer #about a {
  color: #aaaaaa;
  text-decoration: none;
}
#footer #about a:hover {
  color: #aaaaaa;
  text-decoration: underline;
}

#members {
	font-size: 0.9em;
	color: #333333;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* sidebar */
#sidebar {
	font-size: 90%;
	text-align: left;
	width: 14em;
	line-height: 110%;
	background-color: #ffffff;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 1em;
	padding-right: 0;
	border-right: 1px dotted #dddddd;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#nav, #nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.35em;
	width: 13em;
}
#nav a {
	/*display: block;*/
}
ul#nav { /* just the top-level list */
	margin-top: 0px;
	/*position: static;*/
}
#nav li { /* all list items */
	/*position: relative;*/
	float: left;
	margin-top : -1px;
	width: 13em;
	line-height : 1.75em;
}
#nav li.page_folder {
}
#nav li ul { /* second-level lists */
	position : absolute;
	width: 14.25em;
	left: -999em;
	margin-left: 13em;
	margin-top: -1.75em;
	background-color: #eeeeee;
	border-top: 1px solid #aaaaaa;
}
#nav li.current_page_ancestor ul {
	position: static; /* or else it won't show in IE */
	left: auto;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
	width: auto;
	border: none;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 13em;
	display: block;
	padding: 3px 0.25em;
}
#nav li.loginout a {
}
#nav li.current_page_item a, #nav li.current_page_ancestor ul li.current_page_item a {
	font-weight: bold;
}
#nav li.current_page_item li a {
	font-weight: normal;
}
#nav li ul a, #nav li ul ul a, #nav li ul ul ul a {
	width: 13em;
	display: block;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	padding: 0 0.5em;
	line-height: 1.65em;
}
#nav li.current_page_ancestor ul li {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#nav li.current_page_ancestor ul a {
	background-color: #ffffff;
	line-height: 1.35em;
	width: 11.75em;
	padding: 0; /* clear inherited padding */
	padding-top: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 1.25em;
	padding-right: 0.25em;
	border: none; /* clear any inherited borders */
} 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, 
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, 
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
.quote {
	margin-top: 15px;
	margin-right: 12px;
	border: 1px solid #bbbbbb;
	color: #555555;
	background-color: #eeeeee;
	font-size: 90%;
}
.quote_body {
	padding: 5px;
}
.quote_source {
	padding: 5px;
	text-align: right;
	font-size: 90%;
}

/* login screen */
#login_error {
	color: #ff0000;
}
#login ul {
	margin:0;
	padding:0;
}
#login ul li {
	display:inline;
	margin-right:10px;
}
