*
{
    margin:0;padding:0;
}
body
{
    background: #969696 url(bg.jpg) top repeat-x;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
}
img
{
    border:none;
    vertical-align:text-top;
}
a
{
    text-decoration: none;
}
li
{
    list-style: none;
}
p
{
    line-height: 1.4em;
}

#wrapper
{
    width: 900px;
    margin: auto;
}
#header
{
    padding-bottom: 8px;
    margin: 10px 0 10px 10px;
    position: relative;
}
#logo
{
    float: left;
}
#logo h1 a
{
    color: #FFFFFF;
    font-size: 34px;
    display: block;
}
#logo h2
{
    color: #CDCDCD;
    font-size: 1.2em;
    margin-top: 6px;
}
#searchbar
{
    float: right;
    margin: 90px 10px 6px 0;
}	
.searchfield
{
    padding:6px 8px 6px 26px;
    width: 210px;
    border: none;
    color: #CDCDCD;
    background: url(search.png) no-repeat #282828;
    font-size: .9em;
}

#navigation
{
    background: url(menu_bg.jpg) repeat-x #25B8CD;
    float:left;
    width: 100%;
    padding: 0 14px 0 14px;
    margin-top: 5px;
    
    border-radius-topleft: 10px; 
    border-radius-topright: 10px;
    border-radius-bottomleft: 10px; 
    border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px; 
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
#menu
{
    text-align: left;
}
#menu li
{
    display: inline;
    font-size: 1.2em;
}
.page_item a:link, .page_item a:visited
{
    color: #FFFFFF;
    line-height: 35px;
    display: block;
    padding: 0 20px 0 20px;
    float: left;
}
.page_item a:hover
{
    color:#FFFFFF;
    background: url(menu_over.jpg) repeat-x;
}
.current_page_item a:link, .current_page_item a:visited
{
    color: #FFFFFF;
    background: url(menu_over.jpg) repeat-x;
    line-height: 35px;
    padding: 0 20px 0 20px;
    display: block;
    float: left;
}

#content
{
    color: #343434;
    margin: 30px 20px 20px 10px;
    float: left;
    width: 560px;
}
#content h2
{
    color: #8b0534;
    margin-bottom: 8px;
}

#content .date
{
    font-size: .85em;
}
.commentcount
{
    font-size: .85em;
    background: #00788a url(comments.png);
    float: right;
    padding: 2px 6px 2px 6px;
    
    border-radius-topleft: 4px; 
    border-radius-topright: 4px;
    border-radius-bottomleft: 4px; 
    border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px; 
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 4px; 
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.commentcount a
{
    color: #FFFFFF;
}
.commentcount a:hover
{
    color: #96EDFA;
}
.post
{
    margin-bottom: 20px;
}
.postcontent
{
    clear: both;
}
.postcontent a
{
    color: #343434;
    border-bottom: 1px dotted #343434;
}
.postcontent a:hover
{
    color: #565656;
    border-bottom-color: #565656;
}

#sidebar
{
    color: #343434;
    margin: 30px 10px 20px 20px;
    float: right;
    width: 280px;
}
.widget
{
    margin-bottom: 20px;
}
#sidebar h3
{
    color: #8b0534;
    margin-bottom: 8px;
}
#sidebar h3 .title
{
    border-bottom: 1px dotted #8b0534;
}
.widget p, .widget ul, .post p, .post ul
{
    margin-bottom: 8px;
}
.widget li
{
    list-style: circle inside;
}