* {
    padding: 0;
    margin: 0;
}

html { 
	margin: 0; 
}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	text-align: center;
    background-color: #000;
}

img {
    border: none;
}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

a:link, a:visited {
    color: #5A8CDA;
    text-decoration: underline;
}

a:hover, a:active {
    color: #5A8CDA;
    text-decoration: none;
}

/* HEADER */

#header {
    float: left;
    width: 900px;
}

#header #title {
    float: left;
    width: 900px;
    height: 89px;
}

#header #title #logo {
    float: left;
    width: 390px;
    height: 89px;
    background-image: url('../images/logo.png');
}

#header #title #logo a {
    float: left;
    width: 390px;
    height: 89px;
}

#header #banner {
    float: left;
    width: 900px;
    height: 230px;
    background-image: url('../images/banner_bg.png');
}

#header #banner #photo {
    float: left;
    width: 548px;
    height: 230px;
}

#header #top_menu {
    float: left;
    width: 900px;
    height: 36px;
    background-image: url('../images/top_menu_bg.png');
}

#header #top_menu ul {
    float: left;
    height: 36px;
    list-style-type: none;
}

#header #top_menu ul li {
    float: left;
    height: 36px;
    border-right: 1px solid #373737;
}

#header #top_menu ul li.selected {
    background-image: url('../images/top_menu_selected_bg.png');
}

#header #top_menu ul li a {
    float: left;
    height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}

#header #top_menu ul li a:hover {
    background-image: url('../images/top_menu_right_border.png');
}

#header #top_menu ul li.selected a:hover {
    background-image: none;
}


/* MAIN CONTENT */

#main {
    float: left;
    width: 900px;
    background-image: url('../images/main_bg.png');
    padding-top: 27px;
    padding-bottom: 35px;
}

#main h1,
#main h2,
#main h3 {
    margin: 0;
    padding: 0;
}

/* LEFT COLUMN */

#main #left_column {
    float: left;
    width: 548px;
}

#main #left_column .blog_post {
    float: left;
    width: 518px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

#main #left_column .blog_post h1.title {
    float: left;
    width: 518px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

#main #left_column .blog_post h1.title a {
    color: #1C427E;
    text-decoration: none;
}

#main #left_column .blog_post h1.title a:hover {
    color: #3F68A9;
}

#main #left_column .blog_post h2.details {
    float: left;
    width: 518px;
    color: #7E7E7E;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 12px;
}

#main #left_column .blog_post h2.details span.date {}
#main #left_column .blog_post h2.details span.author {}

#main #left_column .blog_post h2.details span.comments a {
    color: #7D7D7D;
    text-decoration: none;
}

#main #left_column .blog_post h2.details span.comments a:hover {
    color: #BABABA;
}

#main #left_column .blog_post h2.subtitle {
    float: left;
    width: 518px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #393939;
}

#main #left_column .blog_post h3.topics {
    color: #545454;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 25px;
}

#main #left_column .blog_post p.image {
    float: left;
    width: 518px;
    text-align: center;
    margin-bottom: 25px;
}

#main #left_column .blog_post p.image.border img {
    padding: 5px;
    border: 1px solid #ddd;
}

#main #left_column .blog_post p.image span.credit {}

#main #left_column .blog_post p.copy {
    float: left;
    width: 518px;
    font-size: 1.2em;
    line-height: 1.7em;
    color: #393939;
    margin-bottom: 12px;
}

#main #left_column .blog_post ul.copy {
    float: left;
    width: 498px;
    margin-left: 20px;
    margin-bottom: 15px;
}

#main #left_column .blog_post ul.copy li{
    float: left;
    width: 498px;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #393939;
    line-height: 1.6em;
}

#main #left_column .blog_post .add_comments {
    float: left;
    width: 518px;
    font-size: 1.1em;
    color: #393939;
}

#main #left_column .blog_post h1.comment_title {
    float: left;
    width: 518px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 8px;
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    color: #393939;
}

#main #left_column .blog_post ul.comment_list {
    float: left;
    width: 518px;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1.5em;
}

#main #left_column .blog_post ul.comment_list li {
    float: left;
    width: 498px;
    border-top: 1px solid #b3c8e6;
    border-bottom: 1px solid #b3c8e6;
    background-color: #eaf0f8;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#main #left_column .blog_post ul.comment_list li .info {
    float: left;
    width: 150px;
    padding-bottom: 10px;
}

#main #left_column .blog_post ul.comment_list li .info .name {
    float: left;
    width: 150px;
    font-weight: bold;
}

#main #left_column .blog_post ul.comment_list li .info .date {
    float: left;
    width: 150px;
}

#main #left_column .blog_post ul.comment_list li .info .time {
    float: left;
    width: 150px;
}

#main #left_column .blog_post ul.comment_list li .content {
    float: left;
    width: 348px;
}

#main #left_column .blog_post ul.comment_list li .content p {
    float: left;
    width: 348px;
    margin-bottom: 10px;
}

#main #left_column .blog_post form.comment_form {
    float: left;
    width: 518px;
    margin-top: 5px;
}

#main #left_column .blog_post form.comment_form p {
    float: left;
    width: 518px;
    margin-bottom: 12px;
}

#main #left_column .blog_post form.comment_form p label {
    float: left;
    width: 518px;
    margin-bottom: 4px;
    font-size: 1.1em;
}

#main #left_column .blog_post form.comment_form p input[type="text"] {
    float: left;
    width: 200px;
    border: 1px solid #ddd;
    padding: 3px;
}

