/*----------------------------------------------------------
#          _    _                          _
#  ____ __(_)__| |___ _ _ __ _ _ _  _ _ __| |_   __ ______
# (_-< '_ \ / _` / -_) '_/ _| '_| || | '_ \  _|_/ _(_-<_-<
# /__/ .__/_\__,_\___|_| \__|_|  \_, | .__/\__(_)__/__/__/
#    |_|                         |__/|_|
#
#--------------------------------------------------------
# File      : spidercrypt.css
# Author    : Richard Lewis
# Project   : /mnt/web/localhost/htdocs/css/spidercrypt/
# Syntax    : css
# Date      : Mon 11 Feb 2008
# Copyright : Richard Lewis 2008
#--------------------------------------------------------
# spidercrypt.css -
----------------------------------------------------------*/

html {
    overflow-y : scroll;
}

* {
    border      : 0px;
    margin      : 0px;
    padding     : 0px;
    color       : #007700;
    font-family :
        "Bitstream Vera Sans",
        "Verdana",
        "Arial",
        "Sans",
        sans-serif;
}

body {
    color            : #007700;
    background-color : #000000;
}

div.page {
    width   : 740px;
    margin  : 16px auto; 
    border  : 2px solid #222222;
    padding : 12px;
}
/*--------------------------------------------------------*/

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

a:hover {
    color           : #aa6600;
    text-decoration : underline;
}
/*--------------------------------------------------------*/

p {
    margin      : 0px 0px 16px 0px;
    font-size   : 12px;
    line-height : 1.6em;
}

p.strap {
    margin     : 0px 0px 16px 0px;
    font-size  : 11px;
    text-align : center;
}
/*--------------------------------------------------------*/

h1 {
    margin           : 0px 0px 0px 0px;
    padding          : 6px 0px;
    font-size        : 24px;
    text-align       : center;
    font-weight      : bold;
}

h2 {
    margin           : 12px 0px 16px 0px;
    padding          : 4px 0px;
    font-size        : 20px;
    text-align       : center;
    font-weight      : bold;
}

h3 {
    margin           : 10px 0px 16px 0px;
    padding          : 4px 0px;
    font-size        : 18px;
    text-align       : center;
    font-weight      : bold;
}
/*--------------------------------------------------------*/

ul {
    margin              : 8px 0px 12px 12px;
    font-size           : 12px;
    line-height         : 1.4em;
    list-style-type     : disc;
    list-style-position : inside;
}
/*--------------------------------------------------------*/

div.ads {
    text-align : center;
}

div.ads iframe {
    margin     : 8px;
}
/*--------------------------------------------------------*/

div.hr {
    width      : 77%;
    clear      : both;
    margin     : 8px auto 12px;
    border-top : 1px solid #222222;
}

div.hr hr {
    display : none;
}
/*--------------------------------------------------------*/

p.linkreq, p.linkreq a {
    font-size  : 11px;
    text-align : center;
    font-style : italic;
}
/*--------------------------------------------------------*/

p.bookmarks {
    text-align  : center;
    font-weight : bold;
    line-height : 1.3em;
}
/*--------------------------------------------------------*/

p.copyright {
    padding          : 2px 0px;
    font-size        : 11px;
    text-align       : center;
}
/*--------------------------------------------------------*/

p.design, p.design a {
    margin     : 8px 0px 16px 0px;
    font-size  : 11px;
    text-align : center;
}

p.design, p.design a {
    margin     : 8px 0px 16px 0px;
    font-size  : 11px;
    text-align : center;
}

p.contact {
    margin     : 0px 0px 16px 0px;
    text-align : center;
}
/*--------------------------------------------------------*/

p.modified {
    font-size  : 11px;
    text-align : center;
}
/*--------------------------------------------------------*/

div#SpiderCrypt {
    width       : 77%;
    margin      : 12px auto 24px;
    border      : 1px solid #773300;
    padding     : 8px;
    text-align  : center;
    font-size   : 13px;
    line-height : 1.6em;
}
/*--------------------------------------------------------*/

div#SpiderCrypt input {
    color            : #009900;
    width            : 77%;
    border           : 2px solid #222222;
    padding          : 3px 4px;
    font-size        : 12px;
    background-color : #000000;
}
/*--------------------------------------------------------*/

div#SpiderCrypt textarea {
    color            : #009900;
    width            : 77%;
    height           : 120px;
    border           : 2px solid #222222;
    padding          : 3px 4px;
    font-size        : 12px;
    background-color : #000000;
}
/*--------------------------------------------------------*/

div#SpiderCrypt span.bt {
    cursor      : pointer;
    margin      : 0px 16px; 
    border      : 1px solid #222222;
    padding     : 8px;
    line-height : 44px;
}
/*--------------------------------------------------------*/

div#SpiderCrypt div#txtOut {
    margin     : 4px auto 16px;
    width      : 77%;
    font-size  : 12px;
    text-align : left;
}
/*--------------------------------------------------------*/
