/* 
    Document   : codeworxx.css
    Created on : 20.04.2010, 10:26:50
    Author     : codeworxx interactive, sascha klein
    Description:
        Stylesheet for codeworxx interactive under development page
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/



/*
    01. HTML Markups
*/

html {
    height: 100% 
}

body {
    background-color: #ffffff;
    font: 14px Arial, Verdana, Tahoma;
    color: #646464;
    /*overflow: hidden;
    height:100% !important;*/
}

* {
    margin:0;
    padding:0;
}

a {
    color: #646464;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

sup {
    font-size: 90%;
    position: relative;
    top: -2px;
}

.clear {
    clear: both;
}

/*
    02. Wrapper
*/

#wrapper {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/background.jpg) no-repeat;
    height:auto !important;
    min-height:100%;
    height:100%;
}

/*
    03. Logo
*/

#codeworxx_logo {
    width: 1080px;
}

#codeworxx_logo img {
    padding: 46px 0px 0px 86px;
}

/*
    04. Newsletter Signup
*/

#newsletter_signup {
    width: 1080px;
}

#newsletter_signup form {
    padding: 10px 0px 10px 86px;
}

#newsletter_signup .email {
    width: 307px;
    height: 29px;
    border: 1px solid #000000;
}

#newsletter_signup input[type=image]{
    cursor: hand;
}

#mce-EMAIL {
    color: #dddddd;
    font: 24px Arial, Verdana, Tahoma;
    padding: 3px;
}

#newsletter_signup .mc-field-group {
    float: left;
    width: 310px;
}

#newsletter_signup .subscribe {
    float: left;
    width: 71px;
    padding-left: 10px;
}

#mce-responses {
    width: 1080px;
    height: 20px;
}

#newsletter_signup button {
    background-color: #13518e;
    height: 37px;
    border: 1px solid #13518e;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: hand;
    outline: none;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 11px;
    padding: 0px 5px 0px 5px;
}

/*
    05. Content
*/

#content {
    width: 1080px;
    height: 378px;
    position: relative;
    padding: 12px 0px 0px 86px;
}

#content .left {
    width: 400px;
    float: left;
    padding-top: 2px;
}

#content .right {
    width: 428px;
    float: left;
    padding: 75px 0px 0px 50px;
}

/*
    05.1 Contact Us
*/

#contactus {
    display: none;
}

#contactus h1 {
    font-size: 22px;
}

#contactus h2 {
    font-size: 18px;
    padding-top: 10px;
}

#contactus p {
    font-size: 11px;
    line-height: 18px;
}


/*
    06. Footer
*/

#footer {
    width: 1080px;
}

#footer .left {
    float: left;
    width: 500px;
}

#footer .left p {
    padding-top: 10px;
    margin-left: 41px;
    font-size: 11px;
}

#footer .middle {
    float: left;
    width: 186px;
    position: relative;
    top: -1px;
}

#footer .right {
    float: left;
    width: 100px;
    font-size: 11px;
    margin-left: 247px;
    padding-top: 10px;
}

#footer .right ul {
    list-style-type: none;
    float: right;
}

#footer .right ul li {
    display: inline;
}