/* HANDHELD / MOBILE*/

body {
    background-color: black;
    color: #bbbbbb;
    font-family: "Geneva", "Trebuchet MS", "Arial", sans-serif;
    font-size: 1.0em;
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    line-height: 1.5em;
    margin: 0px;

    padding: 0px;

    border-width: 0px;
    max-width: 320px;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0px none;
}

/*** HANDHELD SPECIFIC ***************************/

div.handheld_nav {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.0em;
}

div.handheld_nav a {
    text-decoration: underline;
}

/*** TOP BANNER ***************************/

div.banner {
    background-image: none;
    display: block;
    width: 100%;
}

div.banner .logo {
    background-image: url("gfx/HANDHELD_logo.gif");
    background-repeat: no-repeat;
    background-position: 50% 0px;
    display: block;
    width: 100%;
    height: 99px;
}

div.banner div.name {
    font-style: italic;
    font-weight: normal;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 1.5em;
    background-color: inherit;
    color: white;
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px;
}

div.banner div.subtext {
    display: none;
}

/*** NAVIGATION ***************************/
    
div.nav {
    background-color: transparent;
    display: block;
    width: 100%;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
}

/*-- MAIN NAVIGATION --------*/

div.nav div.main {
    background-color: #333333;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    line-height: 1.2em;
}

div.nav div.main ul {
    display: block;
    padding: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-size: 1em;
    line-height: 1.2em;
}

div.nav div.main ul li {
    display: block;
    font-weight: bold;
}

div.nav div.main ul li a {
    display: block;
    background-color: #333333;
    background-image: none;
    padding: 0.4em 0.8em;
    border: 0px;
    margin: 0px 0px;
    border-spacing: 0px;
    text-decoration: underline;
    font-size: 1.0em;
    text-align: center;
}

div.nav div.main ul li a:hover {
    background-color: #ca7e38;
    color: yellow;
}

div.nav div.main ul li a.selected{
    background-color: #ca7e38;
}

/*-- SUB (SIDE)  NAVIGATION --------*/

div.nav div.sub {
    display: block;
    background-color: black;
    color: #bbbbbb;
    margin: 0px;
    width: 100%;
    text-align: left;
    position: static;
    line-height: 1.5em;

    padding: 8px 0px 8px 0px
}

div.sub div.subtitle {
    display: none;
}

