/*
Skin name: Minimalist
Version: 1.0
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Minimalist skin
*/

#navbar
{
	border-bottom: solid 1px dimgray;
}

#footer
{
	border-top: solid 1px dimgray;
}

.ems #wrapper,
.esm #wrapper,
.em #wrapper
{
	border-left: solid 1px dimgray
}

.mse #wrapper,
.sme #wrapper,
.me #wrapper
{
	border-right: solid 1px dimgray;
}

#wp-calendar thead
{
	border-bottom: solid 1px dimgray;
	border-top: solid 1px dimgray;
}

#wp-calendar tfoot
{
	border-top: solid 1px dimgray;
}

.sidebar h2
{
	border-bottom: solid 1px gainsboro;
	padding-bottom: 1px;
}

.main table thead th
{
	border-bottom: solid 1px gainsboro;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px gainsboro;
	padding-top: 1px;
}

a:link {  color:rgb(165,11,11); }
a:visited { color:rgb(165,11,11); }
a:active {  color:rgb(165,11,11); }

.thumb
{
    border: 1px solid #C8040D;
}

a:hover img 
{
    border: 1px solid #666666;
}

div.ad
{
	border: solid 1px #C8040D;
	background-color: #F9E8D6;
	color: black;
	padding: 0px 10px;
}