*
{
    margin:0;padding:0;
}
body
{
    background: #EEDD88 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;
    width: 100%;
}
#header #logo
{
    float: left;
}
#header #logo h1 a
{
    color: #FFFFFF;
    font-size: 34px;
    display: block;
}
#header #logo h2
{
    color: white;
    font-size: 1.2em;
    margin-top: 6px;
}

#header #contact
{
    float: right;
    color: white;
    margin-top: 1em;
}
#header #contact h3
{
    font-size: 1.0em;
    line-height: 1.5em;
    text-align: right;
}
#header #contact a
{
    color: #00A0B5;
}
#header #contact a:hover
{
    color: #00E0F5;
}

#navigation
{
    background: url(menu_bg.jpg) repeat-x #25B8CD;
    float:left;
    width: 100%;
    padding: 0 14px 0 14px;
    margin-top: 5px;
 
 /* for rounded edges on menu bar */
    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: #222222;
    margin: 30px 20px 20px 10px;
    float: left;
    width: 560px;
}
#content h2
{
    color: #8b0534;
    margin-bottom: 8px;
}

#content .date
{
    font-size: .85em;
}
.post
{
    margin-bottom: 20px;
}
.postcontent
{
    clear: both;
}
.postcontent a, .widget a
{
    color: #343434;
    border-bottom: 1px dotted #343434;
}
.postcontent a:hover, .widget a.hover
{
    color: #565656;
    border-bottom-color: #565656;
}

.photo
{
    border: 0.5em solid #8b0534;
    margin: 0.25em;
}

#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 dashed #8b0534;
}
.widget p, .widget ul, .post p, .post ul
{
    margin-bottom: 8px;
}
.widget li
{
    list-style: circle outside;
    margin-left: 1.333333em;
}

#footer
{
    background: url(wood.jpg) bottom repeat-x;
    padding: 1em;
}
#footer p
{
    font-size: 0.8em;
    color: white;
    text-align: center;
}
#footer a
{
    color: #8b0534;
}
#footer a:hover
{
    color: #0040B5;
}
