@import 'cumquat/reset.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';

body {
    background: #000000 url('../images/page_bg.jpg') repeat-x top center;
    color: #404040;
}

a {
    color: #0077d4;
}

h2, h3, h4, p {
    color: #ffffff;
}

h2 {
    font-weight: normal;
    font-size: 22px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

.page-center-wrap {
    background: transparent url('../images/highlight.jpg') no-repeat top center;
}

.page-center-content {
    width: 950px;
}


/**** header ****/

#header {
    text-align: left;
    padding-bottom: 60px;
}

#logo {
    margin-left: 50px;
}

#intro {
    float: right;
    width: 180px;
    margin: 100px 90px 0 0;
}

#intro h2 {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}

#navigation {
    float: right;
    margin-right: 90px;
}

#navigation ul {
    padding: 0;
}

#navigation li {
    float: left;
    padding: 18px 25px;
    list-style: none;
}

#navigation li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}


/**** content ****/

#content h3 {
    padding-left: 15px;
    padding-bottom: 20px;
}


/**** portfiolio ****/

.portfolio-item {
    border-width: 1px 0 0 0;
    border-color: #ffffff;
    border-style: solid;
    margin-bottom: 60px;
}

.portfolio-number {
    float: left;
    border-width: 4px 0 0 0;
    border-color: #ffffff;
    border-style: solid;
    padding: 20px 5px 20px 5px;
    margin: 0 0 0 15px;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
}

.portfolio-image {
    border: 5px solid #ffffff;
    float: right;
    margin: 20px 20px 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.portfolio-image img {
    vertical-align: middle;
}

.portfolio-details {
    padding: 15px 30px 0 150px;
}

.portfolio-title {
    float: left;
}

.portfolio-description {
    float: right;
    width: 300px;
}

.portfolio-item h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 0;
}

.portfolio-item h4 {
    text-transform: uppercase;
    font-weight: normal;
    padding: 0;
}


/**** home ****/

#home-contact {
    padding: 100px;
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

#home-contact a {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
}


#home-contact a:hover {
    color: #aaaaaa;
    text-decoration: none;
}


/**** footer ****/

#footer {
    margin: 50px 0 0 0;
    padding: 20px 0;
    border-width: 1px 0 0 0;
    border-color: #111111;
    border-style: solid;
}

#footer p {
    text-align: center;
}

/**** contact ****/

#contact {
    padding-left: 170px;
}

#contact h2 {
    padding: 0 0 30px 0;
}

#email-address {
    float: right;
    margin: 5px 260px 0 0;
}

form {
    margin: 0 auto;
    width: 100%;
}

label {
    width: 150px;
    float: left;
    clear: left;
    font-size: 14px;
    color: #ffffff;
}

input[type="text"], textarea {
    width: 350px;
    padding: 6px;
    font-size: 14px;
    border: 0 solid #666666;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

textarea {
    height: 200px;
}

td {
    padding: 4px;
    vertical-align: middle;
}

p.success {
    font-size: 18px;
    color: #ff0000;
    padding-bottom: 20px;
}


