body {
    color: #222;
    margin: 30px;
    background-color: #666;
}

#content {
    width: 80%;
    margin: auto;
    padding: 35px;
    background-color: white;
}

a {
    color: #ff9900;
}

h1 {
    padding: 0px;
    margin: 0px;
    line-height: 33px;
    letter-spacing: -1px;
}

h1 a {
    color: white;
    text-decoration: none;
}

div#header {
    background: #4AADF0 url("graduation.png") left top repeat-x;
    margin:  -20px -20px 30px -20px;
    padding: 20px 30px 20px 30px;
}

div#description {
    font-size: 90%;
    margin-top: 10px;
    color: #094E7C;
}

div#description a {
    color: #094E7C;
}

div.date {
    color: #666;
    line-height: 32px;
    height:  28px;
    font-size: 90%;
    padding-top: 7px;
    background:  white url("stripes.gif") top repeat-x;
    border-bottom: dotted 1px #bbb;
    margin-bottom: 10px;
    text-transform: uppercase;
}

div.date .year,
div.date .month,
div.date .day{
    margin-right: 5px;
}

div.search{
    margin: 10px;
}

div.search input{
    padding: 3px;
}

dd.searchexcerpt span{
    background-color: #e3f500;
    padding: 0px 2px;
    margin: 0px 2px;
}

.post {
    max-width: 40em;
    line-height: 140%;
    margin-bottom: 40px;
    position: relative;
}

.post h2 {
    font-weight: Normal;
    color: #222;
    margin: 0px 0px 10px 0px;
}

.post h2 a {
    color: #222;
    text-decoration: none;
}

/* Regular Post */

.post .regular blockquote {
    font-style:  italic;
}

/* Photo Post */
.post .photo {
    padding: 18px;
    background-color: #ccc;
}

.post .photo img {
    border:  solid 17px white;
}

.post .photo .caption {
    margin-top:  17px;
}

.post .photo .caption a {
    color: #222;
}

/* Quote Post */
.post div.quote {
    padding: 0px 30px;
}

.post div.quote span.quote {
    font-size: 1.5em;
    line-height: 130%;
    letter-spacing: -0.5px;
    color: #333;
}

.post div.quote span.quote a {
    color: #333;
}

.post div.quote span.quote em.quote {
    font-weight: bold;
    font-size: 60px;
    line-height: 0px;
    vertical-align: -28px;
    padding-right: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.post div.quote .source {
    font-size: 1em;
    color: #666;
}

.post div.quote .source a {
    color: #666;
}

/* Link Post */
.post .link a.link {
    font-weight: bold;
    letter-spacing: -1px;
    color: #ff9900;
    text-decoration:  none;
    border-bottom: dotted 1px #ff9900;
    line-height: 36px;
}

.post .link .description {
    font-weight: normal;
    margin-top:  5px;
}

/* Conversation Post */
.post .conversation ul {
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 1px;
    border:  solid 5px #ccc;
}

.post .conversation ul li {
    font-size:   12px;
    padding: 4px 0px 4px 8px;
    color: #000;
}

.post .conversation ul li span.label {
    font-weight: bold;
}

.post .conversation ul li.odd {
    background-color: #f4f4f4;
}

.post .conversation ul li.even {
    background-color: #e8e8e8;
}

/* Audio Post */
.post .audio .caption {
    margin-top:  5px;
    color: #222;
}

.post .audio .caption a {
    color: #222;
}

/* Video Post */
.post .video {
    width:500px;
    margin:  auto;
    padding: 35px;
    background-color: #eee;
}

.post .video .caption {
    margin-top:  15px;
    color: #222;
}

.post .video .caption a {
    color: #222;
}

/* Footer */
#footer {
    margin:  20px 0px 0px 0px;
    text-align:  center;
}

#footer ul.page-navigation li{
    display: inline;
    margin-right: 15px;
}

#footer a {
    text-decoration:  none;
    color:#222;
}

#footer a:hover {
    text-decoration:  underline;
}

#footer p.tiny {
    margin:  30px 0px 0px 0px;
    font-size:   80%;
}

#footer p.tiny a {
    text-decoration:  underline;
    color:#222;
    font-weight: bold
}

#footer p.tiny .dim {
    filter:  alpha(opacity=50); 
    -moz-opacity:     0.5; 
    opacity: 0.5;
}

/* Permalinks */
.post a.permalink,
.post .audio .caption a.permalink,
.post .quote .source a.permalink {
    font-size:   90%;
    font-weight: bold;
    color: #4AADF0;
}

iframe{
    display: none !important;
}
