/* ------------------------------------------------------------------- */
/* $Id: urlpixie.css 600 2010-08-11 18:46:07Z eric $ */
/* ------------------------------------------------------------------- */

html {
    background-color: #001C00;
    color: #DBEDD5;
}

body {
    font: normal 14px "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

body a {
    color: white;
    font-weight: bold;
}

p { margin: 1.12em 0 }
em { font-style: italic; }
strong { font-weight: bold; }

/* ------------------------------------------------------------------- */

form { display: block; }

form table {
    width: 100%;
}

form table td {
    padding: 2px;
}

form table td+td,
form table td[colspan="2"] {
    text-align: right;
    vertical-align: middle;
}

form label {
    font-weight: bold;
}

form table input[type=text],
form table input[type=password] {
    display: inline-block;
    width: 96%;
    color: #001C00;
    background-color: #1F791F;
    border: 1px solid #004500;
    padding: 3px;
}

form input[type=submit] {
    font-weight: bold;
    color: #001C00;
    background-color: #1F791F;
    border: 1px solid #004500;
    padding: 3px;
}

/* ------------------------------------------------------------------- */

div#Clamp {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; /* Keeps IE happy */
}

div#Main {
    position: relative;
    float: left;  /* Keeps IE happy */
    color: black;
    background-color: #005500;
    margin-top: 20px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}
div#Main a { color: #001000; }

div#Footer {
    float: left;
    width: 960px;
    margin: 20px 0;
    padding: 15px 15px;
    background-color: black;
    background-image: url(/style/footer-stripe.png);
    background-repeat: repeat;
}
div#Footer p {
    margin: 0;
    float: left;
    width: 289px;
    text-align: justify;
}
div#Footer p+p {
    padding-left: 15px;
    border-left: 1px solid white;
    margin-left: 15px;
}
div#Footer span.copyright {
    display: block;
    margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 10px;
}

div#MainColumn {
    float: left;
    width: 620px;
    padding: 0 10px 10px 10px;
    z-index: 2; /* Keeps IE happy */
}

div#Sidebar {
    float: right;
    width: 300px;
    padding: 10px;
}

/* ------------------------------------------------------------------- */

h1 {
    position: absolute;
    white-space: nowrap;
    width: 200%;
    top: 33px;
    left: 0;
    padding: 0 0 4px 80px;
    font-size: 20px;
    font-weight: bold;
    color: #001C00;
    text-shadow: #196219 1px 1px 0;
    background-color: #004800;
    border-top: solid 1px #001C00;
    border-bottom: solid 1px #007400;
    z-index: 1;
}

h1 a {
    text-decoration: none;
}
h1 a img {
    position: absolute;
    top: -33px;
    left: 2px;
    width: 75px;
    height: 131px;
    border: none;
}

span#h1Ticker:after {
    content: " urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie urlpixie";
}

body#index h1,
body#index div#AddUrl a.h1LinkRepair {
    position: absolute;
    white-space: nowrap;
    width: 200%;
    top: 470px;
    left: -133px;
    font-size: 35px;
    padding-bottom: 7px;
    text-decoration: none;
}
body#index h1 img { display: none; }

h2 {
    position: absolute;
    top: 75px;
    left: 80px;
    font-size: 35px;
    font-weight: bold;
    color: #001C00;
    text-shadow: #196219 1px 1px 0;
}

div#MainColumn {
    padding-top: 140px;
}
body#index div#MainColumn { padding-top: 0;}

/* ------------------------------------------------------------------- */

div#AddUrl {
    position: relative;
    height: 540px;
    background-image: url(/style/pixie.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    z-index: 2;
    overflow: hidden;
}

div#AddUrl form {
    position: absolute;
    left: 305px;
    top: 188px;
}

div#AddUrl form input[type=text] {
    width: 280px;
    font: normal 17px "Helvetica Neue", Arial, sans-serif;
    color: #001C00;
    background-color: #1F791F;
    border: 1px solid #004500;
    padding-left: 3px;
    padding-right: 3px;
}

div#PixieDust {
    position: absolute;
    background-image: url(/style/pixie-dust.png);
    background-repeat: no-repeat;
    width: 320px;
    height: 200px;
    top: 110px;
    left: 293px;
}

div#PixieUrl {
    position: absolute;
    left: 308px;
    top: 188px;
    color: #001000;
    font: normal 18px "Helvetica Neue", Arial, sans-serif;
}

/* ------------------------------------------------------------------- */

div.component {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px;
    border: solid 1px #001C00;
    background-color: #1F791F;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 10px #001C00;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 21px;
    -moz-border-radius-topleft: 21px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    z-index: 2;
}

div.component h3 {
    padding-left: 15px;
    color: #001C00;
    text-shadow: #196219 1px 1px 0;
    font-size: 20px;
    font-weight: bold;
    margin: -11px -11px 10px -11px;
    background-color: #004800;
    border: solid 1px #001C00;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
}

div.component h4 {
    margin: 1.12em 0;
    font-size: 16px;
    font-weight: bold;
    color: #001C00;
}

div.component ul {
    background-color: inherit;
}

div.component div.pager {
    position: relative;
    background-color: #005500;
    padding: 4px 4px 5px 4px;
    margin-top: 15px;
}
div.component div.pager a.next {
    position: absolute;
    top: 4px;
    right: 4px;
}

/* ------------------------------------------------------------------- */

li.urlitem {
    white-space: nowrap;
    overflow: hidden;
    background-color: inherit;
    width: 100%;  /* Difference between total meltdown in IE6 and glitchy. */
}
li.urlitem+li.urlitem {
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #004800;
}

li.urlitem div.info {
    position: relative;
    font-size: 12px;
    margin-top: 1px;
    background-color: inherit;
}
li.urlitem div.info span {
    display: block;
    position: relative;
    z-index: 1;
}
li.urlitem div.info span.form {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: inherit;
    padding-left: 10px;
    z-index: 2;
}
li.urlitem div.info span.form form {
    display: inline;
}
li.urlitem div.info span.form form input[type=submit] {
    display: inline-block;
    border: none;
    margin: 0 3px;
    padding: 0;
    color: inherit;
    cursor: pointer;
    font-weight: normal;
}
li.urlitem div.info span.form input[name=delurl] {
    width: 10px;
    text-indent: -5000px;
    background-image: url(/style/x.png);
    background-position: center center;
    background-repeat: no-repeat;
}
li.urlitem div.info span.form input[name=addurl] {
    width: 10px;
    text-indent: -5000px;
    background-image: url(/style/plus.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------------- */

form.ajaxify div.status {
    margin-top: 10px;
    font-weight: bold;
}

/* ------------------------------------------------------------------- */

form table td[colspan="2"] input[type=text],
form table td[colspan="2"] input[type=password] {
    width: 97%;
}

/* ------------------------------------------------------------------- */

