@charset "UTF-8";
/* CSS Document */

/* Reset Browser */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
:focus {
    outline: 0 none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Start Styling */

body {
    font-family: Helvetica,Arial,sans-serif;
}
a {
	color:#00ADEF;
}
#header {
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    height: 300px;
    padding: 0 0 100px;
    width: 900px;
}
#header:hover {
    background-image: url("images/header_over.jpg");
}
#wrapper {
    margin: 0 auto;
    width: 900px;
}
.video {
    float: left;
    margin: 0 25px 25px;
    width: 400px;
}
.video h2 {
    float: left;
    font-size: 16px;
    padding: 20px 20px 0 0;
}
.video p {
    clear: left;
    font-size: 13px;
    padding: 0 0 20px;
}
.credits ul {
    padding: 5px 0 15px;
}
.credits li {
    background-color: silver;
    border-radius: 3px 3px 3px 3px;
    color: white;
    display: inline;
    font-size: 10px;
    padding: 7px 7px 5px;
}
.credits li:hover {
    background-color: gray;
}
.links {
    float: left;
}
.links ul {
    padding: 18px 0;
}
.links li {
    display: inline;
}
.links li a {
    border-radius: 3px 3px 3px 3px;
    color: white;
    font-size: 8px;
    padding: 4px;
    text-decoration: none;
}
.youtube a, .vimeo a, .flickr a {
    background-color: silver;
}
.youtube a:hover {
    background-color: red;
}
.vimeo a:hover {
    background-color: #00ADEF;
}
.flickr a:hover {
	background-color: #63F;
}
.tweet {
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    font-size: 10px;
    margin: 50px auto 100px;
    padding: 28px 0 0;
    width: 850px;
}
.twitterLink {
    display: block;
    height: 26px;
    margin: 0 0 0 10px;
    position: absolute;
    width: 36px;
}
.tweet ul {
    height: 50px;
    padding: 0 0 0 10px;
}
.tweet li {
    background-image: url("images/twitter.jpg");
    background-repeat: no-repeat;
    height: 60px;
    padding: 6px 0 0 10px;
}
.tweet_text {
    background-color: gainsboro;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 0 35px;
    padding: 20px;
}
#footer {
    font-size: 10px;
    margin: 0 0 75px;
    padding: 0 25px;
}
