/*
Theme Name: Blackhawk Default Theme
Theme URI: http://www.blackhawkinvestigations.co.uk
Description: The default theme for Blackhawk.
Version: 1.0
Author: Cyber-Duck
Author URI: http://www.cyber-duck.co.uk
Tags: black, gold, custom header, fixed width, two columns, widgets
*/
/* @import url(styles/default.css); */

@import url(styles/changes.css);

body.page-template-bribery-login-php {
    background: #ecf0f3;
    text-align: left;
}

#back-home {
    background: url('images/header_bg.jpg');
    padding: 10px 20px;
}

#back-home p {
    margin: 0;
}

#back-home a {
    color: #fff;
}

#bribery-login {
    background: white;
    border: 4px solid #D2AC01;
    margin: 10px auto;
    padding: 20px;
    width: 400px;
    min-height: 242px;
}

#bribery-logo {
    width: 440px;
    margin: 50px auto 10px;
}

.page-template-bribery-login-php strong {
    font-size: 145%;
}

.page-template-bribery-login-php input[type="text"], .page-template-bribery-login-php input[type="password"] {
    width: 374px;
    padding: 5px;
}

.page-template-bribery-login-php input[type="submit"], .download {
    background: #D2AC01;
    border: 0px;
    color: white;
    float: right;
    font-size: 114%;
    font-weight: bold;
    padding: 6px 40px;
    cursor: pointer;
}

.download {
    font-weight: normal;
    text-decoration: none;
}

.page-template-bribery-login-php li {
    line-height: 26px;
    font-weight: bold;
}

.page-template-bribery-login-php label {
    width: 400px;
    font-size: 115%;
    color: grey;
}

.bribery-col {
    width: 300px;
    float: left;
    margin-right: 10px;
}

.bribery-col h3 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    font-weight: normal;
}

input.error {
    background: #ffefaa;
    color: red;
}

input.download {
    margin-right: 165px;
}