div.sub div.subtitle p {
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

div.nav div.sub ul {
    display: block;
    background-color: #181818;
    background-image: none;
    padding: 0px 24px 0px 24px;
    margin: 0px;
    list-style-type: none;
    line-height: 1.0em;
    
}

div.nav div.sub ul li {
    background-color: transparent;
    background-image: none;
    padding: 0px;
    margin: 0px;
}

div.nav div.sub ul li a {
    display: block;
    background-image: none;
    padding: 4px 8px 4px 0px;
    border: 0px;
    margin: 0px;
    text-decoration: underline;
    font-weight: 200;
    
}


div.nav div.sub ul li a:hover {
    background-color: #a0540e;
    background-image: none;
    color: yellow;
}

div.nav div.sub ul li a.selected {
    background-color: #a0540e;
    background-image: none;
    font-weight: bold
}

div.nav div.sub ul ul {
    padding: 0px 16px 8px 16px;
}

div.nav div.sub ul ul li{
    margin: 0px;
}

div.nav div.sub ul ul li a {
    color: #999999;
    padding: 4px 8px 4px 0px;
    margin: 0px;

}

div.nav div.sub ul ul li a {
    font-weight: normal;
}

/*** MAIN BODY AREA ***************************/

div.mainbody {
    background-color: transparent;
    display: block;
    margin: 0px 0px 0px 0px;
    max-width: 320px;
    padding: 0px;
    font-weight: 200;

}


/*** CONTENT ***************************/


div.mainbody div.content {
    display: block;
    padding: 2px;
    
}    

div.content h1 {
    font-size: 2em;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    font-weight: normal;
    color: white;
    background-color: transparent;
}

div.content h2 {
    font-size: 1.5em;
    position: static;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: white;
    background-color: transparent;
}

div.content h3,
div.content h4,
div.content h5,
div.content h6 {
    font-size: 1.2em;
    position: static;
    margin-top: 14px;
    margin-bottom: 8px;
    font-weight: bold;
    color: white;
    background-color: transparent;
}

div.content p {
    font-weight: 100;
}

div.content ul,
div.content ol {
    padding-left: 16px;
    margin-left: 0px;
}

div.content li {
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: outside;
}


div.content ul.important_stuff {
    background-color: inherit;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
}

div.content a {
    text-decoration: none;
    color: #ff9938;
    border-bottom: 1px dotted #ff9938;
}

a img {
    border: 0px none;
}

div.content div.rhs_illustrations {
/*    display: none;*/
    float: none;
}

div.content blockquote {
    margin: 1em 10%;
    font-style: italic;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.2em;
}

div.content blockquote.major {
    font-size: 1.5em;
}

/*--- tables ------- */

div.content table {
    border: 2px solid #666666;
    width: auto;
    margin: 1em auto 1em auto;
    border-collapse: collapse;
    text-align: center;
}

div.content table caption {
    caption-side: top;
    margin: 0.5em 0em 0.5em 0em;
    background-color: inherit;
    color: white;
    font-size: 1.0em;
}

div.content table tr {
    padding: 0px;
    margin: 0px;
}
div.content table th {
    background-color: #333333;
    padding: 0.2em 0.2em;
    margin: 0px;
    border: 1px solid #666666;
    text-align: center;
    font-weight: bold;
    font-size: 1.0em;
}

div.content table td {
    padding: 0.2em 0.2em;
    margin: 0px;
    border: 1px solid #666666;
    text-align: center;
    font-weight: normal;
    font-size: 1.0em;
}

div.content table.keyvaluepairs {
    width: 100%;
    table-layout: fixed;
    margin: 1em auto 1em 0;
    border: none;
    text-align: left;
}

div.content table.keyvaluepairs caption {
    caption-side: top;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    background-color: inherit;
    color: white;
    text-align: center;
    width: 100%;
}

div.content table.keyvaluepairs tr {
    padding: 0px;
    margin: 0px;
}
div.content table.keyvaluepairs th {
    background-color: transparent;
    overflow: visible;
    white-space: nowrap;
    width: 1%;
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    border: none;
    color: white;
    vertical-align: top;
}

div.content table.keyvaluepairs td {
    padding: 1.5em 0.5em 0.3em 1em;
    margin: 1.1em 0px 0.2em 0px;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 1.0em;
    vertical-align: top;
}

div.content table.sub_keyvaluepairs {
    width: 100%;
    table-layout: fixed;
    margin: 0em auto 0em 0em;
    border-collapse: collapse;
    border: 1px solid #888888;
    text-align: left;
}

div.content table.sub_keyvaluepairs caption {
    caption-side: top;
    margin: 0;
    padding: 0em 0 0.3em 0;
    background-color: inherit;
    color: white;
    text-align: left;
    width: 100%;
}

div.content table.sub_keyvaluepairs tr {
    padding: 0px;
    margin: 0px;
}
div.content table.sub_keyvaluepairs th {
    background-color: transparent;
    overflow: visible;
    white-space: nowrap;
    width: 1%;
    padding: 0.0em 0.5em;
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-size: 1.0em;
    border: none;
    color: white;
    vertical-align: top;
}

div.content table.sub_keyvaluepairs td {
    padding: 1.5em 0.5em 0.2em 1em;
    margin: 1.1em 0px 0.2em 0px;
    border: none;
    text-align: left;
    font-weight: normal;
    font-size: 1.0em;
    vertical-align: top;
}


div.content div.column {
    margin: 4px 2px;
    padding: 2px 4px;
}

a.supresslinkstyle {
    text-decoration: none;
    color: #bbbbbb;
}

div.content a.supresslinkstyle {
    text-decoration: none;
    color: #bbbbbb;
}

/*** CONTENT FEATURES *********************************
 Eg. galleries, photos, videos, ebay items
*/


div.content div.gallerysub {
/*    float: left;
    width: 100%;*/
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    background-color: #333333;
}

div.content div.gallerysub img {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

div.content div.gallerysub div.text {
    display: block;
    margin: 0.25em;
}
div.content div.gallerysub div.text h4 {
    margin-top: 0;
    padding-top: 0;
}

div.content div.gallerysub div.text span.date {
    font-weight: bold;
    color: #dddddd;
}

div.content div.post_gallerysubs {
    clear: both;
}


div.content div.galleryphoto {
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
    background-color: #333333;
}

div.content div.galleryphoto img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.5em;
}

div.content div.post_galleryphotos {
    clear: both;
}

div.content div.galleryvideo {
    padding: 1em 0.25em;
    margin: 0.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
    background-color: #443311;
}

div.content div.galleryvideo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0.5em;
}

