/*  
Theme Name: Petite Fleur Theme
Theme URI: http://www.petitefleurtulsa.com
Description: This is the custom theme for Petite Fleur.
Version: 1.1
Author: C. Sturm
Author URI: http://www.petitefleurtulsa.com
*/	

/*COLORS

dark grey: #666
medium grey: #999
light grey: #a9a9a9
green yellow:  #ccff33             #acff00 (#cff707 (original: #dbf74e)
dark green: #5a9d00
*/


#wrapper{
    margin: 0 auto 0 auto;
    width: 980px;
    overflow: hidden;
}

body{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    color:#666;
}

img{
    border: none;
}

p{
    line-height: 1.9em;
    padding: 0px 0 20px 0;
}

a{
color: #ccff33 ;
text-decoration: none;
}



#leftbar{
    width: 150px;
    float: left;
}

#centerbar{
    width: 680px;
    float: left;
}

#rightbar{
    width: 150px;
    float: right;
}

img.banner{
    border: solid 12px #999;
}

img.titlebanner{
    margin: 0;
    position: relative;
    float: right;
    clear: right;
}

a.titlelink{
    color: #a9a9a9 ;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height:18px;
    float: right;
    clear: right;
    margin-bottom: 7px;
}

.navibox{
    position: relative;
    bottom:-148px;
}

.naviboxtall{
    position: relative;
    bottom:-392px; 
}

.postcontent{
    width: 500px;
    position: relative;
    left: 140px;
    padding: 5px 10px 5px 10px;
}

h2{
    color:#666;
    font-weight: normal;
    font-size:15px;
    padding: 0;
    letter-spacing: 0.2em;
}

h3{
    color:#000;
    font-weight: normal;
    font-size:11px;
    line-height: 11px;
    padding: 0;
}

#footer{
    color: #a9a9a9 ;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height:18px;
    padding: 10px 0 20px 0;
    text-align: center;
}


