
/*
Theme Name: RB
Theme URI: http://renaudbourassa.com/
Description: Simple, blue, clean theme.
Version: 0.1
Author: Renaud Bourassa
Author URI: http://renaudbourassa.com/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
ol,ul {
    list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
caption,th {
    text-align: left;
}
html{
    height:100%;
}
body{
    height:100%;
    margin: 0 auto;
    background-color: #FFF;
    color: #333;
    line-height: 20px;
    font-size: 11px;
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
}
.wrapper{
    width: 940px;
    margin: 0 auto;
}
#container{
    height:100%;
    height: auto; 
    min-height: 100%;
}
#header {
    text-align: left;
    margin-bottom: 30px;
    height: 70px;
    background-color: #333;
    color: #bfc1b3;
}
#menu{
    height: 50px;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
}
div.marker{
    margin-top: 5px;
    border-left: solid 10px #333;
    border-right: solid 10px #333;
    border-bottom: solid 10px #7CB81E;
    width: 0px;
}
div.menu{
    width:150px;
    float:left;
}
#header-separator{
    height:20px;
    background-color:#7CB81E;
}
#title{
    color:#7CB81E;
    text-align:right;
    width: 340px;
    float:left;
}
#menu p{
    padding: 15px 0 0 0;
}
#menu a:link, #menu a:visited{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover{
    color: #DDD;
    border-bottom: none;
}
#content {
    padding-bottom: 150px;
    margin: 0 auto;
}
#sidebar {
    text-align: left;
    width: 230px;
    padding: 20px;
    float:right;
    background-color: #E9E9E9;
    color: #555;
}
#sidebar h1{
    width: 100%;
    padding: 10px 0;
    background-color: #d2d2d2;
    text-align: center;
    margin-bottom: 20px;
}
#sidebar h3{
    text-transform: uppercase;
}
#sidebar a:link, #sidebar a:visited {
    color: #7CB81E;
    text-decoration: none;
}
#sidebar a:hover {
    color: #999;
    border-bottom: none;
}
.post a:link, .post a:visited {
    color: #7CB81E;
    text-decoration: none;
}
.post a:hover {
    color: silver;
    border-bottom: none;
}
.post h1 a:link, .post h1 a:visited {
    color: #7CB81E;
    text-decoration: none;
    font-weight: bold;
}
.post h1 a:hover {
    color: silver;
    border-bottom: none;
}
div.postmetadata a:link, div.postmetadata a:visited{
    color: #7CB81E;
    text-decoration: none;
    font-weight: normal;
}
div.postmetadata a:hover{
    color: #333;
    border-bottom: none;
}
#footer {
    background-color:#333;
    color: #bfc1b3;
    clear:both;
    text-align:left;
    height: 150px;
    margin:-150px 0 0 0;
}
#footer p{
    margin:0;
    padding:0;
}
#footer a:link, #footer a:visited{
    color: #7CB81E;
    text-decoration: none;
}
#footer a:hover{
    color: #d3daca;
    border-bottom: none;
}
.post li a{
    font-weight: bold;
}
.post li p{
    display: inline;
}
.post li{
    display: inline;
}
.post li{
    display: block;
}
ul{
    padding-bottom: 1em;
}
ul.archive li{
    display: block;
}
ul.archive p{
    display: block; 
    padding: 0;
}
ul.archive li p{
    padding: 1em 0 0.5em 0;
}
ul.archive{
    margin: 0; 
    padding: 0 0 20px 0;
}
div.thepost{
    margin-bottom: 20px;
}
div.postmetadata{
    width: 100%;
    border-top: solid 1px #d3daca;
    border-bottom: solid 1px #d3daca;
    height: 40px;
    margin-bottom: 20px;
}
div.postmetadata div{
    width: 49%;
    float: left;
}
div.postmetadata div.label{
    font-weight: bold;
    width: 80px;
}
.post{
    float:left;
    width: 600px;
    padding: 0 0 25px 0;
}
.post img{
    padding: 2px;
    border: 1px solid silver;
}
.post-image{
    width: 45px; 
    height: 45px; 
    border: 1px solid #bebebe;
    content: uri('images/m.jpg');
}
.post blockquote{
    font-weight: normal;
    color: #555;
    border-left: 1px solid silver;
    margin: 1.2em 0 1.2em 2em; 
    padding-left: 1em;
}
h1{
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    line-height: 1.2em;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
}
h2{
    padding-top: 10px; 
    font-size: 1.2em;
}
h3{
    padding-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
}
p{
    padding: 1em 0 .5em 0;
}
strong{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.navigation{
    padding: 1em 0;
}
.center{
    text-align: center;
}
.borderless img, img.borderless{
    border: none;
}
.imgleft{
    float:left;
}
em{
    font-style: italic;
}
.alignleft{
    float: left;
    margin: 0 5px 5px 0;
}
.alignright{
    float: right;
    margin: 0 5px 0 5px;
}
div.bubble{
    width: auto;
    margin-bottom: 24px;
}
div.bubble blockquote{
    margin: 0px;
    padding: 10px;
    border: 1px solid #c9c2c1;
}
div.bubble blockquote p{
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
}
div.bubble cite{
    position: relative;
    margin: -7px;
    padding: 7px 0px 10px 15px;
    top: 5px;
    background: transparent url('images/tip.gif') no-repeat 20px 0;
    font-style: normal;
    font-size: 1em;
    display: block;
}
.alt{
    margin: 0;
    padding: 0;
}
#commentform p{
    padding: 5px 0;
    font-size: 1.2em;
}
#comment{
    width: 336px;
    height: 100px;
}
.nocomments{
    text-align: center;
    margin: 0;
    padding: 0;
}
.commentmetadata{
    margin: 0;
    display: block;
}
#commentPreview{
    font-size: .8em;
}
#search_form{
    width: 15px;
}
.search_input {
    width: 5px;
}
#more{
    padding-top: 1em;
    border-top: solid 1px #d3daca;
}
p.twitter-message{
    padding: 0 0 10px 0;
}

div.download{
    background-color: #E9E9E9;
    border: solid 1px #D2D2D2;
    padding: 5px 10px 5px 10px;
}

div.download img{
    float:left;
    border: none;
    margin-right: 15px;
}

p.proj_category{
    width:100%; 
    padding: 2px 0; 
    border-bottom: 1px solid #D3DACA; 
    border-top: 1px solid #D3DACA; 
    font-weight: bold;
    color: #333 !important;
}

p.proj_category a{
    color: #333 !important;
}

p.proj_category a:hover{
    color: silver !important;
}