@import url(http://www.princexml.com/fonts/larabie/index.css) all;
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;

}

body {
    font: 0.7em Arial,sans-serif;
    color: white;
    background: #3B394F url("images/logo.png") no-repeat top left;
}

#page-wrap {

}

#life {
    list-style: none;
    float: right;
    padding-bottom: 110px;
}

#life li {
    float: left;
    text-align: center;
}

a:link, a:visited {
    color: #000; text-decoration: none;
}

a:hover {
    color: #989c80; text-decoration: underline;
}

#container {
    width: 800px;
    margin:  auto;
    padding: 150px 0 0 0;

}

h1 {
    font: 3em "Prime Minister of Canada", "Trebuchet MS", sans-serif;
    text-align: center;
    font-weight: normal;
    margin-top:-70px;
    margin-bottom:50px;
}

.flickrimage > p:first-of-type {
    display: none;
}

ul.lifestream {
    list-style: none;
    margin: 0 15px 0 15px;
}

ul.lifestream li {
    width: 710px;
    float: right;
    clear: both;
    position: relative;
    padding: 15px;
    margin: 0 0 55px 0;
    min-height:70px;

    color: black;

    text-align: justify;
    -moz-border-radius-bottomleft:20px;
    -moz-border-radius-bottomright:20px;
    -moz-border-radius-topright:20px;
    -moz-border-radius-topleft:20px;
    -moz-box-shadow:-1px 3px 20px white;
}

ul.lifestream li.twitter {
    background: #A0BF23 url(images/twitter.png) 40px 40px no-repeat;
}

ul.lifestream li.picasa {
    background: #A0BF23 url(images/picasa.png) top right no-repeat;
}

ul.lifestream li.flickr {
    background: #A0BF23 url(images/flickr.png) 40px 40px no-repeat;
}

ul.lifestream li .flickrimage {
    text-align: center;
}

ul.lifestream li .picasaimage {
    text-align: center;
}

ul.lifestream li div.entry-date {
    width: 160px;
    padding: 5px;
    text-align: right;

    float: left;
    margin: -15px 0 0 -45px;
}
ul.lifestream li div.entry-date p.date {
    font-weight: bold;
    color: #000;
    margin: 0 0 -1px 0;

}
ul.lifestream li div.entry-date p.time {
    font-weight: bold;
    color: #000;
    margin: 0 0 -4px 0;

}

h2.entry-content {
    width: 565px;
    float: right;
    margin: 0 0 0 20px;
    color:white;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}

.blog h2 {

    margin: 40px 0 0 0px;
    text-align: center;
}

h2.entry-content a {

    text-decoration: none;
}

li:hover {

    -moz-transform:rotate(2deg);
}

h2.entry-content a:hover {
    color: #000;
    text-decoration: none;

}

div.entry-source {
    clear: both;
    float: right;
    margin: 20px 0 -48px 0;

    position: relative;
    left: 15px;

}
div.entry-source p {
    padding: 8px 10px 8px 10px;
    text-align: right;

}
div.entry-source p a {
    color: #000;
    text-decoration: none;

}
div.entry-source p a:hover {
    color: #000;
}

span.entry-date{
    color: #000;
    text-shadow:1px 1px 1px darkgray;
}



h2#subtitulo {
    font-size:12px;
    width:250px;
    float:right;
    text-align:center;
    font-family:"Prime Minister of Canada","Trebuchet MS",sans-serif;
    margin-top:20px;
    margin-right:10px;
}

h2#subtitulo em {
    font-size:10px;
}
h2#subtitulo strong {
    font-size:18px;
}
