/* handheld styles
www.mpgilbert.com
----------------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	text-align: center;
	font: 100% "Lucida Grande", Verdana, Arial, sans-serif;
}

/* structure
-------------------- */

#wrapper {
	background-color: #fff;
	width: auto;
	text-align: left;
	margin: 0;
	padding: 0 8px;
}

#content {
	text-align: left;
	font-size: 0.6em;
	line-height: 1.4em;
	margin: 0;
	width: auto;
}

#sidebar {
	text-align: left;
	font-size: 0.7em;
	line-height: 1.2em;
	width: auto;
}

#header {
	margin: 0;
	width: auto;
	text-align: left;
}

#iconprint {display: none;}

#imghome {display: none;}

/* navmain
-------------------- */

#navmain {
	color: #ccc;
	font-size: .6em;
	font-weight: bold;
	text-transform : uppercase;
	text-align: left;
}

#navmain ul, #navmain li {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navmain a:link, #navmain a:visited {
	font-weight: bold;
	margin: 0 4px 0 0;
	text-decoration: none;
	color: #999;
}

#navmain a:link.selected, #navmain a:visited.selected {
	border-top: 2px solid #f7941d;
	background: transparent;
	color: #f7941d;
}

/* sidebar
-------------------- */

#sidebar ul {
	font-size: .8em;
	margin: 0;
	padding: 1em;
}

#sidebar li.selected {font-weight: bold;}

#sidebar a:link, #sidebar a:visited {text-decoration: underline;}

/* footer
-------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	color: #999;
	font-size: .5em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #666;
}

/* thumbnails
-------------------- */

.thumbs {
	text-align: left;
	padding: 0 15px 10px 0;
	margin: 0;
}

/* websites
-------------------- */

.siteimg {
	text-align: left;
	padding-right: 15px;
	padding-bottom: 5px;
}

.sitetxt ul {
	margin: 0;
	padding: 0 0 1em 0;
}

.sitetxt li {
	display: block;
	margin: 0;
	padding: 3px;
	list-style: none;
}

.sitetxt li.zebra {background-color: #eaeaea;}

/* viewer
-------------------- */

#viewer {
	text-align: center;
	font-size: 0.7em;
	line-height: 1.3em;
	margin: 0;
}

#viewer .bigphoto {padding: 6px;}

/* forms
-------------------- */

.frmInline {display : inline;}

input, select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	color: #666;
	vertical-align: middle;
}

/* common
-------------------- */

h1, h2, h3, h4 {font-weight: normal;}

h1 {
	font-size: 1.4em;
	color: #f7941d;
}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #f7941d;
}

h2 {
	font-size: 1.2em;
	color: #f7941d;
}

h3 {
	font-size: 1em;
	color: #f7941d;
}

h4 {font-size: 1em;}

table {
	margin: 0;
	padding-bottom: 1em;
}

th, td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #666;
	padding: 3px;
}

th {background-color: #e7e7e7;}

tr.zebra {background-color: #f1f1f1;}

p {margin: 0 0 1.2em 0;}

a:link, a:visited {
	text-decoration: underline;
	color: #010197;
}

dl {margin: 0px 0 1em 0;}

dt {padding-bottom: 5px;}

dd {
	margin: 0;
	padding: 0 0 1em 15px;
}

.dotline {
	margin: 15px auto;
	padding: 0;
	border-top: 1px solid #e8e8e8;
}

.skip {display: none;}

#bentline {
	margin: 0;
	padding: 25px 0 0 0;
	height: 14px;
}

.callout {
	background-color: #eaeaea;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 3px;
}

.linktop {padding-bottom: 1.5em;}

.linktop a:link, .linktop a:visited {
	font-size: .9em;
	text-decoration: none;
}

.clear {clear: both;}

acronym {
	border-bottom: 1px dashed #666;
	cursor: help;
}

b {font-weight: bold;}
i {font-style: italic;}
u {border-bottom: 1px solid #666;}

.strike {text-decoration: line-through;}

/* pads
-------------------- */

.padleft5 {padding-left: 5px;}
.padright5 {padding-right: 5px;}
.padtop5 {padding-top: 5px;}
.padbottom5 {padding-bottom: 5px;}

.padleft10 {padding-left: 10px;}
.padright10 {padding-right: 10px;}
.padtop10 {padding-top: 10px;}
.padbottom10 {padding-bottom: 10px;}

