/* style-handheld.css - style sheet for handheld devices */

body {
	background-color: #FFFFFF;
	font: 100% verdana, arial,"trebuchet ms", tahoma, sans-serif;
}
* {
	margin:0;
	padding:0;
}

/* font-size declaration for browser variants */

h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.4em;
	letter-spacing:0.01em;
	padding:0 0 0.2em 0;
}
h3 {
	font-size:1.3em;
	letter-spacing:0.015em;
	padding:0 0 0.2em 0;
}
h4 {
	font-size:1.2em;
	letter-spacing:0.025em;
	padding:0 0 0.2em 0;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.0em;
}
p {
	font-size:1em;
	color:#000000;
	background-color:#FFFFFF;
}
a {
	font-size:1em;
}

h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, "trebuchet MS", tahoma, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

#menu_bar a, #footer a {
	font-family: helvetica, arial, "trebuchet MS", tahoma, sans-serif;
	font-size: 1.02em;
}

#wrapper {
	width:auto;
	margin:0.2em 0 0 0;
	text-align:left;
}

/* header */

#header h1 {
	font-family: "century schoolbook", georgia, times, "times new roman", serif;
	font-variant:small-caps;
	padding:0.25em 0 0.25em 0.5em;
}
#header h1 .initialCap {
	font-size:1.05em;
}
#header h6 {
	font-family: "century schoolbook", georgia, times, "times new roman", serif;
	padding:0 0.5em 0.5em 1em;
}

/* navigation - menu bar */

#menu_bar {
/* 	margin:0 0 0 0.5em; */
}
#menu_bar a {
	padding:0.25em 0.6em;
/* 	border-right:1px solid #000; */
	text-decoration:underline;
	line-height:1.3em; 
}
#menu_bar a:hover {
	background-color: #DDD;
}

	/* menu_bar current page highlight */
	/* body ids on main pages */
	/* anchor ids in menu_link-ssi.html */
body#index #menu_bar a#a-index,
body#practice #menu_bar a#a-practice,
body#biog #menu_bar a#a-biog,
body#pubs #menu_bar a#a-pubs,
body#sec101 #menu_bar a#a-sec101,
body#bpai #menu_bar a#a-bpai {
/* 	border:1px solid #000; */
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
}

/* content area */

.content_area {
	background-color:#FFFFFF;
	margin:1em 0 0 0;
	border-top:1px solid #000;
}
.content_area a {
	text-decoration:underline;
}
.content_left {
	display:none;
}
.content_inner {
	padding:1em 1em 1em 1em;
}
.content_inner p {
	margin:0 0 1.25em 0;
}
.content_heading {
	padding:0 0 0.2em 0;
}
.smallcaps {
	font-variant:small-caps;
}

/* indents paragraphs for practice-ssi.html and sec101-ssi.html */
#bpai-content p,
#practice-ssi p,
#sec101-content p {
	margin:0 0 1em 2em;
}

/* top margin and bold for subheadings */
#sec101-content p.subhead {
	margin:0.6em 0 1em 2em;
	font-weight:bold;
}

/* color for "new" in sec101 developments and elsewhere */
.new {
	color:#E00;
}
/* color and bold */
.new-bold {
	color:#E00;
	font-weight:bold;
}

/* photos in bpai_book-ssi.html and biog-ssi.html */
#book1-cover,
#jm-photo {
	display:none;
}

/* footer */

#footer {
	border-top:1px solid #000;
	padding:0.2em 0 1em 1em;
}
#menu_bottom {
	margin:0.7em 0;
}
#menu_bottom a {
	padding:0.3em 0.3em;
	text-decoration:underline;
}
#menu_bottom a:hover {
	background-color:#DDDDDD;
}
/* Copyright 2009, 2011 Joel Miller. All rights reserved. */
