/* last updated 03.23 - still needs tidying up */

body
{
    border-top: solid 3px #5c6166;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: #F4F4F4;
    color: #5c6166;
    padding-top: 1.6em;
}


input[type="text"]
{
    margin-top: 0;
    padding-top: 0; 
    border: 1px solid #C0CCC4;   
    font-size: 1.0em; 
    padding: 0.4em 0.4em; 
}

/* handle twitter avatars */
li.result img
{
    border: solid 3px #e1e1e3;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 1em;
}

img {
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 1em;
}


/* titles */
.ti-find
{
    color: #5c6166;
}

.ti-django
{
    color: #50ad2d;
}

/* headers */

h1, h2, h3, h4, h5, h6
{
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline; 
}


h1
{
    font-size: 2.0em;
    font-weight: bold;
    text-shadow:1px 1px 1px #CCC;
    margin-left: .4em;
}

h1 a
{
    text-decoration: none;
}

h3
{
    margin-bottom: 0.6em;
    font-size: 1.1em;
    font-weight: inherit;
}

/* containers */

#container {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#form-container
{
    float: none;
    clear: both;
    display: block;
}

#container-base
{
    width: 500px;
}


.doc-container, .results-container, #thankyou-container
{
   border: solid 3px #e1e1e3;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background-color: #e1e1e3;
}

.doc-container, #thankyou-container
{
    margin-bottom: .9em;
}

#form-container
{
    margin-bottom: 0.8em;
    text-align: center;
} 


#header
{
    margin-top: .4em;
    margin-bottom: 1.2em;
}

#header span
{
    margin-left: 2px;
    color: #999;
}

strong
{
    font-weight: bold;
    color: #333940;
}

p
{
    font-size: .95em;
    line-height: 1.2em;
    margin-bottom: .75em;
}

p.pub_date
{
    font-size: .8em;
    line-height: 0;
    color: #999;
    margin-bottom: 1.2em;
}

hr
{
    height: 1px;
    background-color: #d6d7d9;
    color: #d6d7d9;
    border: none;
    padding: 0;
    margin: 1.5em 0;
}

/* links */
a {
    color: #2d7bb2;
    text-decoration: underline;
}

a:hover {
    color: #333940;
}

a img {
    border: none;
}


/* lists */
ul {
    list-style-position: outside;
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
}

li {
    margin-top: 0.25em;
    margin-left: 1.25em;
    margin-bottom: 0.25em;
}

li > ul , li > ol {
    margin-left: 2em;
    margin-top: -0.1em;
    margin-bottom: -0.1em;
}


#hd {

    margin-bottom: 2em;
}

#hd h1 {
    margin-bottom: 0.25em;
}


#ft {
    text-align: center;
    margin-top: 1.4em;
    text-align: center;
    width: 100%;
}

#navlinks {
    float: right;
}

#navlinks li {
    list-style: none;
    float: left;
    margin-left: 1em;
    margin-right: 1em;
}

#search-form {
    width: 425px;
    margin-left: auto;
    margin-right: auto;
}

#search-form input[type="text"] 
{
    width: 300px;
    color: #2B332E;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

p.summary
{
    margin-bottom: 0.2em;
    font-size: .9em;
}

.pagination {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.url, .size, .date {
    font-size: 0.9em;
    color: #5b768d;
}

.count {
    padding-bottom: 0;
    margin:0;
    text-align: right;
    font-size: .8em;
}

#thankyou, .documentation, .results-page 
{
    border: solid 1px #c6c6c6;
    padding: 1.2em;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background-color: #fff;
}

.documentation ul {
    margin-left: 2em;
}

.documentation h3, #thankyou h3{
    font-size: .9em;
    font-weight: bold;
    color: #50ad2d;
}

a.report {
    color: #c6c6c6;
    font-size: 0.8em;
    margin-top: 0.5em;
    float: right;
}

a.report:hover {
    border: none;
    color: #f86464;
}

/* search button */
.button
{
    background-color: #CCC;
    width: 75px;
    text-align: center;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: .8em;
    display: block;
    float: left;
    margin-top: .15em;
    margin-left: .2em;
    font-size: 1.0em;
}

.button a
{
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    line-height: 1.8em;
    text-shadow:1px 1px 1px #fff;
}

.button a:hover
{
    background-color: #333;
    color: #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-shadow: none;
}

/* helper */

.clear {
    clear: both;
}

.clearfix {
	display: inline-block;
}

.debug
{
    border: solid 1px red;
}
