body.custom { 
background: #916F49;
background-image: URL('background.jpg');
}

body.custom #wrapper {
background: #ffffff;
padding-top: 20px;
}

body.custom #nav-current:link, body.custom #nav-current:visited, body.custom #nav-current:active { color: #916F49; }
body.custom #nav-current:hover { color: #e59900; }

p {
text-align: justify;
}

p.metadata img {
border: 0px;
vertical-align: middle;
margin-right: 3px;
}

p.metadata {
text-align: middle;
}

p.meta img {
border: 0px;
vertical-align: middle;
margin-right: 3px;
}

p.meta {
text-align: middle;
}

.content img {
margin-top: 4px;
}

.insertright {
margin-left: 10px;
}
.insertleft {
margin-right: 10px;
}

.insert {
background-color: #fffff0;
}




/* CALENDAR */
#calendar {
position: inherit;
}

#wp-calendar {
border: 1px solid #ddd;
empty-cells: show;
font-size: 10px;
margin: 0;
width: 100%;
text-align: center;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
text-decoration: none;
}

#wp-calendar a:hover {
background: #e0e6e0;
color: #333;
}

#wp-calendar caption {
color: #999;
font-size: 12px;
text-align: left;
text-transform: capitalize;
}

#wp-calendar td {
color: #ccc;
font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}

#wp-calendar td.pad:hover {
background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
background: #eee;
color: #bbb;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}

#wp-calendar .today {
font-weight: bold;
background-color: #eee;
}