/*
Dave's Hosting Handheld Stylesheet
Creator: Ben "Cerbera" Millard (http://sitesurgeon.co.uk)
Website: http://daves-hosting.co.uk
History: 2006-08-06 -> 2006-08-17

Under continual development.  Please report our website's performance in handheld devices to us.
*/


/* Sections:
Hidden Elements
Layout Containers
HTML Elements
- Headings
- Hyperlinks
- Image Hyperlinks
- Lists
- Data Tables
Header
Navigation
Footer
*/

/* Hidden Elements */
hr, #header img, #breadcrumb strong, #navigation h3, #footer h2, #footer ul {
 display: none;
}

/* Layout Containers */
#header, #navigation, #content, #footer {
 clear: both;
 float: none;
 width: 100%;
 margin: 0;
 padding: 0;
 color: #000;
 background: #fff;
}

/* HTML Elements */
html {
 margin: 0;
 padding: 0;
}
body {
 margin: 0;
 padding: 0.2em;
 color: #000;
 font: 100%/1.2 Helvetica, sans-serif;
 background: #fff;
 border: 0;
}
abbr, acronym {
 font-style: italic;
 border: 0;
}
address, .address {
 margin: 0 1em 0.5em 1em;
 font-style: normal;
 font-weight: normal;
}
blockquote {
 margin: 0 1em 0.5em 1em;
 padding: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}
p {
 margin: 0 0 0.5em 0;
}
sup {
 font-size: 1em;
 vertical-align: baseline;
}

/* - Headings */
h1 {
 margin: 0;
}
h1, h2, h3, h4, h5 {
 margin: 0.5em 0 0 0;
 color: #fe7e01;
 font-family: "Gill Sans MT", sans-serif;
 font-weight: normal;
 line-height: 1.0;
 background: #fff;
}
h1 {
 font-size: 1.5em;
}
h2 {
 font-size: 1.5em;
}
h3 {
 font-size: 1.3em;
}
h4, h5 {
 font-size: 1.1em;
}

/* - Hyperlinks */
a {
 display: inline;
}
a:link, a:visited, #navigation a:link, #navigation a:visited {
 color: #248;
 background: #fff;
}
a:visited, #navigation a:visited {
 text-decoration: none;
}
a:hover, a:active, a:focus, #navigation a:hover, #navigation a:active, #navigation a:focus {
 color: #fe7e01;
 text-decoration: underline;
}

/* - Image Hyperlinks */
p a img {
 border: 0;
 border-bottom: 0.16em solid;
}
p a:hover img {
 border-color: #c42;
}

/* - Lists */
dl, ol, ul {
 margin: 0 0 0.5em 0;
}
dt {
 margin: 0.2em 0 0 0;
 padding: 0;
 font-weight: bold;
}
dt a {
 font-weight: normal;
}
dd {
 margin: 0 0 0 1em;
 padding: 0;
}
dd img {
 margin: 0.2em 0;
}
ol, ul, li {
 padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
 margin: 0;
}
li {
 margin: 0 0 0 1.5em;
}
li li {
 margin: 0 0 0 0.5em;
}

/* - Data Tables */
table {
 margin: 0.5em 0;
 border-spacing: 0;
 border-collapse: collapse;
 border: 1px solid #000;
 border-width: 1px 1px 0 0;
}
caption {
 margin: 0 0 0.2em 0;
 width: 100%;
 color: #fe7e01;
 background: #fff;
}
td, th {
 padding: 0.2em;
 border: 1px solid #000;
 border-width: 0 0 1px 1px;
}
th {
 color: #fe7e01;
 font-weight: normal;
}

/* Navigation */
#navigation h2, #navigation a {
 background: #fff;
 border: 0;
}
#navigation ul {
 display: inline;
 margin: 0.5em 0;
 padding: 0;
 list-style-type: none;
 border: 0;
}
#navigation li {
 display: inline;
 margin: 0;
 padding: 0 1px 0 0.4em;
 line-height: 1.5;
 border-left: 1px solid #644;
}
#navigation li a {
 display: inline;
 margin: 0;
 padding: 0;
}
#navigation .current {
 padding: 0 1px 0 0.5em;
 line-height: 1.5;
 background: #fff;
 border: 1px solid #644;
 border-width: 0 0 0 1px;
}
#navigation .first {
 margin: 0;
 padding-left: 0;
 border: 0;
}

/* Footer */
#footer p {
 margin: 0.5em 0;
 padding: 0;
}