body {
    background: #FFF;
    margin: 0px;
    padding: 0px;
    }

.clear {
    clear: both;
    }

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -200px;
	width: 880px;
	height: 400px;
	}

#bio {
	width: 430px;
	display: block;
	float: left;
	z-index: 8;
	}

#content {
	height: 300px;
	display: block;
	}

p {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    color: #777;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', Antic, "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
    line-height: 26px;
    }
 
p a {
	color: #777;
	text-decoration: none;
	}

p a:hover {
	color: #777;
	text-decoration: underline;
	} 
  
p:last-child {
	padding-bottom: 0px;
	}

h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #222;
    font-size: 60px;
    font-family: 'Open Sans', Antic, "Helvetica Neue", HelveticaNeue, Helvetica, Arial;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    }

h1 cufon {
    padding-bottom: 10px;
    }

h1 span {
    color: #00aeef;
    }

h2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #666;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', 'Helvetica Neue';
    letter-spacing: 0px;
    }

#tumblr {
    width: 320px;
    text-align: left;
    }

#tumblr-icon {
    background: url(gui/tumblr-icon.gif) no-repeat top left;
    margin-left: 154px;
    }

#tumblr-border {
    margin-left: 33px;
    border-left: 1px solid #e0e0d8;
    }

#tumblr-follow {
    width: 606px;
    height: 20px;
    display: block;
    margin: 0px 0px 0px 0px; 
    padding: 7px 19px 0px 20px;
    border-top: 1px solid #e0e0d8;
    border-bottom: 1px solid #e0e0d8;
    border-right: 1px solid #e0e0d8;
    color: #555;
    font-size: 11px; 
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial; 
    text-transform: uppercase;
    line-height: 12px;
    }

#tumblr-follow span {
    text-transform: lowercase;
    }

#tumblr-follow a {
    color: #2772a3;
    text-decoration: none;
    }

#tumblr-follow a:hover {
    color: #000;
    }

.tumblr_posts {
    display: block;
    color: #AAA;
    font-size: 13px; 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;  
    line-height: 23px;
    }
    
.tumblr_posts {
    width: 320px;
    overflow-y: hidden;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    }

.tumblr_posts li {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #E5E5E5;
    }

.tumblr_posts li:first-child, .query .tweet_list li:first-child {
    padding-top: 5px;
    }

.tumblr_posts li:last-child, .query .tweet_list li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
    }

.tumblr_title a {
    color: #2772a3;
    text-decoration: none;
    }

.tumblr_title a:hover {
    color: #000;
    text-decoration: underline;
    }

.tumblr_body {
    display: none;
    }

