<!--

body {
    font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #000;
    font-size: 12px;
}

blockquote {
    font-family: Helvetica, Times, Arial;
    background: #fffded;
    padding: 10px 20px;
    margin: 10px 0 10px 0;
    font-size: 0.8em;

}

blockquote > p:first-child {
    background:url("/media/images/open_quote.gif") no-repeat scroll 0 2px transparent;
    color:#4E3114;
    text-indent:22px;
}

blockquote cite {
    font-style:italic;
}

.lastword  {
    background:url("/media/images/close_quote.gif") no-repeat scroll right top transparent;
    color:#4E3114;
    padding:0 22px 0 0;
}
screen.css (line 157)

code {
    background: #d7ecf1;
    display: block;
    padding: 20px;
}

pre code {
    background: #302F39;
    color:#FFFFFF;
    display:block;
    font-family:Monaco,monospace;
    font-size:12px;
    line-height: 14px;
    padding:20px;
    margin: 0;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

}

.container{
    width: 640px;
    margin: auto;
    text-align: center;
}

#content {
    text-align: left;
    color: #555;
}

A {
    color: #245476;
}

A:hover {
    color: #3fb0c4;
}


.text_right {
    text-align:right;
}



#header {
    height: 20px;
    margin: 15px 0 20px 0;
}
#header .left {
    width: 200px;
}

#header .right {
    float: right;
    text-align: right;
}

#header .right IMG {
    border: none;
}

#home {
    font-size: 1.5em;
    font-family: Palatino,Georgia,"Times New Roman",Times,serif;
    line-height:1.75em;
}

#home h1 {
    font-size: 1.2em;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
    color: #333;
}

#home h2 {
    font-size: 1.2em;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;  
    margin-bottom: 0;
    color: #333;
}

#home ul {
    margin: 0 0 20px 0;
}

#home li {
    margin: 10px 0 0 0;
}

#home_posts {
    margin: 10px 0 0 30px;
}

a.merrick {
    color:#111111;
    float:left;
    font-size:1.7em;
    text-align:left;
    text-decoration:none;
    width:auto;
}


.previous, .next {
    color: #076d7f;
    font-size: 1.7em;
    font-family: Helvetica, Arial;
    text-decoration: none;
}

#post_title {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;    
    font-weight:bold;
    font-size: 2.3em;
    color: #333;
}

#post_date {
    color: #abb9c1;
    font-size: 1.0em;
    margin: 5px 0 10px 0;    
    text-transform:uppercase;  
}

#post_paging {
    text-align: right;
    margin: 10px 0 10px 0;
}

#post_meta {
    background: #eff7fb; 
    color: #ABB9C1;
    font: italic Palatino, Georgia, "Times New Roman",Times,serif;
    margin: 0;
    padding: 10px;
    text-align: center;
}

#post_body {
    margin: 15px 0 30px 0;
    padding: 0;
    font-size: 1.5em;
    font-family: Palatino,Georgia,"Times New Roman",Times,serif;
    line-height:1.75em;
}

#post_body strong {
    font-weight:bold;
    font-size: 1.3em;
    font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;  
    color: #333;
}

#post_body h1 {
    font-size: 1.7em;
}

#post_body a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

#post_body a:hover {
    color: #245476;
    border-bottom: 4px solid ;
}

#post_body .inline_photo {
    display: block;
    padding: 0;
    margin: 20px 0 20px 0;

}

#share {
	margin: 0 0 40px 0;
}

#share .tweet_btn {
	margin: 0 30px 40px 0;
	float: left;
	display: inline;
}

#share .fb_btn {
	margin: 0 30px 40px 0;
	float: left;
	display: inline;
}

#post_list {
    margin: 15px 0 0 0;
}

#post {
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}

#post .date {
    margin: 0 0 0 0;
    padding: 0;
    color: #abb9c1;
    font-size: 0.8em;
    font-family: Helvetica, sans-serif;
    letter-spacing: 1px;
}

#post .title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.2em;
    font-family: Helvetica, sans-serif;
    font-weight: 100;
}

#post .title a {
    text-decoration: none;
}

#post .title a:hover {
    text-decoration: underline;
}

#disqus_thread {
	clear: both;
}

#footer {
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 4px solid #e9eff2;
    color: #333;
}

#footer strong { color: #000; }

#footer ul {
    margin: 0;
    padding: 0;
}

#footer li {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#footer p { margin: 10px 0 0 0; }

#footer ul img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

-->
