/* Global */
html, body, .body {
    background-color: #fff;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.body {
    height: auto;
}

* { font-family: Helvetica, sans-serif; }
#nav {
    float: right;
    margin-top: 37px;
    margin-left: 10px;
    font-size: 11pt;
    padding: 3px 0;
}
#nav li { padding-left: 20px; float: left; }
#nav li a {
    color: #eee;
}

#nav li a.selected {
    cursor: default;
    color: white;
    text-decoration: underline;
}

.header a, .footer a {
    color: black;
    text-decoration: none;
}
.header { 
    padding-top: 10px;
    padding-bottom: 2px;
}

.headerOuter {
    background: #444;
}

.headerOuter a { color: #fff; }

.pageContent {
    margin: 20px 0;
    margin-bottom: 50px;
}
.footerOuter {  
    background: #ccc;
    color: #333;
    width: 100%;
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
}
.footer {
    font-size: 10pt;
    line-height: 30px;
}
.footer a {
    color: #333;
}

.header a:hover, .footer a:hover { text-decoration: underline; }
.right { 
    float: right; 
    padding-left: 20px;
}
.left  { 
    float: left;  
    padding-right: 20px;
}
.fitem { font-size: 10pt; }
.line, .footerOuter .line { 
    background: url(../images/shadow_top.gif) repeat-x;
    height: 4px;
} 

.footerOuter .line {
    background: url(../images/shadow_bottom.gif) repeat-x;
}

p { 
    font-size: 11pt; 
    letter-spacing: .2px;
    line-height: 1.2em;
}
p.padded { margin-bottom: 1em; }

/* Main Template */


.mainContent p {
    text-align: justify;
}

.mainImage img {
    height: 400px;
    width: 600px;
    padding-right: 8px;
    padding-bottom: 8px;
    background: url(../images/shadow.png) -8px -8px;
}

#contact td { 
    padding-bottom: 5px;
}


#contact td.label { 
    color: #222;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
}  

#contact td.value { 
    color: #222;
    text-align: right;
}  
 
.mainContent .message {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
}
 
#contact {
    float: right;
    text-align: right;
    margin-top: 40px;
    font-size: 10pt;
}

#contact a {
    color: #228;
    text-decoration: none;
}

#contact a:hover {
    text-decoration:underline;
}

/* Article Template */
.head {
    position: relative;
    margin-bottom: .5em;
}
.head h2 {
    font-size: 18pt;
    position: absolute;
    color: #111;
    right: 20px;
    bottom: 15px;
}
.head img {
    width: 940px;
}
.article {
    color: #111;
    padding: 5px 0;
}

/* Credits */
#credits {
    font-size: 10pt;
}
#credits h2 {
    font-size: 12pt;
    margin-bottom: 10px;
}
#credits td {
    padding-left: 20px;
    padding-bottom: 5px;
}

/* News */
.story {
    margin-bottom: 20px;
}

.story .description {
    padding-top: 5px;
}

.story .description, .story .description p, .story .description span {
    font-size: 10pt;
}

.story .date {
    font-style: italic;
    font-weight: normal;
    font-size: 12pt;
    padding-right: 10px;
}

.story .last {
    margin-bottom: 0px;
}
.story .title {
    width: 50%;
    border-bottom: 1px solid #333;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 5px;
}
.story .link {
    font-size: 10pt;
    float: right;
}

/* About */
.member {
    font-size: 10pt;
    margin-left: 15px;
}
.member div { margin-left: 10px; }
#about h3 { margin-bottom: 5px; }
#about h2 { font-size: 13pt; }
.member .title { font-weight: normal; }
.roles ul { margin-left: 20px; }
.roles { font-size: 11pt; }
.member h4 { font-size: 11pt; }

/* Portfolio */
.job {
    margin-bottom: 2em;
}

.job .title .company {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.job .url a {
    text-decoration: none;
    font-size: 10pt;
    color: #228;
}

.job .url a:hover {
    text-decoration: underline;
}

.job .title {
    font-size: 13pt;
}

.job .title .product {
    color: #222;
}

.job .dates { 
    font-size: 11pt;
}

.job .extra {
    padding-top: 2px;
    padding-bottom: 12px;
}

.job .description {
    text-indent: 2em;
}
