body {
    background: url(topbluefade.gif) repeat-x;
    font-size: 12pt;
    font-family: 'Segoe UI' , Arial;
    color: #222;
}

.body .intro {
    background: #fafafa;
}
.body .intro {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    background: #95DDEF;
    background: rgba(79,198,229,0.6);
    color: #fff;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-left: 30px;
    padding-left: 10px;
    clear: both;
}

.body .intro p {
    font-weight: normal;
    padding: 5px 0;
}
p {
    line-height: 150%;
    margin: 15px 0;
}
.body .content {
    padding: 10px 30px;
    border: 1px solid #fff;
    background: #fff;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI Semibold' , Arial;
}

a.tag, .post-line a.tag {
    color: #EFEFEF;
    color: rgba(255,255,255,0.6);
}

a.tag:hover, .post-line a.tag:hover {
    color: #fff;
    color: rgba(255,255,255,1);
}

.content h1.recent {
    display: none;
}

.content h1 {
    border-bottom: 1px dotted #6F95D7;
    text-indent: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.content h1 a {
    color: #0394BC;
    font-size: 20pt;
    font-weight: normal;
    padding-left: 0;
    margin-left: 0;
    display: block;
}
.content h1 {
    color: #0394BC;
    font-size: 20pt;
    font-weight: normal;
}

.entry-container {
    margin-left: 0px;
}
.entry-date {
    float: none;
    text-align: right;
    width: auto;
    padding: 0;
    background: none;
    color: #444;
    margin-top: -40px;
    font-family: Arial;
    font-weight: normal;
}
.entry-date span.month {
    font-size: 12pt;
    font-weight: 700;
}
.entry-date span.year {
    font-size: 12pt;
    font-weight: 700;
}
a {
    color: #3865C6;
}
a:hover {
    color: #0489B7;
}

h1, h2, h3, h4, h5, h6 {
    color: #3865C6;
}

/* Header */

.header {
}

.header a.logo {
    text-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 1px;
    text-indent: 0;
    font-size: 34pt;
    color: #000;
    width: 400px;
    margin-top: 100px;
    margin-left: 30px;
    height: auto;
}

.nav {
    padding-right: 50px;
}

.nav ul li {
    color: #32A700;
    text-shadow: rgba(255, 255, 255, 0.398438) 0px 1px 1px;
    vertical-align: middle;
    line-height: 66px;
}

.nav ul li a {
    color: #04AEDA;
    margin: 0;
    padding: 3px 10px;
    text-decoration: none;
}

.nav ul li a:hover {
    background-color: #04AEDA;
    color: #fff;
    margin: 0;
    padding: 3px 10px;
    text-decoration: none;
}

.nav ul li.home a {
    background: url(back.png) no-repeat;
    width: 66px;
    height: 66px;
}

.nav ul li.home a span, .nav ul li.twitter a span, .nav ul li.rss a span, .nav ul li.light a span {
    display: none;
}

.nav ul li.twitter a {
    background: url(twitter.png) no-repeat;
    width: 66px;
    height: 66px;
}

.nav ul li.rss a {
    background: url(rss.png) no-repeat;
    width: 66px;
    height: 66px;
}

.nav ul li.light a {
    background: url(light.png) no-repeat;
    width: 66px;
    height: 66px;
}

/* Introductions */

.intro {
    background: #FFFFC6;
    border: 1px solid #D0D0D0;
}

.intro h1 {
    color: #32A700;
}
.intro p {
}

.post-list {
    width: auto;
    float: none;
}

.post-line {
    background: #4FC6E5;
    margin-bottom: 20px;
    padding: 0;
    height: auto;
    min-height: 0;
    float: none;
    border: none;
    width: 98%;
    margin: 0 5px 20px 5px;
    float: left;
}

.post-line:nth-child(1n) {
    /*Modern browsers*/
    width: 48%;
}

.post-line:nth-child(3n) {
    width: 97%;
    margin: 0 5px 20px 5px;
}

.post-line:nth-child(4n) {
    background-color: #04AEDA;
}

.post-line:nth-child(5n) {
    background-color: #86B33D;
}

.post-line .revised, .post-line .comments {
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    background: transparent;
    color: #fff;
    font-family: Trebuchet MS;
    font-weight: bold;
    height: auto;
    vertical-align: middle;
    width: auto;
    float: none;
    text-align: left;
}

.post-line .revised {
    float: left;
    color: #fff;
    color: rgba(255,255,255,0.6);
    padding-left: 5px;
}

.post-line .comments {
    display: block;
    text-align: right;
    padding-right: 5px;
}

.post-line .comments .comment-count {
    display: inline;
}

.post-line .comments a {
    color: #fff;
    color: rgba(255,255,255,0.6);
}
.post-line .comments a:hover {
    color: #fff;
    color: rgb(255,255,255);
}

.post-line .summary {
    background: transparent;
    margin: 0;
    padding: 10px;
    padding: 0 20px;
    height: 150px;
    overflow: hidden;
    clear:both;
}

.post-line .summary .summary-content {
    height: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-line p {
    color: #fff;
}

.post-line .summary h2 a {
    color: #fff;
    font-weight: 700;
}

.post-list .post-line h2 {
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post-line	{
	  -moz-transition: all 1s ease-out;  /* FF4+ */
       -o-transition: all 1s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 1s ease-out;  /* IE10? */
          transition: all 1s ease-out;  
}

.post-line:hover {
    background-color: #5C5C5C;
	  -moz-transition: all 1s ease-out;  /* FF4+ */
       -o-transition: all 1s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 1s ease-out;  /* IE10? */
          transition: all 1s ease-out;  
}

span.tags {
    display: block;
    position: relative;
    vertical-align: bottom;
}

.tags a, .tags a:hover {
    color: #555;
}

.content h1, .content h2 {
}

pre {
    background: #E0EAF1;
    border: none;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    border: 0px;
    color: #32A700;
}

.entry-tools {
    background: #FFFFC6;
}

.message {
    color: #CC0000;
}
.flash {
    background: #FCFFCE;
    border: 1px solid #F9DD24;
}
.flash p {
    color: #A57100;
    font-weight: bold;
    text-align: center;
    margin: 5px 10px 5px 10px;
    padding: 0;
}
.empty {
    color: #555;
    margin: 20px 0 20px 0;
}

.comment {
    font-size: 12pt;
    margin-bottom: 20px;
    color: #fff;
    padding: 0;
}

.comment-body a {
    color: #fff;
}

.comment-body a:hover {
    color: #fff;
    color: rgba(255,255,255,0.6);
}

.comment .comment-author {
    float: right;
    background: #fff;
    border: none;
    width: 120px;
    text-align: center;
    margin-top: -10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.comment .comment-author a {
    padding: 5px;
}

.comment .comment-body {
    background-color: #4FC6E5;
    margin: 0;
    padding: 0 20px 0 20px;
    margin-right: 130px;
    font-size: 12pt;
}

.comment-body:before {
    float: right;
    content: "";
    border: solid 10px transparent;
    border-left-color: #4FC6E5;
    border-right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
    top: 10px;
    right: -29px;
    margin: auto;
}

.comment .comment-body .comment-date {
    float: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 700;
}

.comment-body .comment-date .date {
    color: #fff;
}

.comment:nth-child(2n) .comment-body .comment-date .date {
    margin-left: -10px;
}

.comment:nth-child(2n) .comment-body {
    margin-bottom: 30px;
    background: #04AEDA;
    margin-right: 0;
    margin-left: 130px;
}

.comment:nth-child(2n) .comment-body:before {
    float: left;
    content: "";
    border: solid 10px transparent;
    border-right-color: #04AEDA;
    border-left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
    top: 10px;
    left: -29px;
    margin: auto;
}

.comment:nth-child(2n) .comment-author {
    float: left;
}


input, textarea, input:focus, textarea:focus {
    border: 3px solid #0394BC;
    font-family: 'Segoe UI' , Arial;
}

input[type=submit], button, input[type=button] {
    background-color: #86B33D;
    border: 3px solid #86B33D;
    color: #fff;
    font-family: 'Segoe UI Semibold' , Arial;
}

.footer, .footer a {
    border: 0;
}


/* Smaller Screen Optimisations */

@media screen and (max-width: 540px) {
    .post-line:nth-child(1n) {
        width: 99%;
    }
    .header a.logo {
        margin-top: 0;
    }
    .header {
        height: auto;
    }
    .nav {
        margin-top: 0;
    }
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
