body {
    margin:           0px;
    background:       #eee url(http://www.uhlenbrock.us/tumblr/argyle.gif) repeat-y 50% 0;
    font-family:      'Lucida Grande', Helvetica, sans-serif;
}

#content {
    width:            420px;
    margin:           auto;
    padding:          15px;
    background-color: #fff;
    position:         relative;
}

a {
    color:            #14a0c3;
}

h1 {
    padding:          30px 0px 50px 0px;
    margin:           0px;
    text-align:       left;
    font:             Bold 42px 'American Typewriter', 'Courier New', sans-serif;
    line-height:      42px;
	text-transform:	  lowercase;
}

h1 a {
	color: #35dafb;
    text-decoration:  none;
}

#description {
    position:         relative;
}

#description div {
    position:         absolute;
    left:             450px;
    font:             Normal 14px Helvetica,sans-serif;
    line-height:      18px;
    width:            150px;
    color:            #666;
}

#description div a {
    color:            #14a0c3;
}

#description div img {
	border: 3px solid #ddd;
	margin: 0 0 10px 0;
}

#description div ul {
	font-size: 11px;
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
}

#description div li {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

#description #nav_container {
    font-size: 13px;
    font-weight: bold;
}

#description #nav_container .dim {
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}

.post {
    position:         relative;
    margin-bottom:    40px;
}

.post div.labels {
    position:         absolute;
    right:            435px;
    text-align:       right;
    width:            150px;
}

.post div.date {
    background-color: #999;
    white-space:      nowrap;
    font:             Normal 20px Helvetica, sans-serif;
    letter-spacing:   -1px;
    color:            #CCC;
    display:          inline;
    padding:          3px 5px 0px 5px;
    line-height:      20px;
}

.post div.date a {
    color:            #CCC;
    text-decoration:  none;
}

.post h2 {
    font:             Normal 20px 'American Typewriter', 'Courier New', sans-serif;
    color:            #444;
    letter-spacing:   -1px;
    margin:           0px 0px 10px 0px;
}

.post h2 a {
    color:            #444;
    text-decoration:  none;
}

/* Regular Post */
.post div.regular {
    font-size:        12px;
    color:            #666;
    line-height:      17px;
}

.post div.regular blockquote {
    font-style: italic;
}

.post img.thumb {
    float: left;
    border: none;
    padding: 0 10px 10px 0;
}

/* Photo Post */
.post .photo img {
    border:           solid 10px #eee;
}

.post .photo div.caption {
    font-size:        11px;
    color:            #666;
    margin-top:       5px;
}

.post .photo div.caption:before {
    content: "\2192 \00A0";
}
.post .photo div.caption a {
    color:            #666;
}

/* Quote Post */
.post .quote span.quote {
    font:             Bold 28px 'American Typewriter', 'Courier New', sans-serif;
    color:            #444;
}

.post .quote span.quote a {
    color:            #444;
}

.post .quote span.quote big.quote {
    font:             Bold 60px 'American Typewriter', Georgia, serif;
    line-height:      8px;
    vertical-align:   -20px;
}

.post .quote span.source {
    font-size:        16px;
    font-weight:      Bold;
    color:            #666;
    letter-spacing:   -1px;
}

.post .quote span.source a {
    color:            #666;
}

/* Link Post */
.post .link a.link {
    font:             Normal 20px 'American Typewriter', 'Courier New', sans-serif;
    color:            #14a0c3;
}

.post .link span.description {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #666;
}

/* Conversation Post */
.post .conversation ul {
    background-color: #f8f8f8;
    list-style-type:  none;
    margin:           0px;
    padding:          0px;
    border-left:      solid 5px #ddd;
}

.post .conversation ul li {
    border-bottom:    solid 1px #ddd;
    font-size:        12px;
    padding:          4px 0px 4px 8px;
    color:            #666;
}

.post .conversation ul li span.label {
    font-weight:      bold;
    color:            #111;
}

/* Audio Post */      
.post .audio div.caption {
    font-size:        11px;
    color:            #666;
    margin-top:       5px;
}

.post .audio div.caption a {
    color:            #666;
}

/* Video Post */
.post .video {
    width:            400px;
    margin:           auto;
}

.post .video div.caption {
    font-size:        11px;
    color:            #666;
    margin-top:       5px;
}

.post .video div.caption a {
    color:            #666;
}

/* Footer */
#footer {
    margin:           40px 0px 30px 0px;
    text-align:       center;
    font-size:        12px;
}

#footer a {
    text-decoration:  none;
    color:            #666;
}

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