
body {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    color: #555;
    background-color: rgb(255, 255, 240);
}

a, a:hover, a:visited {
    text-decoration: none;
    color: rgb(128, 0, 0);
}

a:hover {
    text-decoration: underline;
}

input#id_link {
    font-family: verdana;
    font-size: 120%;
    width: 370px;
    color: #555;
}

#header {
    padding: 20px;
    margin-bottom: 10px;
    font-family: verdana;
    color: rgb(175, 16, 3);
    background-color: rgb(227, 224, 209);
    border: 2px solid rgb(197, 194, 179);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#header h1 {
    font-size: 250%;
    text-shadow: #fff 2px 2px 2px;
    margin: .1em 0;
    padding: 0;
}

#header p {
    margin: 0;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
}

#kiqme, #newurl, #twitter, #stats {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 580px;
    border: 10px solid rgb(238, 238, 204);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#kiqme ul, #twitter ul {
    list-style: none;
    padding: 0;
    margin: 10px;
}

#kiqme ul li, #twitter ul li {
    display: inline;
}

.chars {
    font-size: 160%;
    font-weight: bold;
    color: #99B;
    text-align: right;
    margin-bottom: -1em;
    padding-right: .2em;
}

#newurl table {
    width: 100%;
}

#newurl td, #newurl th {
    text-align: center;
    padding: 0 5px;
    width: 33%;
    vertical-align: top;
    font-size: 110%;
}

#newurl td {
    padding: 10px 0;
}

#newurl th {
    font-weight: normal;
    color: rgb(175, 16, 3);
    border-bottom: 1px solid #edf;
}

#stats .clicks {
    float: right;
    display: block;
    font-size: 300%;
    text-align: center;
    margin-top: 10px;
}

#stats .clicks .val {
    display: block;
    color: #999;
    padding: 0 5px;
    background-color: #fee;
}

#stats .clicks .label {
    display: block;
    font-size: 12px;
    background-color: #fcc;
}

#stats a.short {
    color: #ccc;
    font-size: 180%;
}

#stats .clicks label {
    font-size: 12px;
}

#stats dl dt {
    font-weight: bold;
    padding-bottom: .3em;
}

#stats dl dd {
    margin-left: 0;
    margin-bottom: 1em;
    overflow-x: hidden;
}

a.shorturl, a.shorturl:hover, a.shorturl:visited {
    font-size: 80%;
}

input.shorturl {
    width: 185px;
    font-size: 100%;
    padding: 0 0.5em;
    margin-bottom: .5em;
    border: 1px solid #999;
}

textarea#id_msg {
    font-family: verdana;
    color: #666;
    font-size: 100%;
    width: 560px;
    height: 60px;
}

#footer {
    clear: both;
    padding-top: 1em;
    border-top: 1px solid #999;
    color: #999;
    font-size: small;
    text-align: center;
}

.submit {
    font-size: 100%;
    color: #fff;
    background-color: rgb(175, 16, 3);
    border: 2px solid #c88;
    border-bottom: 2px solid #933;
    border-right: 2px solid #933;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#recent {
    font-size: 12px;
    padding: 10px;
    background-color: rgb(227, 224, 209);
    border: 10px solid rgb(238, 238, 204);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#recent h2 {
    color: rgb(175, 16, 3);
    margin: 0;
}

#recent table {
    width: 100%;
}

#recent table td.clicks, #recent table td.date {
    text-align: right;
}

.wrapper {
    width: 900px;
    margin: 0 auto 0 auto;
}

.blockleft {
    float: left;
    width: 630px;
    margin-bottom: 10px;
    background-color: #fff;
}

.blockright {
    float: right;
    width: 270px;
    margin-bottom: 10px;
}

.bookmarklet {
    margin: -2em 10px auto auto;
    right: 10px;
    color: #999;
    width: 360px;
    text-align: right;
    font-size: 12px;
    line-height: 1.6em;
}

.bmbtn, .bmbtn:hover {
    color: #fff;
    font-size: 100%;
    padding: 0 3px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #c88;
    border-right: 2px solid #933;
    border-bottom: 2px solid #933;
    background-color: rgb(175, 16, 3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.errorlist {
    list-style: none;
    color: red;
    background: transparent url('/site_media/stop.png') no-repeat top left;
}

ul.errorlist li {
    padding-left: 22px;
}