#main #left_column .blog_post form.comment_form p textarea {
    float: left;
    width: 498px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 3px;
}

/* LEFT COLUMN - CONTENT PAGE */

#left_column .content_page {
    float: left;
    width: 518px;
    padding-left: 15px;
    padding-right: 15px;
}

#left_column .content_page h1.title {
    float: left;
    width: 518px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    color: #1C427E;
}

#left_column .content_page .quote {
    float: left;
    width: 518px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2em;
    color: #1C427E;
}

#left_column .content_page .quote span.text {}

#left_column .content_page .quote span.quotee {
    font-weight: bold;
}

#left_column .content_page .photos {
    float: left;
    width: 468px;
    height: 150px;
    margin-left: 50px;
    margin-bottom: 25px;
}

#left_column .content_page .photos .photo {
    float: left;
    padding: 3px;
    margin: 3px;
    height: 150px;
    border: 1px solid #ddd;
}

#left_column .content_page p.copy {
    float: left;
    width: 518px;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #393939;
}

#left_column .content_page ul.achievements,
#left_column .content_page ul.copy {
    float: left;
    width: 498px;
    margin-left: 20px;
    margin-bottom: 15px;
}

#left_column .content_page ul.achievements li,
#left_column .content_page ul.copy li{
    float: left;
    width: 498px;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #393939;
    line-height: 1.6em;
}

#left_column .content_page ul.profiles {
    float: left;
    width: 518px;
    margin-left: 0px;
    margin-bottom: 15px;
    list-style-type: none;
}

#left_column .content_page ul.profiles li {
    float: left;
    width: 518px;
    font-size: 1.2em;
    margin-bottom: 3px;
    color: #393939;
}

#left_column .content_page ul.profiles li a {
    font-weight: bold;
}

#left_column .project {
    float: left;
    width: 518px;
}

#left_column .project .logo {}

#left_column .project .title_desc {
    float: left;
    width: 518px;
}

#left_column .project .title_desc .title {
    float: left;
    width: 518px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0px;
    color: #444;
}

#left_column .project .title_desc .date {
    float: left;
    width: 518px;
    color: #7E7E7E;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 6px;
}

#left_column .project .title_desc .description {
    float: left;
    width: 518px;
    color: #393939;
    margin-bottom: 15px;
}

#left_column .project .title_desc ul.articles {
    float: left;
    width: 498px;
    margin-left: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}

#left_column .project .title_desc ul.articles li.article {
    float: left;
    width: 498px;
    font-size: 1.1em;
    margin-bottom: 3px;
}



/* RIGHT COLUMN */

#main #right_column {
    float: left;
    width: 352px;
}


/* TWITTER */

#main #right_column #twitter {
    float: left;
    width: 300px;
    padding-left: 26px;
    padding-right: 26px;
}

#main #right_column #twitter #logo {
    float: left;
    width: 113px;
    height: 27px;
    background-image: url('../images/twitter_logo.png');
    margin-bottom: 22px;
}

#main #right_column #twitter ul#tweets {
    float: left;
    width: 300px;
    list-style-type: none;
    margin-bottom: 0px;
}

#main #right_column #twitter ul#tweets li.tweet {
    float: left;
    width: 300px;
    margin-bottom: 10px;
}

#main #right_column #twitter ul#tweets li.tweet .avatar {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url('../images/twitter_avatar.png');
}

#main #right_column #twitter ul#tweets li.tweet .speech_arrow {
    float: left;
    width: 8px;
    height: 17px;
    background-image: url('../images/twitter_speech_arrow.png');
}

#main #right_column #twitter ul#tweets li.tweet .speech_bubble {
    float: left;
    width: 260px;
}    

#main #right_column #twitter ul#tweets li.tweet .speech_bubble .top {
    float: left;
    width: 260px;
    height: 5px;
    background-image: url('../images/tweet_top.png');
}

#main #right_column #twitter ul#tweets li.tweet .speech_bubble .body {
    float: left;
    width: 230px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.1em;
    background-color: #B7CCEB;
    color: #1C427E;
}

#main #right_column #twitter ul#tweets li.tweet .speech_bubble .bottom {
    float: left;
    width: 260px;
    height: 5px;
    background-image: url('../images/tweet_bottom.png');
}

#main #right_column #twitter #follow {
    float: right;
    font-size: 1.2em;
    color: #1C427E;
    margin-bottom: 30px;
}

#main #right_column #twitter #follow a {
    color: #1C427E;
}

/* RIGHT-COLUMN: FLICKR */

#main #right_column #flickr {
    float: left;
    width: 300px;
    padding-left: 26px;
    padding-right: 26px;
}

#main #right_column #flickr #logo {
    float: left;
    width: 111px;
    height: 30px;
    background-image: url('../images/flickr_logo.png');
    margin-bottom: 22px;
}

#main #right_column #flickr ul#photos {
    float: left;
    width: 280px;
    margin-left: 18px;
    list-style-type: none;
    margin-bottom: 0px;
}

#main #right_column #flickr ul#photos li.photo {
    float: left;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #9ea4bb;
}

#main #right_column #flickr #follow {
    float: right;
    font-size: 1.2em;
    color: #1C427E;
    margin-bottom: 30px;
}

#main #right_column #flickr #follow a {
    color: #1C427E;
}

/* FOOTER */

#footer {
    float: left;
    width: 900px;
    margin-top: 15px;
    padding-bottom: 40px;
    color: #ddd;
    text-align: center;
    font-size: 1.1em;
}