div.content div.post_galleryvideos {
    clear: both;
}


div.content object.youtube_video {
    float: left;
    margin: 0.25em;
    padding: 0;
}


div.media_popup {
    display: block;
    visibility: hidden;
    position: absolute;  /* hack for IE */
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:transparent;
    background-image: url('gfx/greyout.gif');
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    z-index:1000;
    margin: 0;
}

body > div.media_popup {
    /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
    position: fixed;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
}

div.media_popup div.page {
    display: block;
    position: relative;
    background-color: white;
    color: black;
    border: 4px solid black;
    width: 95%;
    height: 95%;
    margin: auto auto;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
}

div.media_popup a {
    color: black;
}

div.media_popup div.page div.close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: right;
    margin: 0.25em 1em;
}

div.media_popup div.page div.hosting {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    text-align: left;
    margin: 0.25em 1em;
}

/*** SHOP ITEMS ***********************/

div.content div.ebayitem {
    display:block;
    padding: 0.5em 0.25em;
    margin: 0.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3em;
    border: 1px solid #333333;
}

div.content div.ebayitem div.img {
    display: block;
    text-align: center;
    width: 48px;
}

div.content div.ebayitem div.img img {
    max-height: 3em;
    max-width: 48px;
}
div.content div.ebayitem div.text {
    display: block;
    margin: 0;
}
div.content div.ebayitem div.text h4 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div.content div.post_ebayitems {
    clear: both;
}


div.content div.infobox {
    display: block;
    border: 1px solid white;
    padding: 0.5em;
    margin: 0.25em;
}


div.content div.shopitem {
    display: block;
    padding: 0.25em;
    margin: 0.25em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    border: 1px solid #333333;
}

div.content div.shopitem div.img {
    display: block;
    text-align: center;
}

div.content div.shopitem div.img img {
    max-height: 80px;
    max-width: 80px;
}

div.content div.shopitem div.img div.gallerylink {
    background-color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em 0.25em;
    display: block;
}

div.content div.shopitem div.text {
    display: block;
    margin: 0;
}
div.content div.shopitem div.text h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
}

div.content div.shopitem div.text em {
    font-size: 1.2em;
}

div.content div.shopitem div.text form {
    float: left;
    padding: 0.25em;
    margin: 0.25em;
    border: 1px solid #ca7e38;
}

div.content div.shopitem div.text form.buybuttonvideo {
    border: 1px solid #008800;
    text-align: center;
}

div.content div.shopitem div.text form.buybuttoncalendar {
    border: 1px solid #3333ff;
    text-align: center;
}

div.content div.shopitem div.text form label {
    display: block;
    color: white;
    background-color: inherit;
    margin: 0 auto 0.25em auto;
    text-align: center;
}

div.content div.shopitem div.text p.post_buybuttons {
    clear: left;
    font-style: italic;
}

div.content div.post_shopitem {
    clear: both;
}

/*** HIGHLIGHT BOXES  ***************************/

div.right_column {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

div.box {
    border: 1px solid red;
    background-color: #220000;
    padding: 4px 4px 4px 4px;
    margin: 4px;
    display: block;
}

div.box.alt {
    background-color: #220044;
}

div.box.alt2 {
    background-color: #003300;
}



a.pervasive {
    text-decoration: none;
}

div.box h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.box h2,
div.box h3,
div.box h4,
div.box h5,
div.box h6 {
    font-size: 1.0em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.flickr_badge_image img {
    margin: 2px;
}

/*** FOOTER  ***************************/

div.mainbody div.footer {
    display: block;
    position: static;
    padding: 8px;
    margin: 16px 0px 0px 0px;
    border-top: 1px solid #444444;
    text-align: center;
    width: 100%;
}

div.mainbody div.footer a {
    text-decoration: underline;
    color: #bbbbbb;
}
div.mainbody div.footer a:hover {
    text-decoration: underline;
}
