/* ---RESET--- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote { padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:circle; }
q:before, q:after { content:''; }
/* ---end RESET--- */

body {
    color: #1a1a1a;
    background: #ccc;
    text-align: center;
    font: 62.5% arial, helvetica, sans-serif;
}
h1 {
    font-size: 3em;
    color: #373e48;
    line-height: 2.5em;
    padding-top: 30px;
}
h2 {
    font-size: 2.5em;
    color: #373e48;
    line-height: 2em;
}
p {
    font-size: 1.2em;
    line-height: 2em;
    padding-bottom: 1.5em;
}
ul {
    padding-bottom: 30px;
}
li {
    font-size: 1.2em;
    line-height: 2em;
}

#container {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    background: url(body.png) top center no-repeat;
}

#header {
    text-align: left;
    height: 150px;
}
#header img {
    margin-top: 70px;
}

#twitter {
-moz-border-radius-topright: 0.3em; -webkit-border-top-right-radius: 0.3em;
-moz-border-radius-bottomleft: 0.3em; -webkit-border-bottom-left-radius: 0.3em;
background:none repeat scroll 0 0 #373E48;
color:#FFFFFF;
font:2.5em "Times New Roman",Times,serif;
position:relative;
}
#twitter ul li {
list-style:none outside none;
margin-top:15px;
}
#twitter ul li a {
color:#2CA8C4;
}
#twitter ul li > a {
position: absolute;
bottom: 15px;
left: 30px;
color:#2CA8C4;
font:0.4em arial,helvetica,sans-serif !important;
margin-top:0;
}
#twitter-link {
background:url("follow.png") no-repeat scroll right center transparent;
display:block;
float:right;
height:66px;
margin:-60px -20px -30px 0;
padding-bottom:30px;
padding-top:20px;
text-decoration:none;
width:174px;
}
#twitter-link span {
visibility:hidden;
}


#mainContent {
    width: 720px;
    margin-left: 240px;
    text-align: left;
    padding-bottom: 50px;
}

#bio {
    margin-top: 40px;
    margin-bottom: -70px;
    padding-bottom: 70px;
    background: url(koru-r.png) right bottom no-repeat;
}

#showreel {
    margin: 30px 0;
    text-align: center;
    padding: 10px 0;
    margin-left: -160px;
    padding-left: 160px;
    background: url(koru-l.png) left center no-repeat;
}

#clients #left_col {
    width: 360px;
    float: left;
}
#clients #right_col {
}
.clear {
    clear: both;
}

#contact {
    position:absolute;
    top:10px;
    right: 0px;
    width: 300px;
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
}
#contact p.phone {
    margin-left: -30px;
    padding-left: 30px;
    margin-top: -15px;
    padding-top: 15px;
    background: url(telephone.png) center left no-repeat;
    float: left;
    padding-right: 30px;
    font-weight: bold;
}
#contact p.email {
    margin-left: -40px;
    padding-left: 40px;
    margin-top: -22px;
    padding-top: 22px;
    background: url(mail.png) center left no-repeat;
    float: right;
}
#contact p.email a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
#contact p.email a:hover {
    color: #2ca8c4;
    text-decoration: underline;
}

#footer {
    height: 40px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #b3b3b3;
}
#footer p.copy {
    float: left;
    text-align: left;
    width: 480px;
    color: #333;
    margin-top: 10px;
   font-size: 1.1em;
}
#footer p.design {
    float: right;
    text-align: right;
    width: 480px;
    color: #333;
    margin-top: 10px;
   font-size: 1.1em;
}
#footer p.design a {
    color: #ff7f2a;
}
#footer p.design a:hover {
    color: #2ca8c4;
}