/* This is where to add CSS that doesnt come Rob, i.e. allows him
to make changes to his work without affecting anything a developer
has had to add..
*/

/* This is redundant for 'mainsearch_text_inner' but an issue
with autocompete is making me put this off until I have more time */
#superword_token {
    font-size: 23px;
    letter-spacing: -0.01em;
    color: #c0cacb;
    font-weight: bold;
    float:left;
    background-color: white;
    width: 633px;
}
/* Auto complete overrides */
div.auto_complete {
    background-color: #fff;
}
div.auto_complete ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 23px;
    letter-spacing: -0.01em;
    color: #999;
    font-weight: bold;
}
div.auto_complete ul li {
    margin: 0;
    padding: 6px;
}
div.auto_complete ul li.selected {
    background-color: #fbb;
}
/* Redundant Password Switch for Signup */

#fake_password, #fake_passconf {
    color:#333;
    padding:5px 6px;
    height:12px;
    margin-right:2px;
}

#fake_password, #fake_passconf {
    width:91px;
    background: url(../images/signup_password_bg.png) top left no-repeat;
}

#fake_password:focus, #fake_passconf:focus {
    background-position: bottom;
}

/*Contest Rules*/

.unclaimed em {
    font-style: normal;
    font-weight: bold;
}

.claimed {
    text-decoration: line-through;
}

.contest h1 {
    font-size: 32pt;
    margin-bottom: 10px;
}

.contest h2 {
    font-size: 16pt;
}

.contest div.contest_hold {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.contest div.contest_hold ul {
    list-style-type: disc;
}

.contest div.contest_hold ol {
    list-style-type: decimal;
}

/*Everyday unordered lists*/

.content div.text_hold {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.content div.text_hold ul {
    list-style-type: disc;
}

.contest div.contest_hold ol {
    list-style-type: decimal;
}

/*Backgrounds for dev environments*/
/*Duplicated in backoffice/admin...*/

div.staging {}

div.development {}

div.entry {}
